From 22739250871af28f86267b2b9197210e6eb6b428 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 16 Nov 2008 02:18:15 +0100 Subject: Add autoinstall directive 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 2c2bd40..10b7a56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hid-dkms (0.11.0) unstable; urgency=low + + * Add autoinstaller directive + + -- Henrik Rydberg Sun, 16 Nov 2008 01:41:16 +0100 + hid-dkms (0.10.2) unstable; urgency=low * Map FN+ENTER to INSERT diff --git a/debian/postinst b/debian/postinst index 30e9c0c..62a9930 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=hid -VERSION=0.10.2 +VERSION=0.11.0 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index 02d3578..5bf1424 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=hid -VERSION=0.10.2 +VERSION=0.11.0 set -e diff --git a/debian/prerm b/debian/prerm index 9871780..db1d169 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=hid -VERSION=0.10.2 +VERSION=0.11.0 set -e diff --git a/debian/rules b/debian/rules index 04f3312..889fc88 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=hid -VERSION=0.10.2 +VERSION=0.11.0 configure: configure-stamp configure-stamp: -- cgit v1.2.3