summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bd0f271)
raw | patch | inline | side by side (parent: bd0f271)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 13 Oct 2011 14:33:16 +0000 (16:33 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 13 Oct 2011 14:33:16 +0000 (16:33 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 72346e39b8b713d4f5aa6defa29ffdbf697e0d61..30f7bc1ae8ccfd2061c6ec654eb34161bdf954c8 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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
diff --git a/debian/rules b/debian/rules
index ecd11e87c63111b6f16e219256990ef7e27fdf71..61ec32f50f27f71a0264de656f1a2776cb6d64d5 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--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
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