]> git.saurik.com Git - apt.git/commitdiff
* merged ians changes for apt support for breaks
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 6 Sep 2006 17:38:37 +0000 (19:38 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 6 Sep 2006 17:38:37 +0000 (19:38 +0200)
1  2 
configure.in
debian/changelog

diff --cc configure.in
index a0cd8080c5ec5a5cf428b2ef6d1444907504759b,a0cd8080c5ec5a5cf428b2ef6d1444907504759b..9fd92e84f345ee2636e3e193ec022bbcfa2cb15c
@@@ -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.45ubuntu5")
++AC_DEFINE_UNQUOTED(VERSION,"0.6.45ubuntu6")
  PACKAGE="apt"
  AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
  AC_SUBST(PACKAGE)
index e3e6cc70ae8511f5b20a7f14ed26ca429350c9a0,6dc69ba12ff6c1d64e45ea1d686a0e7f12c8b91b..d8f90ba403f25e9b0a397d8b7d896da5e89fd017
@@@ -1,13 -1,20 +1,23 @@@
  apt (0.6.45ubuntu6) edgy; urgency=low
  
-  --
++  [Michael Vogt]
 +  * cmdline/apt-get.cc:
 +    - always show auto-removable packages and give a hint how to remove 
 +      them
 +  * debian/apt.conf.autoremove:
 +    - exlucde linux-image and linux-restricted-modules from ever being 
 +      auto-removed
 -
 - -- Ian Jackson <iwj@ubuntu.com>  Tue,  5 Sep 2006 19:50:02 +0100
 -
 -apt (0.6.45ubuntu6~iwj) unstable; urgency=low
 -
++  [Ian Jackson]
+   * Tests pass without code changes!  Except that we need this:
+   * Bump cache file major version to force rebuild so that Breaks
+     dependencies are included.
+   * Don't depend on or suggest any particular dpkg or dpkg-dev versions;
+     --auto-deconfigure is very very old and dpkg-dev's Breaks support
+     is more or less orthogonal.
 - -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 25 Aug 2006 15:39:07 +0100
+   * Initial draft of `Breaks' implementation.  Appears to compile,
+     but as yet *completely untested*.
++ -- 
  
  apt (0.6.45ubuntu5) edgy; urgency=low