[Pkg-javascript-commits] [node-knockout-transformations] 02/02: Import Debian changes 2.1.0-1

Daniel Ring techwolf-guest at moszumanska.debian.org
Tue Jan 2 04:55:15 UTC 2018


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

techwolf-guest pushed a commit to branch master
in repository node-knockout-transformations.

commit b2b66b3cf75777599c8a8e1e2495dcab559311bd
Author: Daniel Ring <dring at wolfishly.me>
Date:   Mon Jan 1 20:14:16 2018 -0800

    Import Debian changes 2.1.0-1
    
    node-knockout-transformations (2.1.0-1) unstable; urgency=low
    
      * Initial release (Closes: #886092)
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 28 ++++++++++++++++++++++++++++
 debian/copyright     | 29 +++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/install       |  2 ++
 debian/rules         | 16 ++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  5 +++++
 9 files changed, 88 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1ef2637
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-knockout-transformations (2.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #886092)
+
+ -- Daniel Ring <dring at wolfishly.me>  Mon, 01 Jan 2018 20:14:16 -0800
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..d21210b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: node-knockout-transformations
+Section: javascript
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Daniel Ring <dring at wolfishly.me>
+Build-Depends:
+ debhelper (>= 9)
+ , dh-buildinfo
+ , nodejs
+ , uglifyjs
+Standards-Version: 4.1.3
+Homepage: https://github.com/One-com/knockout-transformations
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-knockout-transformations.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-knockout-transformations.git
+
+Package: node-knockout-transformations
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+ , node-knockout
+Description: Live transform methods for Knockout observable arrays
+ This plugin adds observable map, filter, indexBy and sortBy features to
+ Knockout.js observable arrays, so you can transform collections in arbitrary
+ ways and have the results automatically update whenever the underlying source
+ data changes.
+ .
+ Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..23fb79a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: knockout-transformations
+Upstream-Contact: https://github.com/One-com/knockout-transformations/issues
+Source: https://github.com/One-com/knockout-transformations
+
+Files: *
+Copyright: 2015 One.com
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2018 Daniel Ring <dring at wolfishly.me>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
+
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/install b/debian/install
new file mode 100644
index 0000000..e3c3389
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+dist usr/lib/nodejs/knockout-transformations/
+package.json usr/lib/nodejs/knockout-transformations/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bbae208
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+override_dh_auto_build:
+	make dist/knockout-transformations.min.js
+
+override_dh_auto_test:
+
+override_dh_auto_clean:
+	rm -f dist/knockout-transformations.js dist/knockout-transformations.min.js
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..2f6fbca
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-knockout-transformations-$1.tar.gz/ \
+ https://github.com/One-com/knockout-transformations/tags .*/archive/v?([\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list