summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2018-03-17 11:57:08 -0300
committerLev Lamberov <dogsleg@debian.org>2018-03-17 11:57:08 -0300
commit23c9daf211af67d1604e9a48423177c1395e00cb (patch)
tree038e072eb1ae988417c13576e57c25591c076f54
parentf32189fbae6a2bf035353ce0c5a7bc308536bafe (diff)
parent82b17820cb0cc717c908eefe71b2d62b9533f5cf (diff)
pcre2el (1.8-1) unstable; urgency=medium
* Initial release (Closes: #893266) [dgit import unpatched pcre2el 1.8-1]
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control35
-rw-r--r--debian/copyright42
-rw-r--r--debian/docs1
-rw-r--r--debian/elpa1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
9 files changed, 94 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2e1da93
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pcre2el (1.8-1) unstable; urgency=medium
+
+ * Initial release (Closes: #893266)
+
+ -- Lev Lamberov <dogsleg@debian.org> Sat, 17 Mar 2018 19:57:08 +0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8f4932e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: pcre2el
+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 (>= 11),
+ dh-elpa
+Standards-Version: 4.1.3
+Testsuite: autopkgtest-pkg-elpa
+Homepage: https://github.com/joddie/pcre2el
+Vcs-Browser: https://salsa.debian.org/emacsen-team/pcre2el
+Vcs-Git: https://salsa.debian.org/emacsen-team/pcre2el.git
+
+Package: elpa-pcre2el
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends}
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs25
+Description: Emacsmode to convert between PCRE, Emacs and rx regexp syntax
+ This package provides `pcre2el' or `rxt' (RegeXp Translator or RegeXp
+ Tools), a utility for working with regular expressions in Emacs,
+ based on a recursive-descent parser for regexp syntax. In addition to
+ converting (a subset of) PCRE syntax into its Emacs equivalent, it
+ can do the following:
+ .
+ - convert Emacs syntax to PCRE;
+ - convert either syntax to `rx', an S-expression based regexp syntax
+ untangle complex regexps by;
+ - showing the parse tree in `rx' form and highlighting the;
+ - corresponding chunks of code show the complete list of strings
+ (productions) matching a regexp, provided the list is finite;
+ - provide live font-locking of regexp syntax (so far only for Elisp
+ buffers).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7db3993
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pcre2el
+Source: https://github.com/joddie/pcre2el
+
+Files: *
+Copyright: (c) 2012-2015 Jon Oddie <jonxfield@gmail.com>
+License: GPL-3+
+
+Files: pcre2el.el
+Copyright: (c) 2012-2015 Jon Oddie <jonxfield@gmail.com>
+ (c) 1993-2002 Richard Kelsey and Jonathan Rees
+ (c) 1994-2002 by Olin Shivers and Brian D. Carlstrom
+ (c) 1999-2002 by Martin Gasbichler
+ (c) 2001-2002 by Michael Sperber
+License: GPL-3+
+
+Files: pcre2el-tests.el
+Copyright: (c) 2012-2015 Jon Oddie <jonxfield@gmail.com>
+ (c) 2009-2012 Zoltan Herczeg <hzmester@freemail.hu>
+ (c) 1997-2012 University of Cambridge
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2018 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/debian/docs b/debian/docs
new file mode 100644
index 0000000..f20153b
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.org
diff --git a/debian/elpa b/debian/elpa
new file mode 100644
index 0000000..f92ce25
--- /dev/null
+++ b/debian/elpa
@@ -0,0 +1 @@
+pcre2el.el
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e8e22ba
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --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..064d51d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+ opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%pcre2el-$1.tar.gz%" \
+ https://github.com/joddie/pcre2el/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate