Package: nm.debian.org
Severity: normal
Control: tags -1 + patch

The code base's README document gives installation instructions. Those
instructions specify to get the ‘django-housekeeping’ package from a
GitHub repository.

Now that bug#748875 (“ITP: django-housekeeping -- Pluggable
housekeeping framework for Django sites.”) is resolved, and Debian
Stretch now has the ‘python-django-housekeeping’ package version
“1.0-1”, should the installation instructions for ‘nm2’ direct the
reader to that package?

If so, attached is a patch which makes that change.

-- 
 \             “I believe our future depends powerfully on how well we |
  `\     understand this cosmos, in which we float like a mote of dust |
_o__)                 in the morning sky.” —Carl Sagan, _Cosmos_, 1980 |
Ben Finney <b...@benfinney.id.au>
diff --git a/README.md b/README.md
index 5acda6e..cb39fe5 100644
--- a/README.md
+++ b/README.md
@@ -4,20 +4,9 @@ Debian NM Front Desk web application
 ## Running this code on your own machine
 ### Dependencies
     
-    apt-get install python-django python-ldap python-psycopg2 python-xapian \
-     python-debian python-django-south python-markdown \
-     python-debiancontributors
-
-    # https://github.com/spanezz/django-housekeeping
-    git clone https://github.com/spanezz/django-housekeeping
-      (you can either build the package from it or symlink the module directory
-      into the contributors.debian.org sources)
-
-    # build the package
-    fakeroot debian/rules clean binary
-
-    # install the package
-    dpkg -i  ../python-django-housekeeping_0.1-1_all.deb
+    apt-get install python-markdown python-ldap python-psycopg2 python-xapian \
+     python-django python-django-south python-django-housekeeping \
+     python-debian python-debiancontributors
 
     # https://github.com/jsocol/django-ratelimit
     git clone https://github.com/jsocol/django-ratelimit.git

Attachment: signature.asc
Description: PGP signature

Reply via email to