Your message dated Wed, 29 Jun 2016 17:45:55 +0000
with message-id <[email protected]>
and subject line Bug#664296: fixed in ripole 0.2.0+20081101.0215-2
has caused the Debian Bug report #664296,
regarding [PATCH] ripole: 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.)


-- 
664296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664296
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ripole
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 f60f1dbed4c643019aec9ebbb5c862d9b8167174 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Sat, 25 Feb 2012 10:29:18 -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 ++--
 ...000-Fix_segfault_when_outpath_is_not_set.patch} |    7 ++-----
 debian/patches/00list                              |    1 -
 debian/patches/series                              |    1 +
 debian/rules                                       |    5 ++---
 debian/source/format                               |    1 +
 8 files changed, 17 insertions(+), 12 deletions(-)
 rename debian/patches/{000-Fix_segfault_when_outpath_is_not_set.dpatch => 000-Fix_segfault_when_outpath_is_not_set.patch} (85%)
 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 d5ef74f..7e89d8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ripole (0.2.0+20081101.0215-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove 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]>  Sat, 25 Feb 2012 10:27:16 -0500
+
 ripole (0.2.0+20081101.0215-1) unstable; urgency=low
 
   * New upstream release.
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 cae6bb2..a601378 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: ripole
 Section: utils
 Priority: optional
 Maintainer: Adam Cécile (Le_Vert) <[email protected]>
-Build-Depends: debhelper (>= 5), dpatch
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
 Homepage: http://www.pldaniels.com/ripole/
 
 Package: ripole
diff --git a/debian/patches/000-Fix_segfault_when_outpath_is_not_set.dpatch b/debian/patches/000-Fix_segfault_when_outpath_is_not_set.patch
similarity index 85%
rename from debian/patches/000-Fix_segfault_when_outpath_is_not_set.dpatch
rename to debian/patches/000-Fix_segfault_when_outpath_is_not_set.patch
index 40bcb48..3e5e8e9 100644
--- a/debian/patches/000-Fix_segfault_when_outpath_is_not_set.dpatch
+++ b/debian/patches/000-Fix_segfault_when_outpath_is_not_set.patch
@@ -1,8 +1,5 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 000-Fix_segfault_when_outpath_is_not_set.dpatch
-## by Walter B. Rasmann <[email protected]
-##
-## DP: ripOLE just crashes if -d (output directory path) parameter is not set 
+From: Walter B. Rasmann <[email protected]
+Subject: ripOLE just crashes if -d (output directory path) parameter is not set 
 
 diff -U 8 -p ripole-0.2.0/ripole.c ripole-0.2.0-new/ripole.c
 --- ripole-0.2.0/ripole.c	2005-12-12 04:06:21.000000000 +0100
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 4c59d72..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-000-Fix_segfault_when_outpath_is_not_set.dpatch
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d7d4971
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+000-Fix_segfault_when_outpath_is_not_set.patch
diff --git a/debian/rules b/debian/rules
index 0b225b8..a3b686c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 # Dpatch targets
-include /usr/share/dpatch/dpatch.make
 
 CFLAGS = -Wall -g -I.
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -11,12 +10,12 @@ else
 endif
 
 build: build-stamp
-build-stamp: patch-stamp
+build-stamp:
 	dh_testdir
 	$(MAKE) CFLAGS="$(CFLAGS)"
 	touch $@
 
-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: ripole
Source-Version: 0.2.0+20081101.0215-2

We believe that the bug you reported is fixed in the latest version of
ripole, 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.
David William Richmond Jones <[email protected]> (supplier of updated ripole 
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, 29 Jun 2016 16:46:40 +0100
Source: ripole
Binary: ripole
Architecture: source
Version: 0.2.0+20081101.0215-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: David William Richmond Jones <[email protected]>
Description:
 ripole     - Extract attachments from OLE2 data files (ie, MS Office docs)
Closes: 664296
Changes:
 ripole (0.2.0+20081101.0215-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to QA group
   * Updated to source format 3.0 (quilt) (Closes: #664296)
   * Updated debhelper level to 9
   * Drop build-dep on dpatch
   * Added unused_variable.patch
     - FTBFS with debhelper 9 due to variable set but not used
   * Converted copyright to DEP-5
Checksums-Sha1:
 9e284c32c8570f069b3e4e8187718f61e1de65c3 1775 ripole_0.2.0+20081101.0215-2.dsc
 f4ee0b9fcf294e3165f78066e07020bb33dd9622 30076 
ripole_0.2.0+20081101.0215.orig.tar.gz
 26dc0b2105d37145682baa4b02e8265a6a0dc5d3 3740 
ripole_0.2.0+20081101.0215-2.debian.tar.xz
Checksums-Sha256:
 2fe821d43392cec80326ca10af5d617c4fb2ff624f96325ecb7379fa31618cdc 1775 
ripole_0.2.0+20081101.0215-2.dsc
 dd74d37b8d4d0e0c07c06947dcbd4719774ba1e438b1b3e233a44ceaa93db3ea 30076 
ripole_0.2.0+20081101.0215.orig.tar.gz
 ea5588dba4244801df6030a2b4de441aa6470d30e291fb01cac080a28434fac2 3740 
ripole_0.2.0+20081101.0215-2.debian.tar.xz
Files:
 c66238c1279e465ab33e724d1647f318 1775 utils optional 
ripole_0.2.0+20081101.0215-2.dsc
 9d6ba43a0627379e6edf3f2412d08863 30076 utils optional 
ripole_0.2.0+20081101.0215.orig.tar.gz
 840a55ac4a39cc60c6bf2e7dd0055c39 3740 utils optional 
ripole_0.2.0+20081101.0215-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXc/h7AAoJEPNPCXROn13Z6t4P/RUE/wCF3ur7FlYeCVU1oRml
TLxkXwW+zkFu4U2YKDfSX87QWseE6/51/0tjgWrcpiYAUcotBq+CdXCL2deBY/yd
lNI/WfMjRUHx9DRKj1K2EK8Y43NFwqFN0cE5WWApPdiyZa+Go9Dk0Sn8fJfyB6Z8
G5rGyZCHwgc9CUgLsnTyTQSb4T7BYZCm9b9ebIRXYl8DrThuXXNASyHGSjYGPMuj
jiG1wbsP86p++59++RIphom57/QU1vC6TbaRLPdNCksKtZc+8T9EXRBNH3yq5rbQ
XBAD4Smbpvx8nrwAWqnPYHq3UGfP6Iqss9fbpllqn/dcIICzPdHUlHIktBk1/3/s
tjiVLDLQqiDtmCtL2WTiPKRzw4nibds5lmKVt2+bfrqqF/HPTQ9A5Ksv+wp09GJ/
v0776yBrdzH6WfDfK5RLCWGUTaEsjh+Hnl6+KtOrsMlaPo8S0YUBPyAyBxSQGBvf
yug/UWg8PvVlNZ0jK5uC8ULErDxRCILkSbf2qFyHtpAHfERvw0Aaa2pZ0VsuPsxp
NG4IJtoEkmLgzaWanHlIEoUlBJHwhxBmHFYxvKdIWXJX8CypRyRhDiM8GzqejYpy
l4fCMil+UQ5cemN6NSsvyl6jZ/9GVakQonym66BogTdIz23xsXzAijkHRaDirjaY
9B5silinPrHKSPy22piF
=XmyO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to