Your message dated Tue, 25 Jun 2013 09:18:59 +0000
with message-id <[email protected]>
and subject line Bug#667859: fixed in tdom 0.8.3-1
has caused the Debian Bug report #667859,
regarding [PATCH] tdom: 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.)


-- 
667859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667859
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tdom
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 ce1725bd8c103d0ccca18c35c4108128bdf4bb3b Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Wed, 29 Feb 2012 07:03:03 -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 ++--
 debian/patches/00list                              |    1 -
 debian/patches/series                              |    1 +
 .../{shared-expat.dpatch => shared-expat.patch}    |   17 ++++++++++-------
 debian/rules                                       |    5 ++---
 debian/source/format                               |    1 +
 8 files changed, 25 insertions(+), 14 deletions(-)
 delete mode 100644 debian/patches/00list
 create mode 100644 debian/patches/series
 rename debian/patches/{shared-expat.dpatch => shared-expat.patch} (99%)
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index b58c0c2..fd5fb24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tdom (0.8.3~20080525-3.1) 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.
+
+ -- Jari Aalto <[email protected]>  Wed, 29 Feb 2012 06:45:32 -0500
+
 tdom (0.8.3~20080525-3) unstable; urgency=low
 
   * Checked for lintian sanity (v2.2.12)
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 630e980..8cb06e1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: libs
 Priority: optional
 Maintainer: Tcl/Tk Debian Packagers <[email protected]>
 Uploaders: Hector Romojaro <[email protected]>, Stefan Sobernig <[email protected]>, Avni Khatri <[email protected]>, and Carl Blesius <[email protected]>
-Build-Depends: debhelper (>= 5), autotools-dev, tcl-dev (>= 8.4), dpatch, libexpat1-dev
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>= 9), autotools-dev, tcl-dev (>= 8.4), libexpat1-dev
+Standards-Version: 3.9.3
 Homepage: http://www.tdom.org
 Vcs-Svn: svn://svn.debian.org/viewsvn/pkg-tcltk/tdom/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-tcltk/tdom/
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 7ac47f8..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-shared-expat.dpatch
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3e2c997
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+shared-expat.patch
diff --git a/debian/patches/shared-expat.dpatch b/debian/patches/shared-expat.patch
similarity index 99%
rename from debian/patches/shared-expat.dpatch
rename to debian/patches/shared-expat.patch
index f584dcf..d8eba75 100644
--- a/debian/patches/shared-expat.dpatch
+++ b/debian/patches/shared-expat.patch
@@ -1,11 +1,14 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## shared-expat.dpatch by Stefan Sobernig <[email protected]>,
-## based on prior work found at svn://bamboo.nes.ru/debian/tcl/tdom/trunk 
-## and http://autoconf-archive.cryp.to/ax_lib_expat.m4 
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: tDOM is distributed with a bundled version of expat (2.0.1). This is not acceptable in the realm of Debian packaging. Therefore, this patchs adds support for shared expat version (libexpat1) as provided by the Debian collection of packages. Once patched, one may use the "--with-expat" configure flag to point to a shared expat library. In addition, it renders tDOM indepedent from being either built against expat 1.95.* or expat 2.* as it offers appropriate preprocessor conditionals (this applies to both, the bundled and shared scenario).
+From: Stefan Sobernig <[email protected]>,
+Subject: Ad support for shared expat version (libexpat1)
+ tDOM is distributed with a bundled version of expat (2.0.1). This is
+ not acceptable in the realm of Debian packaging. Therefore, this
+ patchs adds support for shared expat version (libexpat1) as provided
+ by the Debian collection of packages. Once patched, one may use the
+ "--with-expat" configure flag to point to a shared expat library. In
+ addition, it renders tDOM indepedent from being either built against
+ expat 1.95.* or expat 2.* as it offers appropriate preprocessor
+ conditionals (this applies to both, the bundled and shared scenario).
 
-@DPATCH@
 diff -urNad trunk~/configure trunk/configure
 --- trunk~/configure	2007-08-15 23:40:11.000000000 +0200
 +++ trunk/configure	2008-05-20 04:45:04.000000000 +0200
