Author: guillem
Date: 2006-05-31 02:46:30 +0000 (Wed, 31 May 2006)
New Revision: 358
Modified:
trunk/ChangeLog
trunk/debian/changelog
trunk/src/processarc.c
Log:
Update the Section and Priority fields in the status file from the
new packages. We assume that the information from the binary package
is correct, otherwise it should be fixed there to match the archive
override file (Koblinger Egmont).
Closes: #54529, #58106, #81171, #230610, #237622, #237626
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-05-31 01:13:25 UTC (rev 357)
+++ trunk/ChangeLog 2006-05-31 02:46:30 UTC (rev 358)
@@ -1,3 +1,9 @@
+2006-05-31 Koblinger Egmont <[EMAIL PROTECTED]>
+
+ * src/processarc.c (process_archive): Do not pass to parsedb
+ pdb_weakclassification, so that the Section and Priority fields
+ gets updated with new packages.
+
2006-05-31 Julian Gilbey <[EMAIL PROTECTED]>
* scripts/changelog/debian.pl: Remove duped string ' , at changelog '.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-05-31 01:13:25 UTC (rev 357)
+++ trunk/debian/changelog 2006-05-31 02:46:30 UTC (rev 358)
@@ -70,6 +70,11 @@
when using '--compare-versions'. Closes: #369177
* Remove duplicated string " , at changelog " in dpkg-parsechangelog's
debian style parser (Julian Gilbey). Closes: #369205
+ * Update the Section and Priority fields in the status file from the
+ new packages. We assume that the information from the binary package
+ is correct, otherwise it should be fixed there to match the archive
+ override file (Koblinger Egmont).
+ Closes: #54529, #58106, #81171, #230610, #237622, #237626
[ Updated dpkg Translations ]
* Portuguese (Miguel Figueiredo).
Modified: trunk/src/processarc.c
===================================================================
--- trunk/src/processarc.c 2006-05-31 01:13:25 UTC (rev 357)
+++ trunk/src/processarc.c 2006-05-31 02:46:30 UTC (rev 358)
@@ -190,7 +190,7 @@
waitsubproc(c1,BACKEND " --control",0);
strcpy(cidirrest,CONTROLFILE);
- parsedb(cidir,
pdb_recordavailable|pdb_rejectstatus|pdb_ignorefiles|pdb_weakclassification,
+ parsedb(cidir, pdb_recordavailable | pdb_rejectstatus | pdb_ignorefiles,
&pkg,NULL,NULL);
if (!pkg->files) {
pkg->files= nfmalloc(sizeof(struct filedetails));
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]