The following commit has been merged in the master branch:
commit 1dc3c58b4cad6338c8b02d106292b392e741f9e0
Author: Guillem Jover <[email protected]>
Date: Fri Jul 16 16:51:36 2010 +0200
dpkg-query: Rename query.c to querycmd.c
This makes it obvious the file contains the main() function for
dpkg-query in line with the rest of the tools.
diff --git a/src/Makefile.am b/src/Makefile.am
index d1e432f..f19e384 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,7 +59,7 @@ dpkg_divert_LDADD = \
dpkg_query_SOURCES = \
filesdb.c filesdb.h \
divertdb.c \
- query.c
+ querycmd.c
dpkg_query_LDADD = \
../lib/dpkg/libdpkg.a \
diff --git a/src/query.c b/src/querycmd.c
similarity index 99%
rename from src/query.c
rename to src/querycmd.c
index a3112c6..0cb54ca 100644
--- a/src/query.c
+++ b/src/querycmd.c
@@ -1,6 +1,6 @@
/*
* dpkg-query - program for query the dpkg database
- * query.c - status enquiry and listing options
+ * querycmd.c - status enquiry and listing options
*
* Copyright © 1995,1996 Ian Jackson <[email protected]>
* Copyright © 2000,2001 Wichert Akkerman <[email protected]>
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]