From: Theodore Ts'o Date: Mon, 2 Oct 2006 17:31:10 +0000 (-0400) Subject: Remove useful UUID specification from Debian packaging thanks to license Nazi's X-Git-Tag: E2FSPROGS-1_40-WIP-1114~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc1a74bb4ab2700c6053b7202fc1eeff2b32f96;p=thirdparty%2Fe2fsprogs.git Remove useful UUID specification from Debian packaging thanks to license Nazi's Addresses Debian Bug: #390664 Signed-off-by: "Theodore Ts'o" --- diff --git a/debian/rules b/debian/rules index dec230556..4000ebc09 100755 --- a/debian/rules +++ b/debian/rules @@ -343,8 +343,11 @@ binary-arch: install install-udeb ${debdir}/ss-dev/usr/share/doc/libss${SS_SOVERSION}/examples $(INSTALL) -d ${debdir}/uuid-dev/usr/share/doc/libuuid${UUID_SOVERSION} - $(INSTALL) -p -m 0644 doc/draft-leach-uuids-guids-01.txt \ - ${debdir}/uuid-dev/usr/share/doc/libuuid${UUID_SOVERSION} + if test -f /etc/lsb-release && \ + grep -q DISTRIB_ID=Ubuntu /etc/lsb-release; then \ + $(INSTALL) -p -m 0644 doc/draft-leach-uuids-guids-01.txt \ + ${debdir}/uuid-dev/usr/share/doc/libuuid${UUID_SOVERSION}; \ + fi dh_installinfo -pcomerr-dev ${stdbuilddir}/lib/et/com_err.info dh_installinfo -pe2fslibs-dev ${stdbuilddir}/doc/libext2fs.info