Remove RFC-4122 from e2fsprogs distribution

Documentation about UUID's is available in enough places, and it's
awkward to deal with debian-legal's insanities.  So I'm caving in the
"more-lunatic-than-RMS" wing of Debian by removing RFC-4122 so we don't
have do the dfsg tarball.   Also remove the rule that only tried to
install RFC-4122 on Ubuntu, since Ubuntu seems to want to fetch
e2fsprogs exclusively from Debian.

Addresses Debian Bug: #407107

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2007-06-24 16:49:14 -04:00
parent bbc4cd30a8
commit 1a9188507c
4 changed files with 1 additions and 1818 deletions

5
debian/rules vendored
View File

@ -341,11 +341,6 @@ 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}
if test -f /etc/lsb-release && \
grep -q DISTRIB_ID=Ubuntu /etc/lsb-release; then \
$(INSTALL) -p -m 0644 doc/rfc4122.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

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +0,0 @@
.hg
.hgignore
.pc
patches
README.subset
build
rpm.log
TODO
powerquest
.exclude-file
po/stamp-cat-id
po/cat-id-tbl.c
doc/rfc4122.txt

View File

@ -13,11 +13,7 @@ deb_pkgver=`echo @E2FSPROGS_PKGVER@ | sed -e 's/_/-/g'`
echo Debian package $deb_pkgver
case $1 in
debian)
SRCROOT="e2fsprogs-$deb_pkgver+dfsg"
list=debian
;;
ubuntu)
debian|ubuntu)
SRCROOT="e2fsprogs-$deb_pkgver"
list=all
;;