[Pkg-ganeti-devel] [SCM] Ganeti htools packaging branch, master, updated. debian/0.2.2-1-10-gdb4ad93

Iustin Pop iusty at k1024.org
Wed Feb 24 23:09:14 UTC 2010


The following commit has been merged in the master branch:
commit 0ec99f72b8f6859964b3858796f330e5fa7ae656
Author: Iustin Pop <iusty at k1024.org>
Date:   Mon Feb 22 22:13:28 2010 +0100

    Add a patch fixing warnings with ghc 6.12

diff --git a/debian/patches/fix-ghc6.12-warnings.patch b/debian/patches/fix-ghc6.12-warnings.patch
new file mode 100644
index 0000000..99d2f5f
--- /dev/null
+++ b/debian/patches/fix-ghc6.12-warnings.patch
@@ -0,0 +1,15 @@
+Description: fix wrong docbook output
+Author: Iustin Pop <iustin at debian.org>
+Forwarded: not-needed
+--- a/Makefile
++++ b/Makefile
+@@ -5,7 +5,8 @@
+ 
+ DOCS = README.html NEWS.html
+ 
+-HFLAGS = -O2 -Wall -Werror -fwarn-monomorphism-restriction -fwarn-tabs
++HFLAGS = -O2 -Wall -Werror -fwarn-monomorphism-restriction -fwarn-tabs \
++	-fno-warn-unused-imports -fno-warn-unused-do-bind
+ HEXTRA =
+ 
+ HPCEXCL = --exclude Main --exclude Ganeti.HTools.QC
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9da7b94
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-ghc6.12-warnings.patch

-- 
Ganeti htools packaging



More information about the Pkg-ganeti-devel mailing list