Quellcode durchsuchen

Remove wrong or redundant information from comment headers

Guillem Jover vor 18 Jahren
Ursprung
Commit
961337385e
3 geänderte Dateien mit 5 neuen und 17 gelöschten Zeilen
  1. 5 0
      ChangeLog
  2. 0 3
      src/query.c
  3. 0 14
      src/remove.c

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-08-18  Guillem Jover  <guillem@debian.org>
+
+	* src/query.c: Remove left-over description from header comment.
+	* src/remove.c: Remove partial change log from header comment.
+
 2008-08-18  Guillem Jover  <guillem@debian.org>
 
 	* lib/dpkg.h (CMETHOPTFILE, METHLOCKFILE, METHODSDIR)

+ 0 - 3
src/query.c

@@ -2,9 +2,6 @@
  * dpkg-query - program for query the dpkg database
  * query.c - status enquiry and listing options
  *
- * dpkg - main program for package management
- * enquiry.c - status enquiry and listing options
- *
  * Copyright © 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk>
  * Copyright © 2000,2001 Wichert Akkerman <wakkerma@debian.org>
  *

+ 0 - 14
src/remove.c

@@ -1,17 +1,3 @@
-/* Change: separate removal_bulk handling of halfinstalled or unpacked pkgs
- *         (ie, remove the real files in the .deb) into its own function.
- *         Note that "installed" state is converted to unpacked by 
- *         deferred_remove() or halfinstalled by process_archive())
- *
- * Change: separate purging of configfiles and running of postrm to its
- *         own function.
- *
- * Change: retry removing directories after postrm purge is finished, to
- *         handle directories that had conffiles or config files and so
- *         forth in them. also only warn about non-empty directories at
- *         that point.
- */
-
 /*
  * dpkg - main program for package management
  * remove.c - functionality for removing packages