[Pkg-javascript-commits] [node-lodash] 02/02: Add of d/ and DSFG-ing

matthew pideil mpideil-guest at moszumanska.debian.org
Sun May 11 20:00:28 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-lodash.

commit cf7630ad4df7df969bb4004929358159ba6174f3
Author: Matthew Pideil <matthewp_debian at teledetection.fr>
Date:   Sun May 11 21:58:08 2014 +0200

    Add of d/  and DSFG-ing
---
 debian/.copyright.swp       | Bin 0 -> 16384 bytes
 debian/changelog            |   5 ++
 debian/compat               |   1 +
 debian/control              |  26 ++++++++++
 debian/copyright            | 120 ++++++++++++++++++++++++++++++++++++++++++++
 debian/docs                 |   1 +
 debian/libjs-lodash.install |   1 +
 debian/node-lodash.install  |   1 +
 debian/rules                |  23 +++++++++
 debian/source/format        |   1 +
 debian/watch                |   3 ++
 11 files changed, 182 insertions(+)

diff --git a/debian/.copyright.swp b/debian/.copyright.swp
new file mode 100644
index 0000000..2a263b6
Binary files /dev/null and b/debian/.copyright.swp differ
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d5ff8c3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-lodash (2.4.1+dfsg-1-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Matthew Pideil <matthewp_debian at teledetection.fr>  Sun, 11 May 2014 21:42:57 +0200
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..5df6837
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: node-lodash
+Section: web
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Valentin OVD <valentin.ovd at live.fr>
+Build-Depends: debhelper (>= 9.0.0),
+ node-uglify | yui-compressor
+Standards-Version: 3.9.5
+Homepage: http://lodash.com/
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-lodash.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-lodash.git;a=summary
+
+Package: node-lodash
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, nodejs
+Description: Lo-dash is a Node.JS utility library. 
+ Lo-dash is a Node.JS utility library delivering
+ consistency, customization, performance, & extras.
+
+Package: libjs-lodash
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, javascript-common
+Description: Lo-dash is a Javascript utility library.
+ Lo-dash is a Javascript utility library delivering
+ consistency, customization, performance, & extras for Web Application.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5c9fdae
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,120 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lodash
+Source: https://github.com/lodash/lodash
+ Repackaged to exclude some non-DFSG files (copyrighted ICC profiles embedded)
+ vendor/firebug-lite/skin/xp/textEditorCorners.png
+ vendor/firebug-lite/skin/xp/textEditorBorders.png
+
+Files: *
+Copyright: 2013 John-David Dalton
+License: Expat
+
+Files: vendor/backbone/*
+Copyright: 2010-2011 Jeremy Ashkenas, DocumentCloud
+ 2011-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
+License: Expat
+
+Files: vendor/benchmark.js/*
+Copyright: 2010-2013 Mathias Bynens
+ 2012-2014 John-David Dalton
+License: Expat
+
+Files: vendor/curl/*
+Copyright: 2010-2013 Brian Cavalier and John Hann
+License: Expat
+
+Files: vendor/dojo/*
+Copyright: 2005-2013, The Dojo Foundation
+License: BSD-3-clause
+
+Files: vendor/firebug-lite/*
+Copyright: 2007, Parakey Inc.
+License: BSD-3-clause
+
+Files: vendor/jquery/*
+ vendor/qunit/*
+Copyright: 2012 jQuery Foundation and other contributors
+License: Expat
+
+Files: vendor/json-js/*
+Copyright: 2010 Douglas Crockford
+License: public-domain
+
+Files: vendor/platform.js
+Copyright: 2010-2013 John-David Dalton
+License: Expat
+
+Files: vendor/qunit-extras/*
+Copyright: 2011-2012 John-David Dalton
+License: Expat
+
+Files: vendor/requirejs/*
+Copyright: 2010-2011, The Dojo Foundation
+License: BSD-3-clause or Expat
+
+Files: vendor/underscore/*
+Copyright: 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
+License: Expat
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+  * Redistributions of source code must retain the above copyright notice, this
+    list of conditions and the following disclaimer.
+  * Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
+  * Neither the name of the Dojo Foundation nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: Expat
+ 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 Valentin OVD <valentin.ovd at live.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..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/libjs-lodash.install b/debian/libjs-lodash.install
new file mode 100644
index 0000000..487fc1f
--- /dev/null
+++ b/debian/libjs-lodash.install
@@ -0,0 +1 @@
+debian/build/*	/usr/share/javascript/
diff --git a/debian/node-lodash.install b/debian/node-lodash.install
new file mode 100644
index 0000000..8713861
--- /dev/null
+++ b/debian/node-lodash.install
@@ -0,0 +1 @@
+debian/build/lodash.js /usr/lib/nodejs/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..07026b3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+js-compressor := $(or $(notdir $(shell which uglifyjs)),yui-compressor)
+
+%:
+	dh $@
+
+override_dh_auto_clean:
+	rm -rf debian/build
+
+override_dh_auto_build:
+	dh_auto_build
+	if [ ! -d debian/build ]; \
+	then mkdir debian/build; \
+	fi; \
+	do \
+		cp lodash.js debian/build/; \
+		$(js-compressor)  -o debian/build/$$(basename lodash .js).min.js lodash.js; \
+	done
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..5faf913
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=dversionmangle=s/\+dfsg// \
+https://github.com/lodash/lodash/tags .*/v?(\d\S*)\.tar\.gz

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



More information about the Pkg-javascript-commits mailing list