This commit is contained in:
xiota
2024-08-25 15:09:04 +00:00
parent 10f14d7dc6
commit 91a34afaa8
2 changed files with 5 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = debhelper pkgbase = debhelper
pkgdesc = Programs to automate common tasks in debian/rules when building Debian packages pkgdesc = Programs to automate common tasks in debian/rules when building Debian packages
pkgver = 13.19 pkgver = 13.20
pkgrel = 1 pkgrel = 1
url = https://salsa.debian.org/debian/debhelper url = https://salsa.debian.org/debian/debhelper
arch = any arch = any
@@ -11,9 +11,9 @@ pkgbase = debhelper
depends = perl-pod-parser depends = perl-pod-parser
optdepends = dh-make: convert source archives into Debian package source optdepends = dh-make: convert source archives into Debian package source
conflicts = dh-strip-nondeterminism conflicts = dh-strip-nondeterminism
source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.19 source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.20
source = strip-nondeterminism::git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git source = strip-nondeterminism::git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git
sha256sums = ab8889bc8dc098bad145d4d7e46f7b0a4b4570fc2ab3ecb1917e69fd3cb71b3a sha256sums = 1f3d05435f7242257e1ff319253db84a486710525bcd1cee729c710bbcf4a994
sha256sums = SKIP sha256sums = SKIP
pkgname = debhelper pkgname = debhelper

View File

@@ -5,7 +5,7 @@
_pkgname="debhelper" _pkgname="debhelper"
pkgname="$_pkgname" pkgname="$_pkgname"
pkgver=13.19 pkgver=13.20
pkgrel=1 pkgrel=1
pkgdesc="Programs to automate common tasks in debian/rules when building Debian packages" pkgdesc="Programs to automate common tasks in debian/rules when building Debian packages"
url="https://salsa.debian.org/debian/debhelper" url="https://salsa.debian.org/debian/debhelper"
@@ -27,7 +27,7 @@ optdepends=(
_source_main() { _source_main() {
_pkgsrc="$_pkgname" _pkgsrc="$_pkgname"
source=("$_pkgsrc"::"git+$url.git#tag=debian/$pkgver") source=("$_pkgsrc"::"git+$url.git#tag=debian/$pkgver")
sha256sums=('ab8889bc8dc098bad145d4d7e46f7b0a4b4570fc2ab3ecb1917e69fd3cb71b3a') sha256sums=('1f3d05435f7242257e1ff319253db84a486710525bcd1cee729c710bbcf4a994')
} }
_source_dh_strip_nd() { _source_dh_strip_nd() {
@@ -41,13 +41,6 @@ _source_dh_strip_nd() {
_source_main _source_main
_source_dh_strip_nd _source_dh_strip_nd
prepare() {
cd "$_pkgsrc"
# prevent unicode error
rm "man/po4a/po"/*.po
}
build() { build() {
cd "$_pkgsrc" cd "$_pkgsrc"
make make