Package: config-manager Version: 0.4-2 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for config-manager (versioned as 0.4-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. It closes the following two bugs: [1]: http://bugs.debian.org/572808 [2]: http://bugs.debian.org/667141 Regards, Salvatore
diff -u config-manager-0.4/debian/changelog config-manager-0.4/debian/changelog --- config-manager-0.4/debian/changelog +++ config-manager-0.4/debian/changelog @@ -1,3 +1,12 @@ +config-manager (0.4-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes. Thanks to + Cyril Brulebois <[email protected]> for the patch. + (Closes: #667141). + + -- Salvatore Bonaccorso <[email protected]> Wed, 09 May 2012 22:30:30 +0200 + config-manager (0.4-2) unstable; urgency=low * Fix debian/copyright to more comprehensively list copyright holders. only in patch2: unchanged: --- config-manager-0.4.orig/src/ConfigArchSource.cc +++ config-manager-0.4/src/ConfigArchSource.cc @@ -25,6 +25,7 @@ #include <iostream> #include <stdexcept> #include <fstream> +#include <unistd.h> #include "Path.h" using namespace std; only in patch2: unchanged: --- config-manager-0.4.orig/src/cm.cc +++ config-manager-0.4/src/cm.cc @@ -30,6 +30,7 @@ #include <sstream> #include <fstream> #include <errno.h> +#include <unistd.h> #include "ConfigSource.h" #include "ConfigArchSource.h" #include "FileSystemVisitor.h"
signature.asc
Description: Digital signature

