Use dh_prep unstead of 'dh_clean -k'
This commit is contained in:
parent
e2801bf7ef
commit
e3c2de9367
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -6,6 +6,7 @@ nagios-plugins (1.4.14-4) UNRELEASED; urgency=low
|
|||
- Provide package specific documentation with the packages
|
||||
- Provide symlinks from other packages
|
||||
* Remove debian/TODO cause it't totally outdated
|
||||
* Use dh_prep unstead of "dh_clean -k"
|
||||
|
||||
-- Jan Wagner <waja@cyconet.org> Wed, 24 Mar 2010 20:24:51 +0100
|
||||
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -135,7 +135,7 @@ really-clean:
|
|||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_prep
|
||||
dh_installdirs
|
||||
|
||||
# Add here commands to install the package into debian/nagios-plugins.
|
||||
|
|
Loading…
Reference in a new issue