summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-06-06 02:09:09 +0200
committerFabien Tassin <fta@sofaraway.org>2008-06-06 02:09:09 +0200
commit433c87d371433b71f49d6f4c5c95b667e193e81e (patch)
tree21d4c3acf2acd877bae350576317ed09419f8ea2 /debian/changelog
parent45fbe26801d385c8ed4eb9f305f141d46efaafa1 (diff)
* [mozclient] Split perl modules from main perl file
- update src/mozclient.pl - add src/mozclient/lib/MozClient/VCS.pm - add src/mozclient/lib/MozClient/CVS.pm - add src/mozclient/lib/MozClient/Mercurial.pm - update src/Makefile
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b87a76c..5cf7d51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,11 @@ mozilla-devscripts (0.09) UNRELEASED; urgency=low
* [ mozclient ]
+ Full refactoring of mozclient. It is now written in object-oriented Perl.
The makefile version was getting difficult to extend and to maintain.
- We now have a base class and a set of VCS classes inheriting for it.
+ 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/${projects}.conf
+ - add src/mozclient/lib/MozClient/{VCS,CVS,Mercurial}.pm
- move src/patches to src/mozclient/patches
- update src/${projects}.mk.in
- update src/Makefile