# Maintainer: Giovanni 'ItachiSan' Santini # Contributor: Jochen Schalanda # Contributor: Charles Pigott # Contributor: André Klitzing # Contributor: JD Horelick pkgname=devscripts pkgver=2.16.7 pkgrel=1 pkgdesc="Scripts to make the life of a Debian Package maintainer easier" arch=('any') url="http://packages.qa.debian.org/d/devscripts.html" license=('GPL2') depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper' 'perl-timedate') optdepends=('sensible-utils: for sensible alternative selection') makedepends=('po4a' 'perl-timedate' 'perl-libwww' 'docbook-xsl' 'perl-file-desktopentry' 'perl-file-basedir' 'perl-parse-debcontrol' 'python-setuptools' 'bash-completion') options=('!makeflags') source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch) install='devscripts.install' md5sums=('ba7491d3e9973d7440c49aefed937fbc' '110857b0eb4a9dbf57a8b562d992ab33') build() { cd $srcdir/$pkgname-$pkgver patch -p0 -i ../fixes.patch make } package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install # bts completion is present already in the official package rm $pkgdir/usr/share/bash-completion/completions/bts }