[ciderwebmail] 02/04: Fix strip more upstream install noise.

Jonas Smedegaard dr at jones.dk
Sat Oct 25 17:01:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ciderwebmail.

commit cedf78916990f18561bda6e561e80aa94ac41480
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Oct 25 18:44:10 2014 +0200

    Fix strip more upstream install noise.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 6efb6b0..41c3de2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -137,7 +137,10 @@ binary-post-install/$(pkg)::
 # Drop excess files bogusly handled by upstream install routines
 binary-post-install/$(pkg)::
 	rm -rf $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/.pc
+	rm -rf $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/root
 	rm -f $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/.gitignore
 	rm -f $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/LICENSE
+	rm -f $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/TODO
+	rm -f $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/ciderwebmail.yml
 	rm -f $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/root/templates/template.pl
 	rm -f $(cdbs_curdestdir)usr/share/ciderwebmail/root/templates/template.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ciderwebmail.git



More information about the Pkg-perl-cvs-commits mailing list