[libcatalyst-view-component-subinclude-perl] 02/09: Imported Debian patch 0.10-1

Jonas Genannt jonas at brachium-system.net
Sat Jul 26 13:49:43 UTC 2014


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

hggh-guest pushed a commit to branch master
in repository libcatalyst-view-component-subinclude-perl.

commit 701e7b68c258da57da9e248d889413608591cdde
Author: Jonas Genannt <jonas.genannt at capi2name.de>
Date:   Sat Jul 2 15:03:33 2011 +0000

    Imported Debian patch 0.10-1
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 22 ++++++++++++++++++++++
 debian/copyright | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/rules     |  4 ++++
 debian/watch     |  2 ++
 6 files changed, 78 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a9ffd22
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libcatalyst-view-component-subinclude-perl (0.10-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #632495)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Sat, 2 Jul 2011 15:03:33 +0000
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..c07f789
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: libcatalyst-view-component-subinclude-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl, libcatalyst-perl (>= 5.80014), libcatalyst-modules-perl,
+ libmoose-perl, libmoosex-types-perl, libwww-perl, liblist-moreutils-perl,
+ liburi-perl, libcatalyst-view-tt-perl
+Maintainer: Jonas Genannt <jonas.genannt at capi2name.de>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/Catalyst-View-Component-SubInclude/
+
+Package: libcatalyst-view-component-subinclude-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl (>= 5.80014), 
+ libcatalyst-modules-perl, libmoose-perl, libmoosex-types-perl,
+ libwww-perl, liblist-moreutils-perl
+Description: Use subincludes in your Catalyst views
+ Catalyst::View::Component::SubInclude allows you to include content in
+ your templates (or, more generally, somewhere in your view's render
+ processing) which comes from another action in your application. It's
+ implemented as a Moose::Role, so using Moose in your view is required.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ea888da
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=135
+Maintainer: Nilson Santos Figueiredo Junior <nilsonsfj at cpan.org>
+Source: http://search.cpan.org/dist/Catalyst-View-Component-SubInclude/
+Name: Catalyst-View-Component-SubInclude
+
+Files: *
+Copyright: 2010, Tomas Doran <bobtfish at bobtfish.net>
+ 2010, Vladimir Timofeev <vovkasm at gmail.com>
+ 2010, Wallace Reis <wreis at cpan.org>
+ 2010, Nilson Santos Figueiredo Junior <nilsonsfj at cpan.org>
+ 2009, Nilson Santos Figueiredo Junior <nilsonsfj at cpan.org>
+ 2009, Ionzero LLC
+License: Artistic or GPL-1
+
+Files: inc/Module/AutoInstall.pm
+Copyright: 2001 - 2006, Audrey Tang <autrijus at autrijus.org>
+ 2006, Adam Kennedy <adamk at cpan.org>
+ Matt S Trout <mst at shadowcat.co.u>
+
+Files: inc/Module/Install*
+Copyright: 2002 - 2011, Adam Kennedy <adamk at cpan.org>
+ 2002 - 2011, Audrey Tang <autrijus at autrijus.org>
+ 2002 - 2011, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1
+
+Files: debian/*
+Copyright: 2011, Jonas Genannt <jonas.genannt at capi2name.de>
+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/watch b/debian/watch
new file mode 100644
index 0000000..48a456a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Catalyst-View-Component-SubInclude/   .*/Catalyst-View-Component-SubInclude-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-view-component-subinclude-perl.git



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