~bdrung/mozilla-devscripts/lintian

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Benjamin Drung
  • Date: 2009-08-11 14:52:36 UTC
  • Revision ID: bdrung@ubuntu.com-20090811145236-qfh0kdpw4xg8c02q
  - wrap too long lines
    - update debian/changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
      - update debian/control
6
6
    - add ${misc:Depends} to Depends
7
7
      - update debian/control
 
8
    - wrap too long lines
 
9
      - update debian/changelog
8
10
 
9
 
 -- Benjamin Drung <bdrung@ubuntu.com>  Tue, 11 Aug 2009 16:40:27 +0200
 
11
 -- Benjamin Drung <bdrung@ubuntu.com>  Tue, 11 Aug 2009 16:51:06 +0200
10
12
 
11
13
mozilla-devscripts (0.14) unstable; urgency=low
12
14
 
44
46
     - fix LP: #411191 - webfav lp-locale-export.mk yields en-US.xpi with
45
47
       .manifest files only - fix parsing bug for jar: protocol lines
46
48
  * packaging:
47
 
    - fix Vcs-Bzr: to point to a proper R/W location and use Vcs-Bzr-Browser for the
48
 
      browsable read-only location
 
49
    - fix Vcs-Bzr: to point to a proper R/W location and use Vcs-Bzr-Browser for
 
50
      the browsable read-only location
49
51
      - update debian/control
50
 
    - add Benjamin Drung <bdrung@ubuntu.com> to Uploaders and also add my @ubuntu.com
51
 
      address work-time uploads won't count as NMU
 
52
    - add Benjamin Drung <bdrung@ubuntu.com> to Uploaders and also add my
 
53
      @ubuntu.com address work-time uploads won't count as NMU
52
54
      - update debian/control
53
55
 
54
56
  [ Benjamin Drung <bdrung@ubuntu.com> ]
126
128
    - don't run MOZCLIENT_EXCLUDE_SCRIPT if does not exist as it creates
127
129
      false positives
128
130
      - update src/mozclient/lib/MozClient/VCS.pm
129
 
    - drop $(EXT), left-over from when mozclient.pl was substed and use -c instead
 
131
    - drop $(EXT), left-over from when mozclient.pl was substed and use -c
 
132
      instead
130
133
      - update src/mozclient.mk.in
131
134
    - add support for git
132
135
      - add src/mozclient/lib/MozClient/Git.pm
150
153
    for extensions built with xulapp.mk
151
154
    - update src/xpi.mk
152
155
  * [ xulapp ]
153
 
    - allow caller to specify the xulrunner version by pre-setting DEBIAN_XUL_VER
 
156
    - allow caller to specify the xulrunner version by pre-setting
 
157
      DEBIAN_XUL_VER
154
158
      - update src/xulapp.mk.in
155
159
    - add confdefs.h and a.out to the clean rule
156
160
      - update src/xulapp.mk.in
248
252
 
249
253
  [ Alexander Sack ]
250
254
  * add .NOTPARALLEL target to make mozclient.mk more reliable in parallel
251
 
    make runs. We don't want parallel execution within the scope of mozclient.mk.
252
 
    Maybe noteworthy that this doesn't prevent clients to invoke get-orig-source
253
 
    with distinct parameters in parallel.
 
255
    make runs. We don't want parallel execution within the scope of
 
256
    mozclient.mk. Maybe noteworthy that this doesn't prevent clients to
 
257
    invoke get-orig-source with distinct parameters in parallel.
254
258
    - update src/mozclient.mk.in
255
259
 
256
260
  [ Fabien Tassin ]
282
286
      - add src/xulrunner-1.9.1.mk.in
283
287
      - add src/xulrunner-2.0.mk.in
284
288
      - update src/Makefile
285
 
    + add a variable called DEBIAN_KEEP_VCS to preserve the VCS files such as 
 
289
    + add a variable called DEBIAN_KEEP_VCS to preserve the VCS files such as
286
290
      */CVS or .hg
287
291
      - update src/mozclient.mk.in
288
292
      - update README
319
323
  [ Alexander Sack ]
320
324
  * [ xpi ]:
321
325
    + introduce support to extract xpi translations from any build tree that
322
 
      ships chrome.manifest indexed xul/xpi translations. This feature is ment to
323
 
      be hooked into install phase of then package build. cdbs users can just
 
326
      ships chrome.manifest indexed xul/xpi translations. This feature is ment
 
327
      to be hooked into install phase of then package build. cdbs users can just
324
328
      include this helper as we ship the appropriate cdbs hooks.
325
329
      - add src/lp-locale-export.mk
326
330
  * [ lp-locale-export ]:
394
398
    - update debian/control
395
399
  * add unzip (needed by xpi.mk) to Depends: of mozilla-devscript binary package
396
400
    - update debian/control
397
 
  * introduce MOZ_XPI_MOZILLA_DIRS in xpi.mk with default values: "firefox-addons
398
 
    firefox"
 
401
  * introduce MOZ_XPI_MOZILLA_DIRS in xpi.mk with default values:
 
402
    "firefox-addons firefox"
399
403
    - update src/xpi.mk
400
404
  * document xpi.mk in README
401
405
    - update README