diff options
author | Fabien Tassin <fta@sofaraway.org> | 2008-02-22 23:46:35 +0100 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2008-02-22 23:46:35 +0100 |
commit | 90c91b52fb95b3cbbe4902f9d2243f4748787a25 (patch) | |
tree | fd554001242ae3366a7334fa19d9dfdd68236bf7 | |
parent | c1c682f4a7d4eb1e4200f46de1df8acdf28d52da (diff) |
* 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
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | src/nspr.mk.in | 2 |
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/ /t/' MOZCLIENT_WANTMOZDIR := 1 |