[Pkg-mozext-commits] [SCM] browser interface based on natural language input branch, master, updated. debian/0.6.1_pre20110619-1-6-gde816c3

Gabriele Giacone 1o5g4r8o at gmail.com
Wed Nov 23 01:29:10 UTC 2011


The following commit has been merged in the master branch:
commit e8cf1505b0d4ebb466843ab093ea5c4d1f4c91a2
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Wed Nov 23 01:22:02 2011 +0100

    Add get-orig-source target.

diff --git a/debian/rules b/debian/rules
index f217455..7136211 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,3 +29,10 @@ baseurl="http://git.debian.org/?p=users/filippo/ubiquity-commands.git;a=blob_pla
 get-ubi-commands:
 	wget -O debian/debian.js   $(baseurl)debian.js
 	wget -O debian/debian.html $(baseurl)ubiquity-commands.html
+
+VER=0.6.1~pre$(shell date '+%Y%m%d')
+TMPDIR=tmp-ubiquity
+get-orig-source:
+	hg clone https://ubiquity.mozilla.com/hg/ubiquity-firefox $(TMPDIR)
+	cd $(TMPDIR)/ubiquity && tar jcf ../../../ubiquity-extension_$(VER).orig.tar.bz2 .
+	rm -rf $(TMPDIR) && dch -v $(VER)-1 "Hg snapshot."

-- 
browser interface based on natural language input



More information about the Pkg-mozext-commits mailing list