[Pkg-javascript-commits] [libjs-cssrelpreload] 02/02: Initial packaging.

Michael Lustfield mtecknology at debian.org
Sat Aug 26 21:21:29 UTC 2017


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

mtecknology pushed a commit to branch master
in repository libjs-cssrelpreload.

commit cebc14df950701e67f869de39731616595f6a3fc
Author: Michael Lustfield <michael at lustfield.net>
Date:   Sat Aug 26 16:15:03 2017 -0500

    Initial packaging.
---
 debian/changelog                   |  5 +++++
 debian/compat                      |  1 +
 debian/control                     | 25 +++++++++++++++++++++++++
 debian/copyright                   | 30 ++++++++++++++++++++++++++++++
 debian/docs                        |  1 +
 debian/libjs-cssrelpreload.install |  1 +
 debian/rules                       |  5 +++++
 debian/source/format               |  1 +
 debian/watch                       |  9 +++++++++
 9 files changed, 78 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..30fd63d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libjs-cssrelpreload (1.3.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #871457)
+
+ -- Michael Lustfield <michael at lustfield.net>  Sat, 26 Aug 2017 02:53:01 -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..3097135
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: libjs-cssrelpreload
+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)
+Standards-Version: 4.0.0
+Section: javascript
+Homepage: https://github.com/filamentgroup/loadCSS
+Vcs-Git: https://anonscm.debian.org/pkg-javascript/libjs-cssrelpreload.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/libjs-cssrelpreload.git
+
+Package: libjs-cssrelpreload
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: JavaScript to load CSS asynchronously
+ This JavaScript library provides functions to load CSS asynchronously.
+ .
+ Referencing CSS stylesheets with link[rel=stylesheet] or @import causes
+ browsers to delay page rendering while a stylesheet loads. When loading
+ stylesheets that are not critical to the initial rendering of a page, this
+ blocking behavior is undesirable. The new <link rel="preload"> standard
+ enables loading stylesheets asynchronously, without blocking rendering, and
+ loadCSS provides a JavaScript polyfill for that feature to allow it to work
+ across browsers, as well as providing its own JavaScript method for loading
+ stylesheets.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9947e99
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: simplemde-markdown-editor
+Source: https://github.com/filamentgroup/loadCSS
+
+Files: *
+Copyright: 2016 Filament Group
+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/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/libjs-cssrelpreload.install b/debian/libjs-cssrelpreload.install
new file mode 100644
index 0000000..f73c060
--- /dev/null
+++ b/debian/libjs-cssrelpreload.install
@@ -0,0 +1 @@
+src/* usr/share/javascript/cssrelpreload/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ed58acc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+%:
+	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..f453e7f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,9 @@
+# uscan(1) configuration file.
+version=4
+
+opts="\
+pgpmode=none,\
+repack,compression=xz,\
+dversionmangle=s{[~+](?:ds|dfsg)\d*$}{},\
+"  https://github.com/filamentgroup/loadCSS/releases \
+   .*/archive/v?(\d[\d.]+)\.tar\.gz

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



More information about the Pkg-javascript-commits mailing list