[Pkg-javascript-commits] [json-js] 58/85: Fix fixate get-orig-source target to snapshot (not follow tip of VCS).

Jonas Smedegaard dr at jones.dk
Mon Mar 14 10:39:40 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 37e974348fe262173e3844b52883c8f72281e875
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Nov 14 21:31:47 2012 +0100

    Fix fixate get-orig-source target to snapshot (not follow tip of VCS).
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 87953c4..64a15b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,8 +27,8 @@ pkg = libjs-$(libname)
 CDBS_BUILD_DEPENDS += , uglifyjs
 
 DEB_UPSTREAM_URL = https://github.com/douglascrockford/JSON-js/archive
-#DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
-DEB_UPSTREAM_TARBALL_BASENAME = master
+# FIXME: when tagged upstream change to v$(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_TARBALL_BASENAME = 43d783
 DEB_UPSTREAM_TARBALL_MD5 = 562eff09d374887cc6d3679be6fe2e08
 
 js-basedir =

-- 
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