]> git.saurik.com Git - apt.git/blobdiff - ftparchive/apt-ftparchive.cc
Add SHA1 support to "apt-ftparchive release"
[apt.git] / ftparchive / apt-ftparchive.cc
index c811343b693685951b50589195f224e26ebe58bc..02e98bae6d943bd2aa139eccd39e1672a1351bf2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-ftparchive.cc,v 1.9 2003/12/26 20:08:56 mdz Exp $
+// $Id: apt-ftparchive.cc,v 1.10 2003/12/26 20:50:01 mdz Exp $
 /* ######################################################################
 
    apt-scanpackages - Efficient work-alike for dpkg-scanpackages
@@ -684,6 +684,8 @@ bool SimpleGenRelease(CommandLine &CmdL)
    if (Release.RecursiveScan(CmdL.FileList[1]) == false)
       return false;
 
+   Release.Finish();
+
    return true;
 }