diff options
-rw-r--r-- | debian/apt.install.in | 3 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/apt.install.in b/debian/apt.install.in index ac12060ce..9c9489572 100644 --- a/debian/apt.install.in +++ b/debian/apt.install.in @@ -1,5 +1,6 @@ +bin/apt usr/bin/ bin/apt-* usr/bin/ bin/methods/* usr/lib/apt/methods/ scripts/dselect/* usr/lib/dpkg/methods/apt/ usr/share/locale/*/*/apt.mo -bin/libapt-private.so.* usr/lib/@DEB_HOST_MULTIARCH@/
\ No newline at end of file +bin/libapt-private.so.* usr/lib/@DEB_HOST_MULTIARCH@/ diff --git a/debian/changelog b/debian/changelog index 230d5055d..2cb9c2783 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apt (0.9.14.1ubuntu2) trusty; urgency=medium + + * Install the apt binary. + + -- Matthias Klose <doko@ubuntu.com> Thu, 16 Jan 2014 12:53:32 +0100 + apt (0.9.14.1ubuntu1) trusty; urgency=low * Merge from debian/sid |