From 5b605f8fecc0013fd0398b210e6bde72e5a61c9c Mon Sep 17 00:00:00 2001 From: k clair Date: Tue, 9 Oct 2012 13:13:30 -0700 Subject: rename README to README-Debian --- README | 43 ------------------------------------------- README-Debian | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 README create mode 100644 README-Debian diff --git a/README b/README deleted file mode 100644 index 80f4dcb..0000000 --- a/README +++ /dev/null @@ -1,43 +0,0 @@ -This repository is used for building the python-srp .deb package for debian and ubuntu. - -Building the package -------------------------- - -1. set up environment variables, making sure the full name and email exactly match the GPG key used to sign: -$ export DEBFULLNAME="Your Name" -$ export DEBEMAIL="Your.Email@address.here" - -2. Download the tarball from http://pypi.python.org/pypi/srp - -3. Unpack the tarball - -4. cd into the source directory - -5. run dh_make: -$ dh_make -s -f ../srp-1.0.tar.gz -e -p python-srp - -6. edit the debian/control file using the description from the PKG-INFO file in the source tree, - and the following fields: - - Source: python-srp - Section: python - Priority: optional - Maintainer: Your Name - Build-Depends: debhelper (>= 7.0.50~), python-support, python (>=2.6) - Standards-Version: 3.8.4 - Homepage: http://code.google.com/p/pysrp/ - - Package: python-srp - Architecture: all - Depends: ${misc:Depends}, ${python:Depends} - Description: Python implementation of the SRP protocol. - -7. edit the debian/copyright file, using the text for the New BSD license found on the internets. - -8. specify supported python versions: -$ echo "2.6-" > debian/pyversions - -9. [TODO] edit the debian/changelog file - -10. run debuild -$ debuild diff --git a/README-Debian b/README-Debian new file mode 100644 index 0000000..80f4dcb --- /dev/null +++ b/README-Debian @@ -0,0 +1,43 @@ +This repository is used for building the python-srp .deb package for debian and ubuntu. + +Building the package +------------------------- + +1. set up environment variables, making sure the full name and email exactly match the GPG key used to sign: +$ export DEBFULLNAME="Your Name" +$ export DEBEMAIL="Your.Email@address.here" + +2. Download the tarball from http://pypi.python.org/pypi/srp + +3. Unpack the tarball + +4. cd into the source directory + +5. run dh_make: +$ dh_make -s -f ../srp-1.0.tar.gz -e -p python-srp + +6. edit the debian/control file using the description from the PKG-INFO file in the source tree, + and the following fields: + + Source: python-srp + Section: python + Priority: optional + Maintainer: Your Name + Build-Depends: debhelper (>= 7.0.50~), python-support, python (>=2.6) + Standards-Version: 3.8.4 + Homepage: http://code.google.com/p/pysrp/ + + Package: python-srp + Architecture: all + Depends: ${misc:Depends}, ${python:Depends} + Description: Python implementation of the SRP protocol. + +7. edit the debian/copyright file, using the text for the New BSD license found on the internets. + +8. specify supported python versions: +$ echo "2.6-" > debian/pyversions + +9. [TODO] edit the debian/changelog file + +10. run debuild +$ debuild -- cgit v1.2.3