upgpkg: devscripts 2.16.12-2

Fixing tag resolution
This commit is contained in:
Giovanni Santini
2016-12-14 15:41:03 +01:00
parent 83a3857b8a
commit bcb5d3041e
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Wed Dec 14 14:37:41 UTC 2016 # Wed Dec 14 14:41:03 UTC 2016
pkgbase = devscripts pkgbase = devscripts
pkgdesc = Scripts to make the life of a Debian Package maintainer easier pkgdesc = Scripts to make the life of a Debian Package maintainer easier
pkgver = 2.16.12 pkgver = 2.16.12
pkgrel = 1 pkgrel = 2
url = http://packages.qa.debian.org/d/devscripts.html url = http://packages.qa.debian.org/d/devscripts.html
install = devscripts.install install = devscripts.install
arch = any arch = any
@@ -27,7 +27,7 @@ pkgbase = devscripts
depends = perl-timedate depends = perl-timedate
optdepends = sensible-utils: for sensible alternative selection optdepends = sensible-utils: for sensible alternative selection
options = !makeflags options = !makeflags
source = devscripts-2.16.12::git+https://anonscm.debian.org/git/collab-maint/devscripts.git source = devscripts-2.16.12::git+https://anonscm.debian.org/git/collab-maint/devscripts.git#tag=v2.16.12
source = fixes.patch source = fixes.patch
md5sums = SKIP md5sums = SKIP
md5sums = 110857b0eb4a9dbf57a8b562d992ab33 md5sums = 110857b0eb4a9dbf57a8b562d992ab33

View File

@@ -6,7 +6,7 @@
pkgname=devscripts pkgname=devscripts
pkgver=2.16.12 pkgver=2.16.12
pkgrel=1 pkgrel=2
pkgdesc="Scripts to make the life of a Debian Package maintainer easier" pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
arch=('any') arch=('any')
url="http://packages.qa.debian.org/d/devscripts.html" url="http://packages.qa.debian.org/d/devscripts.html"
@@ -17,7 +17,7 @@ makedepends=('git' 'po4a' 'perl-timedate' 'perl-libwww' 'docbook-xsl' 'perl-file
options=('!makeflags') options=('!makeflags')
source=( source=(
#http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz #http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz
${pkgname}-${pkgver}::git+https://anonscm.debian.org/git/collab-maint/devscripts.git "${pkgname}-${pkgver}::git+https://anonscm.debian.org/git/collab-maint/devscripts.git#tag=v${pkgver}"
fixes.patch fixes.patch
) )
install='devscripts.install' install='devscripts.install'