From 1687527b2c82dd75b34839ce426fdca047358d77 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Fri, 15 Oct 2010 15:45:03 +0200 Subject: Version 1.0.5 Fixes the pm + deadlock problem Signed-off-by: Henrik Rydberg --- debian/changelog | 6 ++++++ debian/postinst | 2 +- debian/postrm | 2 +- debian/prerm | 2 +- debian/rules | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 69a3d7d..7a125c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wacom-dkms (1.0.5) maverick; urgency=low + + * Add fixes for runtime pm deadlock + + -- Henrik Rydberg Fri, 15 Oct 2010 15:44:30 +0200 + wacom-dkms (1.0.4) maverick; urgency=low * Add support for the rest of the Bamboo family. diff --git a/debian/postinst b/debian/postinst index f2e1af3..65bdfb0 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=wacom -VERSION=1.0.4 +VERSION=1.0.5 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index 9bf7601..53380d0 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=wacom -VERSION=1.0.4 +VERSION=1.0.5 set -e diff --git a/debian/prerm b/debian/prerm index 1650f30..406614d 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=wacom -VERSION=1.0.4 +VERSION=1.0.5 set -e diff --git a/debian/rules b/debian/rules index 50abbd6..315943b 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=wacom -VERSION=1.0.4 +VERSION=1.0.5 configure: configure-stamp configure-stamp: -- cgit v1.2.3