Your message dated Tue, 04 Jun 2013 19:48:43 +0000
with message-id <[email protected]>
and subject line Bug#664294: fixed in python-yenc 0.4.0-1
has caused the Debian Bug report #664294,
regarding [PATCH] python-yenc: Helping to update to packaging format 3.0
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.)


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

Hi,

The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:

    http://wiki.debian.org/Projects/DebSrc3.0

I had some free time; see attached patch to migrate to new package
format. Note that all files in debian/patches/* are canocalized to
*.patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

>From 187ba6d70f2911b271c1d88f48fa0632473a6560 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Sat, 25 Feb 2012 10:07:24 -0500
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <[email protected]>
---
 debian/changelog                                   |    8 ++++++++
 debian/compat                                      |    2 +-
 debian/control                                     |    4 ++--
 ..._var.dpatch => 000-Handle_env_CFLAGS_var.patch} |    8 ++------
 debian/patches/00list                              |    1 -
 debian/patches/series                              |    1 +
 debian/rules                                       |    5 ++---
 debian/source/format                               |    1 +
 8 files changed, 17 insertions(+), 13 deletions(-)
 rename debian/patches/{000-Handle_env_CFLAGS_var.dpatch => 000-Handle_env_CFLAGS_var.patch} (78%)
 delete mode 100644 debian/patches/00list
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index 07f77cd..65588ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-yenc (0.3+debian-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove dpatch and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+
+ -- Jari Aalto <[email protected]>  Sat, 25 Feb 2012 10:06:33 -0500
+
 python-yenc (0.3+debian-2) unstable; urgency=low
 
   * Add debian/watch.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 139771c..defa4db 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: python-yenc
 Section: python
 Priority: extra
 Maintainer: Adam Cécile (Le_Vert) <[email protected]>
-Build-Depends: debhelper (>= 5), dpatch, python-support (>= 0.4), python-all-dev
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 9), python-support (>= 0.4), python-all-dev
+Standards-Version: 3.9.3
 Homepage: http://www.hellanzb.com/
 
 Package: python-yenc
diff --git a/debian/patches/000-Handle_env_CFLAGS_var.dpatch b/debian/patches/000-Handle_env_CFLAGS_var.patch
similarity index 78%
rename from debian/patches/000-Handle_env_CFLAGS_var.dpatch
rename to debian/patches/000-Handle_env_CFLAGS_var.patch
index 493c6a4..8548b9a 100644
--- a/debian/patches/000-Handle_env_CFLAGS_var.dpatch
+++ b/debian/patches/000-Handle_env_CFLAGS_var.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 000-Handle_env_CFLAGS_var.dpatch
-## by Adam Cécile (Le_Vert) <[email protected]>
-##
-## DP: Do not auto-probe CFLAGS, and use which are passed in environment.
+From: Adam Cécile (Le_Vert) <[email protected]>
+Subject: Do not auto-probe CFLAGS, and use which are passed in environment.
 
-@DPATCH@
 
 diff -u python-yenc-0.3~debian/setup.py python-yenc-0.3~debian/setup.py.new
 --- python-yenc-0.3~debian/setup.py	2007-04-11 17:30:42.000000000 +0200
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 7d4b4d7..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-000-Handle_env_CFLAGS_var
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..69cae24
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+000-Handle_env_CFLAGS_var.patch
diff --git a/debian/rules b/debian/rules
index 5922526..d4888f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
 #export DH_VERBOSE=1
 
 # I *love* dpatch
-include /usr/share/dpatch/dpatch.make
 
 PYVERS	= $(shell pyversions -rv)
 CFLAGS	= -Wall -g
@@ -15,12 +14,12 @@ else
 endif
 
 build: $(PYVERS:%=build-stamp-py%)
-build-stamp-py%: patch-stamp
+build-stamp-py%:
 	dh_testdir
 	CFLAGS="$(CFLAGS)" python$* setup.py build
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -rf build build-stamp*
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
-- 
1.7.9


--- End Message ---
--- Begin Message ---
Source: python-yenc
Source-Version: 0.4.0-1

We believe that the bug you reported is fixed in the latest version of
python-yenc, which is due to be installed in the Debian FTP archive.

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.
JCF Ploemen (jcfp) <[email protected]> (supplier of updated python-yenc 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: Wed, 29 May 2013 14:25:56 +0200
Source: python-yenc
Binary: python-yenc
Architecture: source amd64
Version: 0.4.0-1
Distribution: unstable
Urgency: low
Maintainer: JCF Ploemen (jcfp) <[email protected]>
Changed-By: JCF Ploemen (jcfp) <[email protected]>
Description: 
 python-yenc - yEnc encoding/decoding extension for Python
Closes: 470712 664294 673948
Changes: 
 python-yenc (0.4.0-1) unstable; urgency=low
 .
   * New upstream release (Closes: #470712).
   * New maintainer (Closes: #673948).
   * Update watch file.
   * Update copyright, license changed to LGPL.
   * debian/rules:
     + replace entirely with dh sequencer.
     + switch to dh_python2.
   * Switch to source format 3.0 (quilt) (Closes: #664294).
   * Bump Standards-Version to 3.9.4.
Checksums-Sha1: 
 4c1d00874df7e590542b9eed3003001dd25e29da 2005 python-yenc_0.4.0-1.dsc
 7e84dbadae82a48b9037262756a3f64c5c0482d8 63156 python-yenc_0.4.0.orig.tar.gz
 89a9db6079d5b35ec31a1f90b3e6ef598f2ab0b0 2362 python-yenc_0.4.0-1.debian.tar.gz
 3f1fe628f6702efd959736cc3b9c46107a338cff 22796 python-yenc_0.4.0-1_amd64.deb
Checksums-Sha256: 
 ec48b6507438ef47a3e3cd8a12efed0b98a214aee4b8e121d2ed6eeac3758275 2005 
python-yenc_0.4.0-1.dsc
 075f6c4e4f43b7c6dafac579eabb17287b62d80e9147cbea0b046bc3ee8edd2f 63156 
python-yenc_0.4.0.orig.tar.gz
 a7f3fdefa2feef7247c9a303efbf1ca4cbdf984400754e74d4eac3162ee9b9ae 2362 
python-yenc_0.4.0-1.debian.tar.gz
 15907544516c4369370b6cb1ea6d22e7d490642d09d20fc1c4e1529731aaf153 22796 
python-yenc_0.4.0-1_amd64.deb
Files: 
 678fd518522d44f8a9c1420f71c7ea25 2005 python optional python-yenc_0.4.0-1.dsc
 f8bd9eff020c0352fdd4c25c20900007 63156 python optional 
python-yenc_0.4.0.orig.tar.gz
 013cd8d7eb68e39305485786a9919bd9 2362 python optional 
python-yenc_0.4.0-1.debian.tar.gz
 ca41c9aba64aa3b3a751dc9c1869e633 22796 python optional 
python-yenc_0.4.0-1_amd64.deb

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

iQIcBAEBCgAGBQJRrkBcAAoJEK728aKnRXZFXtkQANZ5WtwR/kuJWK/JYar4i/ga
cGb3Fyct/UWN9lGSQcT4F2uz3IqNT+zK77UcwCFsexPNHeA1llqg2++OuU42rysS
CIIY0lw1Q5cFUUF5/LKA37XM/PGCEqwogfQglc49hxNPnPZ6gX4hqCcmjajkUTZ6
mQIVnnpHid2B1onpyY4u0/jyLX8MX6nseKNea9hxHsTAiazvHzUT7pU55B7Q+6yW
ZkOBTSNu3DNHWT62r7pe1MwhRe4mUcBrdBFlhdamBj522IUJiEYUsn/qNqLutUnq
q0ol+SPVA/7tF74tCfbP5Si3PwlT4iEOVHO4MXNLuRpW9KmCCP4vPt2vZHmhC3JR
Tz58qgP0iknbASlu2zGteRnXAA9HYltcvmQYb5XN6oNuKG/9G1bnla35aqRyR4CI
rI3i5BwtUf9M6N/Ti5RJSdPOvPmhz8XWmiKe8Oz4JboYJ3ZK8IiJgLBHPV0xD2RS
/RNosPVTV08q1vD27uHxT+nq0HZfvQZamoq7fBoDZVZ9zauAHLSxIdAB0mIvWf16
sinI+bfQxqYhXH8SPYWKUSzGc1jSzFzAb/oP9VEPYkU3I5krHclaD/POf5FRgcZQ
6U3ZGSXpb8Vcs7zXfUSah7DSneQ6QTk3iXf75mTuUEWVWBdFWjoQ+ZdpQCrKs5qu
bXCmtEq+QnXlJkrH0Qm4
=2Eau
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to