[Pkg-nagios-changes] [SCM] debian packaging of PNP4Nagios branch, master, updated. v_0_6_13-1-18-g3bbdef1
Sebastian Harl
sh at tokkee.org
Tue Jan 31 14:20:57 UTC 2012
The following commit has been merged in the master branch:
commit d5e8abf170dc988c09c98ca1a085c50123874435
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Jan 31 09:21:22 2012 +0100
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 <tokkee at debian.org> Tue, 31 Jan 2012 08:48:15 +0100
+ -- Sebastian Harl <tokkee at debian.org> 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
--
debian packaging of PNP4Nagios
More information about the Pkg-nagios-changes
mailing list