summaryrefslogtreecommitdiff
path: root/debian/tests/elpa-test/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/elpa-test/debian')
-rw-r--r--debian/tests/elpa-test/debian/changelog5
-rw-r--r--debian/tests/elpa-test/debian/control31
-rw-r--r--debian/tests/elpa-test/debian/copyright27
-rw-r--r--debian/tests/elpa-test/debian/elpa1
-rwxr-xr-xdebian/tests/elpa-test/debian/rules4
-rw-r--r--debian/tests/elpa-test/debian/source/format1
6 files changed, 69 insertions, 0 deletions
diff --git a/debian/tests/elpa-test/debian/changelog b/debian/tests/elpa-test/debian/changelog
new file mode 100644
index 0000000..d2228f3
--- /dev/null
+++ b/debian/tests/elpa-test/debian/changelog
@@ -0,0 +1,5 @@
+elpa-test (1.0-1) unstable; urgency=medium
+
+ * Initial release.
+
+ -- Lukas Märdian <slyon@ubuntu.com> Tue, 7 Dec 2021 12:05:48 +0100
diff --git a/debian/tests/elpa-test/debian/control b/debian/tests/elpa-test/debian/control
new file mode 100644
index 0000000..d0455f3
--- /dev/null
+++ b/debian/tests/elpa-test/debian/control
@@ -0,0 +1,31 @@
+Source: elpa-test
+Section: editors
+Priority: optional
+Maintainer: Lukas Märdian <slyon@ubuntu.com>
+Build-Depends: debhelper-compat (= 13),
+ dh-elpa
+Standards-Version: 4.5.1
+Rules-Requires-Root: no
+
+Package: elpa-all
+Architecture: all
+Depends: ${elpa:Depends}, ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs
+Description: Edit all lines matching a given regexp
+ Just like occur, except that changes in the *All* buffer are
+ propagated to the original buffer.
+ .
+ You can no longer use mouse-2 to find a match in the original file,
+ since the default definition of mouse is too useful.
+ However, `C-c C-c' still works.
+ .
+ Line numbers are not listed in the *All* buffer.
+ .
+ Ok, it is _not_ just like occur.
+ .
+ Some limitations:
+ .
+ - Undo in the *All* buffer is an ordinary change in the original.
+ - Changes to the original buffer are not reflected in the *All* buffer.
+ - A single change in the *All* buffer must be limited to a single match.
diff --git a/debian/tests/elpa-test/debian/copyright b/debian/tests/elpa-test/debian/copyright
new file mode 100644
index 0000000..373f3d9
--- /dev/null
+++ b/debian/tests/elpa-test/debian/copyright
@@ -0,0 +1,27 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: elpa-test
+
+Files: *
+Copyright: (C) 1985-2020 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2021 Lukas Märdian <slyon@ubuntu.com>
+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/debian/tests/elpa-test/debian/elpa b/debian/tests/elpa-test/debian/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/debian/tests/elpa-test/debian/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/debian/tests/elpa-test/debian/rules b/debian/tests/elpa-test/debian/rules
new file mode 100755
index 0000000..e8e22ba
--- /dev/null
+++ b/debian/tests/elpa-test/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
diff --git a/debian/tests/elpa-test/debian/source/format b/debian/tests/elpa-test/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/tests/elpa-test/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)