+omnibook (2:2.20070211-+svn20070526-1) unstable; urgency=low
+
+ * New SVN snapshot (r259):
+ + Fixed compilation issue with kernel 2.6.21
+ + DMI signature added:
+ Toshiba Satellite P25 (ectype 11)
+ Toshiba Satellite M60 (ectype 12)
+ * Added patch to disable debug for SVN snasphot
+
+ -- Julien Valroff <julien@kirya.net> Sat, 26 May 2007 15:19:57 +0200
+
omnibook (2:2.20070211-1) unstable; urgency=low
* New upstream release:
--- /dev/null
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_disable-debug.dpatch by <julien@kirya.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad omnibook~/Makefile omnibook/Makefile
+--- omnibook~/Makefile 2007-04-01 11:37:03.000000000 +0200
++++ omnibook/Makefile 2007-05-26 15:20:41.000000000 +0200
+@@ -29,7 +29,7 @@
+ #Uncomment and set to force debug behavior
+ #NOTE: Default (commented) behavior is to enable debug in trunk or branch svn
+ # snapshot and to disable it for release
+-#OMNIBOOK_WANT_DEBUG=n
++OMNIBOOK_WANT_DEBUG=n
+
+ #comment to disable backlight device support
+ OMNIBOOK_WANT_BACKLIGHT=y