[Pkg-mozext-commits] [SCM] webdeveloper Debian packaging branch, master, updated. ae0278756676f58bdb78a9cf6d1d01858a2f5669

Andrea Veri av at src.gnome.org
Mon Aug 8 13:45:48 UTC 2011


The following commit has been merged in the master branch:
commit c91f93de07530ebafaead130bbfd317f54945e82
Author: Andrea Veri <av at src.gnome.org>
Date:   Mon Aug 8 15:44:29 2011 +0200

    install-xpi will use upstream provided .xpi file into builds/ directory as it was before. Clean rule removed as well since it's not needed anymore.

diff --git a/debian/rules b/debian/rules
index 7683d57..50f43fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,7 @@ override_dh_auto_build:
 	find $(CURDIR) -type d -empty -delete
 
 override_dh_auto_install:
-	install-xpi --remove-license-files xul-ext-webdeveloper.xpi
-
-override_dh_auto_clean:
-	rm -f xul-ext-webdeveloper.xpi
+	install-xpi --remove-license-files builds/web-developer.xpi
 
 CVSREV := 20110808
 get-orig-source:

-- 
webdeveloper Debian packaging



More information about the Pkg-mozext-commits mailing list