1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
mozilla-devscripts (0.06) UNRELEASED; urgency=low
[ Alexander Sack ]
* [ xpi ]:
+ introduce support to extract xpi translations from any build tree that
ships chrome.manifest indexed xul/xpi translations. This feature is ment to
be hooked into install phase of then package build. cdbs users can just
include this helper as we ship the appropriate cdbs hooks.
- add src/lp-locale-export.mk
* [ lp-locale-export ]:
+ add lp-locale-export.mk to the build (add to extra_mk_files)
- update src/Makefile
+ add README stub for lp-locale-export.mk
- update README
[ Fabien Tassin ]
* [ compare ]:
+ Add support for compare in thunderbird-3.0
- update src/thunderbird-3.0.mk.in
* [ mozclient ]:
+ Update mozclient-status rule to list tags relative to each project
instead of just gecko trunk
- update src/mozclient.mk.in
+ Update nspr project file to generate a version containing the gecko
version, such as 4.7.1~beta~1.9b5~cvs20080310t1054 or
4.7.1~beta2~1.9b5~cvs20080314t1505
- update src/nspr.mk.in
+ Fail when MOZCLIENT_GETDATE was not able to find the date on bonsai
- update src/mozclient.mk.in
+ Add a firefox-3.0-full project creating a full firefox tarball,
i.e. regular browser and not the ubuntu specific xulbrowser
- add src/firefox-3.0-full.mk.in
- update src/Makefile
* [ minefield-packager ]
+ New module creating debs from Firefox nightly built tarballs
- add src/minefield-packager.mk.in
- add src/minefield-packager/debian/*
- update src/Makefile
- update README
* Add $(extra_mk_dirs) to install a full directory and use it for
minefield-packager/debian and (mozclient/)patches
- update src/Makefile
-- Fabien Tassin <fta@sofaraway.org> Fri, 29 Feb 2008 17:03:20 +0100
mozilla-devscripts (0.05) hardy; urgency=low
* new release shipping xpi.mk (LP: #195366)
- this upload belongs to the general FF Exception of #193225.
[ Fabien Tassin ]
* Update mozclient patch for xulbrowser now that firefox 3 needs
mozilla/memory to build
- update src/patches/xulbrowser_target.patch
* Rewrite package description now that we provide several scripts
- update debian/control
* Update the compare module to also check dist/bin vs debian/tmp
- update src/compare.mk.in
- 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
maintenance as trivial as possible
- add src/xpi.mk
- update src/Makefile
* add libxml-xpath-perl to Depends: required by install.rdf introspection
in xpi.mk
- update debian/control
* add unzip (needed by xpi.mk) to Depends: of mozilla-devscript binary package
- update debian/control
* introduce MOZ_XPI_MOZILLA_DIRS in xpi.mk with default values: "firefox-addons
firefox"
- update src/xpi.mk
* document xpi.mk in README
- update README
-- Fabien Tassin <fta@sofaraway.org> Mon, 25 Feb 2008 11:39:01 +0100
mozilla-devscripts (0.04) hardy; urgency=low
* Add support in mozclient for DEBIAN_TAG for nss and nspr by not using
mozilla/client.mk for those two.
- update src/mozclient.mk.in and README
- update src/{nspr,nss}.mk.in
- drop src/patches/{nspr,nss}_target.patch
- update src/patches/xulbrowser_target.patch
- update src/patches/series
-- Fabien Tassin <fta@sofaraway.org> Fri, 08 Feb 2008 22:13:42 +0100
mozilla-devscripts (0.03) hardy; urgency=low
* Fix PST date missed for direct checkout
- update src/mozclient.mk.in
* Add the 'compare' script
- add src/compare.mk.in
- update src/Makefile
* Rephrase documentation and document 'compare'
- update README
- update src/mozclient.mk.in
* Add support for 'compare' in seamonkey, firefox and xulrunner
- update src/seamonkey-2.0.mk.in
- update src/xulrunner-1.9.mk.in
- update src/firefox-3.0.mk.in
-- Fabien Tassin <fta@sofaraway.org> Tue, 29 Jan 2008 14:06:37 +0100
mozilla-devscripts (0.02) hardy; urgency=low
* Move patches for mozilla/client.mk inside src/ as they were previously
missed at install time. This will prevent confusions with other future
scripts
* Add PST to dates passed to cvs so it matches dates from Bonsai
- update src/mozclient.mk.in
* Drop Changelog.txt, use debian/changelog instead
-- Fabien Tassin <fta@sofaraway.org> Thu, 17 Jan 2008 22:17:46 +0100
mozilla-devscripts (0.01) hardy; urgency=low
* Initial version (LP: #179501)
-- Fabien Tassin <fta@sofaraway.org> Sun, 30 Dec 2007 21:06:05 +0100
|