[libdevel-callparser-perl] 01/01: Initial packaging release.

Jonas Smedegaard dr at jones.dk
Wed Feb 25 17:49:12 UTC 2015


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

js pushed a commit to branch master
in repository libdevel-callparser-perl.

commit 6c9f19447dd03afb2ac650087678b8ea75102050
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Feb 25 18:44:21 2015 +0100

    Initial packaging release.
---
 debian/README.source   | 11 ++++++++++
 debian/changelog       |  6 +++++
 debian/compat          |  1 +
 debian/control         | 33 ++++++++++++++++++++++++++++
 debian/control.in      | 27 +++++++++++++++++++++++
 debian/copyright       | 53 +++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |  8 +++++++
 debian/rules           | 39 +++++++++++++++++++++++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  4 ++++
 11 files changed, 242 insertions(+)

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..b149059
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libdevel-callparser-perl (0.002-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#779199.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 25 Feb 2015 18:43:45 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1cf738b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: libdevel-callparser-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ debhelper,
+ dh-buildinfo,
+ libdevel-callchecker-perl,
+ libdynaloader-functions-perl,
+ perl (>= 5.11.2)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-callparser-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-callparser-perl.git
+Homepage: https://metacpan.org/release/Devel-CallParser
+
+Package: libdevel-callparser-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Breaks: ${cdbs:Breaks}
+Description: custom parsing attached to subroutines
+ Devel::CallParser provides a C API, for XS modules, concerned with
+ custom parsing.  It is centred around the function cv_set_call_parser,
+ which allows XS code to attach a magical annotation to a Perl
+ subroutine, resulting in resolvable calls to that subroutine having
+ their arguments parsed by arbitrary C code.  (This is a more
+ conveniently structured facility than the core's PL_keyword_plugin
+ API.)  This module makes cv_set_call_parser and several supporting
+ functions available.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..6c139d2
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,27 @@
+Source: libdevel-callparser-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.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-callparser-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-callparser-perl.git
+Homepage: https://metacpan.org/release/Devel-CallParser
+
+Package: libdevel-callparser-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Breaks: ${cdbs:Breaks}
+Description: custom parsing attached to subroutines
+ Devel::CallParser provides a C API, for XS modules, concerned with
+ custom parsing.  It is centred around the function cv_set_call_parser,
+ which allows XS code to attach a magical annotation to a Perl
+ subroutine, resulting in resolvable calls to that subroutine having
+ their arguments parsed by arbitrary C code.  (This is a more
+ conveniently structured facility than the core's PL_keyword_plugin
+ API.)  This module makes cv_set_call_parser and several supporting
+ functions available.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..08b4a9a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,53 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Devel::CallParser
+Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Devel-CallParser
+Source: http://search.cpan.org/dist/Devel-CallParser/
+
+Files: *
+Copyright: 2011,2013, Andrew Main (Zefram) <zefram at fysh.org>
+License: Artistic or GPL-1+
+Comment:
+ License:
+ .
+ This module is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ .
+ Comment:
+ .
+ Perl 5 is licensed under either the 'Artistic license' or the 'GNU
+ General Public License' version 1 or later.
+
+Files: debian/*
+Copyright: 2015, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+
+License: Artistic
+ Comment:
+ .
+ On Debian systems the 'Artistic License' is located in
+ '/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 1 is located
+ in '/usr/share/common-licenses/GPL-1'.
+
+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, 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.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 3 is located
+ in '/usr/share/common-licenses/GPL-3'.
+ .
+ You should have received a copy of the 'GNU General Public License'
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..4b247c1
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,59 @@
+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
+ SIGNATURE
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ lib/Devel/CallParser.xs
+ t/LoadXS.pm
+ t/WriteHeader.pm
+ t/dataalias.t
+ t/develdeclare.t
+ t/getset0.t
+ t/getset0.xs
+ t/getset1.t
+ t/getset1.xs
+ t/indirect.t
+ t/leximport.t
+ t/listquote.t
+ t/listquote.xs
+ t/multiblock.t
+ t/multiblock.xs
+ t/no_hdr.t
+ t/padrange.t
+ t/pod_cvg.t
+ t/pod_syn.t
+ t/proto.t
+ t/proto.xs
+ t/stdargs.t
+ t/stdargs.xs
+ t/substrictdecl.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: README
+ lib/Devel/CallParser.pm
+Copyright: 2011, 2013 Andrew Main (Zefram) <zefram at fysh.org>
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2015, 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..790a2f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,8 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+
+[git-import-orig]
+filter = .gitignore
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5b4ab77
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,39 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2015, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Devel::CallParser
+#
+# 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/upstream-tarball.mk
+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)
+
+DEB_UPSTREAM_PACKAGE = Devel-CallParser
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/Z/ZE/ZEFRAM
+DEB_UPSTREAM_TARBALL_MD5 = 6d24f238f22974dc8eeae9df9afcc3ac
+
+deps = libdevel-callchecker-perl, libdynaloader-functions-perl
+deps +=, perl (>= 5.11.2)
+
+breaks = libdata-alias-perl (<< 1.13)
+breaks +=, libdevel-declare-perl (<< 0.006004)
+breaks +=, libindirect (<< 0.27)
+
+CDBS_BUILD_DEPENDS +=, $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_BREAKS_$(pkg) = $(breaks)
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..0cb9931
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+https://metacpan.org/release/Devel-CallParser .*/Devel-CallParser-([\d.]+)\.tar\.gz
+http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Devel-CallParser-([\d.]+)\.tar\.gz

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



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