diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-08-28 14:31:13 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-08-28 14:31:13 +0100 |
commit | 6ce2569d84792bd15023f44690a3328eaf57195f (patch) | |
tree | bcdc9dfe9fdd441ade43925233673ddad84b348c | |
parent | 37bc217dceb95a538be6d297c1deae821bfe0fb7 (diff) | |
download | lcd4linux-6ce2569d84792bd15023f44690a3328eaf57195f.tar.gz |
* 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)
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | 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 <siretart@tauware.de> Fri, 26 Aug 2011 09:25:40 +0200 + -- Jonathan McCrohan <jmccrohan@gmail.com> 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) |