[Python-modules-commits] r28712 - in packages/python-gear/trunk/debian (changelog control)

hashar-guest at users.alioth.debian.org hashar-guest at users.alioth.debian.org
Tue Apr 29 10:11:13 UTC 2014


    Date: Tuesday, April 29, 2014 @ 10:11:11
  Author: hashar-guest
Revision: 28712

python-gear: Pre-Depends dpkg (>= 1.15.6~)

Fix lintian error data.tar.xz-member-without-dpkg-pre-depends

Patch by Alexandros Kosiaris.

Modified:
  packages/python-gear/trunk/debian/changelog
  packages/python-gear/trunk/debian/control

Modified: packages/python-gear/trunk/debian/changelog
===================================================================
--- packages/python-gear/trunk/debian/changelog	2014-04-29 07:21:13 UTC (rev 28711)
+++ packages/python-gear/trunk/debian/changelog	2014-04-29 10:11:11 UTC (rev 28712)
@@ -3,6 +3,8 @@
   * New upstream version
   * python-statsd is now a build depends (required to run tests) but is only a
     suggestion since it users do not need to have it configured.
+  * [Alexandros Kosiaris] Package predepends on dpkg (>= 1.15.6~) to fix
+    lintian error data.tar.xz-member-without-dpkg-pre-depends
 
  -- Antoine Musso <hashar at free.fr>  Wed, 16 Apr 2014 12:20:34 +0000
 

Modified: packages/python-gear/trunk/debian/control
===================================================================
--- packages/python-gear/trunk/debian/control	2014-04-29 07:21:13 UTC (rev 28711)
+++ packages/python-gear/trunk/debian/control	2014-04-29 10:11:11 UTC (rev 28712)
@@ -36,6 +36,7 @@
 
 Package: python-gear
 Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: python-daemon,
          python-extras,
          python-pbr,




More information about the Python-modules-commits mailing list