[Pkg-mozext-commits] [SCM] browser interface based on natural language input branch, master, updated. debian/0.6.1_pre20111123-1-13-g8cd3c74
Gabriele Giacone
1o5g4r8o at gmail.com
Wed Sep 5 14:02:38 UTC 2012
The following commit has been merged in the master branch:
commit dcf99427729ce3af3806051e64e9b05d7910e6b7
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Sat Sep 1 23:59:35 2012 +0200
Fix new upstream hg url, xz compression.
diff --git a/debian/rules b/debian/rules
index 48a6c2b..9d6ab56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,6 @@ get-ubi-commands:
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 .
+ hg clone https://bitbucket.org/satyr/ubiquity $(TMPDIR)
+ cd $(TMPDIR)/ubiquity && tar Jcf ../../../ubiquity-extension_$(VER).orig.tar.xz .
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