diff options
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5b566ade..0e283194 100755 --- a/debian/rules +++ b/debian/rules @@ -29,10 +29,14 @@ 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 +DEB_INSTALL_CHANGELOGS_ALL := $(CURDIR)/debian/ChangeLog build/hurd:: cd $(DEB_BUILDDIR)/doc && texi2html -split chapter ../../doc/hurd.texi + # assemble all ChangeLogs to one big file + cd build-tree; 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 |
