The following commit has been merged in the master branch:
commit 2cac2b9c2c004f7ddf92fd5b39d51022a308b4d6
Author: Guillem Jover <[email protected]>
Date:   Fri Oct 19 02:33:08 2012 +0200

    dpkg: Rename processarc.c to unpack.c
    
    This clarifies the purpose of the file related to the dpkg action to
    perform.

diff --git a/TODO b/TODO
index f6718c7..c2351e7 100644
--- a/TODO
+++ b/TODO
@@ -33,7 +33,7 @@ TODO
    - Move fd function out of mlib.
    - Cleanup status chars -> strings hardcoded mappings all over the place.
      (Fix tied field enum with its dselect description (pkgdisplay.cc))
-   - Refactor src/processarc.c.
+   - Refactor src/unpack.c.
    - Split dpkg.h into independent headers.
    - Do more unused header include removal.
    - Add needed includes to all header files.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 35269ab..9516b24 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -57,7 +57,6 @@ src/infodb-format.c
 src/infodb-upgrade.c
 src/main.c
 src/packages.c
-src/processarc.c
 src/querycmd.c
 src/remove.c
 src/script.c
@@ -66,6 +65,7 @@ src/statcmd.c
 src/statdb.c
 src/trigcmd.c
 src/trigproc.c
+src/unpack.c
 src/update.c
 
 dpkg-deb/build.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 2949d7a..d96578e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -48,11 +48,11 @@ dpkg_SOURCES = \
        help.c \
        main.c main.h \
        packages.c \
-       processarc.c \
        remove.c \
        script.c \
        select.c \
        trigproc.c \
+       unpack.c \
        update.c
 
 dpkg_LDADD = \
diff --git a/src/archives.h b/src/archives.h
index 706eca9..747976a 100644
--- a/src/archives.h
+++ b/src/archives.h
@@ -1,6 +1,6 @@
 /*
  * dpkg - main program for package management
- * archives.h - functions common to archives.c and processarc.c
+ * archives.h - functions common to archives.c and unpack.c
  *
  * Copyright © 1995 Ian Jackson <[email protected]>
  *
diff --git a/src/processarc.c b/src/unpack.c
similarity index 99%
rename from src/processarc.c
rename to src/unpack.c
index e7e3118..36187f4 100644
--- a/src/processarc.c
+++ b/src/unpack.c
@@ -1,6 +1,6 @@
 /*
  * dpkg - main program for package management
- * processarc.c - the huge function process_archive
+ * unpack.c - the huge function process_archive
  *
  * Copyright © 1995 Ian Jackson <[email protected]>
  * Copyright © 2006-2012 Guillem Jover <[email protected]>

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to