summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork clair <kclair@riseup.net>2012-10-09 13:09:39 -0700
committerk clair <kclair@riseup.net>2012-10-09 13:09:39 -0700
commita829d650088682a1cb696ff7c1b9f54ca3c10c43 (patch)
tree4df21aa3f4605ed40951718082f1f46a9643f14e
parent071cefdcd171e6b33d9fd585f7ee7a1a55d8f7a9 (diff)
rename README to README-Debian; minor fixes in the README-Debian file
-rw-r--r--README-Debian (renamed from README)7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README-Debian
index e954e7b..0e2cd50 100644
--- a/README
+++ b/README-Debian
@@ -1,5 +1,7 @@
This repository is used for building the python-jsonschema .deb package for debian and ubuntu.
+The debian packaging files are located in the debian branch.
+
Building the package
-------------------------
@@ -16,13 +18,12 @@ $ export DEBEMAIL="Your.Email@address.here"
5. run dh_make:
$ dh_make -s -f ../jsonschema-0.6.tar.gz -e <Your.Email@address.here> -p python-jsonschema
-6. edit the debian/control file using the description from the PKG-INFO file in the source tree,
- and the following fields:
+6. edit the debian/control file using the following fields:
Source: python-jsonschema
Section: python
Priority: optional
- Maintainer: Kristina Clair <kclair@leap.se>
+ Maintainer: Your Name <Your.Email@address.here>
Build-Depends: debhelper (>= 7.0.50~), python-support, python (>=2.6)
Standards-Version: 3.9.4.0
Homepage: http://pypi.python.org/pypi/jsonschema