]> err.no Git - systemd/commitdiff
Clean up rules file wrt newer configure.ac and get rid of old stuff
authorTollef Fog Heen <tfheen@err.no>
Sat, 5 Jun 2010 06:44:01 +0000 (08:44 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 5 Jun 2010 06:44:01 +0000 (08:44 +0200)
debian/rules

index 867e624a564017fc2c027f747d7b495855ff6f22..8c450f1a9a749a9131b750e9fd1c045c4b276b56 100755 (executable)
@@ -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 $@