[SCM] jack-tools/master: Avoid shipping header file.

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 c4e2019b0fd7c8ed02a399fbdeff10d52d5e9495
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jan 3 04:37:35 2011 +0100

    Avoid shipping header file.

diff --git a/debian/rules b/debian/rules
index aa2c70f..1cbc738 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,10 @@ clean::
 	rm -f aclocal.m4
 	rm -rf config
 
+# avoid shipping header file for now
+install/jack-tools::
+	rm -rf $(cdbs_curdestdir)/usr/include
+
 build/jack-tools::
 	find -maxdepth 1 -type f -name '*.text' -exec a2x -f manpage '{}' ';'
 clean::

-- 
jack-tools packaging



More information about the pkg-multimedia-commits mailing list