[libparser-mgc-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Sat Dec 17 17:36:52 UTC 2016


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

js pushed a commit to branch master
in repository libparser-mgc-perl.

commit e3a1fecb63012310619fda430590ecc0e56e8348
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Dec 17 18:31:22 2016 +0100

    Initial packaging.
---
 .gitignore                      |  1 +
 debian/README.source            | 11 ++++++
 debian/changelog                |  5 +++
 debian/compat                   |  1 +
 debian/control                  | 35 ++++++++++++++++
 debian/control.in               | 29 ++++++++++++++
 debian/copyright                | 30 ++++++++++++++
 debian/copyright_hints          | 88 +++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |  6 +++
 debian/rules                    | 29 ++++++++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  5 +++
 debian/watch                    |  3 ++
 13 files changed, 244 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b408e6c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/.pc
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..f88449e
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+CDBS+git-buildpackage
+---------------------
+
+This source package uses CDBS and git-buildpackage.  NMUs need not (but
+are encouraged to) make special use of these tools.  In particular, the
+debian/control.in file can be completely ignored.
+
+More info here: http://wiki.debian.org/CDBS+git-buildpackage
+
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0d9592c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libparser-mgc-perl (0.15-1) unstable; urgency=low
+
+  * Initial packaging release.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sat, 17 Dec 2016 18:30:53 +0100
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..276345b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: libparser-mgc-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ licensecheck,
+ perl,
+ libmodule-build-perl,
+ debhelper,
+ dh-buildinfo,
+ libfile-slurp-tiny-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libparser-mgc-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparser-mgc-perl.git
+Homepage: https://metacpan.org/release/Parser-MGC
+Testsuite: autopkgtest-pkg-perl
+
+Package: libparser-mgc-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: builder for simple recursive-descent parsers
+ Parser::MGC provides a low-level framework for building
+ recursive-descent parsers that consume a given input string from left
+ to right, returning a parse structure. It takes its name from the
+ `m//gc' regexps used to implement the token parsing behaviour.
+ .
+ It provides a number of token-parsing methods, which each extract a
+ grammatical token from the string. It also provides wrapping methods
+ that can be used to build up a possibly-recursive grammar structure, by
+ applying a structure around other parts of parsing code.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..d59fd78
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,29 @@
+Source: libparser-mgc-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libparser-mgc-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparser-mgc-perl.git
+Homepage: https://metacpan.org/release/Parser-MGC
+Testsuite: autopkgtest-pkg-perl
+
+Package: libparser-mgc-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: builder for simple recursive-descent parsers
+ Parser::MGC provides a low-level framework for building
+ recursive-descent parsers that consume a given input string from left
+ to right, returning a parse structure. It takes its name from the
+ `m//gc' regexps used to implement the token parsing behaviour.
+ .
+ It provides a number of token-parsing methods, which each extract a
+ grammatical token from the string. It also provides wrapping methods
+ that can be used to build up a possibly-recursive grammar structure, by
+ applying a structure around other parts of parsing code.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b801b35
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Parser::MGC
+Upstream-Contact: <bug-Parser-MGC at rt.cpan.org>
+ http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Parser-MGC
+Source: http://search.cpan.org/dist/Parser-MGC/
+
+Files: *
+Copyright: 2010-2015, Paul Evans <leonerd at leonerd.org.uk>
+License-Grant:
+ You may distribute under the terms of either the GNU General Public
+ License or the Artistic License (the same terms as Perl itself)
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, Jonas Smedegaard <dr at jones.dk>
+License-Grant:
+ 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, or (at your option) any
+ later version.
+License: GPL-3+
+
+License: Artistic
+License-Reference: /usr/share/common-licenses/Artistic
+
+License: GPL-1+
+License-Reference: /usr/share/common-licenses/GPL-1
+
+License: GPL-3+
+License-Reference: /usr/share/common-licenses/GPL-3
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..a8a8041
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,88 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: Build.PL
+ Changes
+ MANIFEST
+ META.json
+ META.yml
+ Makefile.PL
+ README
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ examples/eval-expr.pl
+ examples/parse-dict.pl
+ examples/parse-pod.pl
+ examples/parse-xml.pl
+ examples/synopsis.pl
+ lib/Parser/MGC/Examples/EvaluateExpression.pm
+ lib/Parser/MGC/Tutorial.pod
+ t/00use.t
+ t/01base.t
+ t/02expect.t
+ t/03reader.t
+ t/04where.t
+ t/05comment.t
+ t/06substring.t
+ t/07generic_token.t
+ t/10token_int.t
+ t/11token_float.t
+ t/12token_number.t
+ t/13token_string.t
+ t/14token_ident.t
+ t/15token_kw.t
+ t/20maybe.t
+ t/21scope_of.t
+ t/22list_of.t
+ t/23sequence_of.t
+ t/24any_of.t
+ t/30commit.t
+ t/31scope_level.t
+ t/32exception.t
+ t/90ex_dict.t
+ t/90ex_expr.t
+ t/90ex_pod.t
+ t/90ex_synopsis.t
+ t/90ex_xml.t
+ t/99pod.t
+Copyright: NONE
+License: UNKNOWN
+ FIXME
+
+Files: LICENSE
+Copyright: 1989, Free Software Foundation, Inc.
+  19xx name of author
+  19yy <name of author>
+  2015, Paul Evans <leonerd at leonerd.org.uk>.
+  disclaimer" for the program, if
+  ed by the Free
+  interest in the
+  of this Package, but belong to whomever generated them, and may be sold
+  the software, and
+License: Artistic or GPL-1+
+ FIXME
+
+Files: lib/Parser/MGC.pm
+Copyright: Paul Evans, 2010-2015 -- leonerd at leonerd.org.uk
+License: Artistic or GPL-1+
+ FIXME
+
+Files: examples/LICENSE
+Copyright: 2011, Paul Evans <leonerd at leonerd.org.uk>
+License: Expat
+ FIXME
+
+Files: debian/rules
+Copyright: 2016, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..2a594ca
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+filter = */.git*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7172a4a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2016 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Parser::MGC
+#
+# 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, 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/>.
+
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/perl-build.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+# Needed by upstream build process and (always) at runtime
+deps = libfile-slurp-tiny-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps)
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/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..f87ce0c
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,5 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-text-in-dep5-copyright
+
+# License is in License-Reference field (see bug#786450)
+missing-license-paragraph-in-dep5-copyright
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..77a97df
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+# run "uscan --report" to check or "gpb import-orig --uscan" to update
+version=4
+https://metacpan.org/release/Parser-MGC/ .*/Parser-MGC-([\d.]+)\.tar\.gz

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



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