[Pkg-javascript-commits] [leaflet] 63/78: Add README.source section on getting upstream snapshots.

Jonas Smedegaard dr at jones.dk
Sat May 7 08:58:48 UTC 2016


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

js pushed a commit to branch master
in repository leaflet.

commit 382cc0f70dc3e18de237f49b90f855b34653624f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Apr 21 16:59:54 2016 +0200

    Add README.source section on getting upstream snapshots.
---
 debian/README.source | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/debian/README.source b/debian/README.source
index f88449e..abc1921 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -9,3 +9,24 @@ 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/Leaflet/Leaflet
+  * git fetch upstream-git
+
+To import + link an official release, use uscan:
+
+  * gbp import-orig --pristine-tar --filter=*/.git* --sign-tags --upstream-vcs-tag=v0.7.3 --uscan
+
+To import + link a snapshot, use get-orig-source target:
+
+  * debian/rules get-orig-source DEB_UPSTREAM_VERSION=0.7.7+20151026 DEB_UPSTREAM_TARBALL_HASH=be67b4834fe7753e2097908ca3abde252fb904b0
+  * gbp import-orig --pristine-tar --filter=*/.git* --sign-tags --upstream-vcs-tag=be67b48 ../tarballs/leaflet_0.7.7+20151026.orig.tar.gz
+
+
+ -- Jonas Smedegaard <dr at jones.dk>  Thu, 21 Apr 2016 16:56:12 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git



More information about the Pkg-javascript-commits mailing list