13.19
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = debhelper
|
||||
pkgdesc = A collection of programs that can be used in a debian/rules file to automate common tasks
|
||||
pkgver = 13.18
|
||||
pkgdesc = Programs to automate common tasks in debian/rules when building Debian packages
|
||||
pkgver = 13.19
|
||||
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.18
|
||||
source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.19
|
||||
source = strip-nondeterminism::git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git
|
||||
sha256sums = fb609f50ae783723423d963aebd3bdebb82b3b563184e81a2dc625297a18f653
|
||||
sha256sums = ab8889bc8dc098bad145d4d7e46f7b0a4b4570fc2ab3ecb1917e69fd3cb71b3a
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = debhelper
|
||||
|
||||
6
PKGBUILD
6
PKGBUILD
@@ -5,9 +5,9 @@
|
||||
|
||||
_pkgname="debhelper"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=13.18
|
||||
pkgver=13.19
|
||||
pkgrel=1
|
||||
pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks"
|
||||
pkgdesc="Programs to automate common tasks in debian/rules when building Debian packages"
|
||||
url="https://salsa.debian.org/debian/debhelper"
|
||||
license=('GPL-2.0-or-later')
|
||||
arch=('any')
|
||||
@@ -27,7 +27,7 @@ optdepends=(
|
||||
_source_main() {
|
||||
_pkgsrc="$_pkgname"
|
||||
source=("$_pkgsrc"::"git+$url.git#tag=debian/$pkgver")
|
||||
sha256sums=('fb609f50ae783723423d963aebd3bdebb82b3b563184e81a2dc625297a18f653')
|
||||
sha256sums=('ab8889bc8dc098bad145d4d7e46f7b0a4b4570fc2ab3ecb1917e69fd3cb71b3a')
|
||||
}
|
||||
|
||||
_source_dh_strip_nd() {
|
||||
|
||||
Reference in New Issue
Block a user