Your message dated Wed, 05 Feb 2014 21:23:48 +0000
with message-id <[email protected]>
and subject line Bug#664390: fixed in seccure 0.4-0.1
has caused the Debian Bug report #664390,
regarding [PATCH] seccure: 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.)


-- 
664390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664390
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: seccure
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 f3ed97ab0116db80d9922dd81833271273fce0b8 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Wed, 29 Feb 2012 10:16:08 -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                              |    2 --
 .../{10-man-hyphen.dpatch => 10-man-hyphen.patch}  |   10 +++-------
 ....dpatch => 20-mlockall-failure-non-fatal.patch} |   18 +++++++-----------
 debian/patches/series                              |    2 ++
 debian/rules                                       |    5 ++---
 debian/source/format                               |    1 +
 9 files changed, 26 insertions(+), 26 deletions(-)
 delete mode 100644 debian/patches/00list
 rename debian/patches/{10-man-hyphen.dpatch => 10-man-hyphen.patch} (93%)
 rename debian/patches/{20-mlockall-failure-non-fatal.dpatch => 20-mlockall-failure-non-fatal.patch} (66%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index 9283306..649aa5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+seccure (0.3-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 10:11:14 -0500
+
 seccure (0.3-3) unstable; urgency=low
 
   * Modify the patch added in the last upload to enable gcrypt's secure
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 218ed1c..df4540f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: seccure
 Section: utils
 Priority: optional
 Maintainer: James Westby <[email protected]>
-Build-Depends: debhelper (>= 5), libgcrypt-dev, dpatch, xmltoman
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 9), libgcrypt-dev, xmltoman
+Standards-Version: 3.9.3
 
 Package: seccure
 Architecture: any
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 167aa65..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-10-man-hyphen
-20-mlockall-failure-non-fatal
diff --git a/debian/patches/10-man-hyphen.dpatch b/debian/patches/10-man-hyphen.patch
similarity index 93%
rename from debian/patches/10-man-hyphen.dpatch
rename to debian/patches/10-man-hyphen.patch
index eb6cc4a..ecc6679 100644
--- a/debian/patches/10-man-hyphen.dpatch
+++ b/debian/patches/10-man-hyphen.patch
@@ -1,11 +1,7 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10-man-hyphen.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Correct the man page to use \- instead of - so that the correct
-## DP: character is used in the output.
+From: <[email protected]>
+Subject: Correct the man page to use - instead of - so that the correct
+ character is used in the output.
 
-@DPATCH@
 diff -urNad seccure-0.3~/seccure.manpage.xml seccure-0.3/seccure.manpage.xml
 --- seccure-0.3~/seccure.manpage.xml	2006-08-16 21:13:57.000000000 +0100
 +++ seccure-0.3/seccure.manpage.xml	2006-08-31 22:47:20.000000000 +0100
diff --git a/debian/patches/20-mlockall-failure-non-fatal.dpatch b/debian/patches/20-mlockall-failure-non-fatal.patch
similarity index 66%
rename from debian/patches/20-mlockall-failure-non-fatal.dpatch
rename to debian/patches/20-mlockall-failure-non-fatal.patch
index 60820b1..499fa22 100644
--- a/debian/patches/20-mlockall-failure-non-fatal.dpatch
+++ b/debian/patches/20-mlockall-failure-non-fatal.patch
@@ -1,15 +1,11 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 20-mlockall-failure-non-fatal.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Changes in pam mean that seccure isn't allowed to lock all of
-## DP: the memory that it wants. This patch makes that non-fatal, and
-## DP: tells libgcrypt to initialize secure memory instead of disabling
-## DP: it as seccure provides its own. This patch is a stop-gap from
-## DP: the upstream developer, who is working on a better fix.
-## DP: (Closes: #489835)
+From: <[email protected]>
+Subject: Changes in pam mean that seccure isn't allowed to lock all of
+ the memory that it wants. This patch makes that non-fatal, and
+ tells libgcrypt to initialize secure memory instead of disabling
+ it as seccure provides its own. This patch is a stop-gap from
+ the upstream developer, who is working on a better fix.
+ (Closes: #489835)
 
-@DPATCH@
 diff -urNad seccure-0.3~/seccure.c seccure-0.3/seccure.c
 --- seccure-0.3~/seccure.c	2006-08-16 21:13:57.000000000 +0100
 +++ seccure-0.3/seccure.c	2008-09-16 14:40:53.000000000 +0100
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7698a3c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+10-man-hyphen.patch
+20-mlockall-failure-non-fatal.patch
diff --git a/debian/rules b/debian/rules
index 4147929..e65a35e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
 
 CFLAGS = -Wall -g
 
@@ -16,7 +15,7 @@ endif
 
 build: build-stamp
 
-build-stamp: patch
+build-stamp:
 	dh_testdir
 
 	$(MAKE) CFLAGS="$(CFLAGS)"
@@ -24,7 +23,7 @@ build-stamp: patch
 
 	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: seccure
Source-Version: 0.4-0.1

We believe that the bug you reported is fixed in the latest version of
seccure, 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.
Daniel Kahn Gillmor <[email protected]> (supplier of updated seccure 
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: Wed, 05 Feb 2014 00:19:00 -0500
Source: seccure
Binary: seccure
Architecture: source amd64
Version: 0.4-0.1
Distribution: unstable
Urgency: low
Maintainer: James Westby <[email protected]>
Changed-By: Daniel Kahn Gillmor <[email protected]>
Description: 
 seccure    - tools for using algorithms based on elliptic curve cryptography (
Closes: 664390 671667
Changes: 
 seccure (0.4-0.1) unstable; urgency=low
 .
   * Non-Maintainer Upload
   * New upstream version (Closes: #671667)
    - upstream secure memory overhaul, dropping now-unneeded memlock patch
   * refresh patches
   * convert packaging to dh 9
   * convert to 3.0 (quilt) (Closes: #664390)
   * bump Standards-Version to 3.9.5 (no changes needed)
   * ensure use of LDFLAGS during compilation
   * added debian/watch
   * debian/copyright: convert to machine-readable format
   * run test suite
Checksums-Sha1: 
 9b9c597c1d65bf0049c2f9731c97cea9d194e854 1974 seccure_0.4-0.1.dsc
 883e335f58cc36279c33493ab219f4940a46dab8 31881 seccure_0.4.orig.tar.gz
 ecef55eef700468c386234bd23865b00438476b7 4436 seccure_0.4-0.1.debian.tar.xz
 a7e75b28e4427084fece99183e023a0f406c9983 26962 seccure_0.4-0.1_amd64.deb
Checksums-Sha256: 
 c866d85319be178a43dec1d433e0e89f72be72f290beab58ed0b3570e76e3a95 1974 
seccure_0.4-0.1.dsc
 33d690a7034ee349bce4911a8b7c73e6e3cd13a140f429e9e628d5cd5a3bb955 31881 
seccure_0.4.orig.tar.gz
 533cbbd2394c4cf3fdb8935634e9c039d35e56fdd130073aef052d1d2b32cdc4 4436 
seccure_0.4-0.1.debian.tar.xz
 a3722a4be6803339bee89343bdecfe604fdfe53e580fe110baaf9b5e443fa768 26962 
seccure_0.4-0.1_amd64.deb
Files: 
 50b59a5904d462329a3a21ef6b7e4624 1974 utils optional seccure_0.4-0.1.dsc
 b9fb2f24224b90aadcb2e42e41e50e6f 31881 utils optional seccure_0.4.orig.tar.gz
 e3c5fc724ddce647b58496484bab8af1 4436 utils optional 
seccure_0.4-0.1.debian.tar.xz
 87acf9542d8c85e68491201e101a21c4 26962 utils optional seccure_0.4-0.1_amd64.deb

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

iQJ8BAEBCgBmBQJS8pUBXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFQjk2OTEyODdBN0FEREUzNzU3RDkxMUVB
NTI0MDFCMTFCRkRGQTVDAAoJEKUkAbEb/fpc5PUP/3kLndNvhE597K4sv+q4AjHo
EU0fBx88wXB5fN1PEesjKaQsX9BGGwa7q6/ITOeNJESxqd5IR9UijHUFXJtCcAKi
y8uoQ0dxzgAdOMTa8aytvTJJ5N/wTG46QqVmsMdbDzHxWBwYH6hhynkGaJZf98pj
7s5a0p/DY2fSmgSWQ7aTolkUM60WOl0Xh92g93QL+BWNGP1Z2qPozj70Wm+udDar
9TCpgn0Q5sPSf1DrvFsTTyD5vBdDqC+6/wcBREGytO60lEww3h53LwXx2a1JMSx/
+7sUnTXx5GPS69YYulDVhDdNjpGyMJpHLu2pXoQ3cEbMkd5jisezGY68ciOmY5MA
Y0Exd06ru0lPsmqHlTQnNOnRsg5C34WxsS3YCzPwttmu3nhu7iSV+pOjZ5OYl0EA
TErhas2P68x2wbtt8ivFP5vPeHtovG7HIhYhHhAzpxlUtNcZoGY2GoPTWW4R87Js
btWzqjyRrNtUBp+QJAvywvfmP+daBnXqwq409z+Sw0bCuBQZiUhmKiSzhensI6d/
v7sQtZfOLwdvT76PVN5isCJO8SuWAMycW2BaDx02nl78zveCOMyYNISG2IW/XU1z
cNjO+KzPnYZ+e4o3H3RfhMjAvQx2aTdu5wbDMp4NQr80RRyW6vQefhQ8PtXbsLlz
kgajyhIZAoHoZtaF+WJj
=vgMD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to