The following commit has been merged in the master branch:
commit 2c0667d06a38c3a31ab43b79a979f29e5fcf0cf3
Author: Guillem Jover <[email protected]>
Date: Tue Feb 10 03:23:36 2009 +0200
Rename pkg-list.c to pkg-array.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 3f38dc1..d621431 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,7 @@ dpkg_SOURCES = \
help.c \
main.c main.h \
packages.c \
- pkg-list.c \
+ pkg-array.c \
pkg-show.c \
processarc.c \
remove.c \
@@ -39,7 +39,7 @@ dpkg_LDADD = \
dpkg_query_SOURCES = \
filesdb.c filesdb.h \
- pkg-list.c \
+ pkg-array.c \
pkg-show.c \
query.c
diff --git a/src/pkg-list.c b/src/pkg-array.c
similarity index 95%
rename from src/pkg-list.c
rename to src/pkg-array.c
index 9204e77..1b2d306 100644
--- a/src/pkg-list.c
+++ b/src/pkg-array.c
@@ -1,6 +1,6 @@
/*
* dpkg - main program for package management
- * pkg-list.c - primitives for pkg list handling
+ * pkg-array.c - primitives for pkg array handling
*
* Copyright © 1995,1996 Ian Jackson <[email protected]>
*
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]