]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-extracttemplates.cc
Print out a message when doing regexing, change regex c...
[apt.git] / cmdline / apt-extracttemplates.cc
index 9422a946a747c1adc5b8159f634756e123ffce5a..700cf18714a9476c02264b896367e770d5318897 100644 (file)
@@ -1,6 +1,6 @@
 // -*- 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
@@ -35,6 +35,7 @@
 #include <unistd.h>
 #include <fstream>
 
+#include <locale.h>
 #include <config.h>
 #include <apti18n.h>
 #include "apt-extracttemplates.h"
@@ -309,7 +310,7 @@ bool Go(CommandLine &CmdL)
                {
                        // 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()