summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-06-17 21:49:52 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-06-17 21:49:52 +0200
commita0088ddd5a6924445eb5716c955aa332ab9362a9 (patch)
treedd7ea8e3d4aea4ac1fad471bb7e575e713ae590d
parent92ea25520e6beed1ed6f74620023f42efd4cdc28 (diff)
* debian/control:
- add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1696c9e49..a0098e517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+apt (0.8.15~exp3) experimental; urgency=low
+
+ * debian/control:
+ - add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and
+ libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 17 Jun 2011 17:39:25 +0200
+
apt (0.8.15~exp2) experimental; urgency=low
* debian/control:
diff --git a/debian/control b/debian/control
index ea7946133..82d54d9b1 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,7 @@ Package: libapt-pkg4.10
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: apt (<< 0.8.15)
+Breaks: apt (<< 0.8.15~exp3)
Description: Library for apt
This package contains the library used by apt.
@@ -37,6 +38,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)
Description: Install library for apt
This package contains the inst library used by apt.