Your message dated Fri, 04 May 2012 21:33:20 +0000
with message-id <[email protected]>
and subject line Bug#654651: fixed in basemap 1.0.2-3
has caused the Debian Bug report #654651,
regarding basemap: please use xz compression
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.)


-- 
654651: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654651
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: basemap
Version: 1.0.2-1
Severity: wishlist
Tags: patch

compressing basemap with xz makes the package 30% smaller saving 30mb [0].
I think this is a significant enough saving to warrant the use of xz.

Attached a patch to do so [1]. On the next upstream release the orig
tarball could be re-compressed with xz too which also saves 30mb.


[0] orig (gz) -1, xz compressed -2:
7.0M ./python-mpltoolkits.basemap-doc_1.0.2-1_all.deb
664K ./python-mpltoolkits.basemap_1.0.2-1_amd64.deb
101M ./python-mpltoolkits.basemap-data_1.0.2-1_all.deb

293K ./python-mpltoolkits.basemap_1.0.2-2_amd64.deb
7.0M ./python-mpltoolkits.basemap-doc_1.0.2-2_all.deb
 71M ./python-mpltoolkits.basemap-data_1.0.2-2_all.deb

[1] The dpkg Predepends is needed for derivatives which have releases
with older dpkg versions.
diff -Nru basemap-1.0.2/debian/changelog basemap-1.0.2/debian/changelog
--- basemap-1.0.2/debian/changelog      2012-01-04 22:25:41.000000000 +0100
+++ basemap-1.0.2/debian/changelog      2012-01-04 22:28:20.000000000 +0100
@@ -1,3 +1,9 @@
+basemap (1.0.2-2) UNRELEASED; urgency=low
+
+  * use xz compression
+
+ -- Julian Taylor <[email protected]>  Wed, 04 Jan 2012 22:15:06 
+0100
+
 basemap (1.0.2-1) unstable; urgency=low
 
   * New upstream release
diff -Nru basemap-1.0.2/debian/control basemap-1.0.2/debian/control
--- basemap-1.0.2/debian/control        2012-01-04 22:25:41.000000000 +0100
+++ basemap-1.0.2/debian/control        2012-01-04 22:28:20.000000000 +0100
@@ -9,6 +9,7 @@
 
 Package: python-mpltoolkits.basemap
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6)
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, 
python-mpltoolkits.basemap-data (>= ${source:Version}), python-matplotlib
 Recommends: python-dap, python-imaging
 Description: matplotlib toolkit to plot on map projections
@@ -39,6 +40,7 @@
 
 Package: python-mpltoolkits.basemap-data
 Architecture: all
+Pre-Depends: dpkg (>= 1.15.6)
 Depends: ${misc:Depends}
 Description: matplotlib toolkit to plot on map projections (data package)
  The matplotlib basemap toolkit is a library for plotting 2D data on maps in
@@ -71,6 +73,7 @@
 Package: python-mpltoolkits.basemap-doc
 Section: doc
 Architecture: all
+Pre-Depends: dpkg (>= 1.15.6)
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Description: matplotlib toolkit to plot on map projections (documentation)
  The matplotlib basemap toolkit is a library for plotting 2D data on maps in
diff -Nru basemap-1.0.2/debian/rules basemap-1.0.2/debian/rules
--- basemap-1.0.2/debian/rules  2012-01-04 22:25:41.000000000 +0100
+++ basemap-1.0.2/debian/rules  2012-01-04 22:30:59.000000000 +0100
@@ -29,3 +29,6 @@
 
 override_dh_sphinxdoc:
        dh_sphinxdoc -i
+
+override_dh_builddeb:
+       dh_builddeb -- -Zxz

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: basemap
Source-Version: 1.0.2-3

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

basemap_1.0.2-3.debian.tar.gz
  to main/b/basemap/basemap_1.0.2-3.debian.tar.gz
basemap_1.0.2-3.dsc
  to main/b/basemap/basemap_1.0.2-3.dsc
python-mpltoolkits.basemap-data_1.0.2-3_all.deb
  to main/b/basemap/python-mpltoolkits.basemap-data_1.0.2-3_all.deb
