From b869fda960cc2eba37aa42678c42f378c626c34c Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 12 Oct 2010 10:23:06 +0200 Subject: Bump version to 1.0.4 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 1070979..69a3d7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wacom-dkms (1.0.4) maverick; urgency=low + + * Add support for the rest of the Bamboo family. + + -- Henrik Rydberg Tue, 12 Oct 2010 10:22:17 +0200 + wacom-dkms (1.0.3) maverick; urgency=low * Align with upcoming 2.6.37 kernel diff --git a/debian/postinst b/debian/postinst index 25f5c26..f2e1af3 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=wacom -VERSION=1.0.3 +VERSION=1.0.4 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index 63483ee..9bf7601 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=wacom -VERSION=1.0.3 +VERSION=1.0.4 set -e diff --git a/debian/prerm b/debian/prerm index cd13fa5..1650f30 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=wacom -VERSION=1.0.3 +VERSION=1.0.4 set -e diff --git a/debian/rules b/debian/rules index b51b4a1..50abbd6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=wacom -VERSION=1.0.3 +VERSION=1.0.4 configure: configure-stamp configure-stamp: -- cgit v1.2.3