[Pkg-javascript-commits] [libjs-toastr] 02/02: Import Debian changes 2.1.3+dfsg1-1

Johannes Schauer josch at moszumanska.debian.org
Wed Jul 5 17:39:44 UTC 2017


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

josch pushed a commit to branch master
in repository libjs-toastr.

commit 4f5d764a5248fc713a889f1927feae49eb8b6379
Author: Johannes Schauer <josch at debian.org>
Date:   Wed Jul 5 17:33:22 2017 +0200

    Import Debian changes 2.1.3+dfsg1-1
    
    libjs-toastr (2.1.3+dfsg1-1) UNRELEASED; urgency=low
    
      * Initial release (Closes: #867288)
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 19 +++++++++++++++++++
 debian/copyright     | 40 ++++++++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/install       |  2 ++
 debian/rules         | 12 ++++++++++++
 debian/source/format |  1 +
 debian/tests/control |  2 ++
 debian/tests/require |  3 +++
 debian/watch         |  8 ++++++++
 11 files changed, 94 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ca4ff06
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libjs-toastr (2.1.3+dfsg1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #867288)
+
+ -- Johannes Schauer <josch at debian.org>  Wed, 05 Jul 2017 17:33:22 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ba1431a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: libjs-toastr
+Section: javascript
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Johannes Schauer <josch at debian.org>
+Build-Depends: debhelper (>= 10), node-less
+Standards-Version: 4.0.0
+Homepage: http://www.toastrjs.com
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/libjs-toastr.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/libjs-toastr.git
+
+Package: libjs-toastr
+Architecture: all
+Depends: ${misc:Depends}
+Description: Javascript library for non-blocking notifications
+ A client-side jQuery based JavaScript library providing temporary,
+ non-blocking pop-up notifications. These can be used to display brief,
+ auto-expiring windows of information like notifications, warnings or
+ errors to the user of a web application.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d92a82b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: toastr
+Upstream-Contact: http://stackoverflow.com/questions/tagged/toastr
+Source: http://www.toastrjs.com
+Files-Excluded:
+ nuget
+ build
+ tests/qunit
+
+Files: *
+Copyright:
+ 2012-2015 John Papa <john at johnpapa.net>
+ 2014-2017 Tim Ferrell <timothyferrell at gmail.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2017 Johannes Schauer <josch at debian.org>
+License: Expat
+
+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.
+
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..941fbca
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+toastr.js usr/share/javascript/toastr/js/
+toastr.css usr/share/javascript/toastr/css/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9ee7cd3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+override_dh_auto_build:
+	dh_auto_build
+	lessc toastr.less toastr.css
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/tests/control b/debian/tests/control
new file mode 100644
index 0000000..e37c011
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: libjs-toastr
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..869338e
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+nodejs -e "require('toastr');"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c32b284
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,8 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+compression=xz,\
+repack,\
+repacksuffix=+dfsg1,\
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/libjs-toastr-$1.tar.gz/ \
+ https://github.com/CodeSeven/toastr/tags .*/archive/v?([\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list