Removing .install from PKGBUILD + update .SRCINFO
This commit is contained in:
12
.SRCINFO
12
.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.4
|
pkgver = 2.15.5
|
||||||
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
|
||||||
@@ -22,12 +22,10 @@ pkgbase = devscripts
|
|||||||
depends = debhelper
|
depends = debhelper
|
||||||
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.4.tar.xz
|
source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.15.5.tar.xz
|
||||||
source = fixes.patch
|
source = fixes.patch
|
||||||
source = devscripts.install
|
md5sums = dbcf6ba9a619f698a2136099ecb4f1af
|
||||||
md5sums = 940e520d057b68fa565f15f057e73d52
|
md5sums = 046df590290194cb1e47a0fe9cc37d83
|
||||||
md5sums = 8a1a9315dabe0403c92938680319eae6
|
|
||||||
md5sums = 5ca9e31b6cbe4f32115dedd3a2c2d5b0
|
|
||||||
|
|
||||||
pkgname = devscripts
|
pkgname = devscripts
|
||||||
|
|
||||||
|
|||||||
7
PKGBUILD
7
PKGBUILD
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
pkgname=devscripts
|
pkgname=devscripts
|
||||||
pkgver=2.15.5
|
pkgver=2.15.5
|
||||||
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"
|
||||||
@@ -15,11 +15,10 @@ depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper')
|
|||||||
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')
|
||||||
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch devscripts.install)
|
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch)
|
||||||
install='devscripts.install'
|
install='devscripts.install'
|
||||||
md5sums=('dbcf6ba9a619f698a2136099ecb4f1af'
|
md5sums=('dbcf6ba9a619f698a2136099ecb4f1af'
|
||||||
'046df590290194cb1e47a0fe9cc37d83'
|
'046df590290194cb1e47a0fe9cc37d83')
|
||||||
'5ca9e31b6cbe4f32115dedd3a2c2d5b0')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
|
|||||||
Reference in New Issue
Block a user