From: Sebastian Harl Date: Tue, 31 Jan 2012 08:21:22 +0000 (+0100) Subject: rules: Added recommended targets build-{arch,indep} depending on build-stamp. X-Git-Tag: v_0_6_16-1~13 X-Git-Url: https://git.tokkee.org/?p=pkg-pnp4nagios.git;a=commitdiff_plain;h=d5e8abf170dc988c09c98ca1a085c50123874435 rules: Added recommended targets build-{arch,indep} depending on build-stamp. --- diff --git a/debian/changelog b/debian/changelog index 2b2c0f1..1cbb340 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ pnp4nagios (0.6.16-1) unstable; urgency=low * debian/control: - Depend on jQuery >= 1.6.2 and jQuery-ui >= 1.8.14 (rather than unversioned dependencies); this is what upstream did as well. + * debian/rules: + - Added recommended targets build-{arch,indep} depending on build-stamp. - -- Sebastian Harl Tue, 31 Jan 2012 08:48:15 +0100 + -- Sebastian Harl Tue, 31 Jan 2012 09:20:51 +0100 pnp4nagios (0.6.13-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 90a62fe..48dac71 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,11 @@ config.status: configure --with-httpd-conf=/etc/apache2/conf.d \ CFLAGS="$(CFLAGS)" -build: build-stamp +build: build-arch build-indep + +build-arch: build-stamp + +build-indep: build-stamp build-stamp: $(QUILT_STAMPFN) config.status dh_testdir