From 6ce2569d84792bd15023f44690a3328eaf57195f Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 28 Aug 2011 14:31:13 +0100 Subject: * New upstream snapshot * Make lcd4linux linux specific (requested by kFreeBSD team) * Add optional build targets build-indep and build-dep (thanks to lintian for catching this) --- debian/changelog | 8 +++++--- debian/rules | 7 ++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index bdb2bdb..1b4172e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -lcd4linux (0.11.0~svn1143-1) unstable; urgency=low +lcd4linux (0.11.0~svn1158-1) unstable; urgency=low - * New upstream version + * New upstream snapshot + * Make lcd4linux linux specific (requested by kFreeBSD team) + * Add optional build targets build-indep and build-dep (thanks to lintian for catching this) - -- Reinhard Tartler Fri, 26 Aug 2011 09:25:40 +0200 + -- Jonathan McCrohan Sun, 28 Aug 2011 14:29:48 +0100 lcd4linux (0.11.0~svn1143-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 99ee92c..b9b6e2d 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,12 @@ update-config-sub-guess: -test -r /usr/share/misc/config.guess && \ cp -f /usr/share/misc/config.guess config.guess -build: build-stamp +build: build-arch build-indep + +build-arch: build-stamp + +build-indep: build-stamp + build-stamp: config.status dh_testdir $(MAKE) -- cgit v1.2.3