[SCM] jack-tools/master: Move comment outside target in rules file, and rephrase.

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Jan 3 05:55:40 UTC 2011


The following commit has been merged in the master branch:
commit 6d951f824f89f163c926362dd03c2f275af60eae
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jan 3 04:40:20 2011 +0100

    Move comment outside target in rules file, and rephrase.

diff --git a/debian/rules b/debian/rules
index 567caa6..bad0107 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,11 +31,11 @@ binary-post-install/jack-tools::
 	mv $(cdbs_curdestdir)/usr/share/man/dl/man1/jack.1 $(cdbs_curdestdir)/usr/share/man/man1/jack.dl.1
 	rmdir $(cdbs_curdestdir)/usr/share/man/dl/man1 $(cdbs_curdestdir)/usr/share/man/dl
 
+# looks like manpages aren't covered by upstream build rules
+# so we handle it ourselves
 build/jack-tools::
 	find -maxdepth 1 -type f -name '*.text' -exec a2x -f manpage '{}' ';'
 clean::
-	# looks like no 'make clean' target is generated
-	# so we do it ourselves
 	rm -f *.1
 
 get-orig-source:

-- 
jack-tools packaging



More information about the pkg-multimedia-commits mailing list