Your message dated Fri, 02 Jan 2015 12:16:06 +0000 with message-id <[email protected]> and subject line Bug#774307: Removed package(s) from unstable has caused the Debian Bug report #664365, regarding [PATCH] openvas-libnasl: 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.) -- 664365: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664365 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: openvas-libnasl 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 fb4954a473bd65dd8aa89bee90b2c19c461c0eb1 Mon Sep 17 00:00:00 2001 From: Jari Aalto <[email protected]> Date: Fri, 2 Mar 2012 11:31:31 -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 | 3 --- debian/changelog | 8 ++++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/patches/00list | 2 -- .../{10_fix_gcrypt.dpatch => 10_fix_gcrypt.patch} | 7 ++----- .../{10_fix_gpgme.dpatch => 10_fix_gpgme.patch} | 7 ++----- debian/patches/series | 2 ++ debian/rules | 11 +++-------- debian/source/format | 1 + 10 files changed, 21 insertions(+), 26 deletions(-) delete mode 100644 debian/README.source delete mode 100644 debian/patches/00list rename debian/patches/{10_fix_gcrypt.dpatch => 10_fix_gcrypt.patch} (82%) rename debian/patches/{10_fix_gpgme.dpatch => 10_fix_gpgme.patch} (83%) 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 f0fe49a..0000000 --- a/debian/README.source +++ /dev/null @@ -1,3 +0,0 @@ -We use dpatch for patch handling inside our package(s). Please see -/usr/share/doc/dpatch/README.source.gz (if you have installed dpatch) for -documentation about dpatch. diff --git a/debian/changelog b/debian/changelog index c5d6ac0..d3de44d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +openvas-libnasl (2.0.2-2.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. + + -- Jari Aalto <[email protected]> Fri, 02 Mar 2012 11:27:17 -0500 + openvas-libnasl (2.0.2-2.1) unstable; urgency=low * Non-maintainer upload. 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 1b1e812..be2236d 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Section: libs Priority: optional Maintainer: Debian OpenVAS Maintainers <[email protected]> Uploaders: Tim Brown <[email protected]>, Javier Fernandez-Sanguino Pen~a <[email protected]>, Jan Wagner <[email protected]> -Build-Depends: debhelper (>= 5), autotools-dev, libopenvas2-dev (>= 2.0.4) , libgpgme11-dev (>= 1.1.2), bison, libpcap-dev, libgcrypt11-dev, libgnutls-dev, libglib2.0-dev, dpatch +Build-Depends: debhelper (>= 9), autotools-dev, libopenvas2-dev (>= 2.0.4) , libgpgme11-dev (>= 1.1.2), bison, libpcap-dev, libgcrypt11-dev, libgnutls-dev, libglib2.0-dev Homepage: http://www.openvas.org/ Vcs-Browser: http://wald.intevation.org/plugins/scmsvn/viewcvs.php/trunk/openvas-libnasl/packaging/debian/?root=openvas Vcs-Svn: https://svn.wald.intevation.org/svn/openvas/trunk/openvas-libnasl/packaging/debian/ -Standards-Version: 3.8.3 +Standards-Version: 3.9.3 Package: libopenvasnasl2-dev Section: libdevel diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index 5cf6ec7..0000000 --- a/debian/patches/00list +++ /dev/null @@ -1,2 +0,0 @@ -10_fix_gcrypt.dpatch -10_fix_gpgme.dpatch diff --git a/debian/patches/10_fix_gcrypt.dpatch b/debian/patches/10_fix_gcrypt.patch similarity index 82% rename from debian/patches/10_fix_gcrypt.dpatch rename to debian/patches/10_fix_gcrypt.patch index c9a76f0..4f1130c 100644 --- a/debian/patches/10_fix_gcrypt.dpatch +++ b/debian/patches/10_fix_gcrypt.patch @@ -1,9 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 10_fix_gcrypt.dpatch by Jan Wagner <[email protected]> -## -## DP: add gcrypt to flags +From: Jan Wagner <[email protected]> +Subject: add gcrypt to flags -@DPATCH@ diff -urNad openvas-libnasl-2.0.1~/nasl/Makefile openvas-libnasl-2.0.1/nasl/Makefile --- openvas-libnasl-2.0.1~/nasl/Makefile 2009-01-26 08:24:46.000000000 +0100 +++ openvas-libnasl-2.0.1/nasl/Makefile 2009-05-05 09:46:46.000000000 +0200 diff --git a/debian/patches/10_fix_gpgme.dpatch b/debian/patches/10_fix_gpgme.patch similarity index 83% rename from debian/patches/10_fix_gpgme.dpatch rename to debian/patches/10_fix_gpgme.patch index 9f02772..3e4952a 100644 --- a/debian/patches/10_fix_gpgme.dpatch +++ b/debian/patches/10_fix_gpgme.patch @@ -1,9 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 10_fix_gpgme.dpatch by Jan Wagner <[email protected]> -## -## DP: check gpgme version +From: Jan Wagner <[email protected]> +Subject: check gpgme version -@DPATCH@ diff -urNad openvas-libnasl-2.0.2~/nasl/nasl_signature.c openvas-libnasl-2.0.2/nasl/nasl_signature.c --- openvas-libnasl-2.0.2~/nasl/nasl_signature.c 2009-08-18 10:06:59.000000000 +0200 +++ openvas-libnasl-2.0.2/nasl/nasl_signature.c 2009-09-17 09:55:02.000000000 +0200 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..da2d5f4 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +10_fix_gcrypt.patch +10_fix_gpgme.patch diff --git a/debian/rules b/debian/rules index 2122e31..bd15532 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,6 @@ CROSS= --build $(DEB_BUILD_GNU_TYPE) endif -include /usr/share/dpatch/dpatch.make # shared library versions, option 1 version=2.0.5 @@ -32,15 +31,11 @@ major=2 #major=`ls src/.libs/lib*.so.* | \ # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` -config.status: patch-stamp configure +config.status: configure dh_testdir # Add here commands to configure the package. -ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub -endif -ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess -endif ./configure $(CROSS) --sysconfdir=/etc --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --localstatedir=/var CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" @@ -52,10 +47,10 @@ build-stamp: config.status $(MAKE) touch $@ -clean: unpatch +clean: dh_testdir dh_testroot - rm -f build-stamp + rm -f build-stamp config.sub config.guess # Add here commands to clean up after the build process. touch nasl.tmpl 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 ---Version: 2.0.2-2.1+rm Dear submitter, as the package openvas-libnasl has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/774307 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

