Update to 13.11.5
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -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.11.4
|
pkgver = 13.11.5
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://salsa.debian.org/debian/debhelper.git/
|
url = https://salsa.debian.org/debian/debhelper.git/
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL2
|
license = GPL2
|
||||||
@@ -20,7 +20,7 @@ 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.11.4
|
source = git+https://salsa.debian.org/debian//debhelper.git#tag=debian/13.11.5
|
||||||
source = dh_strip_nondeterminism::https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/raw/master/bin/dh_strip_nondeterminism?inline=false
|
source = dh_strip_nondeterminism::https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/raw/master/bin/dh_strip_nondeterminism?inline=false
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|||||||
8
PKGBUILD
8
PKGBUILD
@@ -1,11 +1,13 @@
|
|||||||
|
# Maintainer:
|
||||||
# Contributor: Justin Vreeland <vreeland.justin@gmail.com>
|
# Contributor: Justin Vreeland <vreeland.justin@gmail.com>
|
||||||
# Contributor: Antoine Lubineau <antoine@lubignon.info>
|
# Contributor: Antoine Lubineau <antoine@lubignon.info>
|
||||||
# Contributor: Charles Pigott <charlespigott@googlemail.com>
|
# Contributor: Charles Pigott <charlespigott@googlemail.com>
|
||||||
# Contributor: Andrei "Garoth" Thorp <garoth "at the nice" gmail "dot" com>
|
# Contributor: Andrei "Garoth" Thorp <garoth "at the nice" gmail "dot" com>
|
||||||
|
|
||||||
pkgname=debhelper
|
_pkgname=debhelper
|
||||||
pkgver=13.11.4
|
pkgname="$_pkgname"
|
||||||
pkgrel=2
|
pkgver=13.11.5
|
||||||
|
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"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://salsa.debian.org/debian/debhelper.git/"
|
url="https://salsa.debian.org/debian/debhelper.git/"
|
||||||
|
|||||||
Reference in New Issue
Block a user