* doc/examples/configure-index:
authorMichael Vogt <mvo@debian.org>
Fri, 7 Nov 2008 20:04:50 +0000 (21:04 +0100)
committerMichael Vogt <mvo@debian.org>
Fri, 7 Nov 2008 20:04:50 +0000 (21:04 +0100)
  - Removed obsoleted header line. (Closes: #417638)
  - Changed 'linux-kernel' to 'linux-image'.
* doc/sources.list.5.xml:
  - Fixed typo and grammar in 'sources.list.d' section. Thanks to
    Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
* doc/apt-get.8.xml:
  - Advanced descriptions for 'remove' and 'purge' options.
    (Closes: #274283)
* debian/rules:
  - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
    Fixes FTBFS. (Closes: #504181)

1  2 
configure.in
debian/changelog

diff --cc configure.in
@@@ -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.7.17")
++AC_DEFINE_UNQUOTED(VERSION,"0.7.18")
  PACKAGE="apt"
  AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
  AC_SUBST(PACKAGE)
@@@ -1,9 -1,19 +1,24 @@@
- apt (0.7.18) UNRELEASED; urgency=low
+ apt (0.7.18) unstable; urgency=low
  
-  -- Christian Perrier <bubulle@debian.org>  Thu, 06 Nov 2008 19:41:51 +0100
++  [ Christian Perrier ]
 +  * Translations:
 +    - French updated
 +
++  [ Eugene V. Lyubimkin ]
+   * doc/examples/configure-index:
+     - Removed obsoleted header line. (Closes: #417638)
+     - Changed 'linux-kernel' to 'linux-image'.
+   * doc/sources.list.5.xml:
+     - Fixed typo and grammar in 'sources.list.d' section. Thanks to
+       Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
+   * doc/apt-get.8.xml:
+     - Advanced descriptions for 'remove' and 'purge' options.
+       (Closes: #274283)
+   * debian/rules:
+     - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
+       Fixes FTBFS. (Closes: #504181)
+  -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Thu, 06 Nov 2008 22:18:15 +0200
  
  apt (0.7.17) unstable; urgency=low