summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-08 22:02:38 -0300
committerSean Whitton <spwhitton@spwhitton.name>2016-10-08 22:02:38 -0300
commita02dc07881b45713d1155a359aada9f54142f374 (patch)
treeb08ef40bc68688e04596e375b5fb4fc1b3626fee
parent8ba875597eadde65e8578509af3ebbebe2e3ef86 (diff)
parent2f8e484fcdf35c9629437898a709abe639ea49fc (diff)
ert-async-el (0.1.2-1) unstable; urgency=medium
* Initial release (Closes: #840074). [dgit import unpatched ert-async-el 0.1.2-1]
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control29
-rw-r--r--debian/copyright28
-rw-r--r--debian/docs1
-rw-r--r--debian/elpa1
-rw-r--r--debian/gbp.conf12
-rw-r--r--debian/patches/patch-README-for-Debian.patch43
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
12 files changed, 128 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..73f2fea
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ert-async-el (0.1.2-1) unstable; urgency=medium
+
+ * Initial release (Closes: #840074).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 08 Oct 2016 18:02:38 -0700
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..c7d2d4d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: ert-async-el
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Sean Whitton <spwhitton@spwhitton.name>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/ert-async-el.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/ert-async-el.git
+Homepage: https://github.com/rejeep/ert-async.el
+
+Package: elpa-ert-async
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends},
+ emacs
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs24
+Built-Using: ${misc:Built-Using}
+Description: asynchronous tests for the Emacs ERT testing framework
+ This library provides the `ert-deftest-async' function for defining
+ asynchronous tests for Emacs Lisp addon packages. The user supplies
+ a list of callbacks, and the test fails if it is not the case that
+ all of the callbacks have been called after a defined number of
+ seconds.
+ .
+ See the GNU Emacs documentation for general information on writing
+ test suites with ERT.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7aa38e8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ert-async.el
+Source: http://github.com/rejeep/ert-async.el
+
+Files: *
+Copyright: (C) 2014 Johan Andersson
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2016 Sean Whitton <spwhitton@spwhitton.name>
+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/debian/docs b/debian/docs
new file mode 100644
index 0000000..dd44972
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+*.md
diff --git a/debian/elpa b/debian/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/debian/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..1d74925
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,12 @@
+[DEFAULT]
+# upstream-branch = upstream
+debian-branch = master
+upstream-tag = v%(version)s
+debian-tag = debian/%(version)s
+
+sign-tags = True
+pristine-tar = True
+pristine-tar-commit = True
+
+compression = xz
+compression-level = 9
diff --git a/debian/patches/patch-README-for-Debian.patch b/debian/patches/patch-README-for-Debian.patch
new file mode 100644
index 0000000..261752c
--- /dev/null
+++ b/debian/patches/patch-README-for-Debian.patch
@@ -0,0 +1,43 @@
+From: Sean Whitton <spwhitton@spwhitton.name>
+Date: Fri, 7 Oct 2016 18:16:49 -0700
+Subject: patch README for Debian
+
+---
+ README.md | 20 --------------------
+ 1 file changed, 20 deletions(-)
+
+diff --git a/README.md b/README.md
+index e7b0d90..8fd759c 100644
+--- a/README.md
++++ b/README.md
+@@ -5,12 +5,6 @@ just like `ert-deftest`, except that it works for async tests.
+
+ ## Installation
+
+-Add `ert-async` to your [Cask](https://github.com/cask/cask) file:
+-
+-```lisp
+-(depends-on "ert-async")
+-```
+-
+ Add this to get font locking for `ert-deftest-async`:
+
+ ```lisp
+@@ -55,17 +49,3 @@ you don't want a function to callback, for example:
+ (funcall done "should not callback, but did")))
+ (funcall done))
+ ```
+-
+-## Contribution
+-
+-Contribution is much welcome!
+-
+-Install [Cask](https://github.com/cask/cask) if you haven't
+-already, then:
+-
+- $ cd /path/to/ert-async.el
+- $ cask
+-
+-Run all tests with:
+-
+- $ make
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..252c97d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+patch-README-for-Debian.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8eb7ccb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel --with elpa
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8faeadf
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+opts="mode=git" https://github.com/rejeep/ert-async.el refs/tags/v([\d\.\d\.]+) debian