~ubuntu-branches/ubuntu/wily/libtest-manifest-perl/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, Ryan Niebur, Ansgar Burchardt, gregor herrmann, Salvatore Bonaccorso, Axel Beckert
  • Date: 2014-08-23 20:57:20 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140823205720-o427zvlf6wkl0vf7
Tags: 2.01-1
[ Ryan Niebur ]
* Email change: Jonathan Yu -> jawnsy@cpan.org

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

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

[ Salvatore Bonaccorso ]
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
  copyright"

[ gregor herrmann ]
* New upstream release.
* Switch to "3.0 (quilt)" source format.
* Update copyright years and license stanzas.
* Declare compliance with Debian Policy 3.9.5.
* Bump debhelper compatibility level to 8.
* Add build dependency on Test::More 0.95.
* Add a spelling fix patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libtest-manifest-perl
 
2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 
3
Uploaders: Jay Bonci <jaybonci@debian.org>,
 
4
           Damyan Ivanov <dmn@debian.org>,
 
5
           gregor herrmann <gregoa@debian.org>,
 
6
           Jonathan Yu <jawnsy@cpan.org>
2
7
Section: perl
3
8
Priority: optional
4
 
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
5
 
Uploaders: Jay Bonci <jaybonci@debian.org>, Damyan Ivanov <dmn@debian.org>,
6
 
 gregor herrmann <gregoa@debian.org>, Jonathan Yu <frequency@cpan.org>
7
 
Standards-Version: 3.8.2
8
 
Homepage: http://search.cpan.org/dist/Test-Manifest/
9
 
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-manifest-perl/
10
 
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-manifest-perl/
11
 
Build-Depends: debhelper (>= 7)
12
 
Build-Depends-Indep: perl (>= 5.8.8), libtest-pod-perl,
13
 
 libtest-pod-coverage-perl
 
9
Build-Depends: debhelper (>= 8)
 
10
Build-Depends-Indep: perl,
 
11
                     libtest-pod-perl,
 
12
                     libtest-pod-coverage-perl,
 
13
                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.95)
 
14
Standards-Version: 3.9.5
 
15
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-manifest-perl.git
 
16
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-manifest-perl.git
 
17
Homepage: https://metacpan.org/release/Test-Manifest
14
18
 
15
19
Package: libtest-manifest-perl
16
20
Architecture: all
17
 
Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.8.8)
 
21
Depends: ${misc:Depends},
 
22
         ${perl:Depends},
 
23
         perl
18
24
Description: Perl module for interacting with a test manifest file
19
25
 Test::Manifest is a Perl test framework that allows you to run any tests you
20
26
 want based on the t/test_manifest file, in any order you desire (rather than
21
27
 simply the ascii-betical order provided by default.)
 
28