[Python-modules-commits] r2611 - in /packages/notify-python/trunk/debian: changelog control

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Jun 25 11:26:56 UTC 2007


Author: lool
Date: Mon Jun 25 11:26:56 2007
New Revision: 2611

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2611
Log:
* Use ${shlibs:Depends} instead of hardcoding the libnotify1 dependency.

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

Modified: packages/notify-python/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/changelog?rev=2611&op=diff
==============================================================================
--- packages/notify-python/trunk/debian/changelog (original)
+++ packages/notify-python/trunk/debian/changelog Mon Jun 25 11:26:56 2007
@@ -8,8 +8,9 @@
   * Update URL in copyright.
   * Set XS and XB-PV instead of debian/pyversions.
   * Only call dh_pysupport and not dh_python; fixup CDBS rule.
+  * Use ${shlibs:Depends} instead of hardcoding the libnotify1 dependency.
 
- -- Loic Minier <lool at dooz.org>  Mon, 25 Jun 2007 13:25:18 +0200
+ -- Loic Minier <lool at dooz.org>  Mon, 25 Jun 2007 13:26:36 +0200
 
 notify-python (0.1.0-1) unstable; urgency=low
 

Modified: packages/notify-python/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/control?rev=2611&op=diff
==============================================================================
--- packages/notify-python/trunk/debian/control (original)
+++ packages/notify-python/trunk/debian/control Mon Jun 25 11:26:56 2007
@@ -17,7 +17,7 @@
 Package: python-notify
 Architecture: any
 Depends: ${python:Depends},
-         libnotify1 (>= 0.4.0-1),
+         ${shlibs:Depends},
          python-gtk2 (>= 2.8.6-3)
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}




More information about the Python-modules-commits mailing list