[Pkg-javascript-commits] [libjs-jquery-timeago] 02/02: Imported Debian patch 1.4.1-1

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Sep 9 15:39:16 UTC 2014


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

praveen pushed a commit to branch master
in repository libjs-jquery-timeago.

commit f4afd535fcbda3733ee45c1161168b0f24cc2674
Author: Pirate Praveen <praveen at debian.org>
Date:   Tue Sep 9 19:24:39 2014 +0530

    Imported Debian patch 1.4.1-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 25 +++++++++++++++++++++++++
 debian/copyright     | 30 ++++++++++++++++++++++++++++++
 debian/install       |  2 ++
 debian/rules         | 16 ++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 8 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4701cbd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libjs-jquery-timeago (1.4.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #710717)
+
+ -- Pirate Praveen <praveen at debian.org>  Tue, 09 Sep 2014 19:24:39 +0530
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..1913ca0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: libjs-jquery-timeago
+Section: web
+Priority: optional
+Maintainer: Pirate Praveen <praveen at debian.org>
+Build-Depends: debhelper (>= 9.0.0), yui-compressor
+Standards-Version: 3.9.5
+Homepage: http://timeago.yarp.com/
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/libjs-jquery-timeago.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/libjs-jquery-timeago.git;a=summary
+
+Package: libjs-jquery-timeago
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: updates fuzzy timestamps
+ jQuery plugin that makes it easy to support automatically updating fuzzy 
+ timestamps (e.g. "4 minutes ago" or "about 1 day ago") from ISO 8601 
+ formatted dates and times embedded in your HTML (à la microformats).
+ .
+ Timeago was originally built for use with Yarp.com to timestamp comments.
+ .
+ # Avoid timestamps dated "1 minute ago" even though the page was opened 10
+ minutes ago; timeago refreshes automatically.
+ # You can take full advantage of page caching in your web applications,
+ because the timestamps aren't calculated on the server.
+ # You get to use microformats like the cool kids.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1c071b0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jquery-timeago
+Source: https://plugins.jquery.com/timeago/
+
+Files: *
+Copyright: Ryan McGeary
+License: Expat
+
+Files: debian/*
+Copyright: 2014 Pirate Praveen <praveen 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/install b/debian/install
new file mode 100644
index 0000000..a273507
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+jquery.timeago.js usr/share/javascript/jquery-timeago
+jquery.timeago.min.js usr/share/javascript/jquery-timeago
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..501cedb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 
+
+override_dh_clean:
+	dh_clean
+	rm -f jquery.timeago.min.js
+
+override_dh_auto_build:
+	yui-compressor -o jquery.timeago.min.js jquery.timeago.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..f7c26bf
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://s3.amazonaws.com/builds.handlebarsjs.com/ handlebars-v(.*).js

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



More information about the Pkg-javascript-commits mailing list