Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4586

Modified Files:
        Engine.pm ChangeLog 
Log Message:
Invalidate dpkg caches after running dpkg directly.


Index: Engine.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -d -r1.335 -r1.336
--- Engine.pm   21 Oct 2005 19:20:09 -0000      1.335
+++ Engine.pm   21 Oct 2005 19:27:54 -0000      1.336
@@ -1406,6 +1406,7 @@
                        print "Warning: could not remove all buildlock 
packages!\n";
                        $locks_left = 1;
                }
+               Fink::PkgVersion->dpkg_changed;
        }
 
        if (%lock_FHs) {

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1174
retrieving revision 1.1175
diff -u -d -r1.1174 -r1.1175
--- ChangeLog   21 Oct 2005 19:20:09 -0000      1.1174
+++ ChangeLog   21 Oct 2005 19:27:54 -0000      1.1175
@@ -1,5 +1,10 @@
 2005-10-21  Daniel Macks  <[EMAIL PROTECTED]>
 
+       * Engine.pm: Remember Fink::PkgVersion->dpkg_changed when calling
+       dpkg directly.
+
+2005-10-21  Daniel Macks  <[EMAIL PROTECTED]>
+
        * Engine.pm, PkgVersion.pm: Make buildlock lock-packages
        Essential:yes to prevent accidental or apt-get removal; use
        --force-remove-essential to remove them.



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to