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

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

commit 29aaa1aa042520a81424a7abf009956405188699
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Tue Feb 24 13:31:24 2015 +0100

    Initial draft packaging.
---
 debian/README.source   |  11 ++++
 debian/changelog       |   6 ++
 debian/compat          |   1 +
 debian/control         |  46 ++++++++++++++
 debian/control.in      |  25 ++++++++
 debian/copyright       |  85 ++++++++++++++++++++++++++
 debian/copyright_hints | 159 +++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |   8 +++
 debian/rules           |  54 +++++++++++++++++
 debian/source/format   |   1 +
 debian/watch           |   4 ++
 11 files changed, 400 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 <d...@jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f958586
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libkavorka-perl (0.035-1) UNRELEASED; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#779088.
+
+ -- Jonas Smedegaard <d...@jones.dk>  Tue, 24 Feb 2015 13:30:51 +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..2f6ee9b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: libkavorka-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ debhelper,
+ dh-buildinfo,
+ libdata-alias-perl,
+ libexporter-tiny-perl,
+ libmodule-runtime-perl,
+ libpadwalker-perl,
+ libparse-keyword-perl,
+ libreturn-type-perl,
+ libscalar-list-utils-perl,
+ libtype-tiny-perl,
+ libmatch-simple-perl,
+ libnamespace-sweep-perl,
+ libmoo-perl (>= 1.003001),
+ perl (>= 5.14),
+ perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+ libclass-tiny-perl,
+ libclass-method-modifiers-perl (>= 2.03),
+ libmoose-perl (>= 2),
+ libmouse-perl (>= 1),
+ librole-tiny-perl (>= 1.003000)
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <d...@jones.dk>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libkavorka-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libkavorka-perl.git
+Homepage: https://metacpan.org/release/Kavorka
+
+Package: libkavorka-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Description: function signatures with the lure of the animal
+ Kavorka provides "fun" and "method" keywords for declaring functions
+ and methods.  It uses Perl 5.14's keyword API, so should work more
+ reliably than source filters or Devel::Declare-based modules.
+ .
+ The syntax provided by Kavorka is largely inspired by Perl 6, though it
+ has also been greatly influenced by Method::Signatures and
+ Function::Parameters.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..07dce94
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,25 @@
+Source: libkavorka-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <d...@jones.dk>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libkavorka-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libkavorka-perl.git
+Homepage: https://metacpan.org/release/Kavorka
+
+Package: libkavorka-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Description: function signatures with the lure of the animal
+ Kavorka provides "fun" and "method" keywords for declaring functions
+ and methods.  It uses Perl 5.14's keyword API, so should work more
+ reliably than source filters or Devel::Declare-based modules.
+ .
+ The syntax provided by Kavorka is largely inspired by Perl 6, though it
+ has also been greatly influenced by Method::Signatures and
+ Function::Parameters.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bbc5076
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,85 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Kavorka
+Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Kavorka
+Source: http://search.cpan.org/dist/Kavorka/
+ git://github.com/tobyink/p5-kavorka
+
+Files: *
+Copyright: 2012-2014, Toby Inkster <toby...@cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ License:
+ .
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ .
+ Comment:
+ .
+ Perl 5 is licensed under either the 'Artistic license' or the 'GNU
+ General Public License' version 1 or later.
+
+Files: t/99threads.t
+Copyright: 2014, Aaron James Trevena
+License: Artistic or GPL-1+
+Comment:
+ License:
+ .
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+
+Files: CONTRIBUTING
+Copyright: 2012-2014, Toby Inkster <toby...@cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ License:
+ .
+ CONTRIBUTING is available under three different licences permitting its
+ redistribution: the CC-BY-SA_UK-2.0 licence, plus the same licences as
+ Perl itself, which is distributed under the GNU General Public Licence
+ version 1, and the Artistic Licence.
+ .
+ This file is licensed under the Creative Commons Attribution-ShareAlike
+ 2.0 UK: England & Wales License. To view a copy of this license, visit
+ <http://creativecommons.org/licenses/by-sa/2.0/uk/>.
+ .
+ This file is free software; you can redistribute it and/or modify it
+ under the same terms as the Perl 5 programming language system itself.
+ .
+ Comment:
+ .
+ CC-BY-SA_UK-2.0 licensing skipped: Unneeded, and would be 2k chars.
+
+Files: debian/*
+Copyright: 2015, Jonas Smedegaard <d...@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..d809d4c
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,159 @@
+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: CONTRIBUTING
+ README
+ examples/benchmarks-multisub.pl
+ examples/benchmarks.pl
+ examples/fibonacci.pl
+ lib/Kavorka.pm
+ lib/Kavorka/Manual.pod
+ lib/Kavorka/Manual/API.pod
+ lib/Kavorka/Manual/ExtendingKavorka.pod
+ lib/Kavorka/Manual/Functions.pod
+ lib/Kavorka/Manual/MethodModifiers.pod
+ lib/Kavorka/Manual/Methods.pod
+ lib/Kavorka/Manual/MultiSubs.pod
+ lib/Kavorka/Manual/PrototypeAndAttributes.pod
+ lib/Kavorka/Manual/Signatures.pod
+ lib/Kavorka/Parameter.pm
+ lib/Kavorka/Signature.pm
+ lib/Kavorka/Sub.pm
+ lib/MooseX/KavorkaInfo.pm
+ t/01basic.t
+ t/02named-functions.t
+ t/03anon-functions.t
+ t/04named-methods.t
+ t/05anon-methods.t
+ t/10positional.t
+ t/11named.t
+ t/12invocant.t
+ t/13slurpy.t
+ t/14underscores.t
+ t/20modifiers-moo.t
+ t/21modifiers-moose.t
+ t/22modifiers-mouse.t
+ t/23modifiers-tiny.t
+ t/24multimodifiers.t
+ t/28modifiers-augment.t
+ t/29modifiers-override.t
+ t/30multi.t
+ t/31multimulti.t
+ t/32multiredefine.t
+ t/33cacheinvalidationishard.t
+ t/50types.t
+ t/51coerce.t
+ t/52typeexpr.t
+ t/53typeexpr-moosextypes.t
+ t/54typefallback.t
+ t/59valueconstraints.t
+ t/60alias.t
+ t/61ro.t
+ t/62locked.t
+ t/63freshoverride.t
+ t/69traits.t
+ t/70introspection.t
+ t/71moosemeta.t
+ t/80returntype.t
+ t/90closures.t
+ t/91lvalue.t
+ t/92weirdvars.t
+ t/93prototypes.t
+ t/94bypassparsing.t
+ t/95rolesatisfaction.t
+ t/98undefer.t
+Copyright: 2012-2014, Toby Inkster
+  2013, Toby Inkster
+  2013-2014, Toby Inkster
+  2014, Toby Inkster
+License: UNKNOWN
+ FIXME
+
+Files: CREDITS
+ Changes
+ INSTALL
+ MANIFEST
+ META.json
+ META.yml
+ Makefile.PL
+ SIGNATURE
+ TODO
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ dist.ini
+ doap.ttl
+ examples/benchmarks-named.pl
+ examples/benchmarks-pos.pl
+ examples/dancer2/example.pl
+ examples/dancer2/lib/KavorkaX/Dancer2.pm
+ examples/meta.pl
+ lib/Kavorka/MethodModifier.pm
+ lib/Kavorka/Multi.pm
+ lib/Kavorka/ReturnType.pm
+ lib/Kavorka/Sub/After.pm
+ lib/Kavorka/Sub/Around.pm
+ lib/Kavorka/Sub/Augment.pm
+ lib/Kavorka/Sub/Before.pm
+ lib/Kavorka/Sub/ClassMethod.pm
+ lib/Kavorka/Sub/Fun.pm
+ lib/Kavorka/Sub/Method.pm
+ lib/Kavorka/Sub/ObjectMethod.pm
+ lib/Kavorka/Sub/Override.pm
+ lib/Kavorka/TraitFor/Parameter/alias.pm
+ lib/Kavorka/TraitFor/Parameter/assumed.pm
+ lib/Kavorka/TraitFor/Parameter/locked.pm
+ lib/Kavorka/TraitFor/Parameter/optional.pm
+ lib/Kavorka/TraitFor/Parameter/ref_alias.pm
+ lib/Kavorka/TraitFor/Parameter/ro.pm
+ lib/Kavorka/TraitFor/ReturnType/assumed.pm
+ lib/Kavorka/TraitFor/Sub/begin.pm
+ lib/Kavorka/TraitFor/Sub/fresh.pm
+ lib/Kavorka/TraitFor/Sub/override.pm
+ lib/Parse/KeywordX.pm
+ t/lib/Local/Bad.pm
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2015, Jonas Smedegaard <d...@jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: LICENSE
+Copyright: 1989, Free Software Foundation, Inc
+  19xx name of author
+  19yy <name of author>
+  2014, Toby Inkster
+  disclaimer" for the program, if
+  interest in the
+  the software, and
+License: GPL-ever
+ FIXME
+
+Files: t/99threads.t
+Copyright: 2014, Aaron James Trevena
+License: UNKNOWN
+ FIXME
+
+Files: COPYRIGHT
+Copyright: 2013, Toby Inkster
+  2014, Toby Inkster
+  2014, the holder(s)
+  None
+  This software is 2013, by Toby Inkster
+  This software is 2013-2014, by Toby Inkster
+  This software is 2014, by Aaron James Trevena
+  This software is 2014, by Toby Inkster
+  Unknown
+License: UNKNOWN
+ 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..37fb522
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,54 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2015, Jonas Smedegaard <d...@jones.dk>
+# Description: Main Debian packaging script for Kavorka
+#
+# 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-makemaker.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+DEB_UPSTREAM_PACKAGE = Kavorka
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
+
+# Needed by upstream build and (always) at runtime
+perl-deps = data-alias exporter-tiny module-runtime padwalker
+perl-deps += parse-keyword return-type scalar-list-utils type-tiny
+perl-deps += match-simple namespace-sweep
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps +=, libmoo-perl (>= 1.003001)
+deps +=, perl (>= 5.14)
+
+# Needed (often) at runtime
+recommends = libtype-tiny-xs-perl
+
+# Needed (mandatory/optionally) by upstream testsuite
+perl-deps-test = test-fatal test-requires
+deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test))
+deps-test = perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+deps-test-opt = libclass-tiny-perl
+deps-test-opt +=, libclass-method-modifiers-perl (>= 2.03)
+deps-test-opt +=, libmoose-perl (>= 2)
+deps-test-opt +=, libmouse-perl (>= 1)
+deps-test-opt +=, librole-tiny-perl (>= 1.003000)
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test), $(deps-test-opt)
+CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_RECOMMENDS_$(pkg) = $(recommends)
+
+DEB_INSTALL_EXAMPLES_$(pkg) = examples/*
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..b2bc9f0
--- /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/Kavorka .*/Kavorka-([\d.]+)\.tar\.gz
+http://www.cpan.org/authors/id/T/TO/TOBYINK/Kavorka-([\d.]+)\.tar\.gz

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to