[Pkg-javascript-commits] [ltx] 58/80: Update watch and rules files to directly use github.com URL (not githubredir.debian.net).

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:50:13 UTC 2016


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

js pushed a commit to branch master
in repository ltx.

commit 2b26b4fd200e1c32791cdd27426ad8953f8d96ae
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Nov 15 01:36:42 2012 +0100

    Update watch and rules files to directly use github.com URL (not githubredir.debian.net).
---
 debian/rules | 5 ++---
 debian/watch | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 87bc52e..ef9818b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,10 +32,9 @@ CDBS_ENHANCES_$(libpkgname) = browserify
 CDBS_BUILD_DEPENDS_rules_upstream-tarball =
 CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 
-DEB_UPSTREAM_URL = http://githubredir.debian.net/github/astro/ltx/
+DEB_UPSTREAM_URL = https://github.com/astro/ltx/archive
 DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
-DEB_UPSTREAM_WGET_OPTS += --no-check-certificate
-DEB_UPSTREAM_TARBALL_MD5 = 41496675c929590ab0e9d64a46550ef0
+DEB_UPSTREAM_TARBALL_MD5 = bb6448a9603dfc26f0eeb4a35f527849
 
 # TODO: Simply do "vows --spec" when upstream issue#6 is solved
 build/$(libpkgname)::
diff --git a/debian/watch b/debian/watch
index 5a35064..77ef42d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://githubredir.debian.net/github/astro/ltx .*?(\d[^/]*).tar.gz
+https://github.com/astro/ltx/tags .*/archive/v?(\d[\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list