[Pkg-javascript-commits] [libjs-jquery-dotdotdot] 02/02: Initial release of libjs-jquery-dotdotdot.

Sergio Durigan Junior sergiodj-guest at moszumanska.debian.org
Sat Aug 13 18:35:39 UTC 2016


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

sergiodj-guest pushed a commit to branch master
in repository libjs-jquery-dotdotdot.

commit e6e06e4d0eb14a1c25294f91881beb052c04fc37
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date:   Sat Aug 13 14:35:06 2016 -0400

    Initial release of libjs-jquery-dotdotdot.
    
    Closes: #833976
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 23 +++++++++++++++++++++++
 debian/copyright     | 34 ++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/install       |  2 ++
 debian/rules         | 11 +++++++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 9 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5cb9f49
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libjs-jquery-dotdotdot (1.8.3+dfsg-1) UNRELEASED; urgency=medium
+
+  * Initial release of libjs-jquery-dotdotdot. (Closes: #833976)
+
+ -- Sergio Durigan Junior <sergiodj at sergiodj.net>  Wed, 10 Aug 2016 22:08:41 -0400
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..aaee2f3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: libjs-jquery-dotdotdot
+Section: web
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Sergio Durigan Junior <sergiodj at sergiodj.net>
+Build-Depends: debhelper (>=9), yui-compressor
+Standards-Version: 3.9.8
+Homepage: http://dotdotdot.frebsite.nl/
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/libjs-jquery-dotdotdot.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/libjs-jquery-dotdotdot.git
+
+Package: libjs-jquery-dotdotdot
+Architecture: all
+Depends: ${misc:Depends}, libjs-jquery
+Recommends: javascript-common
+Description: jQuery plugin for ellipsis on multiple line content
+ A jQuery plugin for advanced cross-browser ellipsis which handles
+ multiple line contents depending on whether the text will overlap an
+ element.
+ .
+ You can also add one or several CSS classes to HTML elements to
+ automatically invoke the plugin's functionality and some extra
+ features.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..350ac9c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jQuery.dotdotdot
+Source: https://github.com/FrDH/jQuery.dotdotdot
+Files-Excluded:
+ src/*.min.js
+ src/*.min.umd.js
+
+Files: *
+Copyright: 2015 Fred Heusschen
+License: Expat
+
+Files: debian/*
+Copyright: 2016 Sergio Durigan Junior <sergiodj at sergiodj.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/install b/debian/install
new file mode 100644
index 0000000..8c03eaa
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+src/jquery.dotdotdot.js usr/share/javascript/jquery-dotdotdot/
+src/jquery.dotdotdot.min.js usr/share/javascript/jquery-dotdotdot/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0e99a2b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_build:
+	yui-compressor -o src/jquery.dotdotdot.min.js src/jquery.dotdotdot.js
+
+override_dh_auto_clean:
+	dh_clean
+	rm -rf src/jquery.dotdotdot.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..d01dafd
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+   https://github.com/FrDH/jQuery.dotdotdot/tags \
+   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate

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



More information about the Pkg-javascript-commits mailing list