Control: tag -1 patch Hello,
On Sat, 11 Apr 2015, Viktor Pilpenok wrote: > Setting this as important because it severly affects performance without > breaking the package completely. I prepared a fix for this. I uploaded the fixed package to DELAYED/0 because I'd like to try to get this fixed into jessie. In case of problems, let me know quickly. Dear maintainers, please find attached two patches ready to be merged in the git repository. I'll open an unblock request in parallel. Cheers, PS: First I wanted to prepare a regular NMU but then I saw it would just conflict with what you have in the git repository so instead I prepared a team upload on top of what you had in the git repository (even though I'm not really a team member). -- 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/
>From ed73a2d3b687d8b2b4d1c64c50883d6598121e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= <[email protected]> Date: Fri, 17 Apr 2015 16:09:42 +0200 Subject: [PATCH 1/2] Fix build-depends to include python-*-dev so that the C extension gets built Closes: #782379 --- debian/changelog | 5 +++++ debian/control | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 08c34c6..4b927f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ python-crcmod (1.7-2) UNRELEASED; urgency=low + [ 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 + -- Thomas Goirand <[email protected]> Mon, 02 Sep 2013 08:41:44 +0000 python-crcmod (1.7-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 1c1a453..7fa0791 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ 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 -- 2.1.4
>From 70e954b0d69a67244c2b814ff59bc728e93aa289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= <[email protected]> Date: Fri, 17 Apr 2015 16:11:08 +0200 Subject: [PATCH 2/2] Prepare for release --- debian/changelog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4b927f1..1625d2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,6 @@ -python-crcmod (1.7-2) UNRELEASED; urgency=low +python-crcmod (1.7-2) unstable; urgency=low + + * Team upload. [ Thomas Goirand ] * Fixed maintainer and uploaders fields. @@ -7,7 +9,7 @@ python-crcmod (1.7-2) UNRELEASED; urgency=low * Fix build-depends to include python-*-dev so that the C extension gets built. Closes: #782379 - -- Thomas Goirand <[email protected]> Mon, 02 Sep 2013 08:41:44 +0000 + -- Raphaël Hertzog <[email protected]> Fri, 17 Apr 2015 16:10:36 +0200 python-crcmod (1.7-1) unstable; urgency=low -- 2.1.4

