dh-make: 0.63
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = dh-make
|
pkgbase = dh-make
|
||||||
pkgdesc = tool that converts source archives into Debian package source
|
pkgdesc = tool that converts source archives into Debian package source
|
||||||
pkgver = 0.62
|
pkgver = 0.63
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://packages.debian.org/sid/dh-make
|
url = http://packages.debian.org/sid/dh-make
|
||||||
arch = any
|
arch = any
|
||||||
@@ -9,8 +9,8 @@ pkgbase = dh-make
|
|||||||
depends = dpkg
|
depends = dpkg
|
||||||
depends = perl
|
depends = perl
|
||||||
depends = make
|
depends = make
|
||||||
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_0.62.tar.gz
|
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_0.63.tar.gz
|
||||||
md5sums = 50df589c6a25c34805be0bd436f81986
|
md5sums = aa0e6502d682d3c6d97b81ce2d414c87
|
||||||
|
|
||||||
pkgname = dh-make
|
pkgname = dh-make
|
||||||
|
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
|||||||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||||
# Contributor: Bartosz Feński <fenio@debian.org>
|
# Contributor: Bartosz Feński <fenio@debian.org>
|
||||||
pkgname=dh-make
|
pkgname=dh-make
|
||||||
pkgver=0.62
|
pkgver=0.63
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="tool that converts source archives into Debian package source"
|
pkgdesc="tool that converts source archives into Debian package source"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -9,7 +9,7 @@ url="http://packages.debian.org/sid/dh-make"
|
|||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('debhelper' 'dpkg' 'perl' 'make')
|
depends=('debhelper' 'dpkg' 'perl' 'make')
|
||||||
source=(http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_$pkgver.tar.gz)
|
source=(http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_$pkgver.tar.gz)
|
||||||
md5sums=('50df589c6a25c34805be0bd436f81986')
|
md5sums=('aa0e6502d682d3c6d97b81ce2d414c87')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/debhelper/dh_make
|
mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/debhelper/dh_make
|
||||||
|
|||||||
Reference in New Issue
Block a user