[disorderfs] 05/06: Add instructions for the Debian release
Ximin Luo
infinity0 at debian.org
Mon Aug 21 17:39:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository disorderfs.
commit 9b8a8997c08d933904249fa4cda844ff68095c66
Author: Ximin Luo <infinity0 at debian.org>
Date: Mon Aug 21 19:37:21 2017 +0200
Add instructions for the Debian release
---
debian/README.source | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..aba63c2
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,20 @@
+Releasing a new version
+=======================
+
+After releasing the upstream tarball (as described in README), you should have
+a tarball and a signature file in the current directory. Then do::
+
+ $ for i in disorderfs-${VERSION}*; do x=${i/disorderfs-/disorderfs_}; ln -s "$i" "${x/.tar/.orig.tar}"; done
+ $ mv disorderfs-${VERSION}* disorderfs_${VERSION}* ..
+ $ pristine-tar commit ../disorderfs_${VERSION}.orig.tar.bz2 master
+ $ git checkout debian
+ $ git merge "${VERSION}"
+ $ dch -v "${VERSION}-1"
+ # [.. anything else ..]
+ $ dch -r
+ $ git commit -a -m "Release ${VERSION}-1 to Debian unstable."
+ $ gbp buildpackage --changes-option=-S
+ $ debsign ../disorderfs_${VERSION}-1_amd64.changes
+ $ dput ../disorderfs_${VERSION}-1_amd64.changes
+ $ gbp buildpackage --git-tag-only
+ $ git push origin debian master pristine-tar --tags
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/disorderfs.git
More information about the Reproducible-commits
mailing list