]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-dump-solver.cc
re-add compat pkgSrcRecords::File::MD5Hash
[apt.git] / cmdline / apt-dump-solver.cc
index 5bcfe4f0614098e705086dd082a90c22cb17052b..aa16b127149f74fe2114e720aa23d3520498c9ea 100644 (file)
@@ -12,6 +12,7 @@
 #include <config.h>
 
 #include <cstdio>
+#include <iostream>
                                                                        /*}}}*/
 
 // ShowHelp - Show a help screen                                       /*{{{*/
@@ -20,7 +21,7 @@
 bool ShowHelp() {
 
        std::cout <<
-               PACKAGE " " VERSION " for " COMMON_ARCH " compiled on " __DATE__ " " __TIME__ << std::endl <<
+               PACKAGE " " PACKAGE_VERSION " for " COMMON_ARCH " compiled on " __DATE__ " " __TIME__ << std::endl <<
                "Usage: apt-dump-resolver\n"
                "\n"
                "apt-dump-resolver is a dummy solver who just dumps its input to the\n"
@@ -46,5 +47,5 @@ int main(int argc,const char *argv[])                                 /*{{{*/
        fclose(output);
        fclose(input);
 
-       EDSP::WriteError("I am too dumb, i can just dump!", stdout);
+       EDSP::WriteError("ERR_JUST_DUMPING", "I am too dumb, i can just dump!\nPlease use one of my friends instead!", stdout);
 }