Code

rules: Added recommended targets build-{arch,indep} depending on build-stamp.
authorSebastian Harl <sh@tokkee.org>
Tue, 31 Jan 2012 08:21:22 +0000 (09:21 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 31 Jan 2012 08:21:22 +0000 (09:21 +0100)
debian/changelog
debian/rules

index 2b2c0f1e048c70244847c47a758e3a02245de17b..1cbb3406c978ba4680ea359098b84e0f39460c52 100644 (file)
@@ -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/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
 
 
 pnp4nagios (0.6.13-1) unstable; urgency=low
 
index 90a62feb8337e3958eceef2d772b5ecfe62c739a..48dac71fb942ae1db5f138c2cec273215b2c3b3c 100755 (executable)
@@ -39,7 +39,11 @@ config.status: configure
                                --with-httpd-conf=/etc/apache2/conf.d \
                                CFLAGS="$(CFLAGS)"
 
                                --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
 
 build-stamp: $(QUILT_STAMPFN) config.status
        dh_testdir