From e8e104f9d5b0bbf6e63e48a4839a482c7a6d20e5 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 2 Jul 2012 21:40:38 -0600 Subject: [PATCH] Force hardy distribution for dkms, for now The package will still work on all the newer tested distributions --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2