dh-make: remove (recursive) debhelper dependency
This commit is contained in:
1
.SRCINFO
1
.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = dh-make
|
|||||||
url = http://packages.debian.org/sid/dh-make
|
url = http://packages.debian.org/sid/dh-make
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = debhelper
|
|
||||||
depends = dpkg
|
depends = dpkg
|
||||||
depends = perl
|
depends = perl
|
||||||
depends = make
|
depends = make
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="tool that converts source archives into Debian package source"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://packages.debian.org/sid/dh-make"
|
url="http://packages.debian.org/sid/dh-make"
|
||||||
license=('GPL')
|
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)
|
source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
|
||||||
sha256sums=('1b33c7fadacbe629889aec54d3a1a9cc1a3dd20b5ef04abdde9f14a1c3ea399e')
|
sha256sums=('1b33c7fadacbe629889aec54d3a1a9cc1a3dd20b5ef04abdde9f14a1c3ea399e')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user