From: Russ Allbery Date: Tue, 22 Mar 2011 10:19:51 +0000 (-0700) Subject: Upstream has switched to stable tags for 1.6.0 pre-releases X-Git-Tag: debian/1.6.0.pre3-1~6 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ad786a2ddb19a8ad9cac6e2efe99c6beb4925e6b;p=packages%2Fo%2Fopenafs.git Upstream has switched to stable tags for 1.6.0 pre-releases --- diff --git a/debian/rules b/debian/rules index 481311896..7eb75845f 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,7 @@ IGNORE += -Xafsd.fuse.8 -Xpam_afs DEBIAN := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2) DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1) VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g') -TAG := $(shell echo 'openafs-devel-$(VERSION)' | sed 's/\./_/g') +TAG := $(shell echo 'openafs-stable-$(VERSION)' | sed 's/\./_/g') REPO := git://git.openafs.org/openafs.git # Upstream does tarball releases for major releases, but not for point