~ubuntu-branches/ubuntu/trusty/libnumber-compare-perl/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Tim Retout, gregor herrmann, Nathan Handler, Tim Retout
  • Date: 2009-08-03 20:57:45 UTC
  • Revision ID: james.westby@ubuntu.com-20090803205745-2klc7wl3q1n41hbw
Tags: 0.01-6
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
  (source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.

[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ Tim Retout ]
* debian/rules: Switch to 3-line rules file.
* debian/compat: Bump to 7.
* debian/control:
  + Update debhelper dependency.
  + Update Standards-Version to 3.8.2. (No changes needed.)
  + Add self to Uploaders, and fix gregor's email address.
  + Add detail to extended description.

[ gregor herrmann ]
* debian/copyright: update formatting.
* debian/control:
  - make short description a noun phrase
  - mention module name in long description

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: perl
3
3
Priority: optional
4
4
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
5
 
Uploaders: gregor herrmann <gregor+debian@comodo.priv.at>
6
 
Build-Depends: debhelper (>= 5)
 
5
Uploaders: gregor herrmann <gregoa@debian.org>, Tim Retout <tim@retout.co.uk>
 
6
Build-Depends: debhelper (>= 7)
7
7
Build-Depends-Indep: perl (>> 5.6)
8
 
Standards-Version: 3.7.3
 
8
Standards-Version: 3.8.2
9
9
Homepage: http://search.cpan.org/dist/Number-Compare/
10
10
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnumber-compare-perl/
11
 
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-compare-perl/
 
11
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnumber-compare-perl/
12
12
 
13
13
Package: libnumber-compare-perl
14
14
Architecture: all
15
 
Depends: ${perl:Depends}
16
 
Description: Perform numeric comparisons in Perl
17
 
 Compile a simple comparison to an anonymous subroutine, which can then be
18
 
 called with a value to be tested against.
 
15
Depends: ${misc:Depends}, ${perl:Depends}
 
16
Description: module for performing numeric comparisons in Perl
 
17
 Number::Compare allows to compile a simple comparison to an anonymous
 
18
 subroutine, which can then be called with a value to be tested against.
 
19
 .
 
20
 The advantage of using this module is that it understands both the SI prefixes
 
21
 'k', 'M', and 'G', as well as the IEC binary prefixes 'Ki', 'Mi' and 'Gi'.