diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 16 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/libapt-pkg4.15.install.in (renamed from debian/libapt-pkg4.14.install.in) | 0 | ||||
-rw-r--r-- | debian/libapt-pkg4.15.symbols (renamed from debian/libapt-pkg4.14.symbols) | 0 |
4 files changed, 17 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2b3d739b4..a196ed5e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -213,6 +213,22 @@ apt (1.1~exp1) experimental; urgency=low -- Michael Vogt <mvo@debian.org> Thu, 19 Jun 2014 12:01:48 +0200 +apt (1.0.9.3) unstable; urgency=medium + + [ josch ] + * implement the updated build profile spec + + [ Michael Vogt ] + * methods/rsh.cc: replace strcat with std::string (Closes: #76442) + + [ Guillem Jover ] + * Update Status field values handling + + [ David Kalnischkies ] + * don't cleanup cdrom files in apt-get update (Closes: 765458) + + -- Michael Vogt <mvo@debian.org> Wed, 15 Oct 2014 19:49:38 +0200 + apt (1.0.9.2) unstable; urgency=medium [ Michael Vogt ] diff --git a/debian/control b/debian/control index 0ff611dcd..8c3eea3f1 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Description: commandline package manager * apt-config as an interface to the configuration settings * apt-key as an interface to manage authentication keys -Package: libapt-pkg4.14 +Package: libapt-pkg4.15 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} diff --git a/debian/libapt-pkg4.14.install.in b/debian/libapt-pkg4.15.install.in index 56bed39d3..56bed39d3 100644 --- a/debian/libapt-pkg4.14.install.in +++ b/debian/libapt-pkg4.15.install.in diff --git a/debian/libapt-pkg4.14.symbols b/debian/libapt-pkg4.15.symbols index e2efc57f6..e2efc57f6 100644 --- a/debian/libapt-pkg4.14.symbols +++ b/debian/libapt-pkg4.15.symbols |