[Pkg-javascript-commits] [libjs-favico.js] 01/02: initial packaging

Alexandre Viau aviau at moszumanska.debian.org
Sat Dec 26 15:43:41 UTC 2015


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

aviau pushed a commit to branch master
in repository libjs-favico.js.

commit c2d82d5daf2bfe78bb76fc26ca322230b5f035b1
Author: aviau <alexandre at alexandreviau.net>
Date:   Sat Dec 26 10:38:18 2015 -0500

    initial packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 18 ++++++++++++++++++
 debian/copyright     | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf      |  2 ++
 debian/install       |  2 ++
 debian/rules         | 10 ++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 9 files changed, 92 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6ef001e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libjs-favico.js (0.3.10~dfsg1-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #809041)
+
+ -- Alexandre Viau <aviau at debian.org>  Thu, 24 Dec 2015 19:33:23 -0500
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..63e3997
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: libjs-favico.js
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Alexandre Viau <aviau at debian.org>
+Build-Depends: debhelper (>= 9), yui-compressor
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/libjs-favico.js.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/libjs-favico.js.git
+Homepage: http://lab.ejci.net/favico.js
+
+Package: libjs-favico.js
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: javascript-common
+Description: make use of your favicon with badges, images or videos
+ Animate your favicon with animated badges. You can customize type
+ of animation, position, background color and text color.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c6d24bc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,50 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: favico.js
+Source: https://github.com/ejci/favico.js/
+Files-Excluded: *.min.js
+
+
+Files: *
+Copyright: 2011-2015 Miroslav Magda <magda.miroslav at gmail.com>
+License: Expat or GPL-2.0
+
+Files: debian/*
+Copyright: 2015 Alexandre Viau <aviau at debian.org>
+License: Expat or GPL-2.0
+Comment: Debian packaging is licensed under the same terms as upstream
+
+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.
+
+License: GPL-2.0
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation, version
+ 2 of the License.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..edbde07
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+favico.js /usr/share/javascript/favico.js
+favico.min.js /usr/share/javascript/favico.js
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ade130b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+%:
+	dh $@
+
+override_dh_auto_build:
+	yui-compressor -o favico.min.js favico.js
+
+override_dh_auto_clean:
+	dh_clean
+	rm -f favico.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..21b7bb5
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/libjs-favico.js-$1\.tar\.gz/,repacksuffix=~dfsg1,dversionmangle=s/\+dfsg\d*$// \
+ https://github.com/ejci/favico.js/releases .*/archive/v?(\d[\d\.]+)\.tar\.gz

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



More information about the Pkg-javascript-commits mailing list