summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinuxer2020-08-27 11:50:05 +0300
committerlinuxer2020-08-27 11:50:05 +0300
commitad88d00a91a5c1063477552746c69b2be0582cd1 (patch)
tree675177b55e99baa5a78689abfca5ad68f2082f93
parent4f679968a230ecc31f7ef08bbfa207eb98ebe704 (diff)
downloadaur-ad88d00a91a5c1063477552746c69b2be0582cd1.tar.gz
added (provides 'debhelper') to PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 533b91987c09..de5b786313f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = debhelpergit
depends = perl>=5.6.0
depends = po-debconf
optdepends = dh-make
+ provides = debhelper
source = git+https://salsa.debian.org/debian//debhelper.git#tag=debian/13
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b21ab5a71c63..e8c9e3c56cf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ pkgdesc="A collection of programs that can be used in a debian/rules file to aut
arch=('any')
url="https://salsa.debian.org/debian/debhelper.git/"
license=('GPL2' 'GPL3')
+provides=('debhelper')
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' 'git' 'perl-pod-parser>=1.63')
optdepends=('dh-make')