packaging format 3.0 (quilt)

This commit is contained in:
Jan Wagner 2012-03-29 18:05:18 +00:00
parent 894bae2f8c
commit a18ff31a26
6 changed files with 6 additions and 11 deletions

View file

@ -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.

2
debian/changelog vendored
View file

@ -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 <waja@cyconet.org> Fri, 23 Dec 2011 09:24:04 +0100

2
debian/compat vendored
View file

@ -1 +1 @@
5
9

2
debian/control vendored
View file

@ -2,7 +2,7 @@ Source: postfwd
Section: mail
Priority: optional
Maintainer: Jan Wagner <waja@cyconet.org>
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

6
debian/rules vendored
View file

@ -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

View file

@ -1 +1 @@
1.0
3.0 (quilt)