summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2017-05-23 07:22:53 -0300
committerLev Lamberov <dogsleg@debian.org>2017-05-23 07:22:53 -0300
commit90b1dae39aedc7fb978c55d6e7d74f502ab8a879 (patch)
tree15311bb9bef6af1a6561249e4cee9cfdfed251fb
Import qml-mode_0.4-1.debian.tar.xz
[dgit import tarball qml-mode 0.4-1 qml-mode_0.4-1.debian.tar.xz]
-rw-r--r--changelog5
-rw-r--r--compat1
-rw-r--r--control26
-rw-r--r--copyright30
-rw-r--r--docs1
-rw-r--r--elpa1
-rw-r--r--patches/0001-fix-documentation.diff22
-rw-r--r--patches/series1
-rwxr-xr-xrules4
-rw-r--r--source/format1
-rw-r--r--watch4
11 files changed, 96 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..8a466f7
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+qml-mode (0.4-1) unstable; urgency=medium
+
+ * Initial release (Closes: #863200)
+
+ -- Lev Lamberov <dogsleg@debian.org> Tue, 23 May 2017 15:22:53 +0500
diff --git a/compat b/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+10
diff --git a/control b/control
new file mode 100644
index 0000000..719c357
--- /dev/null
+++ b/control
@@ -0,0 +1,26 @@
+Source: qml-mode
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Lev Lamberov <dogsleg@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 3.9.8
+Homepage: https://github.com/coldnew/qml-mode
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/qml-mode.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/qml-mode.git
+
+Package: elpa-qml-mode
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends},
+ emacsen-common (>= 2.0.8)
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs24,
+ emacs25
+Built-Using: ${misc:Built-Using}
+Description: Emacs major mode for editing QT Declarative (QML) code
+ The package provides a major mode for editing Qt Declarative (QML)
+ code in Emacs. It features syntax highlighting (including component
+ ids highlighting) and basic navigation capabilities.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..6cedcc5
--- /dev/null
+++ b/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: qml-mode
+Source: https://github.com/coldnew/qml-mode
+
+Files: *
+Copyright: (C) 2010 Wen-Chun Lin <newnull@hotmail.com>
+ (C) 2013-2016 Yen-Chin Lee <coldnew.tw@gmail.com>
+ (C) 2016 Ono Hiroko <azazabc123@gmail.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: (C) 2017 Lev Lamberov <dogsleg@debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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, either version 2 of the License, or
+ (at your option) any later version.
+ .
+ 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.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'
diff --git a/docs b/docs
new file mode 100644
index 0000000..dd44972
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+*.md
diff --git a/elpa b/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/patches/0001-fix-documentation.diff b/patches/0001-fix-documentation.diff
new file mode 100644
index 0000000..b56f672
--- /dev/null
+++ b/patches/0001-fix-documentation.diff
@@ -0,0 +1,22 @@
+From: Lev Lamberov <dogsleg@debian.org>
+Subject: Remove badge icons from README file
+
+This patch removes badges icons from README file. These icons are
+intended rather for developers and are loaded from several external
+web sites.
+
+--- a/README.md
++++ b/README.md
+@@ -1,12 +1,6 @@
+ ## qml-mode.el
+ *Major mode for editing QT Declarative (QML) code.*
+
+----
+-[![License GPLv2](https://img.shields.io/badge/license-GPL_v2-green.svg)](http://www.gnu.org/licenses/gpl-2.0.html)
+-[![MELPA](http://melpa.org/packages/qml-mode-badge.svg)](http://melpa.org/#/qml-mode)
+-[![MELPA Stable](http://stable.melpa.org/packages/qml-mode-badge.svg)](http://stable.melpa.org/#/qml-mode)
+-
+-
+ qml-mode is major-mode for editing Qt Declarative (QML) code.
+
+
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..db340cf
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+0001-fix-documentation.diff
diff --git a/rules b/rules
new file mode 100755
index 0000000..e8e22ba
--- /dev/null
+++ b/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000..b2a031a
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+version=4
+ opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%qml-mode-$1.tar.gz%" \
+ https://github.com/coldnew/qml-mode/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate