From bfc1a74bb4ab2700c6053b7202fc1eeff2b32f96 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 2 Oct 2006 13:31:10 -0400 Subject: [PATCH] Remove useful UUID specification from Debian packaging thanks to license Nazi's Addresses Debian Bug: #390664 Signed-off-by: "Theodore Ts'o" --- debian/rules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.47.2