[Pkg-javascript-commits] [npm2deb] 01/03: search in experimental

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Feb 3 05:59:51 UTC 2017


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

praveen pushed a commit to branch master
in repository npm2deb.

commit 93b5ecf55306e0dd566eb30ae567bf30dfb7eeb6
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Feb 1 22:33:52 2017 +0530

    search in experimental
---
 debian/patches/search-in-experimental.patch | 13 +++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/search-in-experimental.patch b/debian/patches/search-in-experimental.patch
new file mode 100644
index 0000000..79d3e60
--- /dev/null
+++ b/debian/patches/search-in-experimental.patch
@@ -0,0 +1,13 @@
+--- a/npm2deb/helper.py
++++ b/npm2deb/helper.py
+@@ -26,6 +26,10 @@
+     found = False
+     result = {}
+     my_print("Looking for existing repositories:")
++    content = _getstatusoutput(["rmadison -u debian node-"+module])
++    if content[1]:
++    	print(content[1]),
++    	found = True
+     for repo in repositories:
+         _debug(1, "search for %s in %s" % (module, repo))
+         url_base = "http://anonscm.debian.org/gitweb"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3aec554
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+search-in-experimental.patch

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



More information about the Pkg-javascript-commits mailing list