libixp

git clone git://oldgit.suckless.org/libixp/
Log | Files | Refs | LICENSE

commit 7e06fcd1e137f2c9c11bf833a50aaf368dccd090
parent 33ec8ff4158aa6373705a29e88ec8748e099e96e
Author: Kris Maglione <kris@suckless.org>
Date:   Wed, 23 Jun 2010 14:47:42 -0400

Add debhelper to debian build dependency list.

Diffstat:
PKGBUILD | 1+
debian/changelog | 6+++---
debian/control | 1+
3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD @@ -10,6 +10,7 @@ makedepends=("mercurial") provides=("libixp") conflicts=("libixp") source=() +options=(!strip) FORCE_VER=$(hg log -r . --template {rev}) diff --git a/debian/changelog b/debian/changelog @@ -1,5 +1,5 @@ -libixp-hg (hg132) unstable; urgency=low +libixp-hg (136) unstable; urgency=low - * Add PKGBUILD. Fix some install problems. + * Add debhelper to debian build dependency list. - -- Kris Maglione <jg@suckless.org> Wed, 23 Jun 2010 11:24:47 -0400 + -- Kris Maglione <jg@suckless.org> Wed, 23 Jun 2010 14:29:13 -0400 diff --git a/debian/control b/debian/control @@ -2,6 +2,7 @@ Source: libixp-hg Section: x11 Priority: optional Maintainer: Kris Maglione <jg@suckless.org> +Build-Depends: debhelper (>= 4.0) Standards-Version: 3.7.2 Package: libixp-hg