[Pkg-javascript-commits] [node-findup-sync] 01/01: debian directory

matthew pideil mpideil-guest at moszumanska.debian.org
Sun Mar 30 18:47:29 UTC 2014


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

mpideil-guest pushed a commit to branch master
in repository node-findup-sync.

commit a47d7c6536752c2e6aaf2dbdf6249040cc130174
Author: Matthew Pideil <matthewp_debian at teledetection.fr>
Date:   Sun Mar 30 18:37:05 2014 +0000

    debian directory
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 17 +++++++++++++++++
 debian/copyright     | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/docs          |  2 ++
 debian/install       |  2 ++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 9 files changed, 84 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b73efd5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-findup-sync (0.1.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Matthew Pideil <matthewp_debian at teledetection.fr>  Sun, 30 Mar 2014 17:05:46 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b0c1f29
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: node-findup-sync
+Section: web
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 8.0.0)
+Standards-Version: 3.9.4
+Homepage: https://github.com/cowboy/node-findup-sync
+Vcs-Git: git://git.debian.org/pkg-javascript/node-findup-sync.git
+Vcs-Browser: http://git.debian.org/?p=pkg-javascript/node-findup-sync.git;a=summary
+
+Package: node-findup-sync
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, nodejs
+Recommends: javascript-common
+Description: Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
+ .
+ Node.js is an event-based server-side javascript engine.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..da0e003
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: node-findup-sync
+Source: https://github.com/cowboy/node-findup-sync
+
+Files: *
+Copyright: 2013 "Cowboy" Ben Alman
+License: MIT
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+
+Files: debian/*
+Copyright: 2014 Matthew Pideil <matthewp_debian at teledetection.fr>
+License: GPL-2+
+ This package 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 2 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 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..87ae095
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README.md
+test/
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..199de68
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+lib/	/usr/lib/nodejs/node-findup-sync
+package.json	/usr/lib/nodejs/node-findup-sync
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..79fd842
--- /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 $@ 
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..7d7d367
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/cowboy/node-findup-sync/tags .*/archive/v?(\d[\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list