]> git.saurik.com Git - apt.git/commitdiff
adjust version numbers for the planed upload
authorMichael Vogt <mvo@ubuntu.com>
Tue, 30 Sep 2014 13:21:44 +0000 (15:21 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Tue, 30 Sep 2014 13:21:44 +0000 (15:21 +0200)
debian/apt.postinst
debian/control

index 01f78a1dd14b715f5031f635f351d4de51148187..deb422aa5d3920bfaf25e21b1f42e8abfd0e6f90 100755 (executable)
@@ -15,7 +15,7 @@ set -e
 
 case "$1" in
     configure)
-       if dpkg --compare-versions "$2" lt 1.0.7; then
+       if dpkg --compare-versions "$2" lt 1.1~exp4; then
            # apt-key before 0.9.10 could leave empty keyrings around
            find /etc/apt/trusted.gpg.d/ -name '*.gpg' | while read keyring; do
                if ! test -s "$keyring"; then
index d95e56f92386f4fc1f5b3503efc8c3bb7ca92e3a..104c6e5e2a979401a76a8f4312fc6ba1754b9ff1 100644 (file)
@@ -43,7 +43,7 @@ Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: apt (<< 1.0.2~), libapt-inst1.5 (<< 0.9.9~)
+Breaks: apt (<< 1.1~exp4), libapt-inst1.5 (<< 0.9.9~)
 Section: libs
 Description: package management runtime library
  This library provides the common functionality for searching and