~ubuntu-branches/ubuntu/raring/libmarc-lint-perl/raring

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting, Ryan Niebur, gregor herrmann, Ansgar Burchardt, Florian Schlichting
  • Date: 2012-08-31 23:09:21 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120831230921-dzjf0njsoqfi29dg
Tags: 1.45-1
[ Ryan Niebur ]
* Email change: Jonathan Yu -> jawnsy@cpan.org.

[ gregor herrmann ]
* debian/rules: switch order of arguments to dh.

[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.

[ Florian Schlichting ]
* Imported Upstream version 1.45.
* Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
* Bumped years of upstream copyright.
* Bumped dh compatibility to level 8 (no changes necessary).
* Switched to source format 3.0 (quilt).
* Refreshed and forwarded 01_fix-man-name.patch.
* Added myself to uploaders and copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libmarc-lint-perl
 
2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 
3
Uploaders: Vincent Danjean <vdanjean@debian.org>,
 
4
           gregor herrmann <gregoa@debian.org>,
 
5
           Jonathan Yu <jawnsy@cpan.org>,
 
6
           Damyan Ivanov <dmn@debian.org>,
 
7
           Florian Schlichting <fschlich@zedat.fu-berlin.de>
2
8
Section: perl
3
9
Priority: optional
4
 
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
5
 
Build-Depends-Indep: perl, libbusiness-isbn-perl, libmarc-record-perl
6
 
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7
 
Uploaders: Vincent Danjean <vdanjean@debian.org>,
8
 
 gregor herrmann <gregoa@debian.org>, Jonathan Yu <frequency@cpan.org>,
9
 
 Damyan Ivanov <dmn@debian.org>
10
 
Standards-Version: 3.8.3
11
 
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmarc-lint-perl/
12
 
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmarc-lint-perl/
 
10
Build-Depends: debhelper (>= 8)
 
11
Build-Depends-Indep: perl,
 
12
                     libbusiness-isbn-perl,
 
13
                     libmarc-record-perl
 
14
Standards-Version: 3.9.3
 
15
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmarc-lint-perl.git
 
16
Vcs-Git: git://git.debian.org/pkg-perl/packages/libmarc-lint-perl.git
13
17
Homepage: http://search.cpan.org/dist/MARC-Lint/
14
18
 
15
19
Package: libmarc-lint-perl
16
20
Architecture: all
17
 
Depends: ${perl:Depends}, ${misc:Depends}, libmarc-record-perl,
18
 
 libbusiness-isbn-perl
 
21
Depends: ${perl:Depends},
 
22
         ${misc:Depends},
 
23
         libmarc-record-perl,
 
24
         libbusiness-isbn-perl
19
25
Description: Perl extension for checking validity of MARC records
20
26
 MARC::Lint is a Perl module for checking the validity of MARC records. Most
21
27
 of the users will want to do something like is shown in the synopsis. Other
24
30
 making sure that all 952 tags have a certain call number in them, you can
25
31
 write a function that checks for that, and still get all the benefits of the
26
32
 MARC::Lint framework.
 
33