From 82b17820cb0cc717c908eefe71b2d62b9533f5cf Mon Sep 17 00:00:00 2001 From: Lev Lamberov Date: Sat, 17 Mar 2018 11:57:08 -0300 Subject: Import pcre2el_1.8-1.debian.tar.xz [dgit import tarball pcre2el 1.8-1 pcre2el_1.8-1.debian.tar.xz] --- changelog | 5 +++++ compat | 1 + control | 35 +++++++++++++++++++++++++++++++++++ copyright | 42 ++++++++++++++++++++++++++++++++++++++++++ docs | 1 + elpa | 1 + rules | 4 ++++ source/format | 1 + watch | 4 ++++ 9 files changed, 94 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 copyright create mode 100644 docs create mode 100644 elpa create mode 100755 rules create mode 100644 source/format create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..2e1da93 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +pcre2el (1.8-1) unstable; urgency=medium + + * Initial release (Closes: #893266) + + -- Lev Lamberov Sat, 17 Mar 2018 19:57:08 +0500 diff --git a/compat b/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +11 diff --git a/control b/control new file mode 100644 index 0000000..8f4932e --- /dev/null +++ b/control @@ -0,0 +1,35 @@ +Source: pcre2el +Section: lisp +Priority: optional +Maintainer: Debian Emacs addons team +Uploaders: Lev Lamberov +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/copyright b/copyright new file mode 100644 index 0000000..7db3993 --- /dev/null +++ b/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 +License: GPL-3+ + +Files: pcre2el.el +Copyright: (c) 2012-2015 Jon Oddie + (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 + (c) 2009-2012 Zoltan Herczeg + (c) 1997-2012 University of Cambridge +License: GPL-3+ + +Files: debian/* +Copyright: (C) 2018 Lev Lamberov +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 . + . + 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..f20153b --- /dev/null +++ b/docs @@ -0,0 +1 @@ +README.org diff --git a/elpa b/elpa new file mode 100644 index 0000000..f92ce25 --- /dev/null +++ b/elpa @@ -0,0 +1 @@ +pcre2el.el diff --git a/rules b/rules new file mode 100755 index 0000000..e8e22ba --- /dev/null +++ b/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --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) diff --git a/watch b/watch new file mode 100644 index 0000000..064d51d --- /dev/null +++ b/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 -- cgit v1.2.3