[libcatalyst-model-dbic-schema-perl] 01/06: Initial packaging by dh-make-perl

Damyan Ivanov dmn at moszumanska.debian.org
Wed May 14 10:30:56 UTC 2014


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

dmn pushed a commit to branch master
in repository libcatalyst-model-dbic-schema-perl.

commit dc721d2622cf72a00696a44799201da20d3c5a7a
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed May 14 10:09:09 2014 +0000

    Initial packaging by dh-make-perl
---
 debian/changelog     |  5 ++++
 debian/compat        |  1 +
 debian/control       | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 36 +++++++++++++++++++++++++
 debian/rules         |  4 +++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 125 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8c8e1bc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libcatalyst-model-dbic-schema-perl (0.63-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 14 May 2014 13:09:08 +0300
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..6988b46
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,76 @@
+Source: libcatalyst-model-dbic-schema-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libcarp-clan-perl,
+ libcatalyst-devel-perl (>= 1.0),
+ libcatalyst-modules-perl (>= 0.14),
+ libcatalyst-perl (>= 5.80005),
+ libdbd-sqlite3-perl,
+ libdbix-class-cursor-cached-perl,
+ libdbix-class-perl (>= 0.08114),
+ libdbix-class-schema-loader-perl (>= 0.04005),
+ libhash-merge-perl,
+ liblist-moreutils-perl,
+ libmodule-runtime-perl (>= 0.012),
+ libmoose-perl (>= 1.12),
+ libmoosex-markasmethods-perl (>= 0.13),
+ libmoosex-nonmoose-perl (>= 0.16),
+ libmoosex-types-loadableclass-perl (>= 0.009),
+ libmoosex-types-perl,
+ libnamespace-autoclean-perl (>= 0.09),
+ libnamespace-clean-perl,
+ libtest-exception-perl,
+ libtest-requires-perl,
+ libtie-ixhash-perl,
+ libtry-tiny-perl,
+ perl (>= 5.15.2)
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-model-dbic-schema-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-model-dbic-schema-perl.git
+Homepage: https://metacpan.org/release/Catalyst-Model-DBIC-Schema
+
+Package: libcatalyst-model-dbic-schema-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libcarp-clan-perl,
+ libcatalyst-devel-perl (>= 1.0),
+ libcatalyst-modules-perl (>= 0.14),
+ libcatalyst-perl (>= 5.80005),
+ libdbix-class-cursor-cached-perl,
+ libdbix-class-perl (>= 0.08114),
+ libdbix-class-schema-loader-perl (>= 0.04005),
+ libhash-merge-perl,
+ liblist-moreutils-perl,
+ libmodule-runtime-perl (>= 0.012),
+ libmoose-perl (>= 1.12),
+ libmoosex-markasmethods-perl (>= 0.13),
+ libmoosex-nonmoose-perl (>= 0.16),
+ libmoosex-types-loadableclass-perl (>= 0.009),
+ libmoosex-types-perl,
+ libnamespace-autoclean-perl (>= 0.09),
+ libnamespace-clean-perl,
+ libtie-ixhash-perl,
+ libtry-tiny-perl
+Description: DBIx::Class::Schema Model Class
+ This is a Catalyst Model for DBIx::Class::Schema-based Models. See the
+ documentation for Catalyst::Helper::Model::DBIC::Schema for information on
+ generating these Models via Helper scripts.
+ .
+ When your Catalyst app starts up, a thin Model layer is created as an
+ interface to your DBIC Schema. It should be clearly noted that the model
+ object returned by $c->model('FilmDB') is NOT itself a DBIC schema or
+ resultset object, but merely a wrapper proving methods|/METHODS to access the
+ underlying schema.
+ .
+ In addition to this model class, a shortcut class is generated for each
+ source in the schema, allowing easy and direct access to a resultset of the
+ corresponding type. These generated classes are even thinner than the model
+ class, providing no public methods but simply hooking into Catalyst's model()
+ accessor via the ACCEPT_CONTEXT|Catalyst::Component/ACCEPT_CONTEXT mechanism.
+ The complete contents of each generated class is roughly equivalent to the
+ following:
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..94e6420
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Catalyst-Model-DBIC-Schema
+Upstream-Contact: Brandon L Black C<blblack at gmail.com>
+Upstream-Name: Catalyst-Model-DBIC-Schema
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Brandon L Black C<blblack at gmail.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2014, Damyan Ivanov <dmn at debian.org>
+License: Artistic or GPL-1+
+
+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/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/watch b/debian/watch
new file mode 100644
index 0000000..ee2c998
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Catalyst-Model-DBIC-Schema   .*/Catalyst-Model-DBIC-Schema-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/libcatalyst-model-dbic-schema-perl.git



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