Bug#822004: [Pkg-nagios-devel] Bug#822004: nagios3: Build arch:all+arch:any but is missing build-{arch, indep} targets

2016-07-29 Thread Alexander Wirt
On Fri, 29 Jul 2016, Santiago Vila wrote:

> tags 822004 + patch
> thanks
> 
> I also recommend switching to dh, but in the meantime, the attached
> patch should work.
We probably will remove nagios3 from debian soon, as it is a dead end. 

Thanks
Alex



Bug#822004: nagios3: Build arch:all+arch:any but is missing build-{arch,indep} targets

2016-07-28 Thread Santiago Vila
tags 822004 + patch
thanks

I also recommend switching to dh, but in the meantime, the attached
patch should work.

Thanks.--- a/debian/rules
+++ b/debian/rules
@@ -81,6 +81,8 @@ configure-stamp:
$(CONFIGURE)
touch configure-stamp
 
+build-arch: build
+build-indep: build
 build: build-stamp
 build-stamp: configure-stamp
dh_testdir -a
@@ -154,4 +156,4 @@ binary-indep: install-stamp
dh_md5sums   -i
dh_builddeb  -i
 
-.PHONY: binary-indep binary-arch build configure binary install 
+.PHONY: binary-indep binary-arch build build-arch build-indep configure binary 
install