diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-04-27 19:41:13 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-04-27 19:41:13 +0200 |
commit | 4309b1a9e86026560ab686fb551cfbcebffb4753 (patch) | |
tree | 9661b0e57809984520b26dbb55d1819b27602e71 | |
parent | 4cd9f4d9071a672debd83b4cc1c5d57dc63b8549 (diff) | |
download | lcd4linux-4309b1a9e86026560ab686fb551cfbcebffb4753.tar.gz |
use dh-autoreconf
also drop rpath hack
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 463c462..fca1f93 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: utils Priority: optional Maintainer: Reinhard Tartler <siretart@tauware.de> Build-Depends: debhelper (>= 7.0.0), + dh-autoreconf, libmysqlclient15-dev, python-dev, libx11-dev, diff --git a/debian/rules b/debian/rules index cccd08c..47c9c28 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,8 @@ endif config.status: configure dh_testdir - touch config.rpath + ln -s . m4 + dh_autoreconf ./configure $(confflags) \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ @@ -53,7 +54,8 @@ clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean - dh_clean build-stamp config.rpath + dh_clean build-stamp m4 + dh_autoreconf_clean install: build dh_testdir |