Преглед изворни кода

* debian/control:
- add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and
libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)

Michael Vogt пре 15 година
родитељ
комит
a0088ddd5a
2 измењених фајлова са 10 додато и 0 уклоњено
  1. 8 0
      debian/changelog
  2. 2 0
      debian/control

+ 8 - 0
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:

+ 2 - 0
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.