[ubuntu/karmic] mozilla-devscripts 0.14 (Accepted)

Ubuntu Installer archive at ubuntu.com
Tue Aug 11 13:24:15 BST 2009


mozilla-devscripts (0.14) unstable; urgency=low

  [ Alexander Sack <asac at ubuntu.com> ]
  * xpi.mk:
    - add target application id magic (|XPI_TARGET_EMIDs|); parse install.rdf
      and create extension links for all targetapplications like:
      |/usr/lib/mozilla/extensions/$targetappid/$extid|; in same turn we
      deprecate |MOZ_XPI_MOZILLA_DIRS| and unset its default accordingly
      - update src/xpi.mk
    - improve rule dependencies; avoid duplicate/circular depends
      - update src/xpi.mk
    - first pitch on automagic max/min version detection implemented; add a
      generic |TARGET_VERSION| call taking parameters a) appid,
      b) maxVersion|minVersion and c) extension-dir; this call is then used to
      parse the right max/minVersion for a given targetApplication on demand in
      |CHECK_VERSION|. In this way we now filter out unsuitable packages from
      xpi:Depends based on the install.rdf version bounds
      - update src/xpi.mk
    - add prism at developer.mozilla.org 1.0 to list of auto detected target
      application packages
      - update src/xpi.mk
    - use moz-version --compare in ${xpi:Depends} |CHECK_VERSION| call
      instead of the rather flawed dpkg --compare-versions approach.
      - update src/xpi.mk
    - add thunderbird-3.0 to list of auto detected target application packages
      - update src/xpi.mk
   * build-system:
    - add bindir_files feature and use that to install med-xpi-*pack as well as
      moz-version-compare to BINDIR; in turn adjust dh_install helper
      accordingly.
      - update src/Makefile
      - update debian/mozilla-devscripts.install
   * lp-locale-export.mk:
     - fix LP: #411191 - webfav lp-locale-export.mk yields en-US.xpi with
       .manifest files only - fix parsing bug for jar: protocol lines
  * packaging:
    - fix Vcs-Bzr: to point to a proper R/W location and use Vcs-Bzr-Browser for the
      browsable read-only location
      - update debian/control
    - add Benjamin Drung <bdrung at ubuntu.com> to Uploaders and also add my @ubuntu.com
      address work-time uploads won't count as NMU
      - update debian/control

  [ Benjamin Drung <bdrung at ubuntu.com> ]
  * xpi.mk:
    - add automatic xpi depends .substvars feature based on smart parsing
      of install.rdf and checking min/maxVersion for each target application;
      extensions can now use ${xpi:Depends} to get the right dependencies added;
      the version/package/targetAppId mapping information is currently
      maintained in src/xpi.mk itself
      - update src/xpi.mk
    - add moz-version helper script and ship it in extra_files; this script
      implements compare operations for mozilla versions as in
      https://developer.mozilla.org/en/Toolkit_version_format
      - add src/moz-version
      - update src/Makefile
    - implement start/end of life for comparing possible alternate binary
      dependency
      - update src/xpi.mk
    - make MOZ_EXTENSION_PKG optional; if this variable is unset, the first
      binary package listed in debian/control will be used
      - update src/xpi.mk

mozilla-devscripts (0.13) unstable; urgency=low

  First debian upload (Closes: 528225)

  [ Fabien Tassin <fta at ubuntu.com> ]
  * Drop python-2.4 from Depends, any python will do
    - update debian/control

  [ Alexander Sack <asac at debian.org> ]
  * adding asac to Uploaders: for first debian upload
  * improve debian/copyright

Date: Tue,  11 Aug 2009 13:24:02 +0100
Changed-By: Alexander Sack <asac at ubuntu.com>
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
Origin: Debian/incoming
https://launchpad.net/ubuntu/karmic/+source/mozilla-devscripts/0.14
-------------- next part --------------
Origin: Debian/incoming
Format: 1.7
Date: Tue,  11 Aug 2009 13:24:02 +0100
Source: mozilla-devscripts
Binary: mozilla-devscripts
Architecture: source
Version: 0.14
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam at lists.ubuntu.com>
Changed-By: Alexander Sack <asac at ubuntu.com>
Description: 
 mozilla-devscripts - Collection of dev scripts used by Ubuntu Mozilla packages
Closes: 528225
Launchpad-Bugs-Fixed: 411191
Changes: 
 mozilla-devscripts (0.14) unstable; urgency=low
 .
   [ Alexander Sack <asac at ubuntu.com> ]
   * xpi.mk:
     - add target application id magic (|XPI_TARGET_EMIDs|); parse install.rdf
       and create extension links for all targetapplications like:
       |/usr/lib/mozilla/extensions/$targetappid/$extid|; in same turn we
       deprecate |MOZ_XPI_MOZILLA_DIRS| and unset its default accordingly
       - update src/xpi.mk
     - improve rule dependencies; avoid duplicate/circular depends
       - update src/xpi.mk
     - first pitch on automagic max/min version detection implemented; add a
       generic |TARGET_VERSION| call taking parameters a) appid,
       b) maxVersion|minVersion and c) extension-dir; this call is then used to
       parse the right max/minVersion for a given targetApplication on demand in
       |CHECK_VERSION|. In this way we now filter out unsuitable packages from
       xpi:Depends based on the install.rdf version bounds
       - update src/xpi.mk
     - add prism at developer.mozilla.org 1.0 to list of auto detected target
       application packages
       - update src/xpi.mk
     - use moz-version --compare in ${xpi:Depends} |CHECK_VERSION| call
       instead of the rather flawed dpkg --compare-versions approach.
       - update src/xpi.mk
     - add thunderbird-3.0 to list of auto detected target application packages
       - update src/xpi.mk
    * build-system:
     - add bindir_files feature and use that to install med-xpi-*pack as well as
       moz-version-compare to BINDIR; in turn adjust dh_install helper
       accordingly.
       - update src/Makefile
       - update debian/mozilla-devscripts.install
    * lp-locale-export.mk:
      - fix LP: #411191 - webfav lp-locale-export.mk yields en-US.xpi with
        .manifest files only - fix parsing bug for jar: protocol lines
   * packaging:
     - fix Vcs-Bzr: to point to a proper R/W location and use Vcs-Bzr-Browser for the
       browsable read-only location
       - update debian/control
     - add Benjamin Drung <bdrung at ubuntu.com> to Uploaders and also add my @ubuntu.com
       address work-time uploads won't count as NMU
       - update debian/control
 .
   [ Benjamin Drung <bdrung at ubuntu.com> ]
   * xpi.mk:
     - add automatic xpi depends .substvars feature based on smart parsing
       of install.rdf and checking min/maxVersion for each target application;
       extensions can now use ${xpi:Depends} to get the right dependencies added;
       the version/package/targetAppId mapping information is currently
       maintained in src/xpi.mk itself
       - update src/xpi.mk
     - add moz-version helper script and ship it in extra_files; this script
       implements compare operations for mozilla versions as in
       https://developer.mozilla.org/en/Toolkit_version_format
       - add src/moz-version
       - update src/Makefile
     - implement start/end of life for comparing possible alternate binary
       dependency
       - update src/xpi.mk
     - make MOZ_EXTENSION_PKG optional; if this variable is unset, the first
       binary package listed in debian/control will be used
       - update src/xpi.mk
 .
 mozilla-devscripts (0.13) unstable; urgency=low
 .
   First debian upload (Closes: 528225)
 .
   [ Fabien Tassin <fta at ubuntu.com> ]
   * Drop python-2.4 from Depends, any python will do
     - update debian/control
 .
   [ Alexander Sack <asac at debian.org> ]
   * adding asac to Uploaders: for first debian upload
   * improve debian/copyright
Files: 
 31e63ad8a4a8dffee7f588d439711c13 43553 devel optional mozilla-devscripts_0.14.tar.gz
 0d7583c40d391e26827c9f0bd2b1cd4c 1588 devel optional mozilla-devscripts_0.14.dsc


More information about the Karmic-changes mailing list