drop dpatch and swicth to dh_prep
This commit is contained in:
parent
0e977caddf
commit
69fc7dbadb
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -3,6 +3,8 @@ dns-flood-detector (1.12-7) UNRELEASED; urgency=low
|
|||
* Add trailing trunk/ at Vcs-Svn-field
|
||||
* Updating standards version to 3.9.3, no changes needed
|
||||
* Switch over to packaging format 3.0 (quit) (closes: #664409)
|
||||
* Remove build-dependency of dpatch
|
||||
* Use dh_prep instead of dh_clean -k
|
||||
|
||||
-- Jan Wagner <waja@cyconet.org> Wed, 10 Mar 2010 00:09:56 +0100
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: dns-flood-detector
|
|||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Jan Wagner <waja@cyconet.org>
|
||||
Build-Depends: debhelper (>= 9), dpatch, libpcap0.8-dev
|
||||
Build-Depends: debhelper (>= 9), libpcap0.8-dev
|
||||
Homepage: http://www.adotout.com/
|
||||
Vcs-Browser: https://scm.uncompleted.org/projects/debian/repository/show/dns-flood-detector
|
||||
Vcs-Svn: https://scm.uncompleted.org/svn/debian/dns-flood-detector/trunk
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -34,7 +34,7 @@ clean:
|
|||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_prep
|
||||
dh_installdirs
|
||||
|
||||
# Add here commands to install the package into debian/dns-flood-detector.
|
||||
|
|
Loading…
Reference in a new issue