[Pkg-javascript-commits] [node-async] 227/480: Update watch and rules files to directly use github.com URL (not githubredir.debian.net).
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit 626ea2c863e0bfb0d7ab350bf7a57e548c61bd0e
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Dec 13 02:02:24 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 aa8b6b9..f366181 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,9 @@ nodepkgname = node-$(libname)
CDBS_BUILD_DEPENDS_rules_upstream-tarball =
CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
-DEB_UPSTREAM_URL = http://githubredir.debian.net/github/caolan/async
+DEB_UPSTREAM_URL = http://github.com/caolan/async/archive
DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
-DEB_UPSTREAM_WGET_OPTS += --no-check-certificate
-DEB_UPSTREAM_TARBALL_MD5 = 1562c187fcdbdc6064340e9d1ad91be1
+DEB_UPSTREAM_TARBALL_MD5 = ed61867d148cbaafc79d4a17ec87d144
# suppress checking binary files, to not upset dpkg-source
DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(dist/async\.min\.js|debian/(changelog|copyright(|_hints|_newhints)))$
diff --git a/debian/watch b/debian/watch
index 1ac8587..2db891b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://githubredir.debian.net/github/caolan/async .*?(\d[^/]*).tar.gz
+https://github.com/caolan/async/tags .*/archive/v?(\d[\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list