From: Julien Valroff Date: Sat, 26 May 2007 13:22:33 +0000 (+0000) Subject: [DEBIAN] New SVN snapshot X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=aa1741f198dd6c79bee29209db8b72e8b91a6cf3;p=omnibook.git [DEBIAN] New SVN snapshot --- diff --git a/debian/changelog b/debian/changelog index 6cccb3d..55812d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +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 Sat, 26 May 2007 15:19:57 +0200 + omnibook (2:2.20070211-1) unstable; urgency=low * New upstream release: diff --git a/debian/patches/00list b/debian/patches/00list new file mode 100644 index 0000000..08e0198 --- /dev/null +++ b/debian/patches/00list @@ -0,0 +1 @@ +01_disable-debug diff --git a/debian/patches/01_disable-debug.dpatch b/debian/patches/01_disable-debug.dpatch new file mode 100755 index 0000000..ae863da --- /dev/null +++ b/debian/patches/01_disable-debug.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_disable-debug.dpatch by +## +## 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