Remove autoreconf and parallel option from dh, it's default now

master
Ondřej Nový 2017-08-06 02:25:33 +02:00
parent e02e093fad
commit fad90f9d9f
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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 <james.page@ubuntu.com> Mon, 14 Sep 2015 14:17:12 +0100

2
debian/rules vendored
View File

@ -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