Your message dated Sat, 31 Dec 2016 15:03:44 +0000
with message-id <[email protected]>
and subject line Bug#669621: fixed in enscribe 0.1.0-2
has caused the Debian Bug report #669621,
regarding [PATCH] enscribe: 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.)


-- 
669621: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669621
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: enscribe
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 156254478462e012ff4c36696fe7cab5e17f6710 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Fri, 20 Apr 2012 16:48:53 +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                                   |   12 +++++++++
 debian/compat                                      |    2 +-
 debian/control                                     |    5 ++--
 debian/copyright                                   |    2 +-
 debian/dirs                                        |    2 +-
 debian/patches/00list                              |    2 --
 .../{01-makefile.dpatch => 01-makefile.patch}      |   26 ++------------------
 ...cksizenorm.dpatch => 02-FFTblocksizenorm.patch} |   26 ++------------------
 debian/patches/series                              |    2 ++
 debian/rules                                       |   26 ++++++++------------
 debian/source/format                               |    1 +
 11 files changed, 35 insertions(+), 71 deletions(-)
 delete mode 100644 debian/patches/00list
 rename debian/patches/{01-makefile.dpatch => 01-makefile.patch} (53%)
 rename debian/patches/{02-FFTblocksizenorm.dpatch => 02-FFTblocksizenorm.patch} (59%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index 629ed5c..49f4679 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+enscribe (0.1.0-1.2) 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 package-contains-empty-directory usr/sbin/ (Lintian).
+  * Fix no-homepage-field (Lintian).
+
+ -- Jari Aalto <[email protected]>  Fri, 20 Apr 2012 16:48:40 +0300
+
 enscribe (0.1.0-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/debian/compat b/debian/compat
index b8626c4..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+9
diff --git a/debian/control b/debian/control
index 476bd8f..014b58e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: enscribe
 Section: sound
 Priority: extra
 Maintainer: Nick Rusnov <[email protected]>
-Build-Depends: debhelper (>= 4.0.0), libgd2-xpm-dev | libgd-dev, libsndfile1-dev, pkg-config, docbook-to-man, dpatch
-Standards-Version: 3.7.2.0
+Build-Depends: debhelper (>= 9), libgd2-xpm-dev | libgd-dev, libsndfile1-dev, pkg-config, docbook-to-man
+Standards-Version: 3.9.3
+Homepage: http://freecode.com/projects/enscribe
 
 Package: enscribe
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index ffe13f0..25cc0d2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,4 +10,4 @@ Copyright:
  http://jbd.zayda.net/enscribe/
 
 This package may be redistributed under the terms of the GNU GPL, version 2 or
-later, found on Debian systems in the file /usr/share/common-licenses/GPL
+later, found on Debian systems in the file /usr/share/common-licenses/GPL-2
diff --git a/debian/dirs b/debian/dirs
index ca882bb..74c5069 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,2 +1,2 @@
 usr/bin
-usr/sbin
+
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 1fedc0c..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-01-makefile.dpatch
-02-FFTblocksizenorm.dpatch
diff --git a/debian/patches/01-makefile.dpatch b/debian/patches/01-makefile.patch
similarity index 53%
rename from debian/patches/01-makefile.dpatch
rename to debian/patches/01-makefile.patch
index 60db378..a2ddcbb 100644
--- a/debian/patches/01-makefile.dpatch
+++ b/debian/patches/01-makefile.patch
@@ -1,28 +1,6 @@
-#! /bin/sh -e
-## 01-makefile.dpatch by Nick Rusnov <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Add the required functions to makefile, etc.
+From: Nick Rusnov <[email protected]>
+Subject: Add the required functions to makefile, etc.
 
-if [ $# -lt 1 ]; then
-    echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-    exit 1
-fi
-
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
-
-case "$1" in
-    -patch) patch -p1 ${patch_opts} < $0;;
-    -unpatch) patch -R -p1 ${patch_opts} < $0;;
-    *)
-        echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-        exit 1;;
-esac
-
-exit 0
-
-@DPATCH@
 diff -udr enscribe-0.0.4/makefile enscribe-0.0.4-makefilepatch/makefile
 --- enscribe-0.0.4/makefile	2004-07-04 12:49:06.000000000 -0700
 +++ enscribe-0.0.4-makefilepatch/makefile	2004-11-01 15:44:55.000000000 -0800
