~ubuntu-branches/ubuntu/quantal/libclass-objecttemplate-perl/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2006-09-10 16:22:04 UTC
  • Revision ID: james.westby@ubuntu.com-20060910162204-gcekmamvy1wflb90
Tags: 0.7-4
* use DEB_AUTO_UPDATE_DEBIAN_CONTROL correctly
* set Standards-Version to 3.7.2, no changes needed
* minor lintian fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libclass-objecttemplate-perl
2
2
Section: perl
3
3
Priority: optional
4
 
Build-Depends: cdbs, debhelper (>= 4.0.2)
5
 
Build-Depends-Indep: perl (>= 5.8.0-7)
 
4
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), perl (>= 5.6.0-16)
6
5
Maintainer: Torsten Werner <twerner@debian.org>
7
 
Standards-Version: 3.6.1
 
6
Standards-Version: 3.7.2
8
7
 
9
8
Package: libclass-objecttemplate-perl
10
9
Architecture: all
11
10
Depends: ${perl:Depends}, ${misc:Depends} 
12
 
Description: Perl extension for an optimized template builder base class.
 
11
Description: Perl extension for an optimized template builder base class
13
12
 Class::ObjectTemplate is a utility class to assist in the building of
14
13
 other Object Oriented Perl classes.
15
14
 .