[Python-modules-commits] r26385 - in packages/django-auth-ldap/trunk/debian (changelog control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Mon Nov 4 08:59:18 UTC 2013


    Date: Monday, November 4, 2013 @ 08:59:16
  Author: fladi-guest
Revision: 26385

Drop unnecessary versioned dependencies in Depends and Build-Depends.

Modified:
  packages/django-auth-ldap/trunk/debian/changelog
  packages/django-auth-ldap/trunk/debian/control

Modified: packages/django-auth-ldap/trunk/debian/changelog
===================================================================
--- packages/django-auth-ldap/trunk/debian/changelog	2013-11-04 08:42:03 UTC (rev 26384)
+++ packages/django-auth-ldap/trunk/debian/changelog	2013-11-04 08:59:16 UTC (rev 26385)
@@ -8,6 +8,9 @@
   * Bump dependency on Django to >= 1.3.
   * Bump Standards-Version to 3.9.4.
   * Bump debhelper in Build-Depends to >= 8.1.0~.
+  * Drop unnecessary versioned dependencies in Depends and Build-Depends:
+    + python-all
+    + python-ldap
   * Format packaging files with wrap-and-sort.
   * Change documentation source directory for sphinx.
   * Update years in d/copyright.

Modified: packages/django-auth-ldap/trunk/debian/control
===================================================================
--- packages/django-auth-ldap/trunk/debian/control	2013-11-04 08:42:03 UTC (rev 26384)
+++ packages/django-auth-ldap/trunk/debian/control	2013-11-04 08:59:16 UTC (rev 26385)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
 Build-Depends: debhelper (>= 8.1.0~),
-               python-all (>= 2.6.6-3~),
+               python-all,
                python-django (>= 1.3),
                python-ldap,
                python-setuptools,
@@ -18,7 +18,7 @@
 Package: python-django-auth-ldap
 Architecture: all
 Depends: python-django (>= 1.3),
-         python-ldap (>= 2.0),
+         python-ldap,
          ${misc:Depends},
          ${python:Depends}
 Suggests: python-django-auth-ldap-doc




More information about the Python-modules-commits mailing list