[Pkg-javascript-commits] [libjs-jquery-minicolors] 02/03: Initial packaging.

Michael Lustfield mtecknology at debian.org
Sun Aug 27 01:09:01 UTC 2017


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

mtecknology pushed a commit to branch master
in repository libjs-jquery-minicolors.

commit d8683bb5c84d00b55fcd501be603c8e9e2b77a35
Author: Michael Lustfield <michael at lustfield.net>
Date:   Sat Aug 26 19:54:43 2017 -0500

    Initial packaging.
---
 debian/changelog                       |  5 +++++
 debian/compat                          |  1 +
 debian/control                         | 20 ++++++++++++++++++++
 debian/copyright                       | 31 +++++++++++++++++++++++++++++++
 debian/docs                            |  1 +
 debian/examples                        |  2 ++
 debian/libjs-jquery-minicolors.install |  3 +++
 debian/rules                           | 13 +++++++++++++
 debian/source/format                   |  1 +
 debian/watch                           | 10 ++++++++++
 10 files changed, 87 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d21671f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+jquery-minicolors (2.2.6+dfsg-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #871455)
+
+ -- Michael Lustfield <michael at lustfield.net>  Sat, 26 Aug 2017 02:53:01 -0500
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..662ee50
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: jquery-minicolors
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Michael Lustfield <michael at lustfield.net>
+Build-Depends: debhelper (>= 10), uglifyjs
+Standards-Version: 4.0.0
+Section: javascript
+Homepage: https://github.com/jquery-minicolors
+Vcs-Git: https://anonscm.debian.org/pkg-javascript/jquery-minicolors.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/jquery-minicolors.git
+
+Package: libjs-jquery-minicolors
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: javascript-common
+Description: Tiny color picker built on jQuery
+ This package provides a library with methods to display a mini color picker
+ using jQuery.
+ .
+ API Documentation: https://labs.abeautifulsite.net/jquery-minicolors/#api
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8d3ba93
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jquery-minicolors
+Source: https://github.com/claviska/jquery-minicolors
+Files-Excluded: *.min.js
+
+Files: *
+Copyright: 2017 A Beautiful Site, LLC
+License: Expat
+
+Files: debian/*
+Copyright: 2017 Michael Lustfield <michael at lustfield.net>
+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/examples b/debian/examples
new file mode 100644
index 0000000..0f8cf41
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1,2 @@
+index.html
+without-bootstrap.html
diff --git a/debian/libjs-jquery-minicolors.install b/debian/libjs-jquery-minicolors.install
new file mode 100644
index 0000000..46e2d09
--- /dev/null
+++ b/debian/libjs-jquery-minicolors.install
@@ -0,0 +1,3 @@
+jquery.minicolors.css usr/share/javascript/jquery-minicolors/
+jquery.minicolors.min.js usr/share/javascript/jquery-minicolors/
+jquery.minicolors.js usr/share/javascript/jquery-minicolors/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a67f18a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+%:
+	dh $@
+
+override_dh_auto_build:
+	uglifyjs -o jquery.minicolors.min.js jquery.minicolors.js
+
+
+override_dh_auto_clean:
+	dh_clean
+	rm -f jquery.minicolors.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..206cbe4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,10 @@
+# uscan(1) configuration file.
+version=4
+
+opts="\
+pgpmode=none,\
+repacksuffix=+dfsg,\
+repack,compression=xz,\
+dversionmangle=s{[~+](?:ds|dfsg)\d*$}{},\
+"  https://github.com/claviska/jquery-minicolors/releases \
+   .*/archive/v?(\d[\d.]+)\.tar\.gz

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



More information about the Pkg-javascript-commits mailing list