[Pkg-mozext-commits] [itsalltext] 01/03: Use d/clean instead of rm -f

David Prévot taffit at moszumanska.debian.org
Sat Mar 26 20:47:13 UTC 2016


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

taffit pushed a commit to branch master
in repository itsalltext.

commit 1cf7f944d3495b43bb527655997e3742b1570a6d
Author: David Prévot <david at tilapin.org>
Date:   Sat Mar 26 16:39:32 2016 -0400

    Use d/clean instead of rm -f
    
    Git-Dch: Ignore
---
 debian/clean | 1 +
 debian/rules | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..9addbec
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+itsalltext-*.xpi
diff --git a/debian/rules b/debian/rules
index a5505d8..186f381 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,6 @@ override_dh_auto_install:
 
 override_dh_auto_clean:
 	rake clean
-	rm -f itsalltext-*.xpi
 	dh_auto_clean -O--buildsystem=xul_ext
 
 override_dh_installchangelogs:

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



More information about the Pkg-mozext-commits mailing list