[SCM] azr3-jack/master: Let dh_installdocs handle the installation of the doc files.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jun 1 13:48:31 UTC 2011


The following commit has been merged in the master branch:
commit c7ee815c371ed78b254df1eae9854826d39707ca
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jun 1 15:48:18 2011 +0200

    Let dh_installdocs handle the installation of the doc files.

diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..62deb04
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+AUTHORS
diff --git a/debian/rules b/debian/rules
index 7ef14d0..849538e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,7 @@ override_dh_auto_configure:
 
 override_dh_auto_clean:
 	$(MAKE) clean
+
+override_dh_auto_install:
+	dh_auto_install
+	rm -rf debian/azr3-jack/usr/share/doc/azr3-jack/*

-- 
azr3-jack packaging



More information about the pkg-multimedia-commits mailing list