From: R. Steve McKown Date: Tue, 3 Jul 2012 03:40:38 +0000 (-0600) Subject: Force hardy distribution for dkms, for now X-Git-Tag: debian/0.11.4-1tmi~4 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=cp210x.git;a=commitdiff_plain;h=e8e104f9d5b0bbf6e63e48a4839a482c7a6d20e5 Force hardy distribution for dkms, for now The package will still work on all the newer tested distributions --- diff --git a/Makefile b/Makefile index a661ec4..f96d48c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Change or override these values as necessary for each package release PKGVER = 0.11.3 -DEBRELEASE = 5tmi +DEBRELEASE = 6tmi # No need to change anything below this line @@ -24,7 +24,8 @@ endif USER := $(shell whoami) REPOHOST := repo BUILD := build -DEBDIST := $(shell lsb_release -cs) +#DEBDIST := $(shell lsb_release -cs) +DEBDIST := hardy DEBVER := $(PKGVER)-$(DEBRELEASE) RFC822DATE := $(shell date --rfc-822) ROOTNAME := cp210x