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

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Tue Jul 3 22:13:38 UTC 2007


Author: kitterma-guest
Date: Tue Jul  3 22:13:38 2007
New Revision: 2666

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2666
Log:
  * debian/rules: Remove src/pynotify.c on clean, so that it actually gets
    regenerated on build. Otherwise some functions like
    attach_to_status_icon() are missing.

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=2666&op=diff
==============================================================================
--- packages/notify-python/trunk/debian/changelog (original)
+++ packages/notify-python/trunk/debian/changelog Tue Jul  3 22:13:38 2007
@@ -1,3 +1,11 @@
+notify-python (0.1.1-2) unstable; urgency=low
+
+  * debian/rules: Remove src/pynotify.c on clean, so that it actually gets
+    regenerated on build. Otherwise some functions like
+    attach_to_status_icon() are missing.
+
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 03 Jul 2007 18:12:50 -0400
+
 notify-python (0.1.1-1) unstable; urgency=low
 
   [ Piotr Ozarowski ]

Modified: packages/notify-python/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/notify-python/trunk/debian/rules?rev=2666&op=diff
==============================================================================
--- packages/notify-python/trunk/debian/rules (original)
+++ packages/notify-python/trunk/debian/rules Tue Jul  3 22:13:38 2007
@@ -6,6 +6,9 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+clean::
+        rm -f src/pynotify.c
+
 binary-install/python-notify::
 	dh_pysupport -p$(cdbs_curpkg)
 




More information about the Python-modules-commits mailing list