upgpkg: devscripts 2.15.8-2
Adding perl-timedate as depends, used for some scripts
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
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.8
|
pkgver = 2.15.8
|
||||||
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
|
||||||
@@ -20,6 +20,7 @@ pkgbase = devscripts
|
|||||||
depends = perl
|
depends = perl
|
||||||
depends = debianutils
|
depends = debianutils
|
||||||
depends = debhelper
|
depends = debhelper
|
||||||
|
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.8.tar.xz
|
source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.15.8.tar.xz
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
pkgname=devscripts
|
pkgname=devscripts
|
||||||
pkgver=2.15.8
|
pkgver=2.15.8
|
||||||
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"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper')
|
depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper' 'perl-timedate')
|
||||||
optdepends=('sensible-utils: for sensible alternative selection')
|
optdepends=('sensible-utils: for sensible alternative selection')
|
||||||
makedepends=('po4a' 'perl-timedate' 'perl-libwww' 'docbook-xsl' 'perl-file-desktopentry' 'perl-file-basedir' 'perl-parse-debcontrol' 'python-setuptools')
|
makedepends=('po4a' 'perl-timedate' 'perl-libwww' 'docbook-xsl' 'perl-file-desktopentry' 'perl-file-basedir' 'perl-parse-debcontrol' 'python-setuptools')
|
||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
|
|||||||
Reference in New Issue
Block a user