Your message dated Thu, 14 Jun 2012 21:44:05 +0000
with message-id <[email protected]>
and subject line Bug#670844: fixed in perl-tk 1:804.030-1
has caused the Debian Bug report #670844,
regarding [PATCH] perl-tk: 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.)


-- 
670844: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670844
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl-tk
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 677d97ca0b193bda135c7c4cc06d863185d58f72 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Sun, 29 Apr 2012 11:20:16 +0300
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/README.source                                     |    2 --
 debian/changelog                                         |   10 ++++++++++
 debian/compat                                            |    2 +-
 debian/control                                           |    4 ++--
 debian/copyright                                         |    2 +-
 debian/patches/00list                                    |    3 ---
 debian/patches/{fix-ftbs.dpatch => 05-fix-ftbs.patch}    |   14 +++++---------
 debian/patches/{fix-path.dpatch => 10-fix-path.patch}    |    8 ++------
 .../{tixgrid-manpage.dpatch => 15-tixgrid-manpage.patch} |    8 ++------
 debian/patches/series                                    |    3 +++
 debian/rules                                             |    9 ++++++---
 debian/source/format                                     |    1 +
 12 files changed, 33 insertions(+), 33 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/00list
 rename debian/patches/{fix-ftbs.dpatch => 05-fix-ftbs.patch} (70%)
 rename debian/patches/{fix-path.dpatch => 10-fix-path.patch} (82%)
 rename debian/patches/{tixgrid-manpage.dpatch => 15-tixgrid-manpage.patch} (74%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 0a6c018..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,2 +0,0 @@
-This package uses dpatch to manage changes, see
-/usr/share/doc/dpatch/README.source.gz
diff --git a/debian/changelog b/debian/changelog
index 88a9ba7..53bcd08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+perl-tk (1:804.029-1.3) unstable; urgency=low
+
+  * 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.
+  * Add build-arch and build-indep targets to rules file.
+  * Fix copyright-refers-to-symlink-license (Lintian).
+
+ -- Jari Aalto <[email protected]>  Sun, 29 Apr 2012 10:58:31 +0300
+
 perl-tk (1:804.029-1.2) unstable; urgency=low
 
   * Non-maintainer upload.
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 d19a054..3b79ddb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Colin Tuckley <[email protected]>
 Uploaders: Michael C. Schultheiss <[email protected]>
 Homepage: http://www.perltk.org/
-Build-Depends: debhelper (>> 5.0), perl (>> 5.8.1), libx11-dev, libxft-dev, libxt-dev, x11proto-core-dev, libpng12-dev, libjpeg-dev, libfreetype6-dev, libxrender-dev, dpatch
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 9), perl (>> 5.8.1), libx11-dev, libxft-dev, libxt-dev, x11proto-core-dev, libpng12-dev, libjpeg-dev, libfreetype6-dev, libxrender-dev
+Standards-Version: 3.9.3
 
 
 Package: perl-tk
diff --git a/debian/copyright b/debian/copyright
index 0a23028..6622e21 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -131,5 +131,5 @@ A copy of the Artistic licence may be found at
 /usr/share/common-licenses/Artistic
 
 A copy of the GNU Public Licence may be found at
-/usr/share/common-licenses/GPL
+/usr/share/common-licenses/GPL-2
 
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index b1aa43c..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,3 +0,0 @@
-fix-path.dpatch
-tixgrid-manpage.dpatch
-fix-ftbs.dpatch
diff --git a/debian/patches/fix-ftbs.dpatch b/debian/patches/05-fix-ftbs.patch
similarity index 70%
rename from debian/patches/fix-ftbs.dpatch
rename to debian/patches/05-fix-ftbs.patch
index 6399476..e7df3c6 100644
--- a/debian/patches/fix-ftbs.dpatch
+++ b/debian/patches/05-fix-ftbs.patch
@@ -1,13 +1,9 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## fix-ftbs.dpatch by Dominique Dumont <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Added a test that protect against double inclusion with recent
-## DP: versions of Xlib.h provided by Xorg. The original test with X_LIB_H_
-## DP: was not changed to avoid breaking build when backporting perl-tk
-## DP: on older versions of Xorg.
+From: Dominique Dumont <[email protected]>
+Subject: Added a test that protect against double inclusion with recent
+versions of Xlib.h provided by Xorg. The original test with X_LIB_H_
+was not changed to avoid breaking build when backporting perl-tk
+on older versions of Xorg.
 
-@DPATCH@
 diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' perl-tk-804.029~/pTk/Xlib.h perl-tk-804.029/pTk/Xlib.h
 --- perl-tk-804.029~/pTk/Xlib.h	2007-02-10 09:55:23.000000000 +0100
 +++ perl-tk-804.029/pTk/Xlib.h	2011-04-20 17:37:27.000000000 +0200
diff --git a/debian/patches/fix-path.dpatch b/debian/patches/10-fix-path.patch
similarity index 82%
rename from debian/patches/fix-path.dpatch
rename to debian/patches/10-fix-path.patch
index 28a81cc..2df6fd7 100644
--- a/debian/patches/fix-path.dpatch
+++ b/debian/patches/10-fix-path.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## fix-path.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+From: <[email protected]>
+Subject: No description.
 
-@DPATCH@
 diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' perl-tk-804.029~/pTk/Tcl-pTk perl-tk-804.029/pTk/Tcl-pTk
 --- perl-tk-804.029~/pTk/Tcl-pTk	2010-05-30 09:45:31.000000000 +0100
 +++ perl-tk-804.029/pTk/Tcl-pTk	2010-05-30 10:18:53.000000000 +0100
