summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--src/nspr.mk.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b9fd168..e705082 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ mozilla-devscripts (0.05) UNRELEASED; urgency=low
- update src/firefox-3.0.mk.in
- update src/xulrunner-1.9.mk.in
- update README
+ * Change nspr version in mozclient to ~~cvs now that upstream bumped
+ its version so we can change our versionning later
+ - update src/nspr.mk.in
[ Alexander Sack ]
* add initial xpi makefile helper that tries to make extension package
diff --git a/src/nspr.mk.in b/src/nspr.mk.in
index 01a1f46..1233245 100644
--- a/src/nspr.mk.in
+++ b/src/nspr.mk.in
@@ -22,7 +22,7 @@ MOZCLIENT_APPNAME := nspr
MOZCLIENT_PROJECT := $(NULL)
MOZCLIENT_MODULES := mozilla/nsprpub
MOZCLIENT_FILE := mozilla/nsprpub/configure.in
-MOZCLIENT_GETVERSION := grep -E '^MOD_(MAJOR|MINOR|PATCH)_VERSION' $(MOZCLIENT_FILE) | cut -d= -f2 | tr '\n' '.' | sed -e 's,\.$$,,'
+MOZCLIENT_GETVERSION := grep -E '^MOD_(MAJOR|MINOR|PATCH)_VERSION' $(MOZCLIENT_FILE) | cut -d= -f2 | tr '\n' '.' | sed -e 's,\.$$,~,'
MOZCLIENT_URL := 'http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=mozilla%2Fnsprpub&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=1177522884&maxdate=1588258884&cvsroot=%2Fcvsroot'
MOZCLIENT_GETDATE = wget -O - -q --read-timeout=10 --user-agent='' --tries=3 $(MOZCLIENT_URL) 2> /dev/null | grep "href='http://webtools" | head -1 | tr '<>' '@' | cut -d@ -f5 | tr -d ':-' | sed -e 's/&nbsp;/t/'
MOZCLIENT_WANTMOZDIR := 1