]> err.no Git - dpkg/commitdiff
Update for moved showpkg
authorWichert Akkerman <wakkerma@debian.org>
Wed, 12 Sep 2001 15:07:56 +0000 (15:07 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Wed, 12 Sep 2001 15:07:56 +0000 (15:07 +0000)
main/query.c

index c68c99711e0e861b7fc674cf260c57311d007d83..42957df80bd896c14e064750d131cd154bc3059c 100644 (file)
@@ -1,4 +1,7 @@
 /*
+ * 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
  *
@@ -20,8 +23,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-/* fixme: per-package audit */
-
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
@@ -41,7 +42,6 @@
 
 #include "filesdb.h"
 #include "main.h"
-#include "query.h"
 
 static const char* showformat          = "${pkg:Package}\t${pkg:Version}\n";