~ubuntu-branches/ubuntu/quantal/libcatalyst-view-tt-perl/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting, Ansgar Burchardt, Salvatore Bonaccorso, Florian Schlichting
  • Date: 2012-02-17 21:44:30 UTC
  • mfrom: (1.1.13) (3.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120217214430-qf31mxpy2bc8vajb
Tags: 0.38-1
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
  svn.debian.org to anonscm.debian.org URL.

[ Florian Schlichting ]
* Imported Upstream version 0.38.
* Added Luke Saunders to upstream copyright holders (he was added to
  lib/Catalyst/View/TT.pm in version 0.35)
* Added fix_test_warning.patch.
* Added myself to Uploaders and copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: perl
3
3
Priority: optional
4
4
Build-Depends: debhelper (>= 8)
5
 
Build-Depends-Indep: perl, libcatalyst-perl,
6
 
 libtemplate-perl, libtemplate-timer-perl, libtemplate-provider-encoding-perl,
7
 
 libmro-compat-perl
 
5
Build-Depends-Indep: perl,
 
6
 libcatalyst-perl,
 
7
 libmro-compat-perl,
 
8
 libtemplate-perl,
 
9
 libtemplate-provider-encoding-perl,
 
10
 libtemplate-timer-perl
8
11
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
9
12
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
10
 
 Jonathan Yu <jawnsy@cpan.org>, gregor herrmann <gregoa@debian.org>,
11
 
 Ansgar Burchardt <ansgar@debian.org>
 
13
 Jonathan Yu <jawnsy@cpan.org>,
 
14
 gregor herrmann <gregoa@debian.org>,
 
15
 Ansgar Burchardt <ansgar@debian.org>,
 
16
 Florian Schlichting <fschlich@zedat.fu-berlin.de>
12
17
Standards-Version: 3.9.2
13
 
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcatalyst-view-tt-perl/
14
 
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcatalyst-view-tt-perl/
 
18
Vcs-Git: git://git.debian.org/pkg-perl/packages/libcatalyst-view-tt-perl.git
 
19
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-view-tt-perl.git
15
20
Homepage: http://search.cpan.org/dist/Catalyst-View-TT/
16
21
 
17
22
Package: libcatalyst-view-tt-perl
18
23
Architecture: all
19
 
Depends: ${perl:Depends}, ${misc:Depends}, libcatalyst-perl,
20
 
 libtemplate-perl, libtemplate-timer-perl, libtemplate-provider-encoding-perl,
21
 
 libmro-compat-perl
 
24
Depends: ${perl:Depends}, ${misc:Depends},
 
25
 libcatalyst-perl,
 
26
 libmro-compat-perl,
 
27
 libtemplate-perl,
 
28
 libtemplate-provider-encoding-perl,
 
29
 libtemplate-timer-perl
22
30
Description: Template View Class for Catalyst
23
31
 Catalyst::View::TT is the Catalyst view class for the Template toolkit. Your
24
32
 application subclass should inherit from this class. This plugin renders the