Your message dated Wed, 26 Oct 2016 22:22:36 +0000
with message-id <[email protected]>
and subject line Bug#670083: fixed in csstidy 1.4-4
has caused the Debian Bug report #670083,
regarding [PATCH] csstidy: 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.)


-- 
670083: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670083
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: csstidy
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 438c834d7a4941acdbb6fbd835706cb2c3b310cf Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Sun, 22 Apr 2012 22:46:03 +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/changelog                                   |   11 ++++++++++
 debian/compat                                      |    2 +-
 debian/control                                     |    4 ++--
 debian/copyright                                   |    9 +++++---
 .../{001_emptyfile.dpatch => 001-emptyfile.patch}  |    9 +++-----
 .../{002_gcc43fix.dpatch => 002-gcc43fix.patch}    |    9 +++-----
 debian/patches/00list                              |    2 --
 debian/patches/series                              |    2 ++
 debian/rules                                       |   22 +++++++-------------
 debian/source/format                               |    1 +
 10 files changed, 36 insertions(+), 35 deletions(-)
 rename debian/patches/{001_emptyfile.dpatch => 001-emptyfile.patch} (68%)
 rename debian/patches/{002_gcc43fix.dpatch => 002-gcc43fix.patch} (67%)
 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 f5bea54..2b6e9f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+csstidy (1.4-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.
+  * Add build-arch and build-indep targets; use dh_prep in rules file.
+  * Fix copyright-refers-to-symlink-license (Lintian).
+  * Fix copyright-with-old-dh-make-debian-copyright (Lintian).
+
+ -- Jari Aalto <[email protected]>  Sun, 22 Apr 2012 22:45:13 +0300
+
 csstidy (1.4-3) unstable; urgency=low
 
   * Add patch gcc43fix which contains an uncaught missing include in
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 b3db405..d05aec1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: utils
 Priority: extra
 Maintainer: Kevin Coyner <[email protected]>
 Homepage: http://csstidy.sourceforge.net/
-Build-Depends: debhelper (>= 5), scons, dpatch
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 9), scons
+Standards-Version: 3.9.3
 
 Package: csstidy
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 575fcdc..071f756 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,7 +7,9 @@ Upstream Authors: Florian Schmitz <[email protected]>
                   Will Mitchell  <[email protected]>
                   Thierry Charbonnel
 
-Copyright: (c) 2005, 2006 Florian Schmitz
+Copyright:
+
+   Copyright (C) 2005, 2006 Florian Schmitz <[email protected]>
 
 License:
 
@@ -25,5 +27,6 @@ License:
    along with this package; if not, write to the Free Software
    Foundation, 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-The Debian packaging is (C) 2007, Kevin Coyner <[email protected]> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is Copyright (C) 2007, Kevin Coyner
