dh-make: remove (recursive) debhelper dependency

This commit is contained in:
Johannes Dewender
2015-06-18 19:54:20 +02:00
parent 9f0ab2d639
commit b4c7ca0739
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ pkgbase = dh-make
url = http://packages.debian.org/sid/dh-make
arch = any
license = GPL
depends = debhelper
depends = dpkg
depends = perl
depends = make

View File

@@ -7,7 +7,7 @@ pkgdesc="tool that converts source archives into Debian package source"
arch=('any')
url="http://packages.debian.org/sid/dh-make"
license=('GPL')
depends=('debhelper' 'dpkg' 'perl' 'make')
depends=('dpkg' 'perl' 'make')
source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
sha256sums=('1b33c7fadacbe629889aec54d3a1a9cc1a3dd20b5ef04abdde9f14a1c3ea399e')