summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2010-06-05 08:44:01 +0200
committerTollef Fog Heen <tfheen@err.no>2010-06-05 08:44:01 +0200
commite4cd12f9dbd54d0a88318684b5143ce7f8ba7d10 (patch)
tree4221fba0692eddf19cda66feb0fc2f09f7879485
parent28898d20b4c7b986a6730c4b79f2d9f329be5979 (diff)
downloadsystemd-e4cd12f9dbd54d0a88318684b5143ce7f8ba7d10.tar.gz
Clean up rules file wrt newer configure.ac and get rid of old stuff
-rwxr-xr-xdebian/rules15
1 files changed, 5 insertions, 10 deletions
diff --git a/debian/rules b/debian/rules
index 867e624a56..8c450f1a9a 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 $@