summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: edf48c0)
raw | patch | inline | side by side (parent: edf48c0)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 31 Jan 2012 08:21:22 +0000 (09:21 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 31 Jan 2012 08:21:22 +0000 (09:21 +0100) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 2b2c0f1e048c70244847c47a758e3a02245de17b..1cbb3406c978ba4680ea359098b84e0f39460c52 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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@debian.org> Tue, 31 Jan 2012 08:48:15 +0100
+ -- Sebastian Harl <tokkee@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 90a62feb8337e3958eceef2d772b5ecfe62c739a..48dac71fb942ae1db5f138c2cec273215b2c3b3c 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--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