summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-10-20 12:55:55 +0000
committerNathan Scott <nathans@sgi.com>2002-10-20 12:55:55 +0000
commitd2191e18c427439d4cf7b5690755ce618877d9e2 (patch)
tree49b768cf65082e44e99b6665b080c18136f1359a /debian/control
parent0c6f71200ccaff48d3b484f31fdb131342bf0fe2 (diff)
downloadattr-d2191e18c427439d4cf7b5690755ce618877d9e2.tar.gz
Change to the package name for the ACL and attr development packages.
Change the devel .rpm and .deb package names so that they use a lib prefix. Several packaging changes related to this to ensure upgrades work correctly and dependency information isn't lost.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 50be659..cad832e 100644
--- a/debian/control
+++ b/debian/control
@@ -15,11 +15,13 @@ Description: Utilities for manipulating filesystem extended attributes
An attr(1) command is also provided which is largely compatible
with the SGI IRIX tool of the same name.
-Package: attr-dev
+Package: libattr1-dev
Section: devel
Priority: extra
Depends: libc6-dev, attr (>= 2.0.0)
-Conflicts: attr (<< 2.0.0)
+Provides: attr-dev
+Replaces: attr-dev
+Conflicts: attr-dev, attr (<< 2.0.0)
Architecture: any
Description: Extended attribute static libraries and headers
attr-dev contains the libraries and header files needed to develop
@@ -27,7 +29,7 @@ Description: Extended attribute static libraries and headers
the documented system call API is the recommended interface, but an
SGI IRIX compatibility interface is also provided.
.
- Currently only ext2, ext3 and XFS support extended attributes.
+ Currently only ext2, ext3, JFS and XFS support extended attributes.
The SGI IRIX compatibility API built above the Linux system calls is
used by programs such as xfsdump(8), xfsrestore(8) and xfs_fsr(8).