diff --git a/debian/rules b/debian/rules
index 7e5dada..1b2d119 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
@@ -33,7 +32,7 @@ VERSION=$(shell grep -m 1 AC_INIT configure.in | sed -e 's/AC_INIT(\[tdom\], \[/
 DEV=$(CURDIR)/debian/tdom-dev
 ARCH_DEPENDENT=$(CURDIR)/debian/tdom/usr/lib/tcltk
 
-config.status: patch configure
+config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
 	( cd unix ; ../configure --host=$(DEB_HOST_GNU_TYPE) \
@@ -83,7 +82,7 @@ build-stamp: config.status
 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f 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: tdom
Source-Version: 0.8.3-1

We believe that the bug you reported is fixed in the latest version of
tdom, 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.
Andrew Shadura <[email protected]> (supplier of updated tdom 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: SHA256

Format: 1.8
Date: Tue, 25 Jun 2013 09:33:14 +0200
Source: tdom
Binary: tdom tdom-dev
Architecture: source i386
Version: 0.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Tcl/Tk Debian Packagers <[email protected]>
Changed-By: Andrew Shadura <[email protected]>
Description: 
 tdom       - fast XML/DOM/XPath/XSLT extension for Tcl written in C
 tdom-dev   - fast XML/DOM/XPath/XSLT extension for Tcl written in C (developme
Closes: 667859
Changes: 
 tdom (0.8.3-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ Hector Romojaro ]
   * Switch to dpkg-source 3.0 (quilt) format. Closes: #667859
 .
   [ Andrew Shadura ]
   * Apply upstream patches:
     - Compatibility with Tcl 8.6.
     - The XPath function element-available() should, according to
       the rec, return true "if and only if the <argument> is the name
       of an instruction". That is, not for all known XSLT elements.
     - Added missing space in target pkgIndex.tcl-hand. Thanks to
       Gustaf Neumann for reporting the problem and providing a fix.
     - Fixed wrong size on memcpy on 64 bit (when sizeof(int)!=sizeof(int*))
     - Fix for possible DoS attack (see CVE-2009-3720)
   * Fix Vcs-* fields.
   * Use debhelper 9 compatibility mode.
   * Bump Standards-Version to 3.9.4.
   * Add ${misc:Depends} to tdom-dev.
   * Update the package description.
   * Update the homepage.
Checksums-Sha1: 
 af116c071588931cccb9816411bd355158f1443e 2064 tdom_0.8.3-1.dsc
 1b7db0357ffb96c0a6c879c385168491380a8ca5 990367 tdom_0.8.3.orig.tar.gz
 b84f538035d29169b981f088b94d5dcd8b81a691 74352 tdom_0.8.3-1.debian.tar.gz
 5a15527be691430aa91bb67673d63e9ee7a28d81 264604 tdom_0.8.3-1_i386.deb
 7180ea1ce5b720ca15cfd8f33639aec87fc9d361 41388 tdom-dev_0.8.3-1_i386.deb
Checksums-Sha256: 
 35087c412b35a8f4edcd344fbab2641a1e9ba8dd34d27dd608d9ebc764d81734 2064 
tdom_0.8.3-1.dsc
 496d5950907dd70db61bc20c55a05a5521363ce3c076e2fdd97270181bc720b9 990367 
tdom_0.8.3.orig.tar.gz
 293d097e57500b1f2187a85f28cada6431150d81286f3ed163acc362f8fcfd9f 74352 
tdom_0.8.3-1.debian.tar.gz
 969696c5e05b7a0a999e7cdfa59b0fda9656a45d1c3cdac3863e4108384d0007 264604 
tdom_0.8.3-1_i386.deb
 041af735f3e9de0574d1d715be5eba95c4bfca9bfb6a4a9874037457cc9df750 41388 
tdom-dev_0.8.3-1_i386.deb
Files: 
 c047913dd201d83e77216d9f61ab9475 2064 libs optional tdom_0.8.3-1.dsc
 f773bef5b8f15e0b400f9f93f164a6bb 990367 libs optional tdom_0.8.3.orig.tar.gz
 cc0e9bd5d62d1adc703482a40c0e96b5 74352 libs optional tdom_0.8.3-1.debian.tar.gz
 311b10d4d6d8421292754031c3799720 264604 libs optional tdom_0.8.3-1_i386.deb
 83151bc26b214d10d01480ace2aa5f1a 41388 libdevel optional 
tdom-dev_0.8.3-1_i386.deb

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

iQIcBAEBCAAGBQJRyUqsAAoJEG6k0jEaLSaNAukP/iysPPaZGQuaMV3cN1Aa1R0H
Z9uqjQua5Ry3vbTz7iBHldp2xEEw2IPwGAAExvlY3Lz3byuAiemP6GIDLpOO/+lN
QT6rqJCOlm8QQu8O/vKqeKZrPjtXHgrfGHSqpqX2CZozqFt+7JNU67nbEAoNslGg
LKNdetsfWoJreOw8WxfcEmIqcsRhpUCMWNBlPCHuVfoVkHp7CdUfQKdXAEbZA4CJ
Mbkjuxc2W3kpnf6JuwDRzoEuHVJBQy5EJn+3nZ+ZozMlSe8qRQlge0kKGKH1nJa+
EdjJIb509gqZunjYUw4VxfoucyMtJz06ZJs9L7FA4JUWh/XNE+xQ1s/aKLPonbSD
n7sloab9pjuatJJF45e+ZSZ+kUVCpFWDWF+QJlow619NrQLHhMN26k7AYm5ZImKi
ZeDfzfn4qtA/bt7h6ofBBfeCwDmbYZ1OuZzt1N+Au1pSQNlrFuVKPJRehuqg1ViB
keeVN/uOfq3MgkEZ5APEuXq/qoQNi6622TjLKvuCq5mqz23RhoXF1JDM1zQaBE3W
guPGeH824VWzQwwabDN8DrH7mnrDIHf6+a1LZkLw3rlNhxKoN1dP9WvW5ewYmq0K
zgru/ReGp2i7mSu0cysuD/BNt7+3yAP8vfc7vNA3zqhyRIrNSr4yH4XMZIF0E1QU
5bm3sXhDSDTm1Eo3R5lI
=GTdd
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-tcltk-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel

Reply via email to