From 04a1ba0afdaffa6469c32f4c678fab4944718dff Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sun, 12 Nov 2006 08:15:48 +0000 Subject: [PATCH] [DEB] svn snapshot --- debian/changelog | 16 ++++++++++++---- debian/rules | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index f5eee8f..562153a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,18 @@ -omnibook (2:2.2006xxxx-1) unstable; urgency=low +omnibook (2:2.20060921+svn20061112-1) unstable; urgency=low - * New upstream release: + * SVN snapshot: + Disabled Acer support + Fixed and improved bluetooth handling for TSM30X class laptop - - -- Julien Valroff Sat, 7 Oct 2006 10:48:22 +0200 + + DMI signature added: + HP Pavilion ze4500 (ectype 7) + Toshiba Satellite 1130 (ectype 1) + Toshiba Satellite A75 (ectype 12) + Toshiba Tecra A4 (ectype 13) + + Implemented Volume down,up and Mute buttons polling for ectype 2 + + Implemented ectype 13 Fn hotkeys handling. + * changed compression of the sources in /usr/src/ to bzip2 + + -- Julien Valroff Sat, 11 Nov 2006 14:08:47 +0100 omnibook (2:2.20060921-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index b16a7d8..10854c5 100755 --- a/debian/rules +++ b/debian/rules @@ -64,7 +64,7 @@ install: patch build debian/$(psource)/usr/src/modules/$(sname)/debian cp Makefile *.c *.h *.lds debian/$(psource)/usr/src/modules/$(sname) - cd debian/$(psource)/usr/src && tar c modules | gzip -9 > $(sname).tar.gz && rm -rf modules + cd debian/$(psource)/usr/src && tar c modules | bzip2 -9 > $(sname).tar.bz2 && rm -rf modules dh_install # Build architecture-independent files here. -- 2.43.5