Procházet zdrojové kódy

add changelog and make it a real abi break

Michael Vogt před 13 roky
rodič
revize
36e42433c3

+ 1 - 1
apt-pkg/init.h

@@ -27,7 +27,7 @@ class Configuration;
 // Non-ABI-Breaks should only increase RELEASE number.
 // Non-ABI-Breaks should only increase RELEASE number.
 // See also buildlib/libversion.mak
 // See also buildlib/libversion.mak
 #define APT_PKG_MAJOR 4
 #define APT_PKG_MAJOR 4
-#define APT_PKG_MINOR 12
+#define APT_PKG_MINOR 13
 #define APT_PKG_RELEASE 0
 #define APT_PKG_RELEASE 0
     
     
 extern const char *pkgVersion;
 extern const char *pkgVersion;

+ 1 - 1
debian/changelog

@@ -26,7 +26,7 @@ apt (0.9.7.8) UNRELEASED; urgency=low
       (potentially) used for non deb,dsc content that may contain
       (potentially) used for non deb,dsc content that may contain
       spaces, thanks to Daniel Hartwig and Thomas Bushnell 
       spaces, thanks to Daniel Hartwig and Thomas Bushnell 
       (LP: #1086997)
       (LP: #1086997)
-  * lp:~mvo/apt/source-hashes:
+  * [ABI-Break] lp:~mvo/apt/source-hashes:
     - use sha{512,256,1} for deb-src when available LP: #1098738
     - use sha{512,256,1} for deb-src when available LP: #1098738
 
 
  -- Christian Perrier <bubulle@debian.org>  Mon, 24 Dec 2012 07:01:20 +0100
  -- Christian Perrier <bubulle@debian.org>  Mon, 24 Dec 2012 07:01:20 +0100

+ 1 - 1
debian/control

@@ -36,7 +36,7 @@ Description: 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.12
+Package: libapt-pkg4.13
 Architecture: any
 Architecture: any
 Multi-Arch: same
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Pre-Depends: ${misc:Pre-Depends}

debian/libapt-pkg4.12.install.in → debian/libapt-pkg4.13.install.in


+ 1 - 1
debian/libapt-pkg4.12.symbols

@@ -1,4 +1,4 @@
-libapt-pkg.so.4.12 libapt-pkg4.12 #MINVER#
+libapt-pkg.so.4.13 libapt-pkg4.13 #MINVER#
 * Build-Depends-Package: libapt-pkg-dev
 * Build-Depends-Package: libapt-pkg-dev
  TFRewritePackageOrder@Base 0.8.0
  TFRewritePackageOrder@Base 0.8.0
  TFRewriteSourceOrder@Base 0.8.0
  TFRewriteSourceOrder@Base 0.8.0