[Pkg-javascript-commits] [npm2deb] 02/02: first commit debian files

Leo Iannacone l3on-guest at moszumanska.debian.org
Sat May 3 09:34:10 UTC 2014


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

l3on-guest pushed a commit to branch master
in repository npm2deb.

commit 764eaad284e51e0bee81f78fecabdfcfd7782529
Author: Leo Iannacone <l3on at ubuntu.com>
Date:   Sat May 3 11:34:04 2014 +0200

    first commit debian files
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 28 ++++++++++++++++++++++++++++
 debian/copyright     | 29 +++++++++++++++++++++++++++++
 debian/docs          |  2 ++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 8 files changed, 77 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..26403b9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+npm2deb (0.1.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #746752)
+
+ -- Leo Iannacone <l3on at ubuntu.com>  Sat, 03 May 2014 11:33:27 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5409b92
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: npm2deb
+Section: python
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Leo Iannacone <l3on at ubuntu.com>
+Build-Depends:
+ debhelper (>= 8)
+ , python-all (>= 2.6.6-3~)
+ , python-dateutil
+Standards-Version: 3.9.5
+Homepage: https://github.com/LeoIannacone/npm2deb
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/npm2deb.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/npm2deb.git
+
+Package: npm2deb
+Architecture: all
+Depends: ${python:Depends}
+ , ${misc:Depends}
+ , node-github-url-from-git
+ , npm
+Description: tool to debianize Node.js modules
+ Provides a script to make faster and easier packaging
+ Node.js modules available via npm.
+ .
+ It is also able to investigate modules dependencies
+ checking if they are already in the Debian repositories.
+ .
+ Node.js is an event-based server-side javascript engine.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5fc014d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: npm2deb
+Upstream-Contact: https://github.com/LeoIannaone/npm2deb/issues
+Source: https://github.com/LeoIannaone/npm2deb
+
+Files: *
+Copyright: 2014 Leo Iannacone <l3on at ubuntu.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2014 Leo Iannacone <l3on at ubuntu.com>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..5faa2f2
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README.md
+AUTHORS
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..de1bd88
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with python2
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..4475c53
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/npm2deb-$1.tar.gz/ \
+ https://github.com/LeoIannacone/npm2deb/tags .*/archive/v?([\d\.]+).tar.gz

-- 
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