~ubuntu-branches/ubuntu/breezy/libconfig-inifiles-perl/breezy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2004-09-25 21:38:04 UTC
  • Revision ID: james.westby@ubuntu.com-20040925213804-8hbddhlj9ol5mh2x
Tags: 2.38-3
* Change unnecessary auto-generated dependency on perl to perl-base.
  Requested by Konstantinos Margaritis <markos@debian.gr> to minimize
  dependencies for localization-config (and thus debian-installer
  netinst image).
* Standards-Version: 3.6.1 (no changes needed).
* Add usage note to watch file.
* Mention "Debian GNU systems" in intro line if debian/copyright.
* Correct location of Artistic license (to please lintian).
* Shorten short description (all lib*-perl packages are modules...).
* Use (and build-depend on) dh-buildinfo.
* Set urgency=high as none of the above changes should cause any risk,
  and dropping perl dependency is important for debian-installer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libconfig-inifiles-perl
2
2
Section: perl
3
3
Priority: extra
4
 
Build-Depends-indep: cdbs, debhelper (>= 4.1), perl (>= 5.6.0-17)
 
4
Build-Depends-indep: cdbs, debhelper (>= 4.1), perl (>= 5.6.0-17), dh-buildinfo
5
5
Maintainer: Jonas Smedegaard <dr@jones.dk>
6
 
Standards-Version: 3.6.0
 
6
Standards-Version: 3.6.1
7
7
 
8
8
Package: libconfig-inifiles-perl
9
9
Architecture: all
10
 
Depends: ${perl:Depends}
11
 
Description:  A module for reading .ini-style configuration files
 
10
Depends: perl-base
 
11
Description: Read .ini-style configuration files
12
12
 Config::IniFiles provides a way to have readable configuration files outside
13
13
 your Perl script.  Configurations can be imported (inherited, stacked,...), 
14
14
 sections can be grouped, and settings can be accessed from a tied hash.