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])
@@ -295,5 +295,6 @@ AC_CONFIG_FILES([
 	src/ddcpci/Makefile
 	src/gnome-ddcc-applet/Makefile
 	doc/Makefile
+	doc/main.xml
 	man/Makefile])
 AC_OUTPUT
--- /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>
