[SCM] phasex/master: Don't install copyright information twice, debian/copyright is enough
gabork-guest at users.alioth.debian.org
gabork-guest at users.alioth.debian.org
Fri Dec 29 12:31:36 UTC 2017
The following commit has been merged in the master branch:
commit e241513447db2e560f612b763593e45e935336eb
Author: Gabor Karsay <gabor.karsay at gmx.at>
Date: Fri Dec 29 12:50:45 2017 +0100
Don't install copyright information twice, debian/copyright is enough
diff --git a/debian/rules b/debian/rules
index 5dd31d1..b4c2fdf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_install:
cd $(CURDIR)/debian/phasex/usr/share/phasex && \
rm compile depcomp install-sh missing version-sh
cd $(CURDIR)/debian/phasex/usr/share/doc/phasex && \
- rm LICENSE ChangeLog
+ rm LICENSE ChangeLog GPL-3.0.txt
# disable dh_auto_test, no test suite is provided
override_dh_auto_test:
--
phasex packaging
More information about the pkg-multimedia-commits
mailing list