// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-extracttemplates.cc,v 1.8 2002/01/09 04:59:44 jgg Exp $
+// $Id: apt-extracttemplates.cc,v 1.10 2002/02/25 03:52:58 tausq Exp $
/* ######################################################################
APT Extract Templates - Program to extract debconf config and template
#include <unistd.h>
#include <fstream>
+#include <locale.h>
#include <config.h>
#include <apti18n.h>
#include "apt-extracttemplates.h"
{
// Check to make sure debconf dependencies are
// satisfied
- cout << "Check " << file.DepVer << ',' << debconfver << endl;
+ // cout << "Check " << file.DepVer << ',' << debconfver << endl;
if (file.DepVer != "" &&
DebFile::Cache->VS->CheckDep(debconfver.c_str(),
file.DepOp,file.DepVer.c_str()