* merged the debian--auto-mark patch
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 3 Jul 2006 20:02:41 +0000 (22:02 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 3 Jul 2006 20:02:41 +0000 (22:02 +0200)
* updated the library soname

1  2 
apt-pkg/init.h
apt-pkg/makefile
apt-pkg/pkgcachegen.cc
cmdline/apt-get.cc
configure.in
debian/changelog
methods/makefile
share/debian-archive.gpg

diff --cc apt-pkg/init.h
index 8255b406a6bd65d694ef7cdd68d2adda2ad6b54b,6a832bddfdb7f7ba1227f907821e6184e77d1434..0c6260c2fbad7bec25cfe10600bf4aa8464959c5
@@@ -18,7 -18,7 +18,7 @@@
  
  // See the makefile
  #define APT_PKG_MAJOR 3
- #define APT_PKG_MINOR 11
 -#define APT_PKG_MINOR 13
++#define APT_PKG_MINOR 50
  #define APT_PKG_RELEASE 0
      
  extern const char *pkgVersion;
index 0e6aecc65c26e6a231f824d0921c729a9b4a5d4e,7093d23ceaee873d0d3b879735acac33b480eddc..2f4d8b525bc86ef608dc9d7b9721bf2033886d70
@@@ -13,7 -13,7 +13,7 @@@ include ../buildlib/defaults.ma
  # methods/makefile - FIXME
  LIBRARY=apt-pkg
  LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
- MAJOR=3.11
 -MAJOR=3.13
++MAJOR=3.50
  MINOR=0
  SLIBS=$(PTHREADLIB) $(INTLLIBS)
  APT_DOMAIN:=libapt-pkg$(MAJOR)
Simple merge
Simple merge
diff --cc configure.in
index 644eab90a746f72874ad63e25a10fb4815e6d3e4,6d42f340e231f0410cd58824c176eedd7e0b7d97..e55c8cebef9c27effa0eeb4f42cb2f92eda8c04e
@@@ -18,7 -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.6.44.1-2ubuntu1
 -AC_DEFINE_UNQUOTED(VERSION,"0.6.44.1-0.1")
++AC_DEFINE_UNQUOTED(VERSION,"0.6.44.2ubuntu1")
  PACKAGE="apt"
  AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
  AC_SUBST(PACKAGE)
index 83bf9c1d5588ad93619a655e5ab73a4ca59f512d,8b11ff0da37fb181ba677161bc246d23f39e6131..aa5087f32714bad81c33a4711676056c7faefe33
@@@ -1,26 -1,17 +1,33 @@@
 -apt (0.6.44.2) unstable; urgency=low
 +apt (0.6.44.2ubuntu1) edgy; urgency=low
  
 -  * apt-pkg/depcache.cc:
 -    - added Debug::pkgDepCache::AutoInstall (thanks to infinity)
 -  * merged from 
 -    http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
 -      * sk.po: Completed to 512t
 -      * eu.po: Completed to 512t
 -      * fr.po: Completed to 512t
 -      * sv.po: Completed to 512t
 -      * Update all PO and the POT. Gives 506t6f for formerly
 -        complete translations
 +  * merged with debian/unstable
++  * merged the "auto-mark" branch to support aptitude like
++    marking of automatically installed dependencies and added
++    "apt-get remove --auto-remove" to remove unused auto-installed
++    packages again
++  * changed library version from 3.11 to 3.50 to make it clearly 
++    different from the debian version (we are ABI incompatible because
++    of the auto-mark patch)
  
 - --
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Mon,  3 Jul 2006 18:30:46 +0200
 +
 +apt  (0.6.44.2) unstable; urgency=low 
 +  
 +   * apt-pkg/depcache.cc:
 +     - added Debug::pkgDepCache::AutoInstall (thanks to infinity)
 +   * apt-pkg/acquire-item.cc:
 +     - fix missing chmod() in the new aquire code
 +       (thanks to Bastian Blank, Closes: #367425)
 +   * merged from
 +     http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main:
 +     * sk.po: Completed to 512t
 +     * eu.po: Completed to 512t
 +     * fr.po: Completed to 512t
 +     * sv.po: Completed to 512t
 +     * Update all PO and the POT. Gives 506t6f for formerly
 +       complete translations
 +
 + -- Michael Vogt <mvo@debian.org>  Wed, 14 Jun 2006 12:00:57 +0200 
  
  apt (0.6.44.1-0.1) unstable; urgency=low
  
index 1e3b1ef850b128f8fd97ec77c7442cced44a0e34,7af5d38d18605ca0bf281cd1937eec561a660360..03a424411deb0877df7d50bd22b14bfdb7092c94
@@@ -7,7 -7,7 +7,7 @@@ include ../buildlib/defaults.ma
  BIN := $(BIN)/methods
  
  # FIXME..
- LIB_APT_PKG_MAJOR = 3.11
 -LIB_APT_PKG_MAJOR = 3.13
++LIB_APT_PKG_MAJOR = 3.50
  APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR)
  
  # The file method
index ce412117ddd0c333f393327189a18af47fc0016a,0000000000000000000000000000000000000000..bb5ed5033368a3699a03fe69d5e4ed70b9fc94c6
mode 100644,000000..100644
Binary files differ