13.22
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = debhelper
|
||||
pkgdesc = Programs to automate common tasks in debian/rules when building Debian packages
|
||||
pkgver = 13.20
|
||||
pkgver = 13.22
|
||||
pkgrel = 1
|
||||
url = https://salsa.debian.org/debian/debhelper
|
||||
arch = any
|
||||
@@ -11,9 +11,9 @@ pkgbase = debhelper
|
||||
depends = perl-pod-parser
|
||||
optdepends = dh-make: convert source archives into Debian package source
|
||||
conflicts = dh-strip-nondeterminism
|
||||
source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.20
|
||||
source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.22
|
||||
source = strip-nondeterminism::git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git
|
||||
sha256sums = 1f3d05435f7242257e1ff319253db84a486710525bcd1cee729c710bbcf4a994
|
||||
sha256sums = 3f97ed69464ffa0161172c6a1b9a659cedeac37f1c507c10b50a8ca001277a8e
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = debhelper
|
||||
@@ -22,6 +22,6 @@ pkgname = debhelper
|
||||
depends = binutils
|
||||
depends = file
|
||||
depends = man-db
|
||||
depends = po-debconf
|
||||
depends = python-html2text
|
||||
depends = strip-nondeterminism
|
||||
depends = po-debconf
|
||||
|
||||
5
.nvchecker.toml
Normal file
5
.nvchecker.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[debhelper]
|
||||
source = "git"
|
||||
git = "https://salsa.debian.org/debian/debhelper.git"
|
||||
prefix = "debian/"
|
||||
include_regex = 'debian/([0-9\.]+)'
|
||||
8
PKGBUILD
8
PKGBUILD
@@ -5,7 +5,7 @@
|
||||
|
||||
_pkgname="debhelper"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=13.20
|
||||
pkgver=13.22
|
||||
pkgrel=1
|
||||
pkgdesc="Programs to automate common tasks in debian/rules when building Debian packages"
|
||||
url="https://salsa.debian.org/debian/debhelper"
|
||||
@@ -27,7 +27,7 @@ optdepends=(
|
||||
_source_main() {
|
||||
_pkgsrc="$_pkgname"
|
||||
source=("$_pkgsrc"::"git+$url.git#tag=debian/$pkgver")
|
||||
sha256sums=('1f3d05435f7242257e1ff319253db84a486710525bcd1cee729c710bbcf4a994')
|
||||
sha256sums=('3f97ed69464ffa0161172c6a1b9a659cedeac37f1c507c10b50a8ca001277a8e')
|
||||
}
|
||||
|
||||
_source_dh_strip_nd() {
|
||||
@@ -51,11 +51,9 @@ package() {
|
||||
'binutils'
|
||||
'file'
|
||||
'man-db'
|
||||
'po-debconf' # AUR
|
||||
'python-html2text'
|
||||
'strip-nondeterminism'
|
||||
|
||||
# AUR
|
||||
'po-debconf'
|
||||
)
|
||||
|
||||
make -C "$_pkgsrc" DESTDIR="$pkgdir" install
|
||||
|
||||
Reference in New Issue
Block a user