This commit is contained in:
xiota 2025-08-11 15:26:03 +00:00
parent 7e275d7d62
commit e5e56acfaa
2 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = debhelper
pkgdesc = Programs to automate common tasks in debian/rules when building Debian packages
pkgver = 13.24.2
pkgver = 13.25
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.24.2
source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.25
source = strip-nondeterminism::git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git
sha256sums = e0ca62b4e30047aa7c31391d9a96d9882beaa63af22a2fe658dda37d95458473
sha256sums = aea3db39b218623da2e7cf995ed5cb06f8cc28ddcd31fd2818e60d3b11203d0a
sha256sums = SKIP
pkgname = debhelper
@ -23,5 +23,6 @@ pkgname = debhelper
depends = file
depends = man-db
depends = po-debconf
depends = python
depends = python-html2text
depends = strip-nondeterminism

View file

@ -3,11 +3,11 @@
# Contributor: Antoine Lubineau <antoine@lubignon.info>
# Contributor: Charles Pigott <charlespigott@googlemail.com>
: ${_cksum:=e0ca62b4e30047aa7c31391d9a96d9882beaa63af22a2fe658dda37d95458473}
: ${_cksum:=aea3db39b218623da2e7cf995ed5cb06f8cc28ddcd31fd2818e60d3b11203d0a}
_pkgname="debhelper"
pkgname="$_pkgname"
pkgver=13.24.2
pkgver=13.25
pkgrel=1
pkgdesc="Programs to automate common tasks in debian/rules when building Debian packages"
url="https://salsa.debian.org/debian/debhelper"
@ -54,6 +54,7 @@ package() {
'file'
'man-db'
'po-debconf' # AUR
'python'
'python-html2text'
'strip-nondeterminism'
)