[Pkg-privacy-commits] [onionshare] 53/55: Add build instructions

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Sep 8 10:27:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch debian
in repository onionshare.

commit 221a4c01eb68ed06e60f171e2e4666368deba177
Author: Ulrike Uhlig <u at 451f.org>
Date:   Thu Sep 8 11:43:05 2016 +0200

    Add build instructions
---
 debian/README.source | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..41f64ab
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,16 @@
+uscan --download
+export NEW_UPSTREAM_VERSION=0.9.1
+export PKG_NAME=onionshare
+export PACKAGING_BRANCH=debian
+git checkout "$PACKAGING_BRANCH"
+export UPSTREAM_BRANCH=`gbp config buildpackage.upstream-branch | sed -r -e 's,.*=,,'`
+gbp import-orig \
+  --upstream-vcs-tag="v$NEW_UPSTREAM_VERSION" \
+  ../${PKG_NAME}_${NEW_UPSTREAM_VERSION}.orig.tar.gz
+gbp dch && dch -e
+git commit debian/changelog -m "$(head -n 1 debian/changelog | sed -e 's,).*,),')
+gbp buildpackage
+gbp buildpackage --git-tag-only --git-sign-tags && \
+git push --tags origin "$UPSTREAM_BRANCH" \
+  "$PACKAGING_BRANCH" \
+  pristine-tar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list