Michael Vogt лет назад: 20
Родитель
Сommit
a1336beb35
2 измененных файлов с 3 добавлено и 1 удалено
  1. 1 1
      configure.in
  2. 2 0
      debian/changelog

+ 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)
 
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.6.45ubuntu7")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.45ubuntu8")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)

+ 2 - 0
debian/changelog

@@ -5,6 +5,8 @@ apt (0.6.45ubuntu8) edgy; urgency=low
       information (lp: #59457)
   * cmdline/apt-get.cc:
     - fix typo in autoremove information (lp: #59420)
+  * install apt-mark to modify the automatically install information for
+    packages
 
  -- Michael Vogt <michael.vogt@ubuntu.com>  Fri,  8 Sep 2006 20:07:22 +0200