]> Devoid-pointer.net GitWeb - omnibook.git/commitdiff
[DEBIAN] New SVN snapshot
authorJulien Valroff <julien@kirya.net>
Sat, 26 May 2007 13:22:33 +0000 (13:22 +0000)
committerJulien Valroff <julien@kirya.net>
Sat, 26 May 2007 13:22:33 +0000 (13:22 +0000)
debian/changelog
debian/patches/00list [new file with mode: 0644]
debian/patches/01_disable-debug.dpatch [new file with mode: 0755]

index 6cccb3dce89ce08ca1a6a4c6d1d0f034cfdf2fd1..55812d4a8e50534dfaf3cc77bd2308fbb2692491 100644 (file)
@@ -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 <julien@kirya.net>  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 (file)
index 0000000..08e0198
--- /dev/null
@@ -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 (executable)
index 0000000..ae863da
--- /dev/null
@@ -0,0 +1,19 @@
+#! /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