From a4a20756cc1af10bac2d9aa92f7002a9eb740645 Mon Sep 17 00:00:00 2001 From: Giovanni Santini Date: Wed, 16 Mar 2016 18:27:47 +0100 Subject: [PATCH] upgpkg: devscripts 2.16.1-1 --- .SRCINFO | 10 ++++++---- PKGBUILD | 9 ++++++--- fixes.patch | 6 +++--- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bbbe02d..880bbe2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Wed Mar 16 17:27:48 UTC 2016 pkgbase = devscripts pkgdesc = Scripts to make the life of a Debian Package maintainer easier - pkgver = 2.15.9 + pkgver = 2.16.1 pkgrel = 1 url = http://packages.qa.debian.org/d/devscripts.html install = devscripts.install @@ -23,10 +25,10 @@ pkgbase = devscripts depends = perl-timedate optdepends = sensible-utils: for sensible alternative selection options = !makeflags - source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.15.9.tar.xz + source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.16.1.tar.xz source = fixes.patch - md5sums = ee374a77adb4c7e782e2a6a79f64a66d - md5sums = 046df590290194cb1e47a0fe9cc37d83 + md5sums = 310a0e0a7fcf21a86f3ad860124b0b60 + md5sums = 110857b0eb4a9dbf57a8b562d992ab33 pkgname = devscripts diff --git a/PKGBUILD b/PKGBUILD index 34fafb4..4ff2985 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: JD Horelick pkgname=devscripts -pkgver=2.15.9 +pkgver=2.16.1 pkgrel=1 pkgdesc="Scripts to make the life of a Debian Package maintainer easier" arch=('any') @@ -17,8 +17,8 @@ makedepends=('po4a' 'perl-timedate' 'perl-libwww' 'docbook-xsl' 'perl-file-deskt options=('!makeflags') source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch) install='devscripts.install' -md5sums=('ee374a77adb4c7e782e2a6a79f64a66d' - '046df590290194cb1e47a0fe9cc37d83') +md5sums=('310a0e0a7fcf21a86f3ad860124b0b60' + '110857b0eb4a9dbf57a8b562d992ab33') build() { cd $srcdir/$pkgname-$pkgver @@ -35,4 +35,7 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install + + # Dirty fix for duplicates + rm $pkgdir/usr/share/bash-completion/completions/bts } diff --git a/fixes.patch b/fixes.patch index 9c07f9d..a34f63a 100644 --- a/fixes.patch +++ b/fixes.patch @@ -5,7 +5,7 @@ de/%.de.1: de/%.de.dbk translate xsltproc --nonet -o $@ \ - /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< -+ /usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl $< ++ /usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl $< # xsltproc writes out to foo.1 even if you tell it to do otherwise, so we have # to rename the file after it's generated mv de/$*.1 $@ @@ -14,7 +14,7 @@ fr/%.fr.1: fr/%.fr.dbk translate xsltproc --nonet -o $@ \ - /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< -+ /usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl $< ++ /usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl $< # xsltproc writes out to foo.1 even if you tell it to do otherwise, so we have # to rename the file after it's generated mv fr/$*.1 $@ @@ -25,7 +25,7 @@ %.1: %.dbk xsltproc --nonet -o $@ \ - /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< -+ /usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl $< ++ /usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl $< # There is a slight chance this gets called twice, once here from here and once # from ../po4a/Makefile. Treat files with care.