diff --git a/debian/patches/tixgrid-manpage.dpatch b/debian/patches/15-tixgrid-manpage.patch
similarity index 74%
rename from debian/patches/tixgrid-manpage.dpatch
rename to debian/patches/15-tixgrid-manpage.patch
index 47b1ae6..150dfe7 100644
--- a/debian/patches/tixgrid-manpage.dpatch
+++ b/debian/patches/15-tixgrid-manpage.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## tixgrid-manpage.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix the Txgrid manpage region->margin.
+From: <[email protected]>
+Subject: Fix the Txgrid manpage region->margin.
 
-@DPATCH@
 diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' perl-tk-804.029~/pod/TixGrid.pod perl-tk-804.029/pod/TixGrid.pod
 --- perl-tk-804.029~/pod/TixGrid.pod	2007-02-10 08:54:37.000000000 +0000
 +++ perl-tk-804.029/pod/TixGrid.pod	2010-05-30 10:01:07.000000000 +0100
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ca09bb6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,3 @@
+05-fix-ftbs.patch
+10-fix-path.patch
+15-tixgrid-manpage.patch
diff --git a/debian/rules b/debian/rules
index 06b50e5..087021f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
 # -*-makefile-*-
 # debian/rules file for perl-tk
 
-include /usr/share/dpatch/dpatch.make
 
 PERL ?= /usr/bin/perl
 
@@ -24,12 +23,16 @@ config-stamp:
 	$(PERL) Makefile.PL XFT=1 INSTALLDIRS=vendor PERL=$(PERL)
 	touch $@
 
+
+build-arch: build
+build-indep: build
+
 build:	config build-stamp
-build-stamp: patch-stamp
+build-stamp:
 	$(MAKE) LD_RUN_PATH=
 	touch $@
 
-clean:	checkroot unpatch
+clean:	checkroot
 	-rm -rf *-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
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.10


--- End Message ---
--- Begin Message ---
Source: perl-tk
Source-Version: 1:804.030-1

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

perl-tk_804.030-1.debian.tar.gz
  to main/p/perl-tk/perl-tk_804.030-1.debian.tar.gz
perl-tk_804.030-1.dsc
  to main/p/perl-tk/perl-tk_804.030-1.dsc
perl-tk_804.030-1_amd64.deb
  to main/p/perl-tk/perl-tk_804.030-1_amd64.deb
perl-tk_804.030.orig.tar.gz
  to main/p/perl-tk/perl-tk_804.030.orig.tar.gz



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.
Colin Tuckley <[email protected]> (supplier of updated perl-tk 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: Thu, 14 Jun 2012 19:13:58 +0100
Source: perl-tk
Binary: perl-tk
Architecture: source amd64
Version: 1:804.030-1
Distribution: unstable
Urgency: low
Maintainer: Colin Tuckley <[email protected]>
Changed-By: Colin Tuckley <[email protected]>
Description: 
 perl-tk    - Perl module providing the Tk graphics library
Closes: 615810 634458 662463 668818 668819 670844
Changes: 
 perl-tk (1:804.030-1) unstable; urgency=low
 .
   * Ack the NMUs
   * New Upstream Release (Closes: #668818)
   * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt"
     (Closes: #670844)
   * Update Standards-Version to 3.9.3 and debhelper to 9.
   * Add build-arch and build-indep targets to rules file.
   * Fix copyright-refers-to-symlink-license (Lintian).
   * Build depend on libpng-dev instead of libpng12-dev (Closes: #662463)
   * Update outdated "Homepage" field (Closes: #668819)
   * Fix pngsuite licence see bug for details (Closes: #615810)
   * Fix duplicate examples in /usr/share/doc/perl-tk (Closes: #634458)
Checksums-Sha1: 
 cedaac23bd1c2b7d4d25d2ef499abb108df87148 1257 perl-tk_804.030-1.dsc
 f5a85cee56de9679e49260e6e80d6dc384e60a5e 6928048 perl-tk_804.030.orig.tar.gz
 b5c896c8f63d2249e6c2738a16a24f6312d37479 9200 perl-tk_804.030-1.debian.tar.gz
 bdf914b024cfe4ba79a53df142ea26d54159670e 2524218 perl-tk_804.030-1_amd64.deb
Checksums-Sha256: 
 1d52da19808ce21f16f9f9a575faca67052adc11600e9c431d4052abec3ef4fa 1257 
perl-tk_804.030-1.dsc
 8b3d55ae2e9ae950a170cd46399660064920d6d7c3ba167bca40e533d26e8d78 6928048 
perl-tk_804.030.orig.tar.gz
 5ccc6fb0c6d5463496af789fafa9d81717ee4cece0f77cda9b8d070f4809ca48 9200 
perl-tk_804.030-1.debian.tar.gz
 b5dfa425e41a60a18002326c9b65c8c2b4adb5978a00527afb8d6acffe37f8c4 2524218 
perl-tk_804.030-1_amd64.deb
Files: 
 547dec34e7d23d538caa45c42b1aa831 1257 perl optional perl-tk_804.030-1.dsc
 13275e85f99ee467a86d9598a437abff 6928048 perl optional 
perl-tk_804.030.orig.tar.gz
 e896b85e3cab958553eb3465180591dd 9200 perl optional 
perl-tk_804.030-1.debian.tar.gz
 16d1c3f0bdb5b2933784e26dc941c9cc 2524218 perl optional 
perl-tk_804.030-1_amd64.deb

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

iEYEARECAAYFAk/aSdkACgkQj2OPlhswRc4YZQCg4fvjNkqB0fghXxdsL10JuVCl
hv0AoL1Zt+DK2WBfaUwnQQAKBOeU/CyR
=IEkd
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to