diff options
| author | Michael Banck <mbanck@debian.org> | 2006-08-25 19:51:20 +0000 |
|---|---|---|
| committer | Michael Banck <mbanck@debian.org> | 2006-08-25 19:51:20 +0000 |
| commit | 041927f2f58d8232c658b211ff31710499d3592f (patch) | |
| tree | f9992a6efcf74714e11b8b9de1cd44987295af74 /debian/rules | |
| parent | 30dbdb680f7f95968bf1e8d463c4a7638f8cef86 (diff) | |
* debian/rules (build/hurd::): Assemble all upstream ChangeLogs to one
big ChangeLog.
* debian/rules (DEB_INSTALL_CHANGELOGS_ALL): New variable, install it.
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 |
