dh-make: 0.62

This commit is contained in:
Johannes Dewender
2013-10-07 15:03:10 +02:00
parent c8d905e96c
commit 0d7a4babc5
2 changed files with 5 additions and 5 deletions

View File

@@ -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.61 pkgver = 0.62
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.61.tar.gz source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_0.62.tar.gz
md5sums = 405aa44ae1422e7440ffc43c1646aece md5sums = 50df589c6a25c34805be0bd436f81986
pkgname = dh-make pkgname = dh-make

View File

@@ -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.61 pkgver=0.62
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=('405aa44ae1422e7440ffc43c1646aece') md5sums=('50df589c6a25c34805be0bd436f81986')
package() { package() {
mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/debhelper/dh_make mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/debhelper/dh_make