From 9c2329aa29bec7ec71cac74fb27b33cae5da5ee2 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Fri, 10 Jun 2011 10:07:51 +0200 Subject: Release version 1.1.3 * Add support for Dell Latitude E6420 * Release version 1.1.3 --- debian/changelog | 7 +++++++ debian/postinst | 2 +- debian/postrm | 2 +- debian/prerm | 2 +- debian/rules | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9e4b7f9..589386b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +hid-dkms (1.1.3) natty; urgency=low + + * Add support for Dell Latitude E6420 + * Release version 1.1.3 + + -- Henrik Rydberg Fri, 10 Jun 2011 10:06:41 +0200 + hid-dkms (1.1.2) natty; urgency=low * Release version 1.1.2 diff --git a/debian/postinst b/debian/postinst index 71c9b50..f412cc6 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=hid -VERSION=1.1.2 +VERSION=1.1.3 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index 74f85f9..1652529 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=hid -VERSION=1.1.2 +VERSION=1.1.3 set -e diff --git a/debian/prerm b/debian/prerm index 7845337..cd3f688 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=hid -VERSION=1.1.2 +VERSION=1.1.3 set -e diff --git a/debian/rules b/debian/rules index 5a9be88..7fe42aa 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=hid -VERSION=1.1.2 +VERSION=1.1.3 configure: configure-stamp configure-stamp: -- cgit v1.2.3