summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 12 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 5614da9..126775c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,19 @@
Source: attr
Section: utils
Priority: optional
-Maintainer: Nathan Scott <nathans@debian.org>
-Uploaders: Niv Sardi <xaiki@debian.org>, Anibal Monsalve Salazar <anibal@debian.org>
-Build-Depends: autoconf, debhelper (>= 5), gettext, libtool
-Standards-Version: 3.8.0
-Homepage: http://oss.sgi.com/projects/xfs/
+Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
+Uploaders: Nathan Scott <nathans@debian.org>, Luk Claes <luk@debian.org>
+Build-Depends: autoconf, automake, debhelper (>= 8.1.3), gettext, libtool
+Standards-Version: 3.9.2
+Homepage: http://savannah.nongnu.org/projects/attr/
+Vcs-Git: git://git.savannah.nongnu.org/attr.git
+Vcs-Browser: http://git.savannah.gnu.org/cgit/attr.git
Package: attr
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: xfsdump (<< 2.0.0)
Architecture: any
+Multi-Arch: foreign
Description: Utilities for manipulating filesystem extended attributes
A set of tools for manipulating extended attributes on filesystem
objects, in particular getfattr(1) and setfattr(1).
@@ -20,11 +23,12 @@ Description: Utilities for manipulating filesystem extended attributes
Package: libattr1-dev
Section: libdevel
Priority: extra
-Depends: libc6-dev | libc-dev, libattr1 (= ${binary:Version})
+Depends: ${misc:Depends}, libc6-dev | libc-dev, libattr1 (= ${binary:Version})
Provides: attr-dev
Replaces: attr-dev
Conflicts: attr-dev, attr (<< 2.0.0)
Architecture: any
+Multi-Arch: same
Description: Extended attribute static libraries and headers
attr-dev contains the libraries and header files needed to develop
programs which make use of extended attributes. For Linux programs,
@@ -41,6 +45,8 @@ Section: libs
Priority: required
Conflicts: attr (<< 2.0.0)
Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
Description: Extended attribute shared library
Contains the runtime environment required by programs that make use
of extended attributes.