]> err.no Git - dpkg/commitdiff
Use of PKGIOFF macro was checked in prematurely.
authorAdam Heath <doogie@debian.org>
Mon, 1 Jan 2001 08:05:54 +0000 (08:05 +0000)
committerAdam Heath <doogie@debian.org>
Mon, 1 Jan 2001 08:05:54 +0000 (08:05 +0000)
ChangeLog
lib/parse.c

index 2041bd45c4a5a773a2fe71e6022b315564b0082e..c44705b9bf12c2cc2fd21454f0cb94699275cb29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-=======
+Mon Jan  1 02:04:26 CST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * lib/parse.c: Use of PKGIOFF macro was checked in prematurely.
+
 Sat Dec 30 23:08:00 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 
   * doc/Makefile.in: add fr to SUBDIRS
index 47129c578d2a0d1a7ff1040470f09e8d349e735a..d10e0f68f8f234e52046a1398c6a796b51e937d0 100644 (file)
 
 const struct fieldinfo fieldinfos[]= {
   /* NB: capitalisation of these strings is important. */
-  { "Package",          f_name,            w_name,           PKGIOFF(name)            },
+  { "Package",          f_name,            w_name                                     },
   { "Essential",        f_boolean,         w_booleandefno,   PKGIFPOFF(essential)     },
   { "Status",           f_status,          w_status                                   },
   { "Priority",         f_priority,        w_priority                                 },
-  { "Section",          f_section,         w_section,        PKGIOFF(section)         },
+  { "Section",          f_section,         w_section                                  },
   { "Installed-Size",   f_charfield,       w_charfield,      PKGIFPOFF(installedsize) },
   { "Origin",           f_charfield,       w_charfield,      PKGIFPOFF(origin)        },
   { "Maintainer",       f_charfield,       w_charfield,      PKGIFPOFF(maintainer)    },
@@ -53,7 +53,7 @@ const struct fieldinfo fieldinfos[]= {
   { "Source",           f_charfield,       w_charfield,      PKGIFPOFF(source)        },
   { "Version",          f_version,         w_version,        PKGIFPOFF(version)       },
   { "Revision",         f_revision,        w_null                                     },
-  { "Config-Version",   f_configversion,   w_configversion,  PKGIOFF(configversion)   },
+  { "Config-Version",   f_configversion,   w_configversion                            },
   { "Replaces",         f_dependency,      w_dependency,     dep_replaces             },
   { "Provides",         f_dependency,      w_dependency,     dep_provides             },
   { "Depends",          f_dependency,      w_dependency,     dep_depends              },