2.201801
This commit is contained in:
11
.SRCINFO
11
.SRCINFO
@@ -1,16 +1,15 @@
|
|||||||
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 = 2.201701
|
pkgver = 2.201801
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = http://packages.debian.org/sid/dh-make
|
url = http://packages.debian.org/sid/dh-make
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = dpkg
|
depends = dpkg
|
||||||
depends = perl
|
|
||||||
depends = make
|
depends = make
|
||||||
depends = python
|
depends = python
|
||||||
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_2.201701.tar.xz
|
source = http://http.debian.org/debian/pool/main/d/dh-make/dh-make_2.201801.tar.xz
|
||||||
sha256sums = ba9b5f698ac2ec3f5e1cac4af9a51f0f3f7593297092f00936b644a6ae0f70e7
|
sha256sums = c94a3de25822007b95b27427dcb95f52631dafb2cb902b615a3417e8f8dcde29
|
||||||
|
|
||||||
pkgname = dh-make
|
pkgname = dh-make
|
||||||
|
|
||||||
|
|||||||
19
PKGBUILD
19
PKGBUILD
@@ -3,21 +3,22 @@
|
|||||||
# Contributor: Bartosz Feński <fenio@debian.org>
|
# Contributor: Bartosz Feński <fenio@debian.org>
|
||||||
|
|
||||||
pkgname=dh-make
|
pkgname=dh-make
|
||||||
pkgver=2.201701
|
pkgver=2.201801
|
||||||
pkgrel=2
|
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')
|
||||||
url="http://packages.debian.org/sid/dh-make"
|
url="http://packages.debian.org/sid/dh-make"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('dpkg' 'perl' 'make' 'python')
|
depends=('dpkg' 'make' 'python')
|
||||||
source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
|
source=(http://http.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz)
|
||||||
sha256sums=('ba9b5f698ac2ec3f5e1cac4af9a51f0f3f7593297092f00936b644a6ae0f70e7')
|
sha256sums=('c94a3de25822007b95b27427dcb95f52631dafb2cb902b615a3417e8f8dcde29')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
install -D dh_make $pkgdir/usr/bin/dh_make
|
install -D dh_make "$pkgdir"/usr/bin/dh_make
|
||||||
install -d $pkgdir/usr/share/debhelper/dh_make
|
install -d "$pkgdir"/usr/share/debhelper/dh_make
|
||||||
cp -a lib/* $pkgdir/usr/share/debhelper/dh_make/
|
cp -a lib/* "$pkgdir"/usr/share/debhelper/dh_make/
|
||||||
|
install -Dm644 dh_make.1 "$pkgdir"/usr/share/man/man8/dh_make.8
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
|||||||
Reference in New Issue
Block a user