diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-28 10:31:00 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-28 10:31:00 +0100 |
commit | b167bd3959c80d8cc9edfaca647949f99ed122a5 (patch) | |
tree | 1f115ae123a1f80f40d807221a59900635d7f2bc /debian | |
parent | b463a73a03a50d886edef176fbdb5827e675d64b (diff) |
debian/control: update breaks for the final upload
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 59c92640a..bd5c110fb 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,10 @@ 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 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/ @@ -36,7 +39,7 @@ Package: libapt-pkg4.10 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: apt (<< 0.8.15) -Breaks: apt (<< 0.8.15~exp3) +Breaks: apt (<< 0.8.15) Description: APT's package managment runtime library This library provides the common functionality for searching and managing packages as well as information about packages. @@ -57,7 +60,7 @@ Package: libapt-inst1.2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: apt-utils (<< 0.8.15), apt (<< 0.8.15) -Breaks: apt (<< 0.8.15~exp3), apt-utils (<< 0.8.15~exp3) +Breaks: apt (<< 0.8.15), apt-utils (<< 0.8.15) Description: APT's deb package format runtime library This library provides methods to query and extract information from deb packages. This includes the control data and the package |