Package: postfwd
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 cf59d34bdb251905379409a137bbde5f281d9c6b Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aa...@cante.net>
Date: Fri, 2 Mar 2012 12:02:15 -0500
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aa...@cante.net>
---
 debian/README.source |    3 ---
 debian/changelog     |    9 +++++++++
 debian/compat        |    2 +-
 debian/control       |    4 ++--
 debian/rules         |    5 ++---
 debian/source/format |    2 +-
 6 files changed, 15 insertions(+), 10 deletions(-)
 delete mode 100644 debian/README.source

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 da71b4d..d0718ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+postfwd (1.32-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch (not used) from debian/rules and debian/control
+  * Upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+
+ -- Jari Aalto <jari.aa...@cante.net>  Fri, 02 Mar 2012 11:59:50 -0500
+
 postfwd (1.32-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 85cbbd2..fa3da27 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: postfwd
 Section: mail
 Priority: optional
 Maintainer: Jan Wagner <w...@cyconet.org>
-Build-Depends: debhelper (>= 5), dpatch
+Build-Depends: debhelper (>= 9)
 Homepage: http://www.postfwd.org/
 Vcs-Browser: https://scm.uncompleted.org/projects/debian/repository/show/postfwd
 Vcs-Svn: https://scm.uncompleted.org/svn/debian/postfwd/trunk
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 
 Package: postfwd
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 9c09d4a..c9e2527 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,11 +4,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
 
-build: patch-stamp
+build:
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean
diff --git a/debian/source/format b/debian/source/format
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)
-- 
1.7.9

Reply via email to