[SCM] muse/master: Fix installation and cleanup of the docs.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Aug 12 08:26:17 UTC 2011
The following commit has been merged in the master branch:
commit 6eebf5bb91ce9e30d7949fb013cbef636d44b4a3
Author: Alessio Treglia <alessio at debian.org>
Date: Fri Aug 12 10:25:48 2011 +0200
Fix installation and cleanup of the docs.
diff --git a/debian/muse.docs b/debian/muse.docs
deleted file mode 100644
index 799808f..0000000
--- a/debian/muse.docs
+++ /dev/null
@@ -1,4 +0,0 @@
-AUTHORS
-README*
-SECURITY
-releasenotes.txt
diff --git a/debian/rules b/debian/rules
index 8bd2d3b..06e36c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,7 @@ override_dh_auto_configure:
override_dh_install:
dh_install -pmuse
- cd $(CURDIR)/debian/muse/usr/share/ && \
- find -name COPYING.gz -delete && \
- find -name LICENSE -delete && \
- find -name ChangeLog.gz -delete
+ find $(CURDIR)/debian/muse/ -name "COPYING*" -delete
+ find $(CURDIR)/debian/muse/ -name "LICENSE" -delete
+ find $(CURDIR)/debian/muse/ -name "ChangeLog*" -delete
dh_install --remaining-packages
--
muse packaging
More information about the pkg-multimedia-commits
mailing list