packaging format 3.0 (quilt)
This commit is contained in:
parent
894bae2f8c
commit
a18ff31a26
3
debian/README.source
vendored
3
debian/README.source
vendored
|
@ -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
2
debian/changelog
vendored
|
@ -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
2
debian/compat
vendored
|
@ -1 +1 @@
|
|||
5
|
||||
9
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -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
6
debian/rules
vendored
|
@ -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
|
||||
|
|
2
debian/source/format
vendored
2
debian/source/format
vendored
|
@ -1 +1 @@
|
|||
1.0
|
||||
3.0 (quilt)
|
||||
|
|
Loading…
Reference in a new issue