[Pkg-mozext-commits] [firetray] 81/84: Simplify rules

David Prévot taffit at moszumanska.debian.org
Sun Jul 20 01:42:48 UTC 2014


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

taffit pushed a commit to branch master
in repository firetray.

commit 87030c29c2b005ca54c8c07770c27211bac76557
Author: David Prévot <taffit at debian.org>
Date:   Sat Jul 19 18:09:51 2014 -0400

    Simplify rules
---
 debian/rules | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3594e14..cac59d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --with xul-ext
+	dh $@ --with xul-ext --sourcedirectory=src
 
 override_dh_auto_build:
 	$(MAKE) -C src build
@@ -10,9 +10,5 @@ override_dh_auto_install:
 	install-xpi build-*/firetray*.xpi
 	dh_auto_install
 
-override_dh_auto_clean:
-	$(MAKE) -C src clean
-	dh_auto_clean
-
 override_dh_installchangelogs:
 	dh_installchangelogs $(CURDIR)/debian/upstream-changelog

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



More information about the Pkg-mozext-commits mailing list