From e4cd12f9dbd54d0a88318684b5143ce7f8ba7d10 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 5 Jun 2010 08:44:01 +0200 Subject: [PATCH] Clean up rules file wrt newer configure.ac and get rid of old stuff --- debian/rules | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/debian/rules b/debian/rules index 867e624a..8c450f1a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,23 +3,18 @@ export CGROUP_LIBS=-lcgroup export CGROUP_CFLAGS=-I/usr/include +#export DH_VERBOSE=1 export DEB_BUILD_OPTIONS="nostrip" override_dh_auto_configure: # mkdir build # cd build && - dh_auto_configure -- --prefix=/ --mandir=/usr/share/man --sysconfdir=/etc --datarootdir=/lib --localstatedir=/var --libexecdir=/lib - -override_dh_auto_build: - dh_auto_build -- interfacedir=/usr/share/dbus-1/interfaces + dh_auto_configure -- --with-rootdir=/ override_dh_auto_install: - dh_auto_install -- interfacedir=/usr/share/dbus-1/interfaces - -#override_dh_install: -# dh_install -O--parallel --fail-missing - -#export DH_VERBOSE=1 + dh_auto_install + rm debian/systemd/etc/systemd/system/runlevel5.target + dh_link /lib/systemd/system/multi-user.target etc/systemd/system/runlevel5.target %: dh --parallel $@ -- 2.39.5