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

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, Salvatore Bonaccorso, Ansgar Burchardt, Axel Beckert, gregor herrmann
  • Date: 2015-06-21 03:26:33 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150621032633-4920jlh05etcl4k0
Tags: 0.10-1
* Team upload.

[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

[ Ansgar Burchardt ]
* Email change: Ansgar Burchardt -> ansgar@debian.org
* debian/control: Convert Vcs-* fields to Git.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* 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 ]
* Strip trailing slash from metacpan URLs.

[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend

[ gregor herrmann ]
* New upstream release 0.10.
  - Fixes "unmock() on an inherited method does not behave properly"
    (Closes: #674625)
  - Fixes "FTBFS with perl 5.22 (CGI build-dep)"
    (Closes: #789437)
* Add debian/upstream/metadata.
* debian/copyright: new upstream maintainer/copyright holder/license.
* Add build dependency on libmodule-build-perl.
* Add (build) dependency on libsuper-perl.
* Mark package as autopkgtest-able.
* Switch to source format "3.0 (quilt)".
* Bump debhelper compatibility level to 9.
* Declare compliance with Debian Policy 3.9.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Format-Specification:
2
 
    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
3
 
Upstream-Maintainer: Simon Flack <simonflk@cpan.org>
4
 
Upstream-Source: http://search.cpan.org/dist/Test-MockModule/
 
1
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
5
2
Upstream-Name: Test-MockModule
 
3
Upstream-Contact: Geoff Franks <gfranks@cpan.org>
 
4
Source: https://metacpan.org/release/Test-MockModule
6
5
 
7
6
Files: *
8
7
Copyright: © 2004, Simon Flack <simonflk@cpan.org>
9
 
License-Alias: Perl
10
 
License: Artistic | GPL-1+
 
8
 © 2015, Geoff Franks <gfranks@cpan.org>
 
9
License: GPL-3+
11
10
 
12
11
Files: debian/*
13
12
Copyright:
14
13
 © 2005, Ben Hutchings <ben@decadentplace.org.uk>
15
 
 © 2009, Ansgar Burchardt <ansgar@43-1.org>
16
 
License: Artistic | GPL-1+
 
14
 © 2009, Ansgar Burchardt <ansgar@debian.org>
 
15
License: Artistic or GPL-1+
17
16
 
18
17
License: Artistic
19
 
    This program is free software; you can redistribute it and/or modify
20
 
    it under the terms of the Artistic License, which comes with Perl.
21
 
    On Debian GNU/Linux systems, the complete text of the Artistic License
22
 
    can be found in `/usr/share/common-licenses/Artistic'
 
18
 This program is free software; you can redistribute it and/or modify
 
19
 it under the terms of the Artistic License, which comes with Perl.
 
20
 .
 
21
 On Debian systems, the complete text of the Artistic License can be
 
22
 found in `/usr/share/common-licenses/Artistic'.
23
23
 
24
24
License: GPL-1+
25
 
    This program is free software; you can redistribute it and/or modify
26
 
    it under the terms of the GNU General Public License as published by
27
 
    the Free Software Foundation; either version 1, or (at your option)
28
 
    any later version.
29
 
    On Debian GNU/Linux systems, the complete text of the GNU General
30
 
    Public License can be found in `/usr/share/common-licenses/GPL'
 
25
 This program is free software; you can redistribute it and/or modify
 
26
 it under the terms of the GNU General Public License as published by
 
27
 the Free Software Foundation; either version 1, or (at your option)
 
28
 any later version.
 
29
 .
 
30
 On Debian systems, the complete text of version 1 of the GNU General
 
31
 Public License can be found in `/usr/share/common-licenses/GPL-1'.
 
32
 
 
33
License: GPL-3+
 
34
 This program is free software: you can redistribute it and/or modify
 
35
 it under the terms of the GNU General Public License as published by
 
36
 the Free Software Foundation, either version 3 of the License, or
 
37
 (at your option) any later version.
 
38
 .
 
39
 On Debian systems the full text of the GNU General Public License version 3
 
40
 is available in `/usr/share/common-licenses/GPL-3'.