d/control: Removed autotools-dev B-D

master
Ondřej Nový 2017-08-04 15:00:29 +02:00
parent f447b96d78
commit 359c9d0f8d
3 changed files with 4 additions and 4 deletions

3
debian/changelog vendored
View File

@ -16,10 +16,11 @@ jerasure (2.0.0+2017.04.10.git.de1739cc84-1) UNRELEASED; urgency=medium
* Fixed VCS URLs (https).
* Added myself to uploaders
* Move to OpenStack PKG team
* Bump debhelper compat version
* Bump debhelper compat version to 10
* Change upstream git to http://lab.jerasure.org/jerasure/jerasure.git
* Standards-Version is 4.0.0.4 now (no changes needed)
* d/copyright: Added myself for Debian part
* d/control: Removed autotools-dev B-D
-- James Page <james.page@ubuntu.com> Mon, 14 Sep 2015 14:17:12 +0100

3
debian/control vendored
View File

@ -4,8 +4,7 @@ Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Ondřej Nový <onovy@debian.org>,
Build-Depends: autotools-dev,
debhelper (>= 10),
Build-Depends: debhelper (>= 10),
gf-complete-tools,
libgf-complete-dev,
Standards-Version: 4.0.0.4

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 autotools-dev,autoreconf --parallel
dh $@ --with autoreconf --parallel
override_dh_auto_test:
set -e; cd Examples; GF_COMPLETE_DIR=/usr/bin bash ./test_all_gfs.sh