From: Russ Allbery Date: Tue, 9 Mar 2010 00:24:46 +0000 (-0800) Subject: Update changelog for the final 1.4.12 release X-Git-Tag: debian/1.4.12+dfsg-1~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a903ba8d8350bef9ff61748ca8caf04ee16c8bc9;p=packages%2Fo%2Fopenafs.git Update changelog for the final 1.4.12 release Switch the get-orig-source target back to the main release directory. --- diff --git a/debian/changelog b/debian/changelog index fab38ed18..a1c0317fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -openafs (1.4.12~pre4+dfsg-1) UNRELEASED; urgency=low +openafs (1.4.12+dfsg-1) UNRELEASED; urgency=low - * New upstream release candidate. + * New upstream release. - Enable weak encryption types in aklog and klog.krb5. - Build support for Linux 2.6.33. - Improvements to host tracking safety in the file server. diff --git a/debian/rules b/debian/rules index e3b829135..fabef82ad 100755 --- a/debian/rules +++ b/debian/rules @@ -60,7 +60,7 @@ IGNORE += -Xknfs -Xrmtsysd 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/candidate/$(VERSION) +UPSTREAM = /afs/grand.central.org/software/openafs/$(VERSION) # 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