[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#664305: marked as done ([PATCH] catwalk: Helping to update to packaging format 3.0)



Your message dated Wed, 28 Mar 2012 11:02:22 +0000
with message-id <E1SCqdy-0006aV-Hp@franck.debian.org>
and subject line Bug#664305: fixed in catwalk 2.0.2-5
has caused the Debian Bug report #664305,
regarding [PATCH] catwalk: 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 owner@bugs.debian.org
immediately.)


-- 
664305: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664305
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: catwalk
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 dbb0af118922d1f9037e718143c7c0903aa0c664 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Sun, 26 Feb 2012 08:58:07 -0500
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 debian/changelog                                   |    9 +++++++++
 debian/compat                                      |    2 +-
 debian/control                                     |    5 ++---
 debian/patches/00dpatch.conf                       |    2 --
 debian/patches/00list                              |    1 -
 .../{force-init_py.dpatch => force-init_py.patch}  |    8 ++------
 debian/patches/series                              |    1 +
 debian/rules                                       |    1 -
 debian/source/format                               |    2 +-
 9 files changed, 16 insertions(+), 15 deletions(-)
 delete mode 100644 debian/patches/00dpatch.conf
 delete mode 100644 debian/patches/00list
 rename debian/patches/{force-init_py.dpatch => force-init_py.patch} (72%)
 create mode 100644 debian/patches/series

diff --git a/debian/changelog b/debian/changelog
index 656e184..b625bb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+catwalk (2.0.2-5) unstable; urgency=low
+
+  * QA upload.
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+
+ -- Jari Aalto <jari.aalto@cante.net>  Sun, 26 Feb 2012 08:28:17 -0500
+
 catwalk (2.0.2-4) unstable; urgency=low
 
   [ Jakub Wilk ]
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 78cb50a..2538494 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,12 @@ Section: python
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
 Build-Depends:
- debhelper (>= 7),
+ debhelper (>= 9),
  cdbs,
- dpatch,
  python,
  python-support,
  python-setuptools
-Standards-Version: 3.8.2
+Standards-Version: 3.9.3
 Homepage: http://www.catwalk.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/catwalk/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/catwalk/trunk/
diff --git a/debian/patches/00dpatch.conf b/debian/patches/00dpatch.conf
deleted file mode 100644
index 685acc6..0000000
--- a/debian/patches/00dpatch.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-conf_debianonly=1
-conf_origtargzpath=../tarballs
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 18b0fb2..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-force-init_py
diff --git a/debian/patches/force-init_py.dpatch b/debian/patches/force-init_py.patch
similarity index 72%
rename from debian/patches/force-init_py.dpatch
rename to debian/patches/force-init_py.patch
index fa7b183..e4f79ae 100644
--- a/debian/patches/force-init_py.dpatch
+++ b/debian/patches/force-init_py.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## force-init_py.dpatch by Stefano Zacchiroli <zack@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: avoid removal of apparently useless __init__.py by pysupport
+From: Stefano Zacchiroli <zack@debian.org>
+Subject: avoid removal of apparently useless __init__.py by pysupport
 
-@DPATCH@
 diff -urNad trunk~/catwalk/static/__init__.py trunk/catwalk/static/__init__.py
 --- trunk~/catwalk/static/__init__.py	2008-12-15 01:50:41.000000000 +0100
 +++ trunk/catwalk/static/__init__.py	2009-07-04 12:41:56.317687405 +0200
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2ce8c0e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+force-init_py.patch
diff --git a/debian/rules b/debian/rules
index f123c8b..d5a0d60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
 DEB_PYTHON_SYSTEM = pysupport
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 
 PKG = python-catwalk
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
diff --git a/debian/source/format b/debian/source/format
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)
-- 
1.7.9


--- End Message ---
--- Begin Message ---
Source: catwalk
Source-Version: 2.0.2-5

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

catwalk_2.0.2-5.debian.tar.gz
  to main/c/catwalk/catwalk_2.0.2-5.debian.tar.gz
catwalk_2.0.2-5.dsc
  to main/c/catwalk/catwalk_2.0.2-5.dsc
python-catwalk_2.0.2-5_all.deb
  to main/c/catwalk/python-catwalk_2.0.2-5_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 664305@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jari Aalto <jari.aalto@cante.net> (supplier of updated catwalk 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 18 Mar 2012 11:58:54 -0400
Source: catwalk
Binary: python-catwalk
Architecture: source all
Version: 2.0.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Jari Aalto <jari.aalto@cante.net>
Description: 
 python-catwalk - model management interface for the Turbogears web framework
Closes: 664305
Changes: 
 catwalk (2.0.2-5) unstable; urgency=low
 .
   * QA upload.
   * Remove dpatch; upgrade to packaging format "3.0 quilt" (Closes: #664305).
   * Update to Standards-Version to 3.9.3 and debhelper to 9.
Checksums-Sha1: 
 824fd5cf39158a7538dc03d60c5c64ede88a5876 1269 catwalk_2.0.2-5.dsc
 39d9771124d45c10299a14ae212b67c9bc398b12 2734 catwalk_2.0.2-5.debian.tar.gz
 395222f2fb9768b99966c8137afdc7ad639168ad 15780 python-catwalk_2.0.2-5_all.deb
Checksums-Sha256: 
 36cb218556e1319ff1b4c503a6253458ffbbbf053f05fc506728c9bdf53ffd97 1269 catwalk_2.0.2-5.dsc
 276faaadffc8d70fc897effad81b160927ef2216996ea58b6f9fd15992be3e7e 2734 catwalk_2.0.2-5.debian.tar.gz
 0abc3b393149e0bd17aa5cea787704364adee9ebeee956acd286afc5afa3ffea 15780 python-catwalk_2.0.2-5_all.deb
Files: 
 770adcd023552037b751e284777af311 1269 python optional catwalk_2.0.2-5.dsc
 f3601b506eccd365b6bf7bd397e34db6 2734 python optional catwalk_2.0.2-5.debian.tar.gz
 0b2c78619a1f2821b70838118c923c0e 15780 python optional python-catwalk_2.0.2-5_all.deb

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

iEYEARECAAYFAk9y7KcACgkQLARVQsm1XaxVpACdGZnAkrN7BcundRCyCQoWv0E+
qAcAn3rSe2rnO4V5SsxuqyXED78EzNos
=vEOp
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: