From fad90f9d9f910460e67ba7d94f1dfaa901fc84ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Sun, 6 Aug 2017 02:25:33 +0200 Subject: [PATCH] Remove autoreconf and parallel option from dh, it's default now --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 79f4984..2631d6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ jerasure (2.0.0+2017.04.10.git.de1739cc84-1) UNRELEASED; urgency=medium * Standards-Version is 4.0.0 now (no changes needed) * d/copyright: Added myself for Debian part * d/control: Removed autotools-dev B-D + * Remove autoreconf and parallel option from dh, it's default now -- James Page Mon, 14 Sep 2015 14:17:12 +0100 diff --git a/debian/rules b/debian/rules index 401aa63..51e743a 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ DEBPKGNAME ?= $(shell dpkg-parsechangelog | grep -E ^Source: | cut -d" " -f GIT_TAG ?= $(shell echo '$(VERSION)' | sed -e 's/~/_/') %: - dh $@ --with autoreconf --parallel + dh $@ override_dh_auto_test: set -e; cd Examples; GF_COMPLETE_DIR=/usr/bin bash ./test_all_gfs.sh