Your message dated Tue, 12 Jan 2010 15:20:54 +0000
with message-id <[email protected]>
and subject line Bug#564671: fixed in mozilla-devscripts 0.19
has caused the Debian Bug report #564671,
regarding mozilla-devscripts: Extensions should be installed in 
/usr/share/mozilla/extensions/... instead of /usr/lib/mozilla/extensions/...
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
564671: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564671
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mozilla-devscripts
Version: 0.18
Severity: normal

The subject says it all. All extensions that don't use binary components
should be in /usr/share/mozilla/extensions and not
/usr/lib/mozilla/extensions.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mozilla-devscripts depends on:
ii  dpkg-dev                      1.15.5.6   Debian package development tools
ii  fakeroot                      1.14.4-1   Gives a fake root environment
ii  libxml-xpath-perl             1.13-7     Perl module for processing XPath
ii  python                        2.5.4-5    An interactive high-level object-o
ii  quilt                         0.48-3     Tool to work with series of patche
ii  unzip                         6.0-1      De-archiver for .zip files
ii  wget                          1.12-1.1   retrieves files from the web
ii  zip                           3.0-1      Archiver for .zip files

mozilla-devscripts recommends no packages.

Versions of packages mozilla-devscripts suggests:
ii  cvs                         1:1.12.13-12 Concurrent Versions System
ii  git-core                    1:1.6.6-1    fast, scalable, distributed revisi
ii  mercurial                   1.4.1-1      scalable distributed version contr

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: mozilla-devscripts
Source-Version: 0.19

We believe that the bug you reported is fixed in the latest version of
mozilla-devscripts, which is due to be installed in the Debian FTP archive:

mozilla-devscripts_0.19.dsc
  to main/m/mozilla-devscripts/mozilla-devscripts_0.19.dsc
mozilla-devscripts_0.19.tar.gz
  to main/m/mozilla-devscripts/mozilla-devscripts_0.19.tar.gz
