Code

rules: Split target 'build' into 'build-arch' and 'build-indep'.
authorSebastian Harl <sh@tokkee.org>
Thu, 13 Oct 2011 14:33:16 +0000 (16:33 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 13 Oct 2011 14:33:16 +0000 (16:33 +0200)
debian/changelog
debian/rules

index 72346e39b8b713d4f5aa6defa29ffdbf697e0d61..30f7bc1ae8ccfd2061c6ec654eb34161bdf954c8 100644 (file)
@@ -15,8 +15,10 @@ liboping (1.6.1+2.g207d51d-2) unstable; urgency=low
       separate patch.
     - Added z-option -- upstream patch adding option -Z to enable non-zero
       exit codes in case a certain amount of replies were lost.
+  * debian/rules:
+    - Split target 'build' into 'build-arch' and 'build-indep'.
 
- -- Sebastian Harl <tokkee@debian.org>  Thu, 13 Oct 2011 16:06:10 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Thu, 13 Oct 2011 16:32:46 +0200
 
 liboping (1.6.1+2.g207d51d-1.1) unstable; urgency=low
 
index ecd11e87c63111b6f16e219256990ef7e27fdf71..61ec32f50f27f71a0264de656f1a2776cb6d64d5 100755 (executable)
@@ -41,7 +41,12 @@ config.status: configure
                        --with-perl-bindings="INSTALLDIRS=vendor" \
                        CFLAGS="$(CFLAGS)"
 
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+
+build-indep:
+# nothing to do here
 
 build-stamp:  config.status
        dh_testdir
@@ -86,7 +91,7 @@ install: build
        cp debian/oping.overrides debian/oping/usr/share/lintian/overrides/oping
        
 binary-indep:
-       # nothing to do here
+# nothing to do here
 
 binary-arch: build install
        dh_testdir