[Pkg-javascript-commits] [npm2deb] 01/03: Imported Upstream version 0.2.3
Leo Iannacone
l3on-guest at moszumanska.debian.org
Sun Sep 6 08:39:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
l3on-guest pushed a commit to branch master
in repository npm2deb.
commit 810f923419bcb006d6f1ee4a80b8777a3eaa6bd4
Author: Leo Iannacone <info at leoiannacone.com>
Date: Sun Sep 6 10:16:58 2015 +0200
Imported Upstream version 0.2.3
---
npm2deb/__init__.py | 2 +-
npm2deb/templates.py | 1 -
setup.py | 4 +++-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/npm2deb/__init__.py b/npm2deb/__init__.py
index cbe9555..ae21b83 100644
--- a/npm2deb/__init__.py
+++ b/npm2deb/__init__.py
@@ -10,7 +10,7 @@ import re as _re
from npm2deb import utils, templates
from npm2deb.mapper import Mapper
-VERSION = '0.2.2'
+VERSION = '0.2.3'
DEBHELPER = 8
STANDARDS_VERSION = '3.9.6'
diff --git a/npm2deb/templates.py b/npm2deb/templates.py
index 82caa94..1868ffc 100644
--- a/npm2deb/templates.py
+++ b/npm2deb/templates.py
@@ -19,7 +19,6 @@ Standards-Version: %(Standards-Version)s
Homepage: %(Homepage)s
Vcs-Git: %(Vcs-Git)s
Vcs-Browser: %(Vcs-Browser)s
-XS-Testsuite: autopkgtest
Package: %(Package)s
Architecture: all
diff --git a/setup.py b/setup.py
index 30ceea7..3c5f91f 100755
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,9 @@ setup(name='npm2deb',
data_files=[
('share/man/man1', ['man/npm2deb.1']),
('share/doc/npm2deb', ['README.md', 'AUTHORS']),
- ('/etc/bash_completion.d', ['etc/bash_completion.d/npm2deb'])
+ ('share/bash-completion/completions', [
+ 'etc/bash_completion.d/npm2deb'
+ ])
],
cmdclass={"install_scripts": remove_extension},
)
--
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