[libtest-regexp-perl] 01/01: Initial packaging by dh-make-perl 0.91

Salvatore Bonaccorso carnil at debian.org
Thu Jun 2 17:55:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libtest-regexp-perl.

commit 88ad7254dfe1d7ef015e50f038472cf120e86079
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Jun 2 18:13:25 2016 +0200

    Initial packaging by dh-make-perl 0.91
---
 debian/changelog                               |  5 +++
 debian/compat                                  |  1 +
 debian/control                                 | 25 ++++++++++++++
 debian/copyright                               | 48 ++++++++++++++++++++++++++
 debian/libtest-regexp-perl.docs                |  1 +
 debian/patches/series                          |  1 +
 debian/patches/spelling-error-in-manpage.patch | 34 ++++++++++++++++++
 debian/rules                                   |  4 +++
 debian/source/format                           |  1 +
 debian/upstream/metadata                       |  5 +++
 debian/watch                                   |  2 ++
 11 files changed, 127 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..27ef404
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libtest-regexp-perl (2015110201-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #826143)
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Thu, 02 Jun 2016 18:24:10 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4a8f3b8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: libtest-regexp-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <carnil at debian.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-regexp-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-regexp-perl.git
+Homepage: https://metacpan.org/release/Test-Regexp
+Testsuite: autopkgtest-pkg-perl
+
+Package: libtest-regexp-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl module to test regular expressions
+ Test::Regexp is intended to test regular expressions. Given a subject
+ string and a regular expression (aka pattern), the module not only
+ tests whether the regular expression complete matches the subject
+ string, it performs a utf8::upgrade or utf8::downgrade on the subject
+ string and performs the tests again, if necessary. Furthermore, given
+ a pattern with capturing parenthesis, it checks whether all captures
+ are present, and in the right order. Both named and unnamed captures
+ are checked.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ce6e27f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,48 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Test-Regexp
+Upstream-Contact: Abigail <test-regexp at abigail.be>
+Upstream-Name: Test-Regexp
+
+Files: *
+Copyright: 2009, Abigail <test-regexp at abigail.be>
+License: Expat
+
+Files: debian/*
+Copyright: 2016, Salvatore Bonaccorso <carnil at debian.org>
+License: Expat or Artistic or GPL-1+
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/libtest-regexp-perl.docs b/debian/libtest-regexp-perl.docs
new file mode 100644
index 0000000..1333ed7
--- /dev/null
+++ b/debian/libtest-regexp-perl.docs
@@ -0,0 +1 @@
+TODO
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7c4b35
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..921b91f
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,34 @@
+Description: Fix spelling errors in manpage
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2016-06-02
+
+--- a/lib/Test/Regexp.pm
++++ b/lib/Test/Regexp.pm
+@@ -581,7 +581,7 @@ calling it with C<< match => 0 >>.
+ 
+ =head2 "Complete matching"
+ 
+-A match is only considered to succesfully match if the entire string
++A match is only considered to successfully match if the entire string
+ is matched - that is, if C<< $& >> matches the subject string. So:
+ 
+   Subject    Pattern
+@@ -664,7 +664,7 @@ import.
+ 
+ The subroutine C<< match >> is the workhorse of the module. It takes
+ a number of named arguments, most of them optional, and runs one or
+-more tests. It returns 1 if all tests were run succesfully, and 0
++more tests. It returns 1 if all tests were run successfully, and 0
+ if one or more tests failed. The following options are available:
+ 
+ =over 4
+@@ -753,7 +753,7 @@ the message will not get truncated.
+ =item C<< no_keep_message => BOOL >>
+ 
+ If matching against a I<< keeping >> pattern, a message C<< (with -Keep) >>
+-is added to the comment. Setting this parameter surpresses this message.
++is added to the comment. Setting this parameter suppresses this message.
+ Mostly useful for C<< Regexp::Common510 >>.
+ 
+ =back
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..7003be3
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Archive: CPAN
+Contact: Abigail <test-regexp at abigail.be>
+Name: Test-Regexp
+Repository: git://github.com/Abigail/Test-Regexp.git
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..219b951
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Test-Regexp   .*/Test-Regexp-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-regexp-perl.git



More information about the Pkg-perl-cvs-commits mailing list