This commit is contained in:
xiota
2024-03-23 20:57:41 +00:00
parent 90b12aeb29
commit 02f15982f1
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = debhelper pkgbase = debhelper
pkgdesc = A collection of programs that can be used in a debian/rules file to automate common tasks pkgdesc = A collection of programs that can be used in a debian/rules file to automate common tasks
pkgver = 13.14.1 pkgver = 13.15.1
pkgrel = 2 pkgrel = 1
url = https://salsa.debian.org/debian/debhelper url = https://salsa.debian.org/debian/debhelper
arch = any arch = any
license = GPL-2.0-or-later license = GPL-2.0-or-later
@@ -12,8 +12,8 @@ pkgbase = debhelper
optdepends = dh-make: convert source archives into Debian package source optdepends = dh-make: convert source archives into Debian package source
provides = dh-strip-nondeterminism provides = dh-strip-nondeterminism
conflicts = dh-strip-nondeterminism conflicts = dh-strip-nondeterminism
source = git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.14.1 source = git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.15.1
source = dh_strip_nondeterminism-dh_13.14.1::https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/raw/master/bin/dh_strip_nondeterminism source = dh_strip_nondeterminism-dh_13.15.1::https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/raw/master/bin/dh_strip_nondeterminism
sha256sums = SKIP sha256sums = SKIP
sha256sums = SKIP sha256sums = SKIP

View File

@@ -16,8 +16,8 @@ unset _pkgtype
## basic info ## basic info
_pkgname="debhelper" _pkgname="debhelper"
pkgname="$_pkgname${_pkgtype:-}" pkgname="$_pkgname${_pkgtype:-}"
pkgver=13.14.1 pkgver=13.15.1
pkgrel=2 pkgrel=1
pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks" pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks"
url="https://salsa.debian.org/debian/debhelper" url="https://salsa.debian.org/debian/debhelper"
license=('GPL-2.0-or-later') license=('GPL-2.0-or-later')