[Pkg-javascript-commits] [node-expat] 174/371: Directly use github.com URL (not githubredir.debian.net redirctor) when fetching upstream source.

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:59 UTC 2016


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

js pushed a commit to branch master
in repository node-expat.

commit 563bb716f3230edb4c25724be2ecba1735e6b4a9
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jun 22 15:46:16 2012 +0200

    Directly use github.com URL (not githubredir.debian.net redirctor) when fetching upstream source.
---
 debian/rules | 5 ++++-
 debian/watch | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 73e5c53..fd11b7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,11 @@ CDBS_BUILD_DEPENDS += , nodejs-dev, libexpat-dev, node-vows
 CDBS_BUILD_DEPENDS_rules_upstream-tarball =
 CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 
-DEB_UPSTREAM_URL = http://githubredir.debian.net/github/astro/node-expat/
+DEB_UPSTREAM_URL = https://github.com/astro/$(DEB_UPSTREAM_PACKAGE)/tarball
 DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_TARBALL_DELIMITER =
+DEB_UPSTREAM_TARBALL_EXTENSION =
+DEB_UPSTREAM_RECEIVED_EXTENSION = tar.gz
 DEB_UPSTREAM_WGET_OPTS += --no-check-certificate
 DEB_UPSTREAM_TARBALL_MD5 = fd5669799856e52b3d35c55a8795a3c7
 
diff --git a/debian/watch b/debian/watch
index 711cdbf..4a1b0ac 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://githubredir.debian.net/github/astro/node-expat .*?(\d[^/]*).tar.gz
+https://github.com/astro/node-expat/tags .*/tarball/v?(\d[\d\.]+)

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



More information about the Pkg-javascript-commits mailing list