diff options
author | Scott James Remnant <scott@ubuntu.com> | 2009-07-16 15:42:40 +0100 |
---|---|---|
committer | Scott James Remnant <scott@ubuntu.com> | 2009-07-16 15:42:40 +0100 |
commit | a5ec921e1e23482a6203e9d0d50b003399cb862e (patch) | |
tree | 38077f0e55d7ce912085c0ebf46194ea171a17af /debian/libuuid1.symbols | |
parent | df52d7782d68d0c15d42b93b78e8352ca38ee573 (diff) | |
download | util-linux-old-a5ec921e1e23482a6203e9d0d50b003399cb862e.tar.gz |
build libuuid binary packages
The libuuid library and tools have moved from e2fsprogs to
util-linux-ng, and are now built and used by default.
Take the packaging data from e2fsprogs to create those packages.
Diffstat (limited to 'debian/libuuid1.symbols')
-rw-r--r-- | debian/libuuid1.symbols | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/libuuid1.symbols b/debian/libuuid1.symbols new file mode 100644 index 00000000..03f8a616 --- /dev/null +++ b/debian/libuuid1.symbols @@ -0,0 +1,20 @@ +libuuid.so.1 libuuid1 #MINVER# + UUID_1.0@UUID_1.0 2.16-1 + uuid__generate_random@UUID_1.0 2.16-1 + uuid__generate_time@UUID_1.0 2.16-1 + uuid_clear@UUID_1.0 2.16-1 + uuid_compare@UUID_1.0 2.16-1 + uuid_copy@UUID_1.0 2.16-1 + uuid_generate@UUID_1.0 2.16-1 + uuid_generate_random@UUID_1.0 2.16-1 + uuid_generate_time@UUID_1.0 2.16-1 + uuid_is_null@UUID_1.0 2.16-1 + uuid_pack@UUID_1.0 2.16-1 + uuid_parse@UUID_1.0 2.16-1 + uuid_time@UUID_1.0 2.16-1 + uuid_type@UUID_1.0 2.16-1 + uuid_unpack@UUID_1.0 2.16-1 + uuid_unparse@UUID_1.0 2.16-1 + uuid_unparse_lower@UUID_1.0 2.16-1 + uuid_unparse_upper@UUID_1.0 2.16-1 + uuid_variant@UUID_1.0 2.16-1 |