Your message dated Fri, 13 Apr 2012 05:02:13 +0000
with message-id <[email protected]>
and subject line Bug#664422: fixed in flowscan-cuflow 1.7-6
has caused the Debian Bug report #664422,
regarding [PATCH] flowscan-cuflow: 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.)


-- 
664422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664422
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: flowscan-cuflow
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

As we spoke before, here is the proposed NMU patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload  with these changes.

Thanks,
Jari

>From 6caad6ee4251536db895d94f98cf74c9b34ac140 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Tue, 28 Feb 2012 08:12:36 -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/01-etc_config.patch       |    8 ++------
 debian/patches/02-cugrapher-config.patch |    8 ++------
 debian/patches/{00list => series}        |    0
 debian/rules                             |    6 ++----
 debian/source/format                     |    1 +
 8 files changed, 18 insertions(+), 19 deletions(-)
 rename debian/patches/{00list => series} (100%)
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index 0c80cc3..8ff2703 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+flowscan-cuflow (1.7-5.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]>  Tue, 28 Feb 2012 08:11:37 -0500
+
 flowscan-cuflow (1.7-5) unstable; urgency=low
 
   * Got rid of bash ism's.
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 7969e79..57b3fdc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: flowscan-cuflow
 Section: net
 Priority: optional
 Maintainer: Russell Stuart <[email protected]>
-Build-Depends: debhelper (>> 5), dpatch
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
 Homepage: http://www.columbia.edu/acis/networks/advanced/CUFlow/
 DM-Upload-Allowed: yes
 
diff --git a/debian/patches/01-etc_config.patch b/debian/patches/01-etc_config.patch
index 432922f..25c7baf 100644
--- a/debian/patches/01-etc_config.patch
+++ b/debian/patches/01-etc_config.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## etc_config.patch.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Move config files to /etc
+From: <[email protected]>
+Subject: Move config files to /etc
 
-@DPATCH@
 diff -Nur flowscan-cuflow-1.7.orig/CUFlow.pm flowscan-cuflow-1.7/CUFlow.pm
 --- flowscan-cuflow-1.7.orig/CUFlow.pm	2006-01-11 06:47:04.000000000 +1000
 +++ flowscan-cuflow-1.7/CUFlow.pm	2006-01-11 16:36:48.000000000 +1000
diff --git a/debian/patches/02-cugrapher-config.patch b/debian/patches/02-cugrapher-config.patch
index 1908aef..68b1ae0 100644
--- a/debian/patches/02-cugrapher-config.patch
+++ b/debian/patches/02-cugrapher-config.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02-cugrapher-config.patch.dpatch by  <[email protected]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Make CUGrapher.pl read settings from /etc/flowscan/CUGrapher.cf
+From: <[email protected]>
+Subject: Make CUGrapher.pl read settings from /etc/flowscan/CUGrapher.cf
 
-@DPATCH@
 diff -Nur CUFlow-1.7/CUGrapher.cf flowscan-cuflow-1.7/CUGrapher.cf
 --- CUFlow-1.7/CUGrapher.cf	1970-01-01 10:00:00.000000000 +1000
 +++ flowscan-cuflow-1.7/CUGrapher.cf	2006-01-11 16:58:03.000000000 +1000
diff --git a/debian/patches/00list b/debian/patches/series
similarity index 100%
rename from debian/patches/00list
rename to debian/patches/series
diff --git a/debian/rules b/debian/rules
index cec390f..eb44b51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,18 +2,16 @@
 # Sample debian/rules that uses debhelper.
 # GNU copyright 1997 to 1999 by Joey Hess.
 
-include /usr/share/dpatch/dpatch.make
 
 get-orig-source:
 	@if [ -z "$(UPSTREAM_VERSION)" ]; then echo "Please run as .../debian/rules UPSTREAM_VERSION=xxx $@"; exit 1; fi
 	wget -O "CUFlow-$(UPSTREAM_VERSION).tgz" "http://www.columbia.edu/acis/networks/advanced/CUFlow/CUFlow-$(UPSTREAM_VERSION).tgz"
 	mv CUFlow-$(UPSTREAM_VERSION).tgz flowscan-cuflow_$(UPSTREAM_VERSION).orig.tar.gz
 
-build: patch
+build:
 	# Nothing to do here.
 
