[Pkg-mozext-commits] [pwdhash] 06/07: Do not install generated META-INF/* files

Benjamin Drung bdrung at moszumanska.debian.org
Sat Jan 9 20:59:01 UTC 2016


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

bdrung pushed a commit to branch master
in repository pwdhash.

commit ee1ab42692f2848cd7bcc75484a6e6cf7e91977b
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Jan 9 21:50:24 2016 +0100

    Do not install generated META-INF/* files
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f8c7f50..069e3be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
 	dh $@ --with xul-ext --buildsystem=xul_ext
 
 override_dh_auto_install:
-	install-xpi --remove-license-files *.xpi
+	install-xpi --remove-license-files -x 'META-INF/*' *.xpi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/pwdhash.git



More information about the Pkg-mozext-commits mailing list