Parcourir la source

update package names too for the new abi

Michael Vogt il y a 15 ans
Parent
commit
ddf267c6ea

+ 1 - 1
configure.in

@@ -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)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 
 dnl -- SET THIS TO THE RELEASE VERSION --
 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"
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
 AC_SUBST(PACKAGE)

+ 2 - 1
debian/changelog

@@ -4,11 +4,12 @@ apt (0.8.16~exp6) experimental; urgency=low
   * [abi-break] Support large files in the complete toolset. Indexes of this
   * [abi-break] Support large files in the complete toolset. Indexes of this
     size are pretty unlikely for now, but we need it for deb
     size are pretty unlikely for now, but we need it for deb
     packages which could become bigger than 4GB now (LP: #815895)
     packages which could become bigger than 4GB now (LP: #815895)
+  * merged the debian-sid branch
   
   
   [ Michael Vogt ]
   [ Michael Vogt ]
   * bump ABI version
   * 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
 apt (0.8.16~exp5) experimental; urgency=low
 
 

+ 2 - 2
debian/control

@@ -35,7 +35,7 @@ Description: APT's commandline package manager
   * apt-config as an interface to the configuration settings
   * apt-config as an interface to the configuration settings
   * apt-key as an interface to manage authentication keys
   * apt-key as an interface to manage authentication keys
 
 
-Package: libapt-pkg4.11
+Package: libapt-pkg4.12
 Architecture: any
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: APT's package managment runtime library
 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
     http, rsh as well as an interface to add more transports like
     https (apt-transport-https) and debtorrent (apt-transport-debtorrent).
     https (apt-transport-https) and debtorrent (apt-transport-debtorrent).
 
 
-Package: libapt-inst1.3
+Package: libapt-inst1.4
 Architecture: any
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: APT's deb package format runtime library
 Description: APT's deb package format runtime library

debian/libapt-inst1.3.install → debian/libapt-inst1.4.install


debian/libapt-inst1.3.symbols → debian/libapt-inst1.4.symbols


debian/libapt-pkg4.11.install → debian/libapt-pkg4.12.install


debian/libapt-pkg4.11.symbols → debian/libapt-pkg4.12.symbols