diff --git a/debian/patches/02-FFTblocksizenorm.dpatch b/debian/patches/02-FFTblocksizenorm.patch
similarity index 59%
rename from debian/patches/02-FFTblocksizenorm.dpatch
rename to debian/patches/02-FFTblocksizenorm.patch
index 879eeaa..d5a2b94 100644
--- a/debian/patches/02-FFTblocksizenorm.dpatch
+++ b/debian/patches/02-FFTblocksizenorm.patch
@@ -1,28 +1,6 @@
-#! /bin/sh -e
-## 02-FFTblocksizenorm.dpatch by Nick Rusnov <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Normalize the two FFT blocksize arguments
+From: Nick Rusnov <[email protected]>
+Subject: Normalize the two FFT blocksize arguments
 
-if [ $# -lt 1 ]; then
-    echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-    exit 1
-fi
-
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
-
-case "$1" in
-    -patch) patch -p1 ${patch_opts} < $0;;
-    -unpatch) patch -R -p1 ${patch_opts} < $0;;
-    *)
-        echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-        exit 1;;
-esac
-
-exit 0
-
-@DPATCH@
 diff -udr enscribe-0.1.0-orig/enscribe.c enscribe-0.1.0/enscribe.c
 --- enscribe-0.1.0-orig/enscribe.c	2009-08-10 20:52:16.000000000 -0700
 +++ enscribe-0.1.0/enscribe.c	2009-08-10 20:58:28.000000000 -0700
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..42712d8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+01-makefile.patch
+02-FFTblocksizenorm.patch
diff --git a/debian/rules b/debian/rules
index c3d7e11..11cb0c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,29 +13,26 @@
 
 CFLAGS='-Wall -g'
 
-build: patch
+
+build-arch: build
+build-indep: build
+
+build:
 	dh_testdir
 	$(MAKE) CFLAGS=$(CFLAGS)
 	docbook-to-man debian/enscribe.sgml > enscribe.1
 
-clean: clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
-
-	-$(MAKE) clean
-	-rm -f enscribe.1
-
-	dh_clean 
-
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
+	$(MAKE) clean
+	rm -f enscribe.1
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/enscribe
@@ -62,6 +59,3 @@ binary-arch: build install
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure
-
-patch:
-	dpatch apply-all
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.5


--- End Message ---
--- Begin Message ---
Source: enscribe
Source-Version: 0.1.0-2

