[Pkg-javascript-commits] [skeleton] 02/02: Add debian packaging

James Valleroy jvalleroy-guest at moszumanska.debian.org
Fri May 26 20:20:46 UTC 2017


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

jvalleroy-guest pushed a commit to branch master
in repository skeleton.

commit f32fd098b4883bc70b7112a17d6d1296db6730f6
Author: James Valleroy <jvalleroy at mailbox.org>
Date:   Fri May 26 16:13:02 2017 -0400

    Add debian packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 19 +++++++++++++++++++
 debian/copyright     | 31 +++++++++++++++++++++++++++++++
 debian/gbp.conf      |  2 ++
 debian/install       |  2 ++
 debian/rules         |  3 +++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 9 files changed, 67 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f42c5a8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+skeleton (2.0.4-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #863378)
+
+ -- James Valleroy <jvalleroy at mailbox.org>  Fri, 26 May 2017 16:11:38 -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..7f16b7c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: skeleton
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: James Valleroy <jvalleroy at mailbox.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/skeleton.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/skeleton.git
+Homepage: https://github.com/dhg/Skeleton
+
+Package: libjs-skeleton
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: javascript-common
+Description: Minimalistic CSS boilerplate framework
+ A minimalistic CSS framework for small projects. The whole framework
+ fits in around 400 lines of CSS and does not require javascript or
+ "build" tools.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8ebdcf1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Skeleton
+Source: https://github.com/dhg/Skeleton
+
+Files: *
+Copyright: 2011-2014 Dave Gamache <hello at davegamache.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2017 James Valleroy <jvalleroy at mailbox.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/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..e9e0e28
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+css/normalize.css usr/share/javascript/skeleton
+css/skeleton.css usr/share/javascript/skeleton
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cbe925d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@
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..583e950
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%skeleton-$1.tar.gz%" \
+    https://github.com/dhg/Skeleton/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz

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



More information about the Pkg-javascript-commits mailing list