diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-11-12 18:56:50 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-11-12 18:56:50 +0100 |
commit | 5df117a774135258ca232f61d181d287dd05cb2a (patch) | |
tree | b8040dcb082aa8a2cf8007ca61d386fb73f1a1fc /debian/rules | |
parent | af8e0d61fe9058050d44c2ab88115356bcef0eab (diff) |
Drop /libexec
* patches/libexec.patch, hurd.install, hurd-udeb.install, hurd.postinst,
rules: Move getty, console-run, and runttys to /sbin, runsystem and rc to
/etc/hurd (Closes: Bug#556526).
* hurd-udeb.lintian-overrides: Drop override about /libexec
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 5fe4968e..0e8dad9e 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,6 @@ CC=gcc-4.6 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -DEB_CONFIGURE_LIBEXECDIR ="\$${prefix}/libexec" DEB_CONFIGURE_USER_FLAGS := --disable-profile --enable-static-progs='ext2fs,ufs,iso9660fs' DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR) sysconfdir=$(DEB_DESTDIR)/etc localstatedir=$(DEB_DESTDIR)/var DEB_DH_STRIP_ARGS := --dbg-package=hurd @@ -35,7 +34,7 @@ build/hurd:: install/hurd:: # runsystem is managed by update-alternatives - mv debian/tmp/libexec/runsystem debian/tmp/libexec/runsystem.gnu + mv debian/tmp/etc/hurd/runsystem debian/tmp/etc/hurd/runsystem.gnu # move away fakeroot, ps, uptime, vmstat and w to not conflict with the # ones from other packages |