[Pkg-javascript-commits] [libjs-semanticui] 04/07: Initial packaging
Michael Lustfield
mtecknology at debian.org
Wed Oct 4 05:12:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
mtecknology pushed a commit to branch master
in repository libjs-semanticui.
commit 566f00bbfc095235a81880f4cae42d4dfac611b7
Author: Michael Lustfield <michael at lustfield.net>
Date: Tue Oct 3 23:42:21 2017 -0500
Initial packaging
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 20 ++++++++++++++++++++
debian/copyright | 33 +++++++++++++++++++++++++++++++++
debian/gbp.conf | 3 +++
debian/install | 1 +
debian/rules | 3 +++
debian/source/format | 1 +
debian/source/lintian-overrides | 6 ++++++
debian/watch | 10 ++++++++++
10 files changed, 83 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..59f13cd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libjs-semanticui (2.2.13+dfsg-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #871462)
+
+ -- Michael Lustfield <michael at lustfield.net> Tue, 03 Oct 2017 22:19:34 -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..fa4d367
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: libjs-semanticui
+Section: javascript
+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), uglifyjs
+Standards-Version: 4.1.1
+Homepage: https://github.com/Semantic-Org/Semantic-UI
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/libjs-semanticui.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/libjs-semanticui.git
+
+Package: libjs-semanticui
+Architecture: all
+Depends: javascript-common, ${misc:Depends}
+Description: JS framework based around principles from natural language
+ Semantic allows developers to build beautiful websites fast, with concise
+ HTML, intuitive javascript, and simplified debugging, helping make front-end
+ development a delightful experience. Semantic is responsively designed
+ allowing your website to handle multiple devices. Semantic integrates with
+ frameworks such as React, Angular, Meteor, and Ember.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3a9959d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: semantic-ui
+Source: https://github.com/Semantic-Org/Semantic-UI
+Files-Excluded: dist/*.min.js dist/*.min.css
+ dist/components/*.min.js dist/components/*.min.css
+ examples/assets/library test
+
+Files: *
+Copyright: semantic-ui.com
+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/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..4eb8a51
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+pristine-tar = True
+#sign-tags = True
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..9217b61
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+dist/* usr/share/javascript/libjs-semanticui
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/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..654e404
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,6 @@
+# An extremely long line makes some .js files appear to be source. false-positive
+#source: insane-line-length-in-source-file
+#source: source-contains-prebuilt-javascript-object
+#source: source-is-missing
+# Upstream does not sign (or properly tag) releases
+source: debian-watch-may-check-gpg-signature
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0312f5f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,10 @@
+# uscan(1) configuration file.
+version=4
+
+opts="\
+pgpmode=none,\
+repacksuffix=+dfsg,\
+repack,compression=xz,\
+dversionmangle=s{[~+](?:ds|dfsg)\d*$}{},\
+" https://github.com/Semantic-Org/Semantic-UI/releases \
+ .*/archive/v?(\d[\d.]+)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/libjs-semanticui.git
More information about the Pkg-javascript-commits
mailing list