This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.

--- ddccontrol-0.6.0.orig/configure.ac
+++ ddccontrol-0.6.0/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DDC/CI control tool],[0.5.2],[DDCControl users list <ddccontrol-users@lists.sourceforge.net>],[ddccontrol])
+AC_INIT([DDC/CI control tool],[0.6.0],[DDCControl users list <ddccontrol-users@lists.sourceforge.net>],[ddccontrol])
 AC_CONFIG_SRCDIR([src/ddccontrol/main.c])
 AC_CONFIG_HEADERS([src/config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -13,6 +13,7 @@ AC_SUBST([GETTEXT_PACKAGE])
 AC_PROG_CC
 AM_PROG_AR
 AC_PROG_INSTALL
+AC_PROG_MKDIR_P
 LT_INIT
 PKG_PROG_PKG_CONFIG
 
@@ -295,5 +296,6 @@ AC_CONFIG_FILES([
 	src/ddcpci/Makefile
 	src/gnome-ddcc-applet/Makefile
 	doc/Makefile
+	doc/main.xml
 	man/Makefile])
 AC_OUTPUT
--- ddccontrol-0.6.0.orig/doc/Makefile.am
+++ ddccontrol-0.6.0/doc/Makefile.am
@@ -7,7 +7,7 @@ if BUILD_DOC
 html/*: main.xml gpl.xml install.xml about.xml report.xml supportedgc.xml supportedmonitors.xml thanks.xml techdocs.xml usage.xml style.xsl
 	rm -rf html.old
 	true `mv -f html html.old`
-	mkdir html
+	$(MKDIR_P) html
 	$(XSLTPROC) $(XSLTPROC_FLAGS) -o html/ $(top_srcdir)/doc/$(XHTML_STYLESHEET) $<
 	-$(TIDY) -q -raw -im html/*.html
 
@@ -25,7 +25,8 @@ spell:
 
 clean-local:
 	rm -rf html
-	rm -f ddccontrol.fo ddccontrol.pdf
+
+MOSTLYCLEANFILES = ddccontrol.fo ddccontrol.pdf
 
 ddccontrol.fo: main.xml gpl.xml style-fo.xsl
 	$(XSLTPROC)  \
--- /dev/null
+++ ddccontrol-0.6.0/doc/main.xml.in
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://docbook.org/xml/4.3/docbookx.dtd" [
+<!ENTITY about SYSTEM "about.xml">
+<!ENTITY install SYSTEM "install.xml">
+<!ENTITY usage SYSTEM "usage.xml">
+<!ENTITY report SYSTEM "report.xml">
+<!ENTITY supportedmonitors SYSTEM "supportedmonitors.xml">
+<!ENTITY supportedgc SYSTEM "supportedgc.xml">
+<!ENTITY thanks SYSTEM "thanks.xml">
+<!ENTITY techdocs SYSTEM "techdocs.xml">
+<!ENTITY gpl SYSTEM "gpl.xml">
+]>
+ 
+<book>
+ 
+<bookinfo>
+<title>DDCcontrol Documentation</title>
+<author>
+<firstname>Nicolas</firstname>
+<surname>Boichat</surname>
+<email>nicolas@boichat.ch</email>
+</author>
+<author>
+<firstname>Roberto</firstname>
+<othername>C.</othername>
+<surname>Sanchez</surname>
+<email>roberto@connexer.com</email>
+</author>
+
+<copyright><year>2007</year>
+<holder>Roberto C. Sanchez</holder>
+</copyright>
+<copyright>
+<year>2005-2006</year>
+<holder>Nicolas Boichat</holder>
+</copyright>
+
+<releaseinfo role="meta">
+@PACKAGE@-@VERSION@
+</releaseinfo>
+
+<abstract>
+<para>
+Documentation for DDCcontrol version @VERSION@.
+</para>
+</abstract>
+
+</bookinfo>
+
+&about;
+
+&install;
+
+&usage;
+
+&report;
+
+&supportedmonitors;
+
+&supportedgc;
+
+&thanks;
+
+&techdocs;
+
+&gpl;
+
+</book>
--- ddccontrol-0.6.0.orig/src/ddccontrol/main.c
+++ ddccontrol-0.6.0/src/ddccontrol/main.c
@@ -285,7 +285,7 @@ int main(int argc, char **argv)
 		}
 		proxy = ddcci_dbus_open_proxy();
 		if (proxy == NULL) {
-			printf(_("Failed to open D-Bus proxy, try with DDCCONTROL_NO_DBUS=1.\n"));
+			printf(_("Failed to open D-Bus proxy, try with DDCCONTROL_NO_DAEMON=1.\n"));
 			exit(1);
 		}
 	}
--- ddccontrol-0.6.0.orig/src/gddccontrol/Makefile.am
+++ ddccontrol-0.6.0/src/gddccontrol/Makefile.am
@@ -15,6 +15,8 @@ desktop_in_files = gddccontrol.desktop.i
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
+MOSTLYCLEANFILES = $(desktop_DATA)
+
 icondir = $(datadir)/icons/hicolor/48x48/apps
 icon_DATA = gddccontrol.png
 
--- ddccontrol-0.6.0.orig/src/lib/Makefile.am
+++ ddccontrol-0.6.0/src/lib/Makefile.am
@@ -9,7 +9,7 @@ pkgconfig_DATA = ddccontrol.pc
 
 $(pkgconfig_DATA): $(srcdir)/ddccontrol.pc.in $(top_builddir)/config.status
 
-modulesdir = /etc/modules-load.d/
+modulesdir = $(libdir)/modules-load.d/
 modules_DATA = ddccontrol-i2c-dev.conf
 
 lib_LTLIBRARIES = libddccontrol.la
