diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-05-03 13:58:57 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-05-03 13:58:57 +0200 |
commit | 2182a9716b635daef76ee0659817ece70a81d809 (patch) | |
tree | e08f54c743d96aa1b8a94f4fac9d22c12fd8fc19 | |
parent | f927c264bc3146353a0d1ab0922fab7faa563095 (diff) |
* debian/control:
- add temporary build-dependency on gcc-4.6 (>= 4.6.0-6ubuntu2)
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 218b61e7f..36903f1ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,11 @@ -apt (0.8.14.1ubuntu2) UNRELEASED; urgency=low +apt (0.8.14.1ubuntu2) UNRELEASEDoneiric; urgency=low * debian/rules: - build in verbose mode by default (thanks to Matthias Klose) + * debian/control: + - add temporary build-dependency on gcc-4.6 (>= 4.6.0-6ubuntu2) - -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 May 2011 11:41:25 +0200 + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 03 May 2011 13:58:10 +0200 apt (0.8.14.1ubuntu1) oneiric; urgency=low diff --git a/debian/control b/debian/control index e966c1e34..460c550f0 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org>, Christian Perrier <bubulle@debian.org>, Daniel Burrows <dburrows@debian.org>, Julian Andres Klode <jak@debian.org> Standards-Version: 3.9.2 -Build-Depends: dpkg-dev (>= 1.15.8), debhelper (>= 7.2.3~), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.19.0), zlib1g-dev | libz-dev, debiandoc-sgml, xsltproc, docbook-xsl, docbook-xml, po4a (>= 0.34-2), autotools-dev, autoconf, automake, doxygen +Build-Depends: dpkg-dev (>= 1.15.8), debhelper (>= 7.2.3~), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.19.0), zlib1g-dev | libz-dev, debiandoc-sgml, xsltproc, docbook-xsl, docbook-xml, po4a (>= 0.34-2), autotools-dev, autoconf, automake, doxygen, gcc-4.6 (>= 4.6.0-6ubuntu2) Build-Conflicts: autoconf2.13, automake1.4 Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ Vcs-Browser: http://bzr.debian.org/loggerhead/apt/debian-sid/ |