[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:45 UTC 2012


The following commit has been merged in the master branch:
commit b2f9b765decde529b656c0a5cb41ad4656cfe1bf
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Tue Sep 4 00:10:57 2012 +0200

    Fix get-orig-source version.

diff --git a/debian/rules b/debian/rules
index 9d6ab56..6ee06ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 NAME := ubiquity
-VERS := $(shell dpkg-parsechangelog|sed -n '/^Version/{s/Version: \(.*\)-[0-9]*$$/\1/p}')
 PKGNAME := xul-ext-$(NAME).xpi
 USRSHARE := debian/$(basename $(PKGNAME))/usr/share/xul-ext/$(NAME)
 
@@ -37,7 +36,7 @@ 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')
+VER=$(shell sed -n '/<version>/s/^.*>\(.*\)<\/.*/\1/p' install.rdf)~pre$(shell date '+%Y%m%d')
 TMPDIR=tmp-ubiquity
 get-orig-source:
 	hg clone https://bitbucket.org/satyr/ubiquity $(TMPDIR)

-- 
browser interface based on natural language input



More information about the Pkg-mozext-commits mailing list