debhelper 9.20140228
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = debhelper
|
||||
pkgdesc = A collection of programs that can be used in a debian/rules file to automate common tasks
|
||||
pkgver = 9.20130720
|
||||
pkgver = 9.20140228
|
||||
pkgrel = 1
|
||||
url = http://kitenet.net/~joey/code/debhelper/
|
||||
arch = any
|
||||
@@ -17,10 +17,8 @@ pkgbase = debhelper
|
||||
depends = perl>=5.6.0
|
||||
depends = po-debconf
|
||||
optdepends = dh-make
|
||||
source = http://launchpad.net/debhelper/main/9.20130720/+download/debhelper_9.20130720.tar.gz
|
||||
source = fr.po.patch
|
||||
sha256sums = 4128575e19c2a6dbe8bfe2af591976b6bc737bb9b5d89e91492c6d72c487b01f
|
||||
sha256sums = 66f5c36f2652876d5b0a11246ad5c0ca6bfb85fc9ca868068e1080837a45e8ad
|
||||
source = http://launchpad.net/debhelper/main/9.20140228/+download/debhelper_9.20140228.tar.gz
|
||||
sha256sums = fb4cbc94e0a415f68abd4efcb197321e1fb2f7de61b74a3b83873259c05d53c8
|
||||
|
||||
pkgname = debhelper
|
||||
|
||||
|
||||
13
PKGBUILD
13
PKGBUILD
@@ -3,7 +3,7 @@
|
||||
# Contributor: Andrei "Garoth" Thorp <garoth "at the nice" gmail "dot" com>
|
||||
|
||||
pkgname=debhelper
|
||||
pkgver=9.20130720
|
||||
pkgver=9.20140228
|
||||
pkgrel=1
|
||||
pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks"
|
||||
arch=('any')
|
||||
@@ -12,15 +12,8 @@ license=('GPL2' 'GPL3')
|
||||
depends=('binutils' 'dpkg>=1.16.2' 'file>=3.23' 'html2text' 'man-db>=2.5.1' 'perl>=5.6.0' 'po-debconf')
|
||||
makedepends=('po4a>=0.24' 'man-db>=2.5.1' 'file>=3.23')
|
||||
optdepends=('dh-make')
|
||||
source=("http://launchpad.net/debhelper/main/$pkgver/+download/debhelper_$pkgver.tar.gz"
|
||||
'fr.po.patch')
|
||||
sha256sums=('4128575e19c2a6dbe8bfe2af591976b6bc737bb9b5d89e91492c6d72c487b01f'
|
||||
'66f5c36f2652876d5b0a11246ad5c0ca6bfb85fc9ca868068e1080837a45e8ad')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname"
|
||||
patch -p1 < "$srcdir/fr.po.patch"
|
||||
}
|
||||
source=("http://launchpad.net/debhelper/main/$pkgver/+download/debhelper_$pkgver.tar.gz")
|
||||
sha256sums=('fb4cbc94e0a415f68abd4efcb197321e1fb2f7de61b74a3b83873259c05d53c8')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
||||
11
fr.po.patch
11
fr.po.patch
@@ -1,11 +0,0 @@
|
||||
--- debhelper/man/po4a/po/fr.po 2012-09-11 01:53:27.000000000 +0900
|
||||
+++ debhelper/man/po4a/po/fr.po.new 2013-06-22 12:53:18.042707445 +0900
|
||||
@@ -6022,7 +6022,7 @@
|
||||
"répertoires à la recherche de fichiers portant un nom ressemblant à ceux "
|
||||
"utilisés pour les pages de manuel. Nota : Seuls les vrais répertoires sont "
|
||||
"scrutés, les liens symboliques sont ignorés. dh_installmanpages utilise "
|
||||
-"L<file(1) > pour vérifier si les fichiers sont dans un format correct, puis "
|
||||
+"L<file(1)> pour vérifier si les fichiers sont dans un format correct, puis "
|
||||
"se base sur l'extension du fichier pour l'installer dans le bon répertoire."
|
||||
|
||||
# type: textblock
|
||||
Reference in New Issue
Block a user