On 09-Mar-2016, Jonathan Wiltshire wrote: > On Wed, Mar 09, 2016 at 10:27:23AM +1100, Ben Finney wrote: > > […] should the installation instructions for ‘nm2’ direct the > > reader to that package? > > Only if they are [deploying] on Stretch, I think. Since > nono.debian.org is Jessie, that should be the target for any nm2 > development work. Could you rework your patch to deal with that?
Yes, good idea. Attached to this message is a patch to that effect. -- \ “I was once walking through the forest alone and a tree fell | `\ right in front of me, and I didn't hear it.” —Steven Wright | _o__) | Ben Finney <b...@benfinney.id.au>
diff --git a/README.md b/README.md index 5acda6e..46e75c2 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,15 @@ 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 + apt-get install python-markdown python-ldap python-psycopg2 python-xapian \ + python-django python-django-south python-django-housekeeping \ + python-debian python-debiancontributors + +#### django-housekeeping + +The ‘python-django-housekeeping’ package is not available in Debian +earlier than Debian Stretch. If you are deploying to a machine running +Debian earlier than Stretch, use the following procedure: # https://github.com/spanezz/django-housekeeping git clone https://github.com/spanezz/django-housekeeping @@ -19,6 +25,10 @@ Debian NM Front Desk web application # install the package dpkg -i ../python-django-housekeeping_0.1-1_all.deb +#### django-ratelimit + +The ‘django-ratelimit’ library is not yet in Debian. + # https://github.com/jsocol/django-ratelimit git clone https://github.com/jsocol/django-ratelimit.git (you can either build the package from it or symlink the module directory
signature.asc
Description: PGP signature