summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index fdf4a26f..0a906634 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,22 +28,15 @@ 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-dbg
-DEB_INSTALL_CHANGELOGS_ALL := $(CURDIR)/debian/ChangeLog
DEB_DH_MAKESHLIBS_ARGS_hurd := --add-udeb="hurd-udeb"
# Enable part store support (not yet in configure.in)
HAVE_PARTED = yes
export HAVE_PARTED
-clean::
- rm -f $(CURDIR)/debian/ChangeLog
-
build/hurd::
cd $(DEB_BUILDDIR)/doc && texi2html -split chapter ../../doc/hurd.texi
- # assemble all ChangeLogs to one big file
- cd $(DEB_SRCDIR); for i in `find hurd/ -name "ChangeLog"`; do echo $$i:; cat $$i; echo; done > $(CURDIR)/debian/ChangeLog
-
install/hurd::
# runsystem is managed by update-alternatives
mv debian/tmp/libexec/runsystem debian/tmp/libexec/runsystem.gnu