[Pkg-javascript-commits] [json-js] 05/18: Document getting snapshots in README.source.
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 09:48:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository json-js.
commit 3d242ae1f7f64be5fd32d7c51b096c623ab050fe
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Aug 31 10:58:21 2016 +0200
Document getting snapshots in README.source.
---
debian/README.source | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/debian/README.source b/debian/README.source
index f88449e..f26de22 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -9,3 +9,19 @@ More info here: http://wiki.debian.org/CDBS+git-buildpackage
-- Jonas Smedegaard <dr at jones.dk> Mon, 18 Feb 2013 12:55:37 +0100
+
+
+Getting new upstream release
+----------------------------
+
+Packaging is linked with upstream source, tracked as separate git remote:
+
+ * git remote add upstream-git https://github.com/douglascrockford/JSON-js
+ * git fetch upstream-git
+
+To import + link a snapshot, use get-orig-source target:
+
+ * debian/rules get-orig-source DEB_UPSTREAM_VERSION=0~20150503 DEB_UPSTREAM_TARBALL_BASENAME=c98948a
+ * gbp import-orig --upstream-vcs-tag=c98948a ../tarballs/json-js_0~20150503.orig.tar.gz
+
+ -- Jonas Smedegaard <dr at jones.dk> Wed, 31 Aug 2016 10:32:28 +0200
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/json-js.git
More information about the Pkg-javascript-commits
mailing list