[Python-modules-commits] r27110 - in packages/django-ldapdb/branches/wheezy-bpo/debian (2 files)

obergix at users.alioth.debian.org obergix at users.alioth.debian.org
Wed Jan 8 11:43:51 UTC 2014


    Date: Wednesday, January 8, 2014 @ 11:43:50
  Author: obergix
Revision: 27110

deactivate tests as python-mockldap not in wheezy

Modified:
  packages/django-ldapdb/branches/wheezy-bpo/debian/control
  packages/django-ldapdb/branches/wheezy-bpo/debian/rules

Modified: packages/django-ldapdb/branches/wheezy-bpo/debian/control
===================================================================
--- packages/django-ldapdb/branches/wheezy-bpo/debian/control	2014-01-08 11:40:17 UTC (rev 27109)
+++ packages/django-ldapdb/branches/wheezy-bpo/debian/control	2014-01-08 11:43:50 UTC (rev 27110)
@@ -3,7 +3,7 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Olivier Berger <olivier.berger at telecom-sudparis.eu>
 Section: python
 Priority: optional
-Build-Depends: python-setuptools, python-all, debhelper, dh-python, python-mockldap, python-django
+Build-Depends: python-setuptools, python-all, debhelper, dh-python, python-django
 Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
 Homepage: https://github.com/jlaine/django-ldapdb

Modified: packages/django-ldapdb/branches/wheezy-bpo/debian/rules
===================================================================
--- packages/django-ldapdb/branches/wheezy-bpo/debian/rules	2014-01-08 11:40:17 UTC (rev 27109)
+++ packages/django-ldapdb/branches/wheezy-bpo/debian/rules	2014-01-08 11:43:50 UTC (rev 27110)
@@ -13,7 +13,7 @@
 	#  django-ldapdb-0.2.0.examples.tests
 	#  (unittest2.loader.ModuleImportFailure) 
 	# django-admin test --settings=settings --pythonpath=.
-	django-admin test --settings=settings --pythonpath=. examples.tests ldapdb.tests
+#	django-admin test --settings=settings --pythonpath=. examples.tests ldapdb.tests
 
 override_dh_installexamples:
 	find examples/ -name '*.pyc' -exec rm {} \;




More information about the Python-modules-commits mailing list