+<[email protected]> and is licensed under the GPL, see
+`/usr/share/common-licenses/GPL-2'.
diff --git a/debian/patches/001_emptyfile.dpatch b/debian/patches/001-emptyfile.patch
similarity index 68%
rename from debian/patches/001_emptyfile.dpatch
rename to debian/patches/001-emptyfile.patch
index 6a18473..2a670ab 100644
--- a/debian/patches/001_emptyfile.dpatch
+++ b/debian/patches/001-emptyfile.patch
@@ -1,10 +1,7 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 001_emptyfile.dpatch by Kevin Coyner <[email protected]>
-##
-## DP: allows empty css files to be generated, which are actually valid.
-## DP: thanks to Bastian Kleineidam <[email protected]>
+From: Kevin Coyner <[email protected]>
+Subject: allows empty css files to be generated, which are actually valid.
+ thanks to Bastian Kleineidam <[email protected]>
 
-@DPATCH@
 diff -urNad csstidy-1.4~/csstidy/print_css.cpp csstidy-1.4/csstidy/print_css.cpp
 --- csstidy-1.4~/csstidy/print_css.cpp	2007-07-10 10:20:52.000000000 -0400
 +++ csstidy-1.4/csstidy/print_css.cpp	2007-09-21 22:13:06.000000000 -0400
diff --git a/debian/patches/002_gcc43fix.dpatch b/debian/patches/002-gcc43fix.patch
similarity index 67%
rename from debian/patches/002_gcc43fix.dpatch
rename to debian/patches/002-gcc43fix.patch
index cd7527a..e63a6cb 100644
--- a/debian/patches/002_gcc43fix.dpatch
+++ b/debian/patches/002-gcc43fix.patch
@@ -1,10 +1,7 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 00_gcc43fix.dpatch by Kevin Coyner <[email protected]>
-##
-## DP: in csstidy/misc.cpp, add uncaught missing #include
-## DP: closes bug #455123
+From: Kevin Coyner <[email protected]>
+Subject: in csstidy/misc.cpp, add uncaught missing #include
+ closes bug #455123
 
-@DPATCH@
 diff -urNad csstidy-1.4~/csstidy/misc.cpp csstidy-1.4/csstidy/misc.cpp
 --- csstidy-1.4~/csstidy/misc.cpp	2007-07-10 10:20:54.000000000 -0400
 +++ csstidy-1.4/csstidy/misc.cpp	2008-02-24 20:49:26.000000000 -0500
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 650e3bf..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-001_emptyfile
-002_gcc43fix
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cdd0605
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+001-emptyfile.patch
+002-gcc43fix.patch
diff --git a/debian/rules b/debian/rules
index 3c5e4f7..4849750 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,14 +3,15 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: patch build-stamp
+build-arch: build
+build-indep: build
+
+build: build-stamp
 build-stamp:
 	dh_testdir
 	touch $@
 
-clean: clean-patched unpatch
-
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp install-stamp
@@ -18,19 +19,10 @@ clean-patched:
 	-rm -f .sconsign.dblite
 	dh_clean
 
-patch: patch-stamp
-patch-stamp:
-	dpatch apply-all
-	dpatch cat-all >patch-stamp
-
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	scons
 	install -D release/csstidy/csstidy debian/csstidy/usr/bin/csstidy
 	touch install-stamp
@@ -57,4 +49,4 @@ binary-arch: build install
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build build-stamp clean binary-indep binary-arch binary install patch unpatch clean-patched
+.PHONY: build build-stamp clean binary-indep binary-arch binary install clean-patched
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: csstidy
Source-Version: 1.4-4

We believe that the bug you reported is fixed in the latest version of
csstidy, 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.
Kevin Coyner <[email protected]> (supplier of updated csstidy 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: Wed, 26 Oct 2016 16:12:42 -0400
Source: csstidy
Binary: csstidy
Architecture: source amd64
Version: 1.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[email protected]>
Changed-By: Kevin Coyner <[email protected]>
Description:
 csstidy    - CSS parser and optimiser
Closes: 670083
Changes:
 csstidy (1.4-4) unstable; urgency=low
 .
   * Orphaning this package. Upstream is no longer active.
   * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
   * Update to Standards-Version to 3.9.8 and debhelper to 9.
   * Add build-arch and build-indep targets; use dh_prep in rules file.
   * Fix copyright-refers-to-symlink-license (Lintian).
   * Fix copyright-with-old-dh-make-debian-copyright (Lintian). Thanks to Jari
     Aalto <[email protected]> for these fixes. Closes: #670083.
Checksums-Sha1:
 44524dcde85326b8d6dd71324fc230247f7250d2 1340 csstidy_1.4-4.dsc
 c8ea1b01349e38e0d9818710d2430a5ef9bbc007 4988 csstidy_1.4-4.debian.tar.xz
 3f77871f165ca6127ac95d179802d1d763d42be0 7174 csstidy-dbgsym_1.4-4_amd64.deb
 e6c218d36fd7636a6b7a37a135564d908c10fb0d 103924 csstidy_1.4-4_amd64.deb
Checksums-Sha256:
 bfeba217ebd593b133913b1f4235ebbe8adbc7b9b1cf7d487441d0d6fac6b6d5 1340 
csstidy_1.4-4.dsc
 ea873c80514e5053a8cc5f1d3eac9113efd673f2955fb8f7065d7e355a79172f 4988 
csstidy_1.4-4.debian.tar.xz
 dd05fef35ea0605121f2a97cecf5bc2c8375aade48b2bbc686fac16a23dd8434 7174 
csstidy-dbgsym_1.4-4_amd64.deb
 08d74a3dff9139ae67a892ef68e168232fff4dddf74432544c79f7337c7c5e2b 103924 
csstidy_1.4-4_amd64.deb
Files:
 cf7b516d05a9a920f81eb303703ab014 1340 utils extra csstidy_1.4-4.dsc
 73655f21010a842182be82a3e6ccb334 4988 utils extra csstidy_1.4-4.debian.tar.xz
 7cf8486a48f6c4bfbaea2a18f9515a2d 7174 debug extra 
csstidy-dbgsym_1.4-4_amd64.deb
 7b3a2f8ad587d5e5716a32bac2eb7a8e 103924 utils extra csstidy_1.4-4_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQEwBAEBCAAaBQJYERUSExxrY295bmVyQGRlYmlhbi5vcmcACgkQ67MaYshdj3Ei
PggAlWoOG9yc9AqaTVFpHT5QWak/GiUot2AuLYd5c2TDFTUz7TXt1mX3c9RgXDxC
GhVisuaw/WpcfHYTPyYnDYOigDHypSIMslGZAcVcdWTNm0s+gqmFUGLxWCX6LKev
00ab+/Zrutjmh3dNHoYdyyisHq76f5kIV7MTc41lw2WzNLyQwO3KdduYAWRdPzpC
xFzkcDlC6IowssFAlvAwC9qXRjHWHFEhSd6kyoYHe9gc7NdcRxzKPsf9cmACMj7I
Fq/txdLqqnornfP4Yop/mNbMZDMw46OZ5baqFRQwPL+U+LWCfJqMRtpXY49T/BOj
pB/TLrrxqRwEHOl9wCMT5j18VQ==
=yd4c
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to