The following commit has been merged in the master branch:
commit 05b6c8434d840ee484a6d8961030a8d2b7510a10
Author: Guillem Jover <[email protected]>
Date: Sat Sep 5 20:45:56 2009 +0200
dpkg: Sort and group ‘enum action’ values
diff --git a/src/main.h b/src/main.h
index 3333d4e..b8b403b 100644
--- a/src/main.h
+++ b/src/main.h
@@ -51,16 +51,48 @@ struct pkginqueue {
struct pkginfo *pkg;
};
-enum action { act_unset, act_install, act_unpack, act_avail, act_configure,
- act_triggers,
- act_remove, act_purge, act_listpackages, act_avreplace,
act_avmerge,
- act_unpackchk, act_status, act_searchfiles, act_audit,
act_listfiles,
- act_assertpredep, act_printarch, act_predeppackage,
act_cmpversions,
- act_printinstarch, act_compareversions, act_printavail,
act_avclear,
- act_forgetold,
- act_getselections, act_setselections, act_clearselections,
- act_assertepoch, act_assertlongfilenames, act_assertmulticonrep,
- act_commandfd };
+enum action {
+ act_unset,
+
+ act_unpack,
+ act_configure,
+ act_install,
+ act_triggers,
+ act_remove,
+ act_purge,
+ act_commandfd,
+
+ act_status,
+ act_listpackages,
+ act_listfiles,
+ act_searchfiles,
+
+ act_cmpversions,
+ act_compareversions,
+
+ act_printarch,
+ act_printinstarch,
+
+ act_assertpredep,
+ act_assertepoch,
+ act_assertlongfilenames,
+ act_assertmulticonrep,
+
+ act_audit,
+ act_unpackchk,
+ act_predeppackage,
+
+ act_getselections,
+ act_setselections,
+ act_clearselections,
+
+ act_avail,
+ act_printavail,
+ act_avclear,
+ act_avreplace,
+ act_avmerge,
+ act_forgetold,
+};
enum conffopt {
cfof_prompt = 001,
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]