add build-arch and build-indep
This commit is contained in:
parent
5594166bf3
commit
670f07c81d
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -8,6 +8,7 @@ nagios-plugins (1.4.15-6) UNRELEASED; urgency=low
|
|||
17_check_tcp_fix_duplicate_cert_message.dpatch (Closes: #654682), to fix
|
||||
duplicate messages when certificate errors occures, thanks Sebastian Harl
|
||||
for reporting
|
||||
* Add build-arch and build-indep targets to debian/rules
|
||||
|
||||
-- Jan Wagner <waja@cyconet.org> Wed, 07 Sep 2011 15:33:55 +0200
|
||||
|
||||
|
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -112,7 +112,9 @@ config.status: configure
|
|||
--disable-rpath
|
||||
|
||||
|
||||
build: patch-stamp build-stamp
|
||||
build: build-arch build-indep
|
||||
build-arch: patch-stamp build-stamp
|
||||
build-indep: patch-stamp build-stamp
|
||||
|
||||
build-stamp: config.status
|
||||
dh_testdir
|
||||
|
|
Loading…
Reference in a new issue