* Adjust get-orig-source to cope with tarballs for patch releases being
in the same directory as the parent normal release.
* New upstream release.
- Support for Linux 2.6.34. (LP: #566956)
- Fix some possible kernel panics.
+ * Adjust get-orig-source to cope with tarballs for patch releases being
+ in the same directory as the parent normal release.
-- Russ Allbery <rra@debian.org> Wed, 26 May 2010 08:06:43 -0700
DEBVERS := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 \
| cut -d- -f1)
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
-UPSTREAM = /afs/grand.central.org/software/openafs/$(VERSION)
+VERSHORT := $(shell echo '$(VERSION)' \
+ | sed -e 's/\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/')
+UPSTREAM = /afs/grand.central.org/software/openafs/$(VERSHORT)
# Download the upstream source, merge in the doc tarball, and do the
# repackaging that we have to do for DFSG reasons. This assumes AFS is