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 03f9703..9032f0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ postfwd (1.32-2) UNRELEASED; urgency=low - * NOT RELEASED YET + * Switch over to packaging format 3.0 (quilt) (Closes: #664409) -- Jan Wagner Fri, 23 Dec 2011 09:24:04 +0100 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..dcaff42 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: postfwd Section: mail Priority: optional Maintainer: Jan Wagner -Build-Depends: debhelper (>= 5), dpatch +Build-Depends: debhelper (>= 9), dpatch 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 diff --git a/debian/rules b/debian/rules index 9c09d4a..34a3c35 100755 --- a/debian/rules +++ b/debian/rules @@ -4,11 +4,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/dpatch/dpatch.make +build: -build: patch-stamp - -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)