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

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

commit e51d3e06721d36e0e61cf559a7f0e6305ffd2dda
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Tue Feb 24 17:43:10 2015 +0100

    Initial packaging release.
---
 debian/README.source   |  11 +++++
 debian/changelog       |   6 +++
 debian/compat          |   1 +
 debian/control         |  33 +++++++++++++++
 debian/control.in      |  21 +++++++++
 debian/copyright       |  81 +++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 113 +++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |   8 ++++
 debian/rules           |  49 +++++++++++++++++++++
 debian/source/format   |   1 +
 debian/watch           |   4 ++
 11 files changed, 328 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..78ac5fa
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libmoosex-xsaccessor-perl (0.007-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#779106.
+
+ -- Jonas Smedegaard <d...@jones.dk>  Tue, 24 Feb 2015 17:42:56 +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..458206d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: libmoosex-xsaccessor-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libclass-xsaccessor-perl (>= 1.09),
+ libmoose-perl (>= 2.0600),
+ libimport-into-perl,
+ libtest-fatal-perl,
+ libtest-requires-perl,
+ perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+ libtest-output-perl,
+ libmoosex-attribute-chained-perl
+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/libmoosex-xsaccessor-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-xsaccessor-perl.git
+Homepage: https://metacpan.org/release/MooseX-XSAccessor
+
+Package: libmoosex-xsaccessor-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: use Class::XSAccessor to speed up Moose accessors
+ MooseX::XSAccessor accelerates Moose-generated accessor, reader, writer
+ and predicate methods using Class::XSAccessor. You get a speed-up for
+ no extra effort.  It is automatically applied to every attribute in the
+ class.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..c3cdd6e
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,21 @@
+Source: libmoosex-xsaccessor-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/libmoosex-xsaccessor-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-xsaccessor-perl.git
+Homepage: https://metacpan.org/release/MooseX-XSAccessor
+
+Package: libmoosex-xsaccessor-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: use Class::XSAccessor to speed up Moose accessors
+ MooseX::XSAccessor accelerates Moose-generated accessor, reader, writer
+ and predicate methods using Class::XSAccessor. You get a speed-up for
+ no extra effort.  It is automatically applied to every attribute in the
+ class.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..32dbde7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,81 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: MooseX::XSAccessor
+Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=MooseX-XSAccessor
+ mailto:bug-moosex-xsacces...@rt.cpan.org
+Source: http://search.cpan.org/dist/MooseX-XSAccessor/
+ git://github.com/tobyink/p5-moosex-xsaccessor
+
+Files: *
+Copyright: 2012-2013, 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: CONTRIBUTING
+Copyright: 2012-2013, 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:
+ .
+ Above is from <https://gist.github.com/tobyink/fbafb504f85c833c039f>,
+ which supercedes the included CONTRIBUTING file as announced at
+ 
<https://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/2014-May/077653.html>.
+ .
+ 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..1d53ee9
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,113 @@
+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: CREDITS
+ Changes
+ INSTALL
+ 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
+ dist.ini
+ doap.ttl
+ examples/bench.pl
+ t/lib/MyMoose.pm
+ t/lib/MyMoose/Role.pm
+ t/moose_accessor_context.t
+ t/moose_accessor_inlining.t
+ t/moose_accessor_override_method.t
+ t/moose_accessor_overwrite_warning.t
+ t/moose_attr_dereference_test.t
+ t/moose_attribute_accessor_generation.t
+ t/moose_attribute_custom_metaclass.t
+ t/moose_attribute_delegation.t
+ t/moose_attribute_does.t
+ t/moose_attribute_inherited_slot_specs.t
+ t/moose_attribute_lazy_initializer.t
+ t/moose_attribute_names.t
+ t/moose_attribute_reader_generation.t
+ t/moose_attribute_required.t
+ t/moose_attribute_traits.t
+ t/moose_attribute_traits_n_meta.t
+ t/moose_attribute_traits_parameterized.t
+ t/moose_attribute_traits_registered.t
+ t/moose_attribute_triggers.t
+ t/moose_attribute_type_unions.t
+ t/moose_attribute_without_any_methods.t
+ t/moose_attribute_writer_generation.t
+ t/moose_bad_coerce.t
+ t/moose_chained_coercion.t
+ t/moose_clone_weak.t
+ t/moose_default_class_role_types.t
+ t/moose_default_undef.t
+ t/moose_delegation_and_modifiers.t
+ t/moose_delegation_arg_aliasing.t
+ t/moose_delegation_target_not_loaded.t
+ t/moose_illegal_options_for_inheritance.t
+ t/moose_inherit_lazy_build.t
+ t/moose_lazy_no_default.t
+ t/moose_method_generation_rules.t
+ t/moose_misc_attribute_coerce_lazy.t
+ t/moose_misc_attribute_tests.t
+ t/moose_more_attr_delegation.t
+ t/moose_no_init_arg.t
+ t/moose_no_slot_access.t
+ t/moose_non_alpha_attr_names.t
+ t/moose_numeric_defaults.t
+ t/moose_trigger_and_coerce.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: CONTRIBUTING
+ README
+ lib/MooseX/XSAccessor.pm
+ lib/MooseX/XSAccessor/Trait/Attribute.pm
+ t/01basic.t
+ t/02accel.t
+ t/03funky.t
+ t/04chained.t
+ t/05lvalue.t
+Copyright: 2012-2013, Toby Inkster
+  2013, Toby Inkster
+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>
+  2013, Toby Inkster
+  disclaimer" for the program, if
+  interest in the
+  the software, and
+License: GPL-ever
+ FIXME
+
+Files: COPYRIGHT
+Copyright: 1970, Toby Inkster
+  2013, Infinity Interactive, Inc
+  2013, Toby Inkster
+  2013, the holder(s)
+  None
+  This software is 2013, 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..ecc36b7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,49 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2015, Jonas Smedegaard <d...@jones.dk>
+# Description: Main Debian packaging script for MooseX::XSAccessor
+#
+# 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 = MooseX-XSAccessor
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
+
+# Needed by upstream build and (always) at runtime
+deps = libclass-xsaccessor-perl (>= 1.09)
+deps +=, libmoose-perl (>= 2.0600)
+
+# Needed (unconditionally/optionally) by upstream testsuite
+# TODO: add libmoosex-funkyattributes-perl when in Debian
+perl-deps-test = import-into 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 = libtest-output-perl
+
+# Needed (optionally) by upstream testsuite and (seldom) at runtime
+# TODO: add libmoosex-lvalueattribute-perl when in Debian
+suggests-test-opt = libmoosex-attribute-chained-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_BUILD_DEPENDS +=, $(deps-test-opt), $(suggests-test-opt)
+CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_SUGGESTS_$(pkg) = $(suggests-test-opt)
+
+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..ba689c5
--- /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/MooseX-XSAccessor 
.*/MooseX-XSAccessor-([\d.]+)\.tar\.gz
+http://www.cpan.org/authors/id/T/TO/TOBYINK/MooseX-XSAccessor-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmoosex-xsaccessor-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