upgpkg: devscripts 2.16.1-1

This commit is contained in:
Giovanni Santini
2016-03-16 18:27:47 +01:00
parent fdf5bbc7f2
commit a4a20756cc
3 changed files with 15 additions and 10 deletions

View File

@@ -1,6 +1,8 @@
# Generated by mksrcinfo v8
# Wed Mar 16 17:27:48 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.15.9 pkgver = 2.16.1
pkgrel = 1 pkgrel = 1
url = http://packages.qa.debian.org/d/devscripts.html url = http://packages.qa.debian.org/d/devscripts.html
install = devscripts.install install = devscripts.install
@@ -23,10 +25,10 @@ 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 = 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 source = fixes.patch
md5sums = ee374a77adb4c7e782e2a6a79f64a66d md5sums = 310a0e0a7fcf21a86f3ad860124b0b60
md5sums = 046df590290194cb1e47a0fe9cc37d83 md5sums = 110857b0eb4a9dbf57a8b562d992ab33
pkgname = devscripts pkgname = devscripts

View File

@@ -5,7 +5,7 @@
# Contributor: JD Horelick <jdhore1@gmail.com> # Contributor: JD Horelick <jdhore1@gmail.com>
pkgname=devscripts pkgname=devscripts
pkgver=2.15.9 pkgver=2.16.1
pkgrel=1 pkgrel=1
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')
@@ -17,8 +17,8 @@ makedepends=('po4a' 'perl-timedate' 'perl-libwww' 'docbook-xsl' 'perl-file-deskt
options=('!makeflags') options=('!makeflags')
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch) source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch)
install='devscripts.install' install='devscripts.install'
md5sums=('ee374a77adb4c7e782e2a6a79f64a66d' md5sums=('310a0e0a7fcf21a86f3ad860124b0b60'
'046df590290194cb1e47a0fe9cc37d83') '110857b0eb4a9dbf57a8b562d992ab33')
build() { build() {
cd $srcdir/$pkgname-$pkgver cd $srcdir/$pkgname-$pkgver
@@ -35,4 +35,7 @@ package() {
cd $srcdir/$pkgname-$pkgver cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install make DESTDIR=$pkgdir install
# Dirty fix for duplicates
rm $pkgdir/usr/share/bash-completion/completions/bts
} }

View File

@@ -5,7 +5,7 @@
de/%.de.1: de/%.de.dbk translate de/%.de.1: de/%.de.dbk translate
xsltproc --nonet -o $@ \ xsltproc --nonet -o $@ \
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< - /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 # 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 # to rename the file after it's generated
mv de/$*.1 $@ mv de/$*.1 $@
@@ -14,7 +14,7 @@
fr/%.fr.1: fr/%.fr.dbk translate fr/%.fr.1: fr/%.fr.dbk translate
xsltproc --nonet -o $@ \ xsltproc --nonet -o $@ \
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< - /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 # 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 # to rename the file after it's generated
mv fr/$*.1 $@ mv fr/$*.1 $@
@@ -25,7 +25,7 @@
%.1: %.dbk %.1: %.dbk
xsltproc --nonet -o $@ \ xsltproc --nonet -o $@ \
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< - /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 # There is a slight chance this gets called twice, once here from here and once
# from ../po4a/Makefile. Treat files with care. # from ../po4a/Makefile. Treat files with care.