[Pkg-mozext-commits] [SCM] system tray extension for thunderbird/firefox alike apps branch, master, updated. debian/0.3.6-2-10-g2fb0b2c

David Prévot taffit at debian.org
Wed Jul 10 22:17:57 UTC 2013


The following commit has been merged in the master branch:
commit e84e5d512f181dbba3f9ac334c7c4777f63bfc28
Author: David Prévot <taffit at debian.org>
Date:   Tue Jul 9 19:40:05 2013 -0400

    Adapt rules

diff --git a/debian/rules b/debian/rules
index 987c406..b21ade1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,13 @@
 	dh $@ --with xul-ext
 
 override_dh_auto_build:
-	cp -f debian/iceowl.xpm components/pixmaps/iceowl.xpm
-	bash ./build.sh --official-amo-release
+	$(MAKE) -C src build
+	dh_auto_build
 
 override_dh_auto_install:
-	install-xpi firetray*.xpi
+	install-xpi build-*/firetray*.xpi
+	dh_auto_install
 
 override_dh_auto_clean:
-	rm -f firetray*.xpi
+	$(MAKE) -C src clean
+	dh_auto_clean

-- 
system tray extension for thunderbird/firefox alike apps



More information about the Pkg-mozext-commits mailing list