[SCM] phasex/master: Remove duplicate doc files.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jan 13 17:20:40 UTC 2013


The following commit has been merged in the master branch:
commit 2d7aa87072cd4e6a84cf4c33bd3c707d6b856e73
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jan 13 17:15:14 2013 +0000

    Remove duplicate doc files.

diff --git a/debian/rules b/debian/rules
index cfa94e8..aee1ab0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,13 @@ LDFLAGS+=-Wl,--as-needed
 override_dh_auto_configure:
 	dh_auto_configure -- $(DEB_CONFIGURE_FLAGS_EXTRA)
 
+override_dh_auto_install:
+	dh_auto_install
+	cd $(CURDIR)/debian/tmp/usr/share/phasex && \
+		rm compile depcomp install-sh missing version-sh
+	cd $(CURDIR)/debian/tmp/usr/share/doc/phasex && \
+		rm LICENSE ChangeLog
+
 # disable dh_auto_test, no test suite is provided
 override_dh_auto_test:
 override_dh_strip:

-- 
phasex packaging



More information about the pkg-multimedia-commits mailing list