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

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Feb 24 22:05:33 UTC 2010


    Date: Wednesday, February 24, 2010 @ 22:05:27
  Author: bzed
Revision: 11924

Add .PHONY to debian/rules. 

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

Modified: packages/python-markdown/trunk/debian/changelog
===================================================================
--- packages/python-markdown/trunk/debian/changelog	2010-02-24 21:59:26 UTC (rev 11923)
+++ packages/python-markdown/trunk/debian/changelog	2010-02-24 22:05:27 UTC (rev 11924)
@@ -4,8 +4,9 @@
     implementation is not compatible enough to be an alternative for the Perl
     version yet. (Closes: #567378)
   * Get rid of the new source format mess, we use the default.
+  * Add .PHONY to debian/rules. 
 
- -- Bernd Zeimetz <bzed at debian.org>  Wed, 24 Feb 2010 22:52:46 +0100
+ -- Bernd Zeimetz <bzed at debian.org>  Wed, 24 Feb 2010 23:04:15 +0100
 
 python-markdown (2.0.3-1) unstable; urgency=low
 

Modified: packages/python-markdown/trunk/debian/rules
===================================================================
--- packages/python-markdown/trunk/debian/rules	2010-02-24 21:59:26 UTC (rev 11923)
+++ packages/python-markdown/trunk/debian/rules	2010-02-24 22:05:27 UTC (rev 11924)
@@ -4,10 +4,14 @@
 %:
 	dh $@
 
-install:
+binary:
 	dh $@
 	mv debian/python-markdown/usr/bin/markdown debian/python-markdown/usr/bin/markdown.py
 
+binary-arch:
+	#nothing to do
+binary-indep: binary
+
 override_dh_installchangelogs:
 	dh_installchangelogs docs/CHANGE_LOG
 
@@ -15,3 +19,4 @@
 	dh_auto_clean
 	find -name '*.pyo' -exec rm -f {} \;
 
+.PHONY: override_dh_auto_clean override_dh_installchangelogs binary-indep binary-arch binary 




More information about the Python-modules-commits mailing list