[Pkg-javascript-commits] [libjs-jquery-flot-axislabels] 02/02: prepare 2.0.1+git20141122-1

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Nov 23 01:45:43 UTC 2016


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

debacle pushed a commit to branch master
in repository libjs-jquery-flot-axislabels.

commit 6ec4fe02845e9cdc823f6954d75ec342b2b8b698
Author: W. Martin Borgert <debacle at debian.org>
Date:   Wed Nov 23 00:53:37 2016 +0000

    prepare 2.0.1+git20141122-1
---
 debian/changelog     |  5 +++++
 debian/clean         |  1 +
 debian/compat        |  1 +
 debian/control       | 22 ++++++++++++++++++++++
 debian/copyright     | 30 ++++++++++++++++++++++++++++++
 debian/dirs          |  1 +
 debian/docs          |  1 +
 debian/install       |  2 ++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 10 files changed, 72 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ea9ac1b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libjs-jquery-flot-axislabels (2.0.1+git20141122-1) unstable; urgency=medium
+
+  * Initial upload (Closes: #845316).
+
+ -- W. Martin Borgert <debacle at debian.org>  Wed, 23 Nov 2016 00:19:21 +0000
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..0840788
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+jquery.flot.axislabels.min.js
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..3b63459
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: libjs-jquery-flot-axislabels
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Section: web
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               yui-compressor
+Standards-Version: 3.9.8
+Homepage: https://github.com/markrcote/flot-axislabels
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/libjs-jquery-flot-axislabels.js.git
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/libjs-jquery-flot-axislabels.js.git
+
+Package: libjs-jquery-flot-axislabels
+Section: web
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: javascript-common
+Description: provides flot with the ability to label axes
+ flot-axislabels provides flot with the ability to label axes.
+ It supports any number of axes. It can render the labels with
+ CSS transforms, in canvas, or with traditional CSS positioning
+ ("HTML" mode).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a3bf918
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flot-axislabels
+Source: https://github.com/markrcote/flot-axislabels
+
+Files: *
+Copyright: 2010 Xuan Luo, 2010-2014 Mark Côté
+License: MIT
+
+Files: debian/*
+Copyright: 2016 W. Martin Borgert <debacle at debian.org>
+License: MIT
+
+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.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..064d447
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+/usr/share/javascript/jquery-flot-axislabels
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..c04dacc
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+jquery.flot.axislabels.js /usr/share/javascript/jquery-flot-axislabels/
+jquery.flot.axislabels.min.js /usr/share/javascript/jquery-flot-axislabels/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..873bcad
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_build:
+	dh_auto_build
+	yui-compressor jquery.flot.axislabels.js > jquery.flot.axislabels.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)

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



More information about the Pkg-javascript-commits mailing list