[SCM] jackd2/master: Don't remove manpages anymore.

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue Oct 26 15:03:38 UTC 2010


The following commit has been merged in the master branch:
commit 7cf09b39395c81cac47025f20a8733ed431fa43e
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Mon Oct 25 16:29:31 2010 +0200

    Don't remove manpages anymore.
    
    Manpages once had been added via a quilt patch, but they're now included
    upstream, so it's no longer our responsibility to delete the manpage
    directory in the clean target.

diff --git a/debian/rules b/debian/rules
index cf266a5..9bedf1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,8 +45,6 @@ clean::
 	rm -f .lock-wscript
 	find ./.waf-* -iname '*.pyc' -exec rm '{}' \;
 	rm -rf build
-	rm -f man/*.1
-	-rmdir man
 
 DEB_DH_MAKESHLIBS_ARGS = -Xintime -Xinprocess -Xjack_alsa -Xjack_oss -Xjack_dummy -Xjack_firewire
 

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list