The following commit has been merged in the master branch:
commit 961337385ef5a89fd693ce2079184f10602d0173
Author: Guillem Jover <[EMAIL PROTECTED]>
Date: Mon Aug 18 03:43:00 2008 +0300
Remove wrong or redundant information from comment headers
diff --git a/ChangeLog b/ChangeLog
index 3111705..0ee80a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-08-18 Guillem Jover <[EMAIL PROTECTED]>
+ * 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 <[EMAIL PROTECTED]>
+
* lib/dpkg.h (CMETHOPTFILE, METHLOCKFILE, METHODSDIR)
(IMETHODMAXLEN, IOPTIONMAXLEN, METHODOPTIONSFILE)
(METHODSETUPSCRIPT, METHODUPDATESCRIPT, METHODINSTALLSCRIPT)
diff --git a/src/query.c b/src/query.c
index ab42572..e43e549 100644
--- a/src/query.c
+++ b/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 <[EMAIL PROTECTED]>
* Copyright © 2000,2001 Wichert Akkerman <[EMAIL PROTECTED]>
*
diff --git a/src/remove.c b/src/remove.c
index e959fdc..f43a872 100644
--- a/src/remove.c
+++ b/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
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]