[Pkg-javascript-commits] [simplemde-markdown-editor] 02/05: Initial packaging.
Michael Lustfield
mtecknology at debian.org
Tue Aug 8 04:44:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
mtecknology pushed a commit to branch master
in repository simplemde-markdown-editor.
commit bf3b4178c03354d50b27b716f88b4bba660b1f5a
Author: Michael Lustfield <michael at lustfield.net>
Date: Mon Aug 7 21:50:03 2017 -0500
Initial packaging.
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 20 ++++++++++++++++++++
debian/copyright | 31 +++++++++++++++++++++++++++++++
debian/docs | 1 +
debian/libjs-simplemde.install | 1 +
debian/rules | 10 ++++++++++
debian/source/format | 1 +
8 files changed, 70 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cac4a40
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+simplemde-markdown-editor (1.11.2-1) unstable; urgency=medium
+
+ * Initial release (Closes: #860354)
+
+ -- Michael Lustfield <michael at lustfield.net> Mon, 07 Aug 2017 19:22:25 -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..011d886
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: simplemde-markdown-editor
+Priority: optional
+Maintainer: Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Michael Lustfield <michael at lustfield.net>
+Build-Depends: debhelper (>= 10), yui-compressor
+Standards-Version: 4.0.0
+Section: javascript
+Homepage: https://github.com/sparksuite/simplemde-markdown-editor
+Vcs-Git: https://anonscm.debian.org/pkg-javascript/simplemde-markdown-editor.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/simplemde-markdown-editor.git
+
+Package: libjs-simplemde
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: JavaScript library providing a simple Markdown editor
+ This JavaScript library provides an embedded Markdown editor. This
+ WYSIWYG-style editor allows users less familiar with the Markdown syntax
+ to use a familiar toolbar buttons and shortcuts. In addition, the syntax
+ is rendered while editing to clearly show the expected result. This
+ library also provides built-in automatic saving and spell checking.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..faba217
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: simplemde-markdown-editor
+Source: https://github.com/sparksuite/simplemde-markdown-editor
+Files-Excluded: dist/*
+
+Files: *
+Copyright: 2015 Next Step Webs, Inc.
+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-simplemde.install b/debian/libjs-simplemde.install
new file mode 100644
index 0000000..d590c2f
--- /dev/null
+++ b/debian/libjs-simplemde.install
@@ -0,0 +1 @@
+src/* usr/share/javascript/simplemde/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0560fdb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+%:
+ dh $@
+
+override_dh_auto_build:
+ yui-compressor -o src/js/codemirror/tablist.js src/codemirror-tablist.min.js
+ yui-compressor -o src/js/simplemde.js src/simplemde.min.js
+ yui-compressor -o src/css/simplemde.css src/simplemde.min.css
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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/simplemde-markdown-editor.git
More information about the Pkg-javascript-commits
mailing list