diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-28 18:52:27 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-28 18:52:27 +0200 |
| commit | 48cdeb4d37ba07b0bf031ec0d3d89000dbd8ffbc (patch) | |
| tree | e93d13462da0ac18092c1dce13c842306c26d39b | |
| parent | 068f1d79638fed37d860af48f2f548853a266a0c (diff) | |
Install documentation, depend on texinfo
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/gnumach-common.info | 2 | ||||
| -rwxr-xr-x | debian/rules | 3 |
4 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index a2dac4d..079438b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,8 @@ gnumach (2:1.4-1) unstable; urgency=low - Rename packages from 1.3.99 to 1.4. - patches/00_clean_gfdl.patch: Drop, upstream documentation does not have invariant sections any more. - - rules (clean): Remove generated documentation. + - rules: Install documentation. + - control: Depend on texinfo. * Bump Standards-Version to 3.9.4 (no changes). * patches/70_dde.patch: Fix experimental.defs creation. * patches/80_missing_files.patch: Add missing files from git. diff --git a/debian/control b/debian/control index 4582236..e96b2c2 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://www.gnu.org/software/hurd/microkernel/mach/gnumach.html Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-hurd/gnumach.git Vcs-Git: git://anonscm.debian.org/pkg-hurd/gnumach.git Build-Depends: debhelper (>= 7), mig, sharutils, - autoconf, automake + autoconf, automake, texinfo Standards-Version: 3.9.4 Package: gnumach diff --git a/debian/gnumach-common.info b/debian/gnumach-common.info index 87c8231..021e9a4 100644 --- a/debian/gnumach-common.info +++ b/debian/gnumach-common.info @@ -1 +1 @@ -#build/doc/mach.info* +doc/mach.info* diff --git a/debian/rules b/debian/rules index b19ce8c..9acaa1c 100755 --- a/debian/rules +++ b/debian/rules @@ -148,7 +148,6 @@ clean: rm -rf autom4te.cache build-aux rm -f aclocal.m4 config.h.in configure INSTALL Makefile.in find -name '*~' -o -name '*.rej' -o -name '*.orig' | xargs rm -f - rm -f doc/mach.info* doc/stamp-vti doc/version.texi rm -f debian/gnumach-image-*.preinst rm -f debian/gnumach-image-*.prerm @@ -208,7 +207,7 @@ binary-indep: install dh_installdocs -i dh_installchangelogs -i -k ChangeLog -# dh_installinfo -a + dh_installinfo -i dh_compress -i dh_fixperms -i |
