From: Tollef Fog Heen Date: Sat, 5 Jun 2010 06:44:01 +0000 (+0200) Subject: Clean up rules file wrt newer configure.ac and get rid of old stuff X-Git-Tag: 0.git+20100605+dfd8ee-1~6 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4cd12f9dbd54d0a88318684b5143ce7f8ba7d10;p=systemd Clean up rules file wrt newer configure.ac and get rid of old stuff --- 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 $@