summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt-pkg/deb/dpkgpm.cc2
-rw-r--r--debian/changelog3
-rw-r--r--debian/control3
3 files changed, 4 insertions, 4 deletions
diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc
index 7d8c9b4e0..b4d812d26 100644
--- a/apt-pkg/deb/dpkgpm.cc
+++ b/apt-pkg/deb/dpkgpm.cc
@@ -1511,7 +1511,7 @@ bool pkgDPkgPM::Go(int OutStatusFd)
signal(SIGHUP,old_SIGHUP);
// reset scroll area
- SetupTerminalScrollArea(d->nr_terminal_rows);
+ SetupTerminalScrollArea(d->nr_terminal_rows + 1);
if(d->fancy_progress_output)
{
// override the progress line (sledgehammer)
diff --git a/debian/changelog b/debian/changelog
index ec98a8080..287db9b28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,8 +38,9 @@ apt (0.9.12) UNRELEASED; urgency=low
* debian/apt.postinst: use --compare-versions lt instead of lt-nl,
to ensure the apt-auto-removal file is correctly create,
thanks to Ben Hutchings
+ * update Uploaders to match recent uploaders better
- -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 08 Oct 2013 20:38:55 +0200
+ -- Michael Vogt <mvo@debian.org> Tue, 08 Oct 2013 20:38:55 +0200
apt (0.9.11.4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 3c5d14fe8..673fba477 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: apt
Section: admin
Priority: important
Maintainer: APT Development Team <deity@lists.debian.org>
-Uploaders: Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org>,
- Christian Perrier <bubulle@debian.org>, Daniel Burrows <dburrows@debian.org>,
+Uploaders: Michael Vogt <mvo@debian.org>, Christian Perrier <bubulle@debian.org>,
Julian Andres Klode <jak@debian.org>
Standards-Version: 3.9.4
Build-Depends: dpkg-dev (>= 1.15.8), debhelper (>= 8.1.3~), libdb-dev,