Your message dated Wed, 09 May 2012 08:58:07 +0000
with message-id <[email protected]>
and subject line Bug#664438: fixed in libnss-mysql-bg 1.5-3
has caused the Debian Bug report #664438,
regarding [PATCH] libnss-mysql-bg: 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.)


-- 
664438: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664438
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libnss-mysql-bg
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 5227ca34c31c78a891877fd849b5dbe4cb36dcd1 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Wed, 29 Feb 2012 03:51:35 -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/README.source                               |    2 --
 debian/changelog                                   |    8 ++++++++
 debian/compat                                      |    2 +-
 debian/control                                     |    4 ++--
 debian/patches/00list                              |    3 ---
 ...mkinstalldirs.dpatch => 01_mkinstalldirs.patch} |    8 ++------
 .../{02_autotools.dpatch => 02_autotools.patch}    |    8 ++------
 .../patches/{03_config.dpatch => 03_config.patch}  |    8 ++------
 debian/patches/series                              |    3 +++
 debian/rules                                       |    9 ++-------
 debian/source/format                               |    1 +
 11 files changed, 23 insertions(+), 33 deletions(-)
 delete mode 100644 debian/README.source
 delete mode 100644 debian/patches/00list
 rename debian/patches/{01_mkinstalldirs.dpatch => 01_mkinstalldirs.patch} (77%)
 rename debian/patches/{02_autotools.dpatch => 02_autotools.patch} (99%)
 rename debian/patches/{03_config.dpatch => 03_config.patch} (60%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index d8cc5c2..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,2 +0,0 @@
-This package uses dpatch for its patches management, see
-/usr/share/doc/dpatch/README.source if you are unfamiliar with it.
diff --git a/debian/changelog b/debian/changelog
index a705dd6..bba30aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libnss-mysql-bg (1.5-2.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 03:49:35 -0500
+
 libnss-mysql-bg (1.5-2) unstable; urgency=low
 
   * debian/rules: add binary-indep target (closes: #395712)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 729f123..efb899b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: libnss-mysql-bg
 Section: admin
 Priority: optional
 Maintainer: Emmanuel Lacour <[email protected]>
-Build-Depends: debhelper (>= 7), libmysqlclient15-dev, dpatch
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 9), libmysqlclient15-dev
+Standards-Version: 3.9.3
 
 Package: libnss-mysql-bg
 Architecture: any
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 59aa9bb..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,3 +0,0 @@
-01_mkinstalldirs.dpatch
-02_autotools.dpatch
-03_config.dpatch
diff --git a/debian/patches/01_mkinstalldirs.dpatch b/debian/patches/01_mkinstalldirs.patch
similarity index 77%
rename from debian/patches/01_mkinstalldirs.dpatch
rename to debian/patches/01_mkinstalldirs.patch
index bfac7c4..e4ba3b3 100644
--- a/debian/patches/01_mkinstalldirs.dpatch
+++ b/debian/patches/01_mkinstalldirs.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_mkinstalldirs.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix bad mkinstalldirs call
+From: <[email protected]>
+Subject: Fix bad mkinstalldirs call
 
-@DPATCH@
 --- ./Makefile.am
 +++ ./Makefile.am
 @@ -27,12 +27,12 @@ EXTRA_DIST = FAQ UPGRADING DEBUGGING libnss-mysql.spec src/*.sym \
diff --git a/debian/patches/02_autotools.dpatch b/debian/patches/02_autotools.patch
similarity index 99%
rename from debian/patches/02_autotools.dpatch
rename to debian/patches/02_autotools.patch
index 7dafbd3..b651293 100644
--- a/debian/patches/02_autotools.dpatch
+++ b/debian/patches/02_autotools.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_autotools.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Autotools update (aclocal, libtoolize -c -f, autoconf, automake)
+From: <[email protected]>
+Subject: Autotools update (aclocal, libtoolize -c -f, autoconf, automake)
 
-@DPATCH@
 --- ./Makefile.in
 +++ ./Makefile.in
 @@ -1,8 +1,8 @@
diff --git a/debian/patches/03_config.dpatch b/debian/patches/03_config.patch
similarity index 60%
rename from debian/patches/03_config.dpatch
rename to debian/patches/03_config.patch
index 18ff4b1..e59605d 100644
--- a/debian/patches/03_config.dpatch
+++ b/debian/patches/03_config.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_config.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Update configuration file to debian layout
+From: <[email protected]>
+Subject: Update configuration file to debian layout
 
-@DPATCH@
 --- ./sample/linux/libnss-mysql.cfg	2005-01-31 03:16:46.000000000 +0100
 +++ ./sample/linux/libnss-mysql.cfg	2008-11-05 14:43:20.000000000 +0100
 @@ -35,6 +35,6 @@
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6ad3877
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,3 @@
+01_mkinstalldirs.patch
+02_autotools.patch
+03_config.patch
diff --git a/debian/rules b/debian/rules
index 66dc421..136a0b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,11 +29,8 @@ major=2
 #major=`ls src/.libs/lib*.so.* | \
 # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
 
-patch:
-	dpatch apply-all
-
 configure: configure-stamp
-configure-stamp: patch
+configure-stamp:
 	dh_testdir
 	./configure
 	touch configure-stamp
@@ -52,8 +49,6 @@ clean:
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config.log
 	dh_clean
-	dpatch deapply-all
-	rm -rf debian/patched
 
 install: build
 	dh_testdir
@@ -99,4 +94,4 @@ binary-arch: build install
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure patch
+.PHONY: build clean binary-indep binary-arch binary install configure
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: libnss-mysql-bg
Source-Version: 1.5-3

We believe that the bug you reported is fixed in the latest version of
libnss-mysql-bg, which is due to be installed in the Debian FTP archive:

libnss-mysql-bg_1.5-3.debian.tar.gz
  to main/libn/libnss-mysql-bg/libnss-mysql-bg_1.5-3.debian.tar.gz
libnss-mysql-bg_1.5-3.dsc
  to main/libn/libnss-mysql-bg/libnss-mysql-bg_1.5-3.dsc
libnss-mysql-bg_1.5-3_amd64.deb
  to main/libn/libnss-mysql-bg/libnss-mysql-bg_1.5-3_amd64.deb



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.
Emmanuel Lacour <[email protected]> (supplier of updated libnss-mysql-bg 
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, 18 Apr 2012 11:49:33 +0200
Source: libnss-mysql-bg
Binary: libnss-mysql-bg
Architecture: source amd64
Version: 1.5-3
Distribution: unstable
Urgency: low
Maintainer: Emmanuel Lacour <[email protected]>
Changed-By: Emmanuel Lacour <[email protected]>
Description: 
 libnss-mysql-bg - NSS module for using MySQL as a naming service
Closes: 641404 649938 664438
Changes: 
 libnss-mysql-bg (1.5-3) unstable; urgency=low
 .
   * Add patch from Harald Weidner to follow the Debian policy in the way shadow
     passwords are handled (make use of group shadow) (closes: #641404)
   * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt"
     (closes: #664438)
   * Update to Standards-Version to 3.9.3 and debhelper to 9.
   * Use mysql_config to find mysql libdir when libmysqlclient is multi-arch
     (closes: #649938)
   * Lintian cleanup (ancient-autotools-helper-file,
     debhelper-but-no-misc-depends, package-name-doesnt-match-sonames,
     spelling-error-in-description)
Checksums-Sha1: 
 96e782b1db7ba282d8e3bb4fb3c01f914b5bca83 1782 libnss-mysql-bg_1.5-3.dsc
 a9772bd010652ceb1c5cd7a71cbe19df16179f5e 4934 
libnss-mysql-bg_1.5-3.debian.tar.gz
 8d9e2894db06a095de3b1340b6952d91f6414d87 36768 libnss-mysql-bg_1.5-3_amd64.deb
Checksums-Sha256: 
 b39c92914af79e77ddaf85546773f56c1094d38886dce86ac4a045de93d90e6e 1782 
libnss-mysql-bg_1.5-3.dsc
 7d4d8193da822a7755d63cc9673cd25fcec71b6d1920d00500cd77bc0062be04 4934 
libnss-mysql-bg_1.5-3.debian.tar.gz
 c5e322c621212e2925cf6ec64e31e9b716f48aff7e4a817cee03cb0f6a00d619 36768 
libnss-mysql-bg_1.5-3_amd64.deb
Files: 
 34cda2b62d992929368cd8e62cdc7ff1 1782 admin optional libnss-mysql-bg_1.5-3.dsc
 b4799069db7e0e4b420d17ff10baff94 4934 admin optional 
libnss-mysql-bg_1.5-3.debian.tar.gz
 1ce0ea12c464455f1ceb4553374a11dc 36768 admin optional 
libnss-mysql-bg_1.5-3_amd64.deb

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

iQIcBAEBCAAGBQJPqiA4AAoJECrpAeXHAhjSTDAQAIJjsrlKCcqH1cYkQTAezHEp
VE4yeCPxD56V1AjnunNzwUEWXg9HyQUAKe8u5Y6yqszVLrdVpN5FRxDBfCOb36IV
GE7HsiORFCelF+F0+gPfh/NEOzY56lNkvhAKp9tj4ecARqLeBNBuvAgOxdLLEw+D
dBk2UelN0WaK0aPshbPokSWCuEXOndsIc36xeFGv2hKasqk+G8ruza+XMlC9Hbml
82Wq7Ys2JPBXbfayHPyW/tcqyPSQbJQRyqzueIOnshCGDyebzfPpPwSIgNIq1BfQ
urDDGW2dcj5tNaCXIRTa9N74Qu9GEX+REOsD3i7zCtiyvQsxQHT+/fZnVdCU1E8D
/BpWzs9RRmYQ18Sz+ql3L/ZrMUaqlgSnkBQ2Dg7L+OrlLN0zEQD8LilPQ/mAHz86
ZD7IDAX5tsmNBYoIh+sC1gJYzN+GD2tsWd+WG0lub10v4/kXLikj5mp3jwtOptTC
yU55kWH4ozr7POsuqYzvK3Qbzu5YUdDbQZJrFT1l2/GOGI7FPamtrstHdEHA7YFL
HGz6egL+Pypizs6NCSaYo/Rwx/febAVyViiUodG0EX8uoMpzJCA1q/RaZEit4864
HF4BPXTOc2Pg3b6RvI6FaH9UwILbvX0CI7x/4S4JJc2xRj80/5/+pSgGjD2SuI/L
Q48rkqogFwCb1PjO8wGb
=a9jq
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to