]> git.saurik.com Git - apt.git/commitdiff
Fixed more things
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:43 +0000 (16:53 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:43 +0000 (16:53 +0000)
Author: jgg
Date: 1999-05-14 02:51:36 GMT
Fixed more things

cmdline/apt-cache.cc
debian/changelog
debian/rules

index d5d40ef0555d218036b062a168810e134f6cffe2..de5fc615beaf30675935fd434b062d0e602c7561 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-cache.cc,v 1.35 1999/05/11 05:45:10 jgg Exp $
+// $Id: apt-cache.cc,v 1.36 1999/05/14 02:51:36 jgg Exp $
 /* ######################################################################
    
    apt-cache - Manages the cache files
 /* ######################################################################
    
    apt-cache - Manages the cache files
@@ -8,7 +8,7 @@
    apt-cache provides some functions fo manipulating the cache files.
    It uses the command line interface common to all the APT tools. The
    only really usefull function right now is dumpavail which is used
    apt-cache provides some functions fo manipulating the cache files.
    It uses the command line interface common to all the APT tools. The
    only really usefull function right now is dumpavail which is used
-   by the dselect method. Everything else is ment as a debug aide.
+   by the dselect method. Everything else is meant as a debug aide.
    
    Returns 100 on failure, 0 on success.
    
    
    Returns 100 on failure, 0 on success.
    
@@ -569,7 +569,7 @@ bool ShowHelp(CommandLine &Cmd)
    cout << endl;
    cout << "apt-cache is a low-level tool used to manipulate APT's binary" << endl;
    cout << "cache files stored in " << _config->FindFile("Dir::Cache") << endl;
    cout << endl;
    cout << "apt-cache is a low-level tool used to manipulate APT's binary" << endl;
    cout << "cache files stored in " << _config->FindFile("Dir::Cache") << endl;
-   cout << "It is not ment for ordinary use only as a debug aide." << endl;
+   cout << "It is not meant for ordinary use only as a debug aide." << endl;
    cout << endl;
    cout << "Commands:" << endl;
    cout << "   add - Add an package file to the source cache" << endl;
    cout << endl;
    cout << "Commands:" << endl;
    cout << "   add - Add an package file to the source cache" << endl;
index 11fe0de550bb8b77525edc074b255eb3421802b6..fe0824efcf842d5d6170bfbe90ba14ff247c3561 100644 (file)
@@ -2,6 +2,7 @@ apt (0.3.6.1) unstable; urgency=low
 
   * Fixed missing text in the apt-get(8) page. Closes: #37596
   * Made --simulate and friends work with apt-get source. Closes: #37597
 
   * Fixed missing text in the apt-get(8) page. Closes: #37596
   * Made --simulate and friends work with apt-get source. Closes: #37597
+  * Fixed inclusion of man pages in the -doc/-dev package. Closes: #37633
   
  -- Jason Gunthorpe <jgg@debian.org>  Wed, 12 May 1999 09:18:49 -0700
  
   
  -- Jason Gunthorpe <jgg@debian.org>  Wed, 12 May 1999 09:18:49 -0700
  
index e81a00302e7349a9c50740145be158630f0adfbe..30bb3a8f41173289cddc6db8d96c387eb84c9b1d 100755 (executable)
@@ -2,7 +2,7 @@
 # Made with the aid of dh_make, by Craig Small
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Some lines taken from debmake, by Christoph Lameter.
 # Made with the aid of dh_make, by Craig Small
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Some lines taken from debmake, by Christoph Lameter.
-# $Id: rules,v 1.16 1999/04/18 06:51:35 jgg Exp $
+# $Id: rules,v 1.17 1999/05/14 02:51:37 jgg Exp $
 
 
 # For the deb builder, you can run 'debian/rules cvs-build', which does all
 
 
 # For the deb builder, you can run 'debian/rules cvs-build', which does all
@@ -87,7 +87,7 @@ libapt-pkg-doc: build debian/shlibs.local
 #      dh_installmenu -p$@
 #      dh_installinit -p$@
 #      dh_installcron -p$@
 #      dh_installmenu -p$@
 #      dh_installinit -p$@
 #      dh_installcron -p$@
-       dh_installmanpages -p$@
+#      dh_installmanpages -p$@
 
 #      dh_undocumented -p$@
        dh_installchangelogs -p$@
 
 #      dh_undocumented -p$@
        dh_installchangelogs -p$@
@@ -172,7 +172,7 @@ libapt-pkg-dev: build debian/shlibs.local
 #      dh_installmenu -papt
 #      dh_installinit -papt
 #      dh_installcron -papt
 #      dh_installmenu -papt
 #      dh_installinit -papt
 #      dh_installcron -papt
-       dh_installmanpages -p$@
+#      dh_installmanpages -p$@
 
        dh_installchangelogs -p$@
        dh_strip -p$@
 
        dh_installchangelogs -p$@
        dh_strip -p$@