From: Theodore Ts'o Date: Wed, 12 Dec 2018 03:20:52 +0000 (-0500) Subject: debian: fix location of libext2fs documentation X-Git-Tag: v1.44.5~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de7d247a4ae071c5724cc645adcfbe27e48b4fe1;p=thirdparty%2Fe2fsprogs.git debian: fix location of libext2fs documentation Addresses-Debian-Bug: #915942 Signed-off-by: Theodore Ts'o --- diff --git a/debian/rules b/debian/rules index 36085bb37..9bbdea492 100755 --- a/debian/rules +++ b/debian/rules @@ -385,15 +385,15 @@ binary-arch: install $(INSTALL_UDEB) mkdir -p ${debdir}/libcom-err${COMERR_SOVERSION}/usr/share/doc/libcom-err${COMERR_SOVERSION} mkdir -p ${debdir}/comerr-dev/usr/share/doc - mkdir -p ${debdir}/libext2fs2/usr/share/doc/libext2fs + mkdir -p ${debdir}/libext2fs2/usr/share/doc/libext2fs2 mkdir -p ${debdir}/libext2fs-dev/usr/share/doc dh_installdocs -a -Ne2fsprogs-udeb # HTML docs - $(INSTALL) -d ${debdir}/libext2fs-dev/usr/share/doc/libext2fs/html-info/ + $(INSTALL) -d ${debdir}/libext2fs-dev/usr/share/doc/libext2fs2/html-info/ $(INSTALL) -p -m 0644 ${stdbuilddir}/doc/*.html \ - ${debdir}/libext2fs-dev/usr/share/doc/libext2fs/html-info/ + ${debdir}/libext2fs-dev/usr/share/doc/libext2fs2/html-info/ $(INSTALL) -d ${debdir}/comerr-dev/usr/share/doc/comerr-dev/html-info/ $(INSTALL) -p -m 0644 ${stdbuilddir}/lib/et/*.html \ ${debdir}/comerr-dev/usr/share/doc/comerr-dev/html-info/ @@ -401,7 +401,7 @@ binary-arch: install $(INSTALL_UDEB) # texinfo docs mkdir -p ${debdir}/comerr-dev/usr/share/doc/comerr-dev $(INSTALL) -p -m 0644 ${topdir}/doc/libext2fs.texinfo \ - ${debdir}/libext2fs-dev/usr/share/doc/libext2fs/libext2fs.texi + ${debdir}/libext2fs-dev/usr/share/doc/libext2fs2/libext2fs.texi $(INSTALL) -p -m 0644 ${topdir}/lib/et/com_err.texinfo \ ${debdir}/comerr-dev/usr/share/doc/comerr-dev/com_err.texi