summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2006-11-12 20:22:06 -0500
committerTheodore Ts'o <tytso@mit.edu>2006-11-12 20:22:06 -0500
commit8d54e8f2c5df737d06da20f289d46d0a34c42f48 (patch)
treec6e02e380930367718d2fd2509234ade21ccfadd /debian
parent927566a3abfdb576c53b42898affb78333e7299a (diff)
downloade2fsprogs-8d54e8f2c5df737d06da20f289d46d0a34c42f48.tar.gz
Update draft-leach-uuids-guids-01.txt with rfc4122.txt
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debian')
-rw-r--r--debian/control27
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 22 deletions
diff --git a/debian/control b/debian/control
index 25b639ae..9c510efd 100644
--- a/debian/control
+++ b/debian/control
@@ -81,13 +81,8 @@ Depends: ${shlibs:Depends}
Replaces: e2fsprogs (<< 1.34-1)
Architecture: any
Description: universally unique id library
- libuuid generates and parses 128-bit universally unique id's (UUID's),
- using a standard which is blessed by both Microsoft and DCE, and is
- being proposed as an internet standard. See the internet-draft:
- .
- draft-leach-uuids-guids-01.txt
- .
- for more information.
+ libuuid generates and parses 128-bit universally unique id's (UUID's).
+ See RFC 4122 for more information.
Package: libuuid1-udeb
Section: debian-installer
@@ -97,13 +92,8 @@ Provides: libuuid1
Replaces: libuuid1
Architecture: any
Description: universally unique id library
- libuuid generates and parses 128-bit universally unique id's (UUID's),
- using a standard which is blessed by both Microsoft and DCE, and is
- being proposed as an internet standard. See the internet-draft:
- .
- draft-leach-uuids-guids-01.txt
- .
- for more information.
+ libuuid generates and parses 128-bit universally unique id's (UUID's).
+ See RFC 4122 for more information.
.
This is a minimal package for debian-installer.
@@ -114,13 +104,8 @@ Depends: libc6-dev | libc-dev, libuuid1 (= ${Source-Version})
Replaces: e2fslibs-dev (<< 1.15)
Architecture: any
Description: universally unique id library - headers and static libraries
- libuuid generates and parses 128-bit universally unique id's (UUID's),
- using a standard which is blessed by both Microsoft and DCE, and is
- being proposed as an internet standard. See the internet-draft:
- .
- draft-leach-uuids-guids-01.txt
- .
- for more information.
+ libuuid generates and parses 128-bit universally unique id's (UUID's).
+ See RFC 4122 for more information.
.
This package contains the development environment for the uuid library.
diff --git a/debian/rules b/debian/rules
index 4448418f..3b121e3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -343,7 +343,7 @@ binary-arch: install install-udeb
$(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/draft-leach-uuids-guids-01.txt \
+ $(INSTALL) -p -m 0644 doc/rfc4122.txt \
${debdir}/uuid-dev/usr/share/doc/libuuid${UUID_SOVERSION}; \
fi