-clean: clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
 	dh_clean
 
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: flowscan-cuflow
Source-Version: 1.7-6

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

flowscan-cuflow_1.7-6.debian.tar.gz
  to main/f/flowscan-cuflow/flowscan-cuflow_1.7-6.debian.tar.gz
flowscan-cuflow_1.7-6.dsc
  to main/f/flowscan-cuflow/flowscan-cuflow_1.7-6.dsc
flowscan-cuflow_1.7-6_all.deb
  to main/f/flowscan-cuflow/flowscan-cuflow_1.7-6_all.deb
flowscan-cugrapher_1.7-6_all.deb
  to main/f/flowscan-cuflow/flowscan-cugrapher_1.7-6_all.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.
Russell Stuart <[email protected]> (supplier of updated 
flowscan-cuflow 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: SHA1

Format: 1.8
Date: Fri, 13 Apr 2012 14:45:07 +1000
Source: flowscan-cuflow
Binary: flowscan-cuflow flowscan-cugrapher
Architecture: source all
Version: 1.7-6
Distribution: unstable
Urgency: low
Maintainer: Russell Stuart <[email protected]>
Changed-By: Russell Stuart <[email protected]>
Description: 
 flowscan-cuflow - Flowscan module combining CampusIO and SubNetIO
 flowscan-cugrapher - CGI interface for flowscan-cuflow
Closes: 664422
Changes: 
 flowscan-cuflow (1.7-6) unstable; urgency=low
 .
   * Update standards version to 3.9.3.
   * Switch to dpkg-source 3.0 (quilt) format.
     Thanks to Jari Aalto <[email protected]> for the patch file changes.
   * Add a watch file.
   * Closes: #664422.
Checksums-Sha1: 
 29608c4f93938f9e0bf4e417bdb0d209eeee5307 1192 flowscan-cuflow_1.7-6.dsc
 b412661272bdd5b7b465ec868c8d076a1068d47b 29313 flowscan-cuflow_1.7.orig.tar.gz
 df6d24966288c4adf1d1c154fea67df6a579c62c 10987 
flowscan-cuflow_1.7-6.debian.tar.gz
 0e71b9f38c630a127d1d3d2777e62c038ab1fd6a 25664 flowscan-cuflow_1.7-6_all.deb
 3ef580674fef828911b300d75cfd79e3a9884b85 12194 flowscan-cugrapher_1.7-6_all.deb
Checksums-Sha256: 
 873ba1d30ff05185e15e8235ee8bb81bb1506a6e38cdff86c44993e9bab3eec7 1192 
flowscan-cuflow_1.7-6.dsc
 890126481786052fd2b482e21607b54a52bceea97ce502501d34b2f391cef0ae 29313 
flowscan-cuflow_1.7.orig.tar.gz
 6f246ee4e5f4538cc3c7a9d37b2e18edd7da2e95fb5aa3f5cd9eea07473ca632 10987 
flowscan-cuflow_1.7-6.debian.tar.gz
 48431446f3cf4b3ddf1911f136578cdc49beb03f8ce9b0ac30b79f1bed846462 25664 
flowscan-cuflow_1.7-6_all.deb
 71050bc98c1e9de6002dceba1a7d04bb3e347b72082ff3b776334b7ee3fffe12 12194 
flowscan-cugrapher_1.7-6_all.deb
Files: 
 b9372975a645ad672d0d722979aa5050 1192 net optional flowscan-cuflow_1.7-6.dsc
 43767ff1858a11487f2cc362c01f69ec 29313 net optional 
flowscan-cuflow_1.7.orig.tar.gz
 78980da8ac51af7e363da0e4dadac4d6 10987 net optional 
flowscan-cuflow_1.7-6.debian.tar.gz
 3f5d4bdb77b21783ca20c9c72aae304d 25664 net optional 
flowscan-cuflow_1.7-6_all.deb
 467c8c0a7f9aee9a9d228dd309de1891 12194 net optional 
flowscan-cugrapher_1.7-6_all.deb

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

iD8DBQFPh7Ddlm6qys3pcoERAs2CAKCRrX712Lu8VlzTuQvILvSqPPyjyQCg9CRi
Wh9e5U2MfkTSY5dCDqBA+O4=
=EraG
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to