add dpatch infrastructure
This commit is contained in:
parent
c69417d934
commit
47f61ec708
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,6 +1,6 @@
|
|||
postfwd (1.18-2) UNRELEASED; urgency=low
|
||||
|
||||
* NOT RELEASED YET
|
||||
* Add dpatch infrastructure
|
||||
|
||||
-- Jan Wagner <waja@cyconet.org> Thu, 29 Apr 2010 08:49:20 +0200
|
||||
|
||||
|
|
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)
|
||||
Build-Depends: debhelper (>= 5), 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,9 +4,11 @@
|
|||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
build:
|
||||
include /usr/share/dpatch/dpatch.make
|
||||
|
||||
clean:
|
||||
build: patch-stamp
|
||||
|
||||
clean: unpatch
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean
|
||||
|
|
Loading…
Reference in a new issue