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

Jonas Smedegaard js at moszumanska.debian.org
Tue Apr 29 11:59:51 UTC 2014


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

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

commit 9129d12a0c501cdddba20f1d0f6d9721f69d9995
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Nov 28 23:56:02 2012 +0100

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

diff --git a/debian/rules b/debian/rules
index 6484d15..1308436 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,8 @@ node-pkgname = node-$(libname)
 
 CDBS_DEPENDS_$(node-pkgname) = nodejs
 
-DEB_UPSTREAM_URL = http://githubredir.debian.net/github/phuesler/ain
+DEB_UPSTREAM_URL = https://github.com/phuesler/ain/archive
 DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
-DEB_UPSTREAM_WGET_OPTS += --no-check-certificate
 DEB_UPSTREAM_TARBALL_MD5 = 88d16e99e2de75b42585367d202383ed
 
 DEB_INSTALL_DOCS_ALL += readme.md
diff --git a/debian/watch b/debian/watch
index e704432..a686e7f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://githubredir.debian.net/github/phuesler/ain .*?(\d[^/]*).tar.gz
+https://github.com/phuesler/ain/tags .*/archive/v?(\d[\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list