[Python-modules-commits] r3875 - in packages/notify-python/trunk/debian (changelog rules)

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Dec 6 14:55:32 UTC 2007


    Date: Thursday, December 6, 2007 @ 14:55:31
  Author: lool
Revision: 3875

* Fix usage of spaces versus tab in rules.

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

Modified: packages/notify-python/trunk/debian/changelog
===================================================================
--- packages/notify-python/trunk/debian/changelog	2007-12-06 14:54:43 UTC (rev 3874)
+++ packages/notify-python/trunk/debian/changelog	2007-12-06 14:55:31 UTC (rev 3875)
@@ -8,8 +8,9 @@
   * Add /svn to the Vcs-Svn URL to allow copy-paste in svn+ssh:// URLs. :-P
   * Sourceful upload causes rebuild for python2.5; closes: #438928.
   * Depends on ${misc:Depends}.
+  * Fix usage of spaces versus tab in rules.
 
- -- Loic Minier <lool at dooz.org>  Thu, 06 Dec 2007 15:54:27 +0100
+ -- Loic Minier <lool at dooz.org>  Thu, 06 Dec 2007 15:55:13 +0100
 
 notify-python (0.1.1-2) unstable; urgency=low
 

Modified: packages/notify-python/trunk/debian/rules
===================================================================
--- packages/notify-python/trunk/debian/rules	2007-12-06 14:54:43 UTC (rev 3874)
+++ packages/notify-python/trunk/debian/rules	2007-12-06 14:55:31 UTC (rev 3875)
@@ -7,7 +7,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 clean::
-        rm -f src/pynotify.c
+	rm -f src/pynotify.c
 
 binary-install/python-notify::
 	dh_pysupport -p$(cdbs_curpkg)




More information about the Python-modules-commits mailing list