[Python-modules-commits] r26661 - in packages/django-ldapdb/trunk (4 files)

obergix at users.alioth.debian.org obergix at users.alioth.debian.org
Wed Dec 4 13:46:49 UTC 2013


    Date: Wednesday, December 4, 2013 @ 13:46:48
  Author: obergix
Revision: 26661

Switch to pybuild

Added:
  packages/django-ldapdb/trunk/debian/TODO
Modified:
  packages/django-ldapdb/trunk/.gitignore
  packages/django-ldapdb/trunk/debian/python-django-ldapdb.pyremove
  packages/django-ldapdb/trunk/debian/rules

Modified: packages/django-ldapdb/trunk/.gitignore
===================================================================
--- packages/django-ldapdb/trunk/.gitignore	2013-12-04 13:46:45 UTC (rev 26660)
+++ packages/django-ldapdb/trunk/.gitignore	2013-12-04 13:46:48 UTC (rev 26661)
@@ -1,5 +1,2 @@
-*.egg
-*.egg-info
 *.pyc
-build/
 debian/python-django-ldapdb/

Added: packages/django-ldapdb/trunk/debian/TODO
===================================================================
--- packages/django-ldapdb/trunk/debian/TODO	                        (rev 0)
+++ packages/django-ldapdb/trunk/debian/TODO	2013-12-04 13:46:48 UTC (rev 26661)
@@ -0,0 +1,4 @@
+* Finish conforming to
+   https://wiki.debian.org/Python/LibraryStyleGuide
+* Restore testing when mockldap is in Debian (#730530)
+

Modified: packages/django-ldapdb/trunk/debian/python-django-ldapdb.pyremove
===================================================================
--- packages/django-ldapdb/trunk/debian/python-django-ldapdb.pyremove	2013-12-04 13:46:45 UTC (rev 26660)
+++ packages/django-ldapdb/trunk/debian/python-django-ldapdb.pyremove	2013-12-04 13:46:48 UTC (rev 26661)
@@ -1 +1,2 @@
 ldapdb/tests.py
+django-ldapdb*.egg-info/SOURCES.txt

Modified: packages/django-ldapdb/trunk/debian/rules
===================================================================
--- packages/django-ldapdb/trunk/debian/rules	2013-12-04 13:46:45 UTC (rev 26660)
+++ packages/django-ldapdb/trunk/debian/rules	2013-12-04 13:46:48 UTC (rev 26661)
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=django-ldapdb
+
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
+	dh $@ --with python2 --buildsystem=pybuild
 
 # To be activated once mockldap is in Debian
 # override_dh_auto_test:




More information about the Python-modules-commits mailing list