]> git.saurik.com Git - apt.git/blobdiff - debian/control
Lots and lots of i18n updates.
[apt.git] / debian / control
index a9bb64e3e29b70cc9bbba06c55f21140831e6ece..0361d7989359784a9591fb572e25acb91ad2ff99 100644 (file)
@@ -1,9 +1,10 @@
 Source: apt
 Section: admin
-Priority: standard
+Priority: important
 Maintainer: APT Development Team <deity@lists.debian.org>
-Standards-Version: 3.1.1
-Build-Depends: debhelper, debiandoc-sgml, libdb2-dev
+Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>
+Standards-Version: 3.5.8.0
+Build-Depends: debhelper (>= 2), debiandoc-sgml, docbook-utils (>= 0.6.12-1), libdb2-dev, gettext (>= 0.11.5)
 
 Package: apt
 Architecture: any
@@ -25,12 +26,12 @@ Description: Advanced front-end for dpkg
 Package: libapt-pkg-dev
 Architecture: any
 Priority: optional
-Depends: ${libapt-pkg:provides}
+Depends: apt-utils, ${libapt-pkg:provides}, ${libapt-inst:provides}
 Section: devel
-Description: Development files for APT's libapt-pkg
- This package contains the header files and static libraries for
+Description: Development files for APT's libapt-pkg and libapt-inst
+ This package contains the header files and libraries for
  developing with APT's libapt-pkg Debian package manipulation
- library.
+ library and the libapt-inst deb/tar/ar library.
 
 Package: libapt-pkg-doc
 Architecture: all
@@ -48,4 +49,8 @@ Provides: ${libapt-inst:provides}
 Section: admin
 Description: APT utility programs
  This package contains some infrequently used APT utility programs such
- as apt-ftparchive and apt-sortpkgs.
+ as apt-ftparchive, apt-sortpkgs and apt-extracttemplates.
+ .
+ apt-extracttemplates is used by debconf to prompt for configuration 
+ questions before installation. apt-ftparchive is used to create Package
+ and other index files. apt-sortpkgs is a Package/Source file normalizer.