We believe that the bug you reported is fixed in the latest version of
enscribe, 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.
Christoph Biedl <[email protected]> (supplier of updated enscribe 
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: Sun, 25 Dec 2016 12:58:52 +0100
Source: enscribe
Binary: enscribe
Architecture: source powerpc
Version: 0.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Christoph Biedl <[email protected]>
Description:
 enscribe   - convert images into sounds
Closes: 638843 669621 817448
Changes:
 enscribe (0.1.0-2) unstable; urgency=medium
 .
   * QA upload
   * Set maintainer field to Debian QA Group (see #839652)
   * Packaging cleanup. Closes: #669621, #817448
     - Re-write debian/copyright in format 1.0
     - Declare compliance with policy 3.9.8
     - Convert to source format 3.0 (quilt)
     - Bump debhelper compat level to 10
     - Use dh7-style debian/rules
     - Enable full hardening build
     - Fix typos
   * Reorder libraries to fix FTBFS with ld --as-needed. Closes: #638843,
     LP: #770933
Checksums-Sha1:
 e127bf6a6b3fbc24990b665e2035191d57e58c68 1727 enscribe_0.1.0-2.dsc
 495c65b92f25c8d6ae718640ca9777ec5e844c08 4308 enscribe_0.1.0-2.debian.tar.xz
 833a40d1f66e6bc03cbaef1ead75dc476bfbd464 27278 
enscribe-dbgsym_0.1.0-2_powerpc.deb
 6872d05d015cd65227b417eff00a13d1163e9dba 6400 
enscribe_0.1.0-2_powerpc.buildinfo
 ccbd37666a2dd47d1c33160249e16a95e0c10e13 18044 enscribe_0.1.0-2_powerpc.deb
Checksums-Sha256:
 9eb93adea656450e594b39779064ee2249d0b5511ed1b469818ec1c70cd17991 1727 
enscribe_0.1.0-2.dsc
 96684403e507eb832714f78e03e2644b29cc7bbf037dd901084175a3a57afdbe 4308 
enscribe_0.1.0-2.debian.tar.xz
 c3d0f7558e5e2fc8006823db9850dc07465af51b2dd3402a280ea2447270d271 27278 
enscribe-dbgsym_0.1.0-2_powerpc.deb
 70289802989554d8e1c4fb54b65737cb546c4da9eb7616ef5f0ca87e27015c40 6400 
enscribe_0.1.0-2_powerpc.buildinfo
 62953de302d33cc3ed16ba68b7fa5e5634dd31e9bab52be9d7f32521157ba6fe 18044 
enscribe_0.1.0-2_powerpc.deb
Files:
 5789c28d3f3b9e79cafd6004f834761f 1727 sound extra enscribe_0.1.0-2.dsc
 384fd758596421da236f5d80b9406482 4308 sound extra 
enscribe_0.1.0-2.debian.tar.xz
 4dd9b476c2d6c361b09721813aa70029 27278 debug extra 
enscribe-dbgsym_0.1.0-2_powerpc.deb
 5600252ca71528387008539e196b08db 6400 sound extra 
enscribe_0.1.0-2_powerpc.buildinfo
 4f3c1b5075ec217826ac2ce3acdd6bdf 18044 sound extra enscribe_0.1.0-2_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJYZ72xAAoJEMQsWOtZFJL9z7oP/jzHxcToVHoCsOTA+jPko5H9
Q53gQkiSwmLjjjmrSdToL9PGzMPSd++rJgiVVyA36LGGpziZ+9UTO/erCw9M0zkL
/RNaeAJlaRCO88C/mqOW+e0Gx8hjnbbewLkroRN+z5qyZIzdAB8WAa5+LFzy8XCD
Dp/GahkePRNFNVDp2jTLa1yYI1BpbdN/I+J8wRaLYlyBe1q0l10l3aXZWqoFO8c6
mg7Ax85YugdIrHar1q/ELY/cNKlVE4AafDMokdLAaT/u+NCKWsAwVEgxAZ6TjKfz
adzhfe3VqYuuOY2ACbXwnrWWQDtIirPt1j6P458GKMaABgry4/o89ysK8dhjN4qx
Civ4GUtyrKl4b/ezsWSu3rBaXGmjJKm4X2mwCsKfhHbmi4HP7kbi6k7EEHyMfkIZ
iTIRYwK0o+8+CR2y7QB/qneDRhEpsfZnIWMutovzMFgX2RrHohoKLRDVNuRyHBPW
bb8+Z2gRqyltHGVVTfVAlhcYolVh3j8fCofBw+LMMvW0RTDvz4edHoBL/hh2CHNA
BiP00ZF3zWfxAl4COGN8nZnaLrlIvyE1LWkmmvUvXRp7x7npFRuFsyiWDgnFcyMy
IPFBHHWCWW8rL50ZJJWOBWPpV3CcauNhAh/+rPS68djl0d+DoC1ND1WPAPGu3gP9
RuqrnqEMc5KQfUTEWXDk
=pEX4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to