python-mpltoolkits.basemap-doc_1.0.2-3_all.deb
  to main/b/basemap/python-mpltoolkits.basemap-doc_1.0.2-3_all.deb
python-mpltoolkits.basemap_1.0.2-3_amd64.deb
  to main/b/basemap/python-mpltoolkits.basemap_1.0.2-3_amd64.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.
Sandro Tosi <[email protected]> (supplier of updated basemap 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: SHA1

Format: 1.8
Date: Fri, 04 May 2012 21:49:22 +0200
Source: basemap
Binary: python-mpltoolkits.basemap python-mpltoolkits.basemap-data 
python-mpltoolkits.basemap-doc
Architecture: source amd64 all
Version: 1.0.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Description: 
 python-mpltoolkits.basemap - matplotlib toolkit to plot on map projections
 python-mpltoolkits.basemap-data - matplotlib toolkit to plot on map 
projections (data package)
 python-mpltoolkits.basemap-doc - matplotlib toolkit to plot on map projections 
(documentation)
Closes: 654651 671162
Changes: 
 basemap (1.0.2-3) unstable; urgency=low
 .
   * debian/rules
     - remove leftover from build process, so the package can be built twice in 
a
       row; thanks to Jakub Wilk for the report; Closes: #671162
     - use xz compression; thanks Julian Taylor for the report and patch;
       Closes: #654651
Checksums-Sha1: 
 772037a0c8b662c8856d001f1e2fd04427c06c77 1575 basemap_1.0.2-3.dsc
 d5d676c7ee52a64977dd5dc4a3a375dfd4343488 21790 basemap_1.0.2-3.debian.tar.gz
 912170ebb1f348a54dbbcddb642ddf7524431938 422644 
python-mpltoolkits.basemap_1.0.2-3_amd64.deb
 0695c87b326084e47c74fd3296082480f34a101b 71821818 
python-mpltoolkits.basemap-data_1.0.2-3_all.deb
 a9ed623c5988a5dcb50506bac2b7600a81936f6b 7260996 
python-mpltoolkits.basemap-doc_1.0.2-3_all.deb
Checksums-Sha256: 
 bc91a9a8ba48cb6df8ac2841795c73748b00dfccc45e6aa579800060e8ac3754 1575 
basemap_1.0.2-3.dsc
 725ac2d9b4d012d419c931f9db45a5210cb6f80f4144894cb0bc29f022a2f7e4 21790 
basemap_1.0.2-3.debian.tar.gz
 a398aff36b5a6f555f1a1ade002cb356c047ba8ca70f9aa09652cfc559c2edc5 422644 
python-mpltoolkits.basemap_1.0.2-3_amd64.deb
 64e35270677a09fff1aca544a07a60056d19d7507fc042f70acde05f2efcf38f 71821818 
python-mpltoolkits.basemap-data_1.0.2-3_all.deb
 5cfb9c05907d2300435ed70d0d562465c25b7d35336ef2d8855a4c1a09420e00 7260996 
python-mpltoolkits.basemap-doc_1.0.2-3_all.deb
Files: 
 6bbf54cb106698dc7124b838f8fe663a 1575 python optional basemap_1.0.2-3.dsc
 dcc291da9c2e0909bfe3dba5c7c8e973 21790 python optional 
basemap_1.0.2-3.debian.tar.gz
 9f784b43b64ec11155ae53237f3bfa13 422644 python optional 
python-mpltoolkits.basemap_1.0.2-3_amd64.deb
 9f8dab0a289973df3e9a54b87f9e46ec 71821818 python optional 
python-mpltoolkits.basemap-data_1.0.2-3_all.deb
 327d0430803fd55f4783b485f9084e18 7260996 doc optional 
python-mpltoolkits.basemap-doc_1.0.2-3_all.deb

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

iEYEARECAAYFAk+kOUsACgkQAukwV0RN2VDf0gCfWsTkm4D3iHEbik47HkgmBO9H
NekAniAg5249zQdH6eLhynjcNrNb7h9G
=KQYI
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to