~ubuntu-branches/ubuntu/trusty/libextutils-autoinstall-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-09-13 16:14:30 UTC
  • Revision ID: package-import@ubuntu.com-20130913161430-o6hewbxlgplxaebx
Tags: 0.63-2
* Take over for the Debian Perl Group with maintainer's permission
  (https://lists.debian.org/debian-perl/2013/08/msg00050.html)
* debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza). Changed:
  Maintainer set to Debian Perl Group <pkg-perl-
  maintainers@lists.alioth.debian.org> (was: Bastian Blank
  <waldi@debian.org>); Bastian Blank <waldi@debian.org> moved to
  Uploaders.
* debian/watch: use metacpan-based URL.
* Switch to "3.0 (quilt)" source format.
* Use debhelper 8 and tiny dh(1) debian/rules.
* Convert debian/copyright to Copyright Format 1.0.
* Drop version from perl build dependency.
* Add /me to Uploaders.
* Update short/long description.
* Declare compliance with Debian Policy 3.9.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This is the debian package for the ExtUtils-AutoInstall module.
2
 
 
3
 
It was downloaded from the Comprehensive Perl Archive Network (CPAN).
4
 
Visit <http://www.perl.com/CPAN/> to find a CPAN site near you.
5
 
 
6
 
The upstream author is: 
7
 
 
8
 
Autrijus Tang <autrijus@autrijus.org>.
9
 
 
10
 
Copyright 2001, 2002, 2003, 2004
11
 
by Autrijus Tang <autrijus@autrijus.org>.
12
 
 
13
 
This program is free software; you can redistribute it and/or
14
 
modify it under the same terms as Perl itself.
15
 
 
16
 
See http://www.perl.com/perl/misc/Artistic.html
17
 
 
18
 
Perl is distributed under your choice of the GNU General Public License or
19
 
the Artistic License.  On Debian GNU/Linux systems, the complete text of the
20
 
GNU General Public License can be found in `/usr/share/common-licenses/GPL'
21
 
and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
 
1
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
2
Source: https://metacpan.org/release/ExtUtils-AutoInstall
 
3
Upstream-Contact: Autrijus Tang <autrijus@autrius.org>
 
4
Upstream-Name: ExtUtils-AutoInstall
 
5
 
 
6
Files: *
 
7
Copyright: 2001-2004, Autrijus Tang <autrijus@autrius.org>
 
8
License: Artistic or GPL-1+
 
9
 
 
10
Files: debian/*
 
11
Copyright: 2004, 2005, 2008, Bastian Blank <waldi@debian.org>
 
12
 2006, Steve McIntyre <93sam@debian.org>
 
13
 2008, Mark Hymers <mhy@debian.org>
 
14
 2013, gregor herrmann <gregoa@debian.org>
 
15
License: Artistic or GPL-1+
 
16
 
 
17
License: 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
 
 
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
 .
 
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'.