summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2017-05-22 16:43:27 -0300
committerLev Lamberov <dogsleg@debian.org>2017-05-22 16:43:27 -0300
commitea1adcae5424cc2de72789b087677ad3cdba7b51 (patch)
tree8f0700af6a4d129d24a88a402e7de3cbcb113cb9
Import jinja2-mode_0.2-1.debian.tar.xz
[dgit import tarball jinja2-mode 0.2-1 jinja2-mode_0.2-1.debian.tar.xz]
-rw-r--r--changelog5
-rw-r--r--compat1
-rw-r--r--control28
-rw-r--r--copyright28
-rw-r--r--docs1
-rw-r--r--elpa1
-rwxr-xr-xrules4
-rw-r--r--source/format1
-rw-r--r--watch4
9 files changed, 73 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..24381af
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+jinja2-mode (0.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #863163)
+
+ -- Lev Lamberov <dogsleg@debian.org> Tue, 23 May 2017 00:43:27 +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..936c215
--- /dev/null
+++ b/control
@@ -0,0 +1,28 @@
+Source: jinja2-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/paradoxxxzero/jinja2-mode
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/jinja2-mode.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/jinja2-mode.git
+
+Package: elpa-jinja2-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 jinja2 code
+ The package provides an Emacs major mode for jinja2 with:
+ .
+ - syntax highlighting
+ - sgml/html integration
+ - indentation (working with sgml)
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..55480c6
--- /dev/null
+++ b/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jinja2-mode
+Source: https://github.com/paradoxxxzero/jinja2-mode
+
+Files: *
+Copyright: (C) 2011 Florian Mounier <paradoxxx.zero@gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2017 Lev Lamberov <dogsleg@debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ 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 3 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 3 can be found in `/usr/share/common-licenses/GPL-3'
diff --git a/docs b/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+README
diff --git a/elpa b/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/elpa
@@ -0,0 +1 @@
+*.el
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..ad54982
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+version=4
+ opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%jinja2-mode-$1.tar.gz%" \
+ https://github.com/paradoxxxzero/jinja2-mode/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate