update package names too for the new abi
authorMichael Vogt <egon@debian-devbox>
Wed, 14 Sep 2011 11:56:33 +0000 (13:56 +0200)
committerMichael Vogt <egon@debian-devbox>
Wed, 14 Sep 2011 11:56:33 +0000 (13:56 +0200)
configure.in
debian/changelog
debian/control
debian/libapt-inst1.4.install [moved from debian/libapt-inst1.3.install with 100% similarity]
debian/libapt-inst1.4.symbols [moved from debian/libapt-inst1.3.symbols with 100% similarity]
debian/libapt-pkg4.12.install [moved from debian/libapt-pkg4.11.install with 100% similarity]
debian/libapt-pkg4.12.symbols [moved from debian/libapt-pkg4.11.symbols with 100% similarity]

index e37160c..c2602cf 100644 (file)
@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.8.16~exp5")
+AC_DEFINE_UNQUOTED(VERSION,"0.8.16~exp6")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
index 1c17a42..62bbdcd 100644 (file)
@@ -4,11 +4,12 @@ apt (0.8.16~exp6) experimental; urgency=low
   * [abi-break] Support large files in the complete toolset. Indexes of this
     size are pretty unlikely for now, but we need it for deb
     packages which could become bigger than 4GB now (LP: #815895)
+  * merged the debian-sid branch
   
   [ Michael Vogt ]
   * bump ABI version
 
- -- David Kalnischkies <kalnischkies@gmail.com>  Tue, 13 Sep 2011 17:51:49 +0200
+ -- Michael Vogt <mvo@debian.org>  Wed, 14 Sep 2011 13:26:23 +0200
 
 apt (0.8.16~exp5) experimental; urgency=low
 
index d014dfd..7efb6ca 100644 (file)
@@ -35,7 +35,7 @@ Description: APT's commandline package manager
   * apt-config as an interface to the configuration settings
   * apt-key as an interface to manage authentication keys
 
-Package: libapt-pkg4.11
+Package: libapt-pkg4.12
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: APT's package managment runtime library
@@ -54,7 +54,7 @@ Description: APT's package managment runtime library
     http, rsh as well as an interface to add more transports like
     https (apt-transport-https) and debtorrent (apt-transport-debtorrent).
 
-Package: libapt-inst1.3
+Package: libapt-inst1.4
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: APT's deb package format runtime library