diff options
author | Theodore Ts'o <tytso@mit.edu> | 2007-06-24 16:49:14 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2007-06-24 16:49:14 -0400 |
commit | 1a9188507c5ef43ae10893cd8ee5c7136ad1dfe8 (patch) | |
tree | ab207263c96b81bc5b7695db219dd2918e945b9c /util | |
parent | bbc4cd30a8a7c9cec267be6d4f6f00267e562347 (diff) | |
download | e2fsprogs-1a9188507c5ef43ae10893cd8ee5c7136ad1dfe8.tar.gz |
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>
Diffstat (limited to 'util')
-rw-r--r-- | util/debian.exclude | 13 | ||||
-rw-r--r-- | util/gen-tarball.in | 6 |
2 files changed, 1 insertions, 18 deletions
diff --git a/util/debian.exclude b/util/debian.exclude deleted file mode 100644 index 2be83f10..00000000 --- a/util/debian.exclude +++ /dev/null @@ -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 diff --git a/util/gen-tarball.in b/util/gen-tarball.in index 8365df14..8dcaf040 100644 --- a/util/gen-tarball.in +++ b/util/gen-tarball.in @@ -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 ;; |