summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2017-07-02 15:47:58 -0300
committerDavid Bremner <bremner@debian.org>2017-07-02 15:47:58 -0300
commit1fcd70db6c046a665ca5923557d6e213159a217c (patch)
treeef3337da1204d921de68fb2cae5d3f51429c7f61
Import faceup_0.0.4-2.debian.tar.xz
[dgit import tarball faceup 0.0.4-2 faceup_0.0.4-2.debian.tar.xz]
-rw-r--r--changelog13
-rw-r--r--compat1
-rw-r--r--control25
-rw-r--r--copyright28
-rw-r--r--docs1
-rw-r--r--elpa1
-rw-r--r--elpa-test3
-rwxr-xr-xrules4
-rw-r--r--source/format1
9 files changed, 77 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..7eaf3d6
--- /dev/null
+++ b/changelog
@@ -0,0 +1,13 @@
+faceup (0.0.4-2) unstable; urgency=medium
+
+ * Set maintainer to pkg-emacsen-addons
+ * Assert compliance with policy 4.0.0
+ * Save test/* for autopkgtest
+
+ -- David Bremner <bremner@debian.org> Sun, 02 Jul 2017 15:47:58 -0300
+
+faceup (0.0.4-1) unstable; urgency=medium
+
+ * Initial release.
+
+ -- David Bremner <bremner@debian.org> Thu, 08 Jun 2017 14:42:56 -0300
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..8e4e2d1
--- /dev/null
+++ b/control
@@ -0,0 +1,25 @@
+Source: faceup
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: David Bremner <bremner@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 4.0.0
+Homepage: https://github.com/Lindydancer/faceup
+Testsuite: autopkgtest-pkg-elpa
+
+Package: elpa-faceup
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends},
+ emacs
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Built-Using: ${misc:Built-Using}
+Description: Regression test system for font-lock
+ Emacs is capable of highlighting buffers based on language-specific
+ `font-lock' rules. This package, `faceup', makes it possible to
+ perform regression test for packages that provide font-lock rules.
+ The underlying idea is to convert text with highlights ("faces")
+ into a plain text representation using the Faceup markup language.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..3fbe3ac
--- /dev/null
+++ b/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: faceup
+Source: https://github.com/Lindydancer/faceup
+
+Files: *
+Copyright: (C) 2013-2015 Anders Lindgren
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2016 David Bremner <bremner@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 <http://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..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/elpa-test b/elpa-test
new file mode 100644
index 0000000..e01e892
--- /dev/null
+++ b/elpa-test
@@ -0,0 +1,3 @@
+ert_helper=faceup-test-setup.el
+ert_exclude=doc/*.el,test/*.el
+autopkgtest_keep=test/*
diff --git a/rules b/rules
new file mode 100755
index 0000000..8eb7ccb
--- /dev/null
+++ b/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel --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)