diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ed56c1fce..93c3b3e64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.5.7) unstable; urgency=low + + * Update control file to match overrides (apt priority important, + libapt-pkg-dev section libdevel) + + -- + apt (0.5.6) unstable; urgency=low * Adam Heath <doogie@debian.org> diff --git a/debian/control b/debian/control index b7283172f..a1e38c1b0 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1) Package: apt Architecture: any Depends: ${shlibs:Depends} -Priority: standard +Priority: important Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) Provides: ${libapt-pkg:provides} Suggests: dpkg-dev, apt-doc @@ -36,7 +36,7 @@ Package: libapt-pkg-dev Architecture: any Priority: optional Depends: apt-utils, ${libapt-pkg:provides}, ${libapt-inst:provides} -Section: devel +Section: libdevel 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 |