upgpkg: devscripts 2.18.3-2
- Moving *sensible-utils* from an optional to a required package Fixes issue #4.
This commit is contained in:
4
.SRCINFO
4
.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.18.3
|
pkgver = 2.18.3
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://tracker.debian.org/pkg/devscripts
|
url = https://tracker.debian.org/pkg/devscripts
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -27,7 +27,7 @@ pkgbase = devscripts
|
|||||||
depends = debianutils
|
depends = debianutils
|
||||||
depends = debhelper
|
depends = debhelper
|
||||||
depends = perl-timedate
|
depends = perl-timedate
|
||||||
optdepends = sensible-utils: for sensible alternative selection
|
depends = sensible-utils
|
||||||
options = !makeflags
|
options = !makeflags
|
||||||
source = devscripts::git+https://anonscm.debian.org/git/collab-maint/devscripts.git#tag=v2.18.3
|
source = devscripts::git+https://anonscm.debian.org/git/collab-maint/devscripts.git#tag=v2.18.3
|
||||||
source = fixes.patch
|
source = fixes.patch
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
pkgname=devscripts
|
pkgname=devscripts
|
||||||
pkgver=2.18.3
|
pkgver=2.18.3
|
||||||
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=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://tracker.debian.org/pkg/devscripts"
|
url="https://tracker.debian.org/pkg/devscripts"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper' 'perl-timedate')
|
depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper' 'perl-timedate'
|
||||||
optdepends=('sensible-utils: for sensible alternative selection')
|
'sensible-utils')
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'docbook-xsl'
|
'docbook-xsl'
|
||||||
'bash-completion'
|
'bash-completion'
|
||||||
|
|||||||
Reference in New Issue
Block a user