From: smckown Date: Thu, 26 Nov 2009 04:13:50 +0000 (+0000) Subject: Don't hardcode the distribution codeword (aka hardy), but get from lsb_release. X-Git-Tag: debian/0.11.2-5.2tmi~3 X-Git-Url: https://oss.titaniummirror.com/gitweb?p=cp210x.git;a=commitdiff_plain;h=be14266eabdab5bd96dda25f7fd06bfc27ca4b75 Don't hardcode the distribution codeword (aka hardy), but get from lsb_release. --- diff --git a/Makefile b/Makefile index cb03d6b..6a5244e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ # Change or override these values as necessary for each package release PKGVER = 0.11.1 -DEBDIST = hardy DEBRELEASE = 3tmi @@ -23,6 +22,7 @@ ifeq (,$(REPOID)) endif BUILD := build +DEBDIST := $(shell lsb_release -cs) DEBVER := $(PKGVER)-$(DEBRELEASE) RFC822DATE := $(shell date --rfc-822) ROOTNAME := cp210x