diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-02 09:53:54 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-08-02 09:53:54 +0200 |
| commit | 1e7a9ab029800674173f6c1d0311f6d3e72636f0 (patch) | |
| tree | abdfc0f6d1b085ffd6a8bcee49059c53f743ed2f /debian/rules | |
| parent | 609dcdf2fe16e5fdee70727c5c508d6334be9325 (diff) | |
Lintian fixes
* debian/rules: Remove debian/ChangeLog generation.
* debian/hurd.lintian-overrides: New overrides to announce which servers are
supposed to be statically linked, and accept hurd to be essential.
* debian/hurd-udeb.lintian-overrides: New overrides to validate
hurd-i386-specific paths.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 7 |
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 |
