[Python-modules-commits] r26658 - in packages/django-ldapdb/trunk/debian (control rules)

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


    Date: Wednesday, December 4, 2013 @ 13:46:37
  Author: obergix
Revision: 26658

Tiny improvements

Modified:
  packages/django-ldapdb/trunk/debian/control
  packages/django-ldapdb/trunk/debian/rules

Modified: packages/django-ldapdb/trunk/debian/control
===================================================================
--- packages/django-ldapdb/trunk/debian/control	2013-12-04 13:46:33 UTC (rev 26657)
+++ packages/django-ldapdb/trunk/debian/control	2013-12-04 13:46:37 UTC (rev 26658)
@@ -1,10 +1,12 @@
 Source: django-ldapdb
 Maintainer: Olivier Berger <obergix at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+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
+# TODO : add mockldap for running tests
 Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
 Standards-Version: 3.9.4
+X-Python-Version: >= 2.6
 Homepage: https://github.com/jlaine/django-ldapdb
 Vcs-Git: https://alioth.debian.org/anonscm/git/users/obergix/django-ldapdb.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/obergix/django-ldapdb.git

Modified: packages/django-ldapdb/trunk/debian/rules
===================================================================
--- packages/django-ldapdb/trunk/debian/rules	2013-12-04 13:46:33 UTC (rev 26657)
+++ packages/django-ldapdb/trunk/debian/rules	2013-12-04 13:46:37 UTC (rev 26658)
@@ -1,12 +1,13 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.6.0+git at
-# Tue, 26 Nov 2013 16:29:37 +0100
-
 %:
 	dh $@ --with python2 --buildsystem=python_distutils
 
+# To be activated once mockldap is in Debian
+# override_dh_auto_test:
+# 	django-admin test --settings=settings --pythonpath=.
 
+
 PKD  = $(abspath $(dir $(MAKEFILE_LIST)))
 PKG  = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))
 VER ?= $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if m{^Version:\s+(?:\d+:)?(\d.*)(?:\-\d+.*)};')




More information about the Python-modules-commits mailing list