Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package python-crcmod The package suffers from a severe performance limitation described in #782379 because it lacks the C extension that it was supposed to contain. The package has no reverse dependency in Debian so even if this update breaks, it would not break anything else in Debian. unblock python-crcmod/1.7-2 (The package is in DELAYED/0 and will shortly appear in sid unless the maintainer asks me to drop it) I prepared the upload on top of some minor maintainer changes that were already in the git repository. So you have those changes on top of the bugfix: diff -Nru python-crcmod-1.7/debian/changelog python-crcmod-1.7/debian/changelog --- python-crcmod-1.7/debian/changelog 2013-08-17 11:04:32.000000000 +0200 +++ python-crcmod-1.7/debian/changelog 2015-04-17 16:15:51.000000000 +0200 @@ -1,3 +1,16 @@ +python-crcmod (1.7-2) unstable; urgency=low + + * Team upload. + + [ Thomas Goirand ] + * Fixed maintainer and uploaders fields. + + [ Raphaël Hertzog ] + * Fix build-depends to include python-*-dev so that the C extension + gets built. Closes: #782379 + + -- Raphaël Hertzog <[email protected]> Fri, 17 Apr 2015 16:10:36 +0200 + python-crcmod (1.7-1) unstable; urgency=low * Initial release. (Closes: #719968) diff -Nru python-crcmod-1.7/debian/control python-crcmod-1.7/debian/control --- python-crcmod-1.7/debian/control 2013-08-17 11:04:32.000000000 +0200 +++ python-crcmod-1.7/debian/control 2015-04-17 16:15:51.000000000 +0200 @@ -1,15 +1,13 @@ Source: python-crcmod Section: python Priority: optional -Maintainer: PKG OpenStack <[email protected]> -Uploaders: Julien Danjou <[email protected]>, - Thomas Goirand <[email protected]>, - Mehdi Abaakouk <[email protected]> +Maintainer: PKG Cloud <[email protected]> +Uploaders: Jimmy Kaplowitz <[email protected]>, Thomas Goirand <[email protected]> Build-Depends: debhelper (>= 9), openstack-pkg-tools, - python-all (>= 2.6.6-3~), + python-all-dev (>= 2.6.6-3~), python-setuptools, - python3-all, + python3-all-dev, python3-setuptools Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-crcmod.git The debdiff on the binary package shows the addition of the extension: $ debdiff python-crcmod_1.7-1+b1_amd64.deb python-crcmod_1.7-2_amd64.deb [The following lists of changes regard files as different if they have different names, permissions or owners.] Files in second .deb but not in first ------------------------------------- -rw-r--r-- root/root /usr/lib/python2.7/dist-packages/crcmod/_crcfunext.so Files in first .deb but not in second ------------------------------------- -rw-r--r-- root/root /usr/share/doc/python-crcmod/changelog.Debian.amd64.gz Control files: lines which differ (wdiff format) ------------------------------------------------ Depends: python (>= 2.7), python (<< [-2.8)-] {+2.8), libc6 (>= 2.4)+} Installed-Size: [-56-] {+105+} Maintainer: PKG [-OpenStack <[email protected]>-] {+Cloud <[email protected]>+} [-Source: python-crcmod (1.7-1)-] Version: [-1.7-1+b1-] {+1.7-2+} $ debdiff python3-crcmod_1.7-1+b1_amd64.deb python3-crcmod_1.7-2_amd64.deb [The following lists of changes regard files as different if they have different names, permissions or owners.] Files in second .deb but not in first ------------------------------------- -rw-r--r-- root/root /usr/lib/python3/dist-packages/crcmod/_crcfunext.cpython-34m-x86_64-linux-gnu.so Files in first .deb but not in second ------------------------------------- -rw-r--r-- root/root /usr/share/doc/python3-crcmod/changelog.Debian.amd64.gz Control files: lines which differ (wdiff format) ------------------------------------------------ Depends: [-python3:any-] {+python3 (<< 3.5), python3+} (>= [-3.3.2-2~)-] {+3.4~), libc6 (>= 2.4)+} Installed-Size: [-57-] {+111+} Maintainer: PKG [-OpenStack <[email protected]>-] {+Cloud <[email protected]>+} Source: python-crcmod [-(1.7-1)-] Version: [-1.7-1+b1-] {+1.7-2+} -- System Information: Debian Release: 8.0 APT prefers squeeze-lts APT policy: (500, 'squeeze-lts'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: http://www.freexian.com/services/debian-lts.html Learn to master Debian: http://debian-handbook.info/get/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

