From: Theodore Ts'o Date: Sun, 19 Aug 2018 02:14:11 +0000 (-0400) Subject: debian: fix where docs are installed in the comerr-dev and ss-dev packages X-Git-Tag: v1.44.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0b597444d45d7bfcca9d3d39b6a2bbfb2c3b11b;p=thirdparty%2Fe2fsprogs.git debian: fix where docs are installed in the comerr-dev and ss-dev packages Signed-off-by: Theodore Ts'o --- diff --git a/debian/rules b/debian/rules index 5449f2bc3..41aa202e2 100755 --- a/debian/rules +++ b/debian/rules @@ -390,24 +390,24 @@ binary-arch: install $(INSTALL_UDEB) $(INSTALL) -d ${debdir}/libext2fs-dev/usr/share/doc/libext2fs/html-info/ $(INSTALL) -p -m 0644 ${stdbuilddir}/doc/*.html \ ${debdir}/libext2fs-dev/usr/share/doc/libext2fs/html-info/ - $(INSTALL) -d ${debdir}/comerr-dev/usr/share/doc/libcom-err${COMERR_SOVERSION}/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/libcom-err${COMERR_SOVERSION}/html-info/ + ${debdir}/comerr-dev/usr/share/doc/comerr-dev/html-info/ # texinfo docs - mkdir -p ${debdir}/comerr-dev/usr/share/doc/libcom-err${COMERR_SOVERSION} + 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 $(INSTALL) -p -m 0644 ${topdir}/lib/et/com_err.texinfo \ - ${debdir}/comerr-dev/usr/share/doc/libcom-err${COMERR_SOVERSION}/com_err.texi + ${debdir}/comerr-dev/usr/share/doc/comerr-dev/com_err.texi - $(INSTALL) -d ${debdir}/comerr-dev/usr/share/doc/libcom-err${COMERR_SOVERSION}/examples + $(INSTALL) -d ${debdir}/comerr-dev/usr/share/doc/comerr-dev/examples $(INSTALL) -p -m 0644 lib/ss/ss_err.et \ ${stdbuilddir}/lib/ext2fs/ext2_err.et \ - ${debdir}/comerr-dev/usr/share/doc/libcom-err${COMERR_SOVERSION}/examples - $(INSTALL) -d ${debdir}/ss-dev/usr/share/doc/libss${SS_SOVERSION}/examples + ${debdir}/comerr-dev/usr/share/doc/comerr-dev/examples + $(INSTALL) -d ${debdir}/ss-dev/usr/share/doc/ss-dev/examples $(INSTALL) -p -m 0644 debugfs/debug_cmds.ct \ - ${debdir}/ss-dev/usr/share/doc/libss${SS_SOVERSION}/examples + ${debdir}/ss-dev/usr/share/doc/ss-dev/examples dh_installinfo -pcomerr-dev ${stdbuilddir}/lib/et/com_err.info dh_installinfo -plibext2fs-dev ${stdbuilddir}/doc/libext2fs.info