[Pkg-mozext-commits] [SCM] Mozilla addon for sharing interesting websites branch, upstream, updated. debian/3.3.8-3-20-gace74ad

Benjamin Drung bdrung at ubuntu.com
Tue Aug 9 09:58:41 UTC 2011


The following commit has been merged in the upstream branch:
commit 17e4c2d1521a9cf7da3bf715b9d5dc80c756cdc7
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Thu Jan 28 19:26:39 2010 +0100

    Make debian/rules dead simple.

diff --git a/debian/rules b/debian/rules
index 14ae7fe..b280270 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-MOZ_XPI_BUILD_COMMAND := $(null)
-
-build:
-	# gross hack doesn't even begin to do this justice!
-	cp stumbleupon.xpi stumbleupon.xpi.upstream
-	unzip -d repack stumbleupon.xpi
-	unzip -d repack/chrome repack/chrome/*.jar
-	rm repack/chrome/*.jar
-	cd repack/chrome && patch -p0 < $(CURDIR)/debian/patches/private_label.patch
-	cd repack/chrome && patch -p0 < $(CURDIR)/debian/patches/local_help.patch
-	cd repack/chrome && zip -r ../stumbleupon.jar .
-	rm -rf repack/chrome
-	mkdir repack/chrome
-	mv repack/stumbleupon.jar repack/chrome
-	cd repack && zip -r ../stumbleupon.xpi .
-	rm -rf repack
-
-clean::
-	-rm -rf debian/doc/images repack
-	-mv stumbleupon.xpi.upstream stumbleupon.xpi
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/mozilla-devscripts/xpi.mk

-- 
Mozilla addon for sharing interesting websites



More information about the Pkg-mozext-commits mailing list