]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Upstream has switched to stable tags for 1.6.0 pre-releases
authorRuss Allbery <rra@debian.org>
Tue, 22 Mar 2011 10:19:51 +0000 (03:19 -0700)
committerRuss Allbery <rra@debian.org>
Tue, 22 Mar 2011 10:19:51 +0000 (03:19 -0700)
debian/rules

index 481311896fbdd26ec5296416411fdaf5e2ef98b2..7eb75845fe1916e6d2b3d3a72cde312a780ef57a 100755 (executable)
@@ -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