summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 31781ec..eb72d13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ mozilla-devscripts (0.09) UNRELEASED; urgency=low
The makefile version was getting difficult to extend and to maintain.
We now have a base class called MozClient::VCS and a set of VCS classes
inheriting for it.
- - add src/mozclient.pl
+ - add src/mozclient/mozclient.pl
- add src/mozclient/${projects}.conf
- add src/mozclient/lib/MozClient/{VCS,CVS,Mercurial}.pm
- move src/patches to src/mozclient/patches
@@ -20,16 +20,16 @@ mozilla-devscripts (0.09) UNRELEASED; urgency=low
and we assign a version like nss-3.12.0.3+1.9~cvs without trailling
cvs date (as it's a taggued nss), or nss-3.12.0.3+1.9 when using a
taggued mozilla/client.mk
- - update src/mozclient.pl.in
+ - update src/mozclient/mozclient.pl
- update src/mozclient/{nspr,nss}.conf
+ change MOZCLIENT_CVS_LOC and MOZCLIENT_HG_LOC into a common
MOZCLIENT_VCS_LOC and make it mandatory
- - update src/mozclient.pl
- - update src/src/mozclient/*.conf
+ - update src/mozclient/mozclient.pl
+ - update src/mozclient/*.conf
- update README
+ add optional MOZCLIENT_SEPARATOR to specify what we want between
date and revision in the version (default to ~)
- - update src/mozclient.pl
+ - update src/mozclient/mozclient.pl
- update src/mozclient/lib/MozClient/VCS.pm
- update README
+ add support for svn
@@ -37,14 +37,14 @@ mozilla-devscripts (0.09) UNRELEASED; urgency=low
- update src/mozclient.pl
+ add a project from Prism using svn
- add src/mozclient/prism.conf
- - add src/src/prism.mk.in
+ - add src/prism.mk.in
- update src/Makefile
- update README
+ use an absolute path for remove.binonly.sh as with --conf-dir it could
be called from anywhere. Move remove.binonly.sh into mozclient
- move src/remove.binonly.sh => src/mozclient/remove.binonly.sh
- update src/Makefile
- - update src/mozclient.pl
+ - update src/mozclient/mozclient.pl
- update src/mozclient/lib/MozClient/VCS.pm
* [ compare ]