diff options
author | Michael Vogt <egon@debian-devbox> | 2012-06-29 14:06:40 +0200 |
---|---|---|
committer | Michael Vogt <egon@debian-devbox> | 2012-06-29 14:06:40 +0200 |
commit | 2371605469ad62c6003863d5bea2f3230701ceec (patch) | |
tree | 741edc8e790726bee60591c70ac73af050de63c9 /debian | |
parent | decfc011bdc788ff2ee739c4ad961761bb8e9551 (diff) | |
parent | ba4c8a96f4ecd883bc9195f8a6e625304693829b (diff) |
merged from donkult
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 982985bf6..1e63657bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,10 +5,15 @@ apt (0.9.7.1) UNRELEASED; urgency=low * Hungarian (Gabor Kelemen) * Italian (Milo Casagrande) * Slovenian (Andrej Znidarsic) + * German (Holger Wansing) (Closes: #679314) + * Slovak (Ivan Masár) (Closes: #679448) [ David Kalnischkies ] * cmdline/apt-internal-solver.cc, cmdline/apt-mark.cc: - typo fixes and unfuzzy translations + * debian/control: + - libapt-{pkg,inst} packages should be in section 'libs' instead + of 'admin' as by ftp-master override request in #677596 -- David Kalnischkies <kalnischkies@gmail.com> Mon, 25 Jun 2012 18:07:13 +0200 diff --git a/debian/control b/debian/control index bb1bb9aae..0020056a8 100644 --- a/debian/control +++ b/debian/control @@ -41,6 +41,7 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} +Section: libs Description: package managment runtime library This library provides the common functionality for searching and managing packages as well as information about packages. @@ -62,6 +63,7 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} +Section: libs Description: deb package format runtime library This library provides methods to query and extract information from deb packages. This includes the control data and the package |