summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Luaces Fernández <aluaces@udc.es>2015-05-13 19:45:06 +0100
committerAlberto Luaces Fernández <aluaces@udc.es>2015-05-13 19:45:06 +0100
commite296f1b0561b791fa7417c7dcfcb037448c644ca (patch)
tree1ab291dd9ef70f4d1caff4777a821f10a6190b6f
parentf4123b269fe5af6d04d68a643d16fea9fa388e2d (diff)
parent1653acde8652f3730655196087876bcbc169d7df (diff)
yasnippet-snippets (0~git20150512-1) unstable; urgency=low
* Initial release (Closes: #786342). [dgit import unpatched yasnippet-snippets 0~git20150512-1]
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control22
-rw-r--r--debian/copyright30
-rw-r--r--debian/docs2
-rw-r--r--debian/install1
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
8 files changed, 74 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ca14aa4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+yasnippet-snippets (0~git20150512-1) unstable; urgency=low
+
+ * Initial release (Closes: #786342).
+
+ -- Alberto Luaces Fernández <aluaces@udc.es> Wed, 13 May 2015 20:45:06 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f358d66
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: yasnippet-snippets
+Section: lisp
+Priority: optional
+Maintainer: Alberto Luaces Fernández <aluaces@udc.es>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: https://github.com/AndreaCrotti/yasnippet-snippets
+#Vcs-Git: git://anonscm.debian.org/collab-maint/yasnippet-snippets.git
+#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/yasnippet-snippets.git;a=summary
+
+Package: yasnippet-snippets
+Architecture: all
+Depends: ${misc:Depends}
+Description: Andrea Crotti's official yasnippet snippets
+ YASnippet (yet another snippet extension for Emacs) is a template
+ system for Emacs. It allows you to type an abbrevation and
+ automatically expand the abbreviation into function templates.
+ .
+ Bundled language templates includes: C, C++, C#, Perl, Python, Ruby,
+ SQL, LaTeX, HTML, CSS and more.
+ .
+ This repository contains the official snippets for yasnippet.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8ac210f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: yasnippet-snippets
+Source: https://github.com/AndreaCrotti/yasnippet-snippets
+
+Files: *
+Copyright: 2014-2015 Andrea Crotti
+License: MIT
+
+Files: debian/*
+Copyright: 2015 Alberto Luaces Fernández <aluaces@udc.es>
+License: MIT
+
+License: MIT
+ 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..5d68a10
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+CONTRIBUTORS.txt
+README.md
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..dc4f7ab
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+*-mode /usr/share/yasnippet-snippets/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c68ceb5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#DH_VERBOSE = 1
+
+%:
+ dh $@ --parallel
+
+override_dh_fixperms:
+ dh_fixperms
+ find debian/*/usr/share/yasnippet-snippets -type f -executable -print0 \
+ | xargs -0 --no-run-if-empty chmod --verbose -x
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)