mozilla-devscripts_0.19_all.deb
  to main/m/mozilla-devscripts/mozilla-devscripts_0.19_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <[email protected]> (supplier of updated mozilla-devscripts 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 12 Jan 2010 16:07:57 +0100
Source: mozilla-devscripts
Binary: mozilla-devscripts
Architecture: source all
Version: 0.19
Distribution: unstable
Urgency: low
Maintainer: Ubuntu Mozilla Team <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Description: 
 mozilla-devscripts - Collection of dev scripts used by Ubuntu Mozilla packages
Closes: 551182 556741 564671
Changes: 
 mozilla-devscripts (0.19) unstable; urgency=low
 .
   * xpi.mk:
     - get rid of temp directory; extract xpi file directly into installation
       directory
       - update src/xpi.mk
     - correct permissions of installed files and add
       MOZ_XPI_PRESERVE_PERMISSIONS to disable this behaviour (Closes: #556741)
       - update src/xpi.mk
     - drop support for deprecated MOZ_EXT_NAME and MOZ_XPI_MOZILLA_DIRS 
variable
       - update src/xpi.mk
     - add new MOZ_XPI_INSTALL_DIRECTORY variable
       - update src/xpi.mk
   * med-xpi-{pack,unpack}:
     - Drop med- prefix.
       - rename man/med-xpi-{pack,unpack}.1 to man/xpi-{pack,unpack}.1
       - rename src/med-xpi-{pack,unpack} to src/xpi-{pack,unpack}
       - update README
       - update src/Makefile
       - update src/xpi.mk
   * xpi-data:
     - Add Firefox 3.6 and Thunderbird 3.0 for lucid.
       - update src/xpi-data-Ubuntu.mk
     - Convert xpi-data-*.mk files into xul-app-data.csv* files for dh_xul-ext
       - remove src/xpi-config.mk.in
       - remove src/xpi-data-Debian.mk
       - remove src/xpi-data-Ubuntu.mk
       - remove src/xpi-data-all.mk
       - remove src/xpi-data-common.mk
       - add src/xul-app-data.csv.Debian
       - add src/xul-app-data.csv.Ubuntu
       - update src/Makefile
   * dh_xul-ext:
     - Split substvars calculation from xpi.mk into new dh_xul-ext.
       - add src/dh_xul-ext
       - update src/Makefile
       - update src/xpi.mk
     - Move compare_versions from moz-version into separate module 
moz_version.py
       - add src/moz_version.py
       - update src/moz-version
       - update src/dh_xul-ext
     - Install moz_version.py using python-support
       - update debian/control
       - update debian/rules
       - update src/Makefile
     - Add "xul-ext" dh sequence
       - add src/xul-ext.pm
       - update src/Makefile
       - update debian/control
     - wrote man page for dh_xul-ext
       - add man/dh_xul-ext.1
       - update src/Makefile
   * install-xpi:
     - Split xpi installation from xpi.mk into new install-xpi script.
       - add src/install-xpi
       - update src/Makefile
       - update src/xpi.mk
       - update debian/control
     - wrote man page for install-xpi
       - add man/install-xpi.1
       - update src/Makefile
     - add --install-dir parameter to install-xpi
       - update man/install-xpi.1
       - update src/install-xpi
     - create links for architecture independent extensions in /usr/share 
instead
       of /usr/lib (Closes: #564671)
       - update src/install-xpi
     - create additional symlinks for icedove and thunderbird, because they do
       not scan /usr/{lib,share}/mozilla/extensions/$target_application
       - update src/install-xpi
   * moz-version:
     - Add parameter for converting Mozilla versions into Debian upstream
       versions and the other way round.
       - update man/moz-version.1
       - update src/moz_version.py
       - update src/moz-version
     - Add a test suite for testing moz-version --compare
       - add tests/test-moz-version
       - update debian/rules
       - update src/Makefile
   * packaging:
     - add homepage field
       - update debian/control
 .
   [ Alexander Sack <[email protected]> ]
   * dh_xul-ext:
     - convert xpath expression to python/rdflib; extract (id, max, min)
       triples for all targetApplications in get_supported_apps; in turn
       add python-rdflib to Depends (Closes: #551182, LP: #453040, #444540)
       - update src/dh_xul-ext
       - update debian/control
Checksums-Sha1: 
 134737976122ba4505d2742a0dea8ef9a4338b46 1829 mozilla-devscripts_0.19.dsc
 a5f01ac4674cda7e040e325c7a3d87ba618107e2 54470 mozilla-devscripts_0.19.tar.gz
 2ac1f8fe9812a3402662e5cd28d3605e2d296b09 53014 mozilla-devscripts_0.19_all.deb
Checksums-Sha256: 
 9c6869f2d5d2d3b1edae3059b68c629c2c427938e8161e5cd6b1c42c2dfe77b7 1829 
mozilla-devscripts_0.19.dsc
 32b303ea81288a34649a39e8d59d677b4fe3d3eafb2abc5fe357e7cb88e9a436 54470 
mozilla-devscripts_0.19.tar.gz
 05e32805c764c3bc58f32889f0ba004322045f343ce6ac9fcd14a2f0b11e6a5c 53014 
mozilla-devscripts_0.19_all.deb
Files: 
 84fd6c318d11df71528f7a2eb78f745b 1829 devel optional 
mozilla-devscripts_0.19.dsc
 5bb9c85c547867b5ad727ae8684dcdd7 54470 devel optional 
mozilla-devscripts_0.19.tar.gz
 43cb105e7b8f5bc66e8fbb80c74a2981 53014 devel optional 
mozilla-devscripts_0.19_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQIcBAEBCgAGBQJLTJDMAAoJEBWetcTvyHdMHucQAI1sdhh1YvCb1fmd4Sey/sdy
6tDfTcNmynsMWp8fUEB1R/PmaWZ67UanmQw73eeJhTjtfY2Ar0SQemUCcyPrLroZ
r9kBWG/W6QIxxYboi6QnjEAf+L6UrughTCZuf2OmVZjUPjN5OQJWB0PSPtE4wQRF
pTzPXIwR/qBEuJP+23AgPKuQR5NMRhnQRAbC5Y2s7EuD4IQ6OmVfbl+yffvqPi5e
NrOskesGgWB5GHQK5PaleVMNlcFIfOdieJnyQ8wW1Nes4+U+YQaC/v2Q+NrK2FKy
Qzg085P9+4KIZj8k6n79tPINtasRlF5/OXS6peZI9eO3tii/NC92YP3q9LzVgFxN
fko3ZJIM/YZlMUpex8FPX978C8kenfYHplfdAEsYOAE3loVqRKSecSRcIbdLV32f
F5Dklll29rm+mi1gWJd6HVxZtBqBYv2N0xwAUyHzjLRWfFsrePiTO/Y3zWvnkdM4
n07NX3m3FHHv78IuhdG1GReSYk6y28M8tVFTuXbNZ7/4C2NklOfxeFVwuKouyoUn
ZEIV36bnmjUwvXfH4ciMAIXQF4P9PRdWrY7skAjnwOM9ojvfhXBVaSc851UJYG/0
WoNKlHQPZaKu+55YxoogHasFAVf5ZTftdwCx5THqRHIov90CffvLafJXwH/MbNph
AbagJYTf14M3sw3w6VSo
=3hrU
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to