[Pkg-javascript-commits] [emojify.js] 02/05: Initial packaging.

Michael Lustfield mtecknology at debian.org
Sat Aug 5 23:00:21 UTC 2017


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

mtecknology pushed a commit to branch master
in repository emojify.js.

commit e671de52ad5c91c87eda2e816549d0dd1ea6f6d1
Author: Michael Lustfield <michael at lustfield.net>
Date:   Sat Aug 5 16:33:49 2017 -0500

    Initial packaging.
---
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 19 +++++++++++++++++++
 debian/copyright                | 30 ++++++++++++++++++++++++++++++
 debian/docs                     |  1 +
 debian/libjs-emojify.install    |  1 +
 debian/rules                    |  8 ++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  2 ++
 9 files changed, 68 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f8169b9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libjs-emojify (1.1.0-1) unstable; urgency=medium
+
+  * Initial release (Closes: #860358)
+
+ -- Michael Lustfield <michael at lustfield.net>  Sat, 05 Aug 2017 15:21:06 -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..5f85662
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: libjs-emojify
+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), yui-compressor
+Standards-Version: 4.0.0
+Section: web
+Homepage: https://github.com/emojione/emojify.js
+Vcs-Git: https://anonscm.debian.org/pkg-javascript/emojify.js.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/emojify.js.git
+
+Package: libjs-emojify
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: JavaScript library converting Emoji keywords to images
+ This JavaScript library provides methods to convert Emoji keywords
+ to images.
+ .
+ Emoji Cheat Sheet: https://www.webpagefx.com/tools/emoji-cheat-sheet/
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0e62f76
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: emojify.js
+Source: https://github.com/emojione/emojify.js
+Files-Excluded: dist/*
+
+Files: *
+Copyright: 2014 Hassan Khan <contact at hassankhan.me>
+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/libjs-emojify.install b/debian/libjs-emojify.install
new file mode 100644
index 0000000..b556c4e
--- /dev/null
+++ b/debian/libjs-emojify.install
@@ -0,0 +1 @@
+src/* usr/share/javascript/emojify.js/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..08404f9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+%:
+	dh $@
+
+override_dh_auto_build:
+	yui-compressor -o src/emojify.min.js src/emojify.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/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..562e757
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# False positive, detected by long line length
+source: source-is-missing

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



More information about the Pkg-javascript-commits mailing list