Просмотр исходного кода

* 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)

Michael Vogt лет назад: 17
Родитель
Сommit
cf85342f56
6 измененных файлов с 26 добавлено и 10 удалено
  1. 1 1
      configure.in
  2. 17 2
      debian/changelog
  3. 1 1
      debian/rules
  4. 5 3
      doc/apt-get.8.xml
  5. 1 2
      doc/examples/configure-index
  6. 1 1
      doc/sources.list.5.xml

+ 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.7.17")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.18")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)

+ 17 - 2
debian/changelog

@@ -1,9 +1,24 @@
-apt (0.7.18) UNRELEASED; urgency=low
+apt (0.7.18) unstable; urgency=low
 
+  [ Christian Perrier ]
   * Translations:
     - French updated
 
- -- Christian Perrier <bubulle@debian.org>  Thu, 06 Nov 2008 19:41:51 +0100
+  [ 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
 

+ 1 - 1
debian/rules

@@ -186,7 +186,7 @@ apt-doc: build-doc
 # Build architecture-dependent files here.
 
 binary-arch: apt libapt-pkg-dev apt-utils apt-transport-https
-apt: build debian/shlibs.local
+apt: build build-doc debian/shlibs.local
 	dh_testdir -p$@
 	dh_testroot -p$@
 	dh_clean -p$@ -k

+ 5 - 3
doc/apt-get.8.xml

@@ -213,14 +213,15 @@
 
      <varlistentry><term>remove</term>
      <listitem><para><literal>remove</literal> is identical to <literal>install</literal> except that packages are 
-     removed instead of installed. If a plus sign is appended to the package 
+	 removed instead of installed. Note the removing a package leaves its
+	 configuration files in system. If a plus sign is appended to the package 
      name (with no intervening space), the identified package will be 
      installed instead of removed.</para></listitem>
      </varlistentry>
 
      <varlistentry><term>purge</term>
      <listitem><para><literal>purge</literal> is identical to <literal>remove</literal> except that packages are 
-     removed and purged.</para></listitem>
+     removed and purged (any configuration files are deleted too).</para></listitem>
      </varlistentry>
 
      <varlistentry><term>source</term>
@@ -419,7 +420,8 @@
      <varlistentry><term><option>--purge</option></term>
      <listitem><para>Use purge instead of remove for anything that would be removed.
      An asterisk ("*") will be displayed next to packages which are
-     scheduled to be purged.
+	 scheduled to be purged. <option>remove --purge</option> is equivalent for
+	 <option>purge</option> command.
      Configuration Item: <literal>APT::Get::Purge</literal>.</para></listitem>
      </varlistentry>
 

+ 1 - 2
doc/examples/configure-index

@@ -1,4 +1,3 @@
-// $Id: configure-index,v 1.10 2004/07/17 19:37:16 mdz Exp $
 /* This file is an index of all APT configuration directives. It should
    NOT actually be used as a real config file, though it is (except for the
    last line) a completely valid file. Most of the options have sane default
@@ -25,7 +24,7 @@ APT
   Architecture "i386";
   Build-Essential "build-essential";
 
-  NeverAutoRemove  { "linux-kernel.*";  };  // packages that should never
+  NeverAutoRemove  { "linux-image.*";  };  // packages that should never
                                             // considered for autoRemove
 
   // Options for apt-get

+ 1 - 1
doc/sources.list.5.xml

@@ -48,7 +48,7 @@
  
  <refsect1><title>sources.list.d</title>
    <para>The <filename>/etc/apt/sources.list.d</filename> directory provides
-   a way to add sources.list entries in seperate files that end with 
+   a way to add sources.list entries in separate files whose names end with 
    <literal>.list</literal>. The format is the same as for the regular
    <filename>sources.list</filename> file. </para>
  </refsect1>