http://openafs-wiki.stanford.edu/AFSLore/GitDevelopers
- for information on how to submit patches upstream. There are some
- Debian-specific patches to the upstream source in the 1.4 versions of
- the Debian packages, but in the 1.5 experimental branch there are no
- Debian changes outside of the debian/* directory. We want to keep it
- that way if at all possible.
+ for information on how to submit patches upstream. Starting from
+ OpenAFS 1.5, we're no longer carrying any Debian-specific changes
+ outside of the debian/* directory, and we want to keep it that way.
Importing a New Upstream Release
edited as necessary to keep the length of the changelog lines
down.
- -- Russ Allbery <rra@debian.org>, Tue, 13 Jul 2010 19:30:15 -0700
+ -- Russ Allbery <rra@debian.org>, Sat, 14 May 2011 10:13:03 -0700
+openafs (1.6.0~pre4-2) UNRELEASED; urgency=low
+
+ * Update import-upstream and README.source for moving 1.6 from the
+ experimental and upstream-1.5 branches to the master and upstream
+ branches.
+
+ -- Russ Allbery <rra@debian.org> Sat, 14 May 2011 10:13:39 -0700
+
openafs (1.6.0~pre4-1) unstable; urgency=low
* Upload to unstable.
git add -f "$dir"
tree=$(git write-tree --prefix="$dir"/)
commit=$(echo "Imported upstream tag $upstream via tarball" | \
- git commit-tree "$tree" -p upstream-1.5 -p $(git rev-list -n1 "$upstream"))
+ git commit-tree "$tree" -p upstream -p $(git rev-list -n1 "$upstream"))
# Now that we have a commit, repoint upstream at that commit, tag it, and then
# remove the unpacked upstream tarball from our index.
-git branch -f upstream-1.5 "$commit"
+git branch -f upstream "$commit"
git tag "$tag" "$commit"
git rm -q -r -f "$dir"
rm -rf "$dir"