Remove bogus depends

This commit is contained in:
Justin Vreeland
2016-11-03 17:18:50 -06:00
parent 5c343ec28b
commit 48e3f1b4ba

View File

@@ -11,7 +11,7 @@ arch=('any')
url="http://anonscm.debian.org/cgit/debhelper/debhelper.git/"
license=('GPL2' 'GPL3')
depends=('binutils' 'dpkg>=1.16.2' 'file>=3.23' 'html2text' 'man-db>=2.5.1' 'perl>=5.6.0' 'po-debconf')
makedepends=('po4a>=0.24' 'man-db>=2.5.1' 'file>=3.23' 'pod2man')
makedepends=('po4a>=0.24' 'man-db>=2.5.1' 'file>=3.23')
optdepends=('dh-make')
source=("git://anonscm.debian.org/debhelper/debhelper.git#tag=debian/$pkgver")
md5sums=('SKIP')