[Python-modules-commits] r2610 - in /packages/notify-python/trunk/debian: changelog rules

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


Author: lool
Date: Mon Jun 25 11:25:45 2007
New Revision: 2610

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2610
Log:
* Only call dh_pysupport and not dh_python; fixup CDBS rule.

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

Modified: packages/notify-python/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/changelog?rev=2610&op=diff
==============================================================================
--- packages/notify-python/trunk/debian/changelog (original)
+++ packages/notify-python/trunk/debian/changelog Mon Jun 25 11:25:45 2007
@@ -7,8 +7,9 @@
   * Misc cleanups.
   * Update URL in copyright.
   * Set XS and XB-PV instead of debian/pyversions.
+  * Only call dh_pysupport and not dh_python; fixup CDBS rule.
 
- -- Loic Minier <lool at dooz.org>  Mon, 25 Jun 2007 13:21:04 +0200
+ -- Loic Minier <lool at dooz.org>  Mon, 25 Jun 2007 13:25:18 +0200
 
 notify-python (0.1.0-1) unstable; urgency=low
 

Modified: packages/notify-python/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/rules?rev=2610&op=diff
==============================================================================
--- packages/notify-python/trunk/debian/rules (original)
+++ packages/notify-python/trunk/debian/rules Mon Jun 25 11:25:45 2007
@@ -6,7 +6,6 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-install/python-notify::
-	dh_python
-	dh_pysupport
+binary-install/python-notify::
+	dh_pysupport -p$(cdbs_curpkg)
 




More information about the Python-modules-commits mailing list