~ubuntu-branches/ubuntu/raring/libhtml-treebuilder-xpath-perl/raring

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu, Jonathan Yu, gregor herrmann
  • Date: 2009-05-19 12:26:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090519122618-pqtsarlauhev0m2x
Tags: 0.11-1
[ Jonathan Yu ]
* New upstream release
* Removed quilt patch as this issue is fixed upstream :-)
  (Closes: RT#46203)
  -> Remove README.source and quilt-related stuff
* Upstream has updated docs
* Added new dependencies for XML::XPathEngine
* Upgraded to Standards-Version 3.8.1
* Added machine-readable copyright file
* Forwarded patch upstream (see RT#46203)
* Clarified the description

[ gregor herrmann ]
* Add debian/README.source to document quilt usage, as required by
  Debian Policy since 3.8.0.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
  (source stanza).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This is the debian package for the HTML-TreeBuilder-XPath module.
2
 
It was created by Jeremiah C. Foster <jeremiah@jeremiahfoster.com> 
3
 
using dh-make-perl and is maintained by the Debian Perl Group.
4
 
 
5
 
It was downloaded from http://search.cpan.org/dist/HTML-TreeBuilder-XPath/
6
 
 
7
 
The upstream author is: Michel Rodriguez <mirod@cpan.org>.
8
 
 
9
 
Copyright (C) 2006 by Michel Rodriguez
10
 
 
11
 
  This library is free software; you can redistribute it and/or modify it
12
 
  under the same terms as Perl itself, either Perl version 5.8.4 or, at your
13
 
  option, any later version of Perl 5 you may have available.
14
 
                     
15
 
 
16
 
Perl is distributed under your choice of the GNU General Public 
17
 
License or the Artistic License.  On Debian GNU/Linux systems, 
18
 
the complete text of the GNU General Public License can be found 
19
 
in `/usr/share/common-licenses/GPL' and the Artistic Licence in 
20
 
`/usr/share/common-licenses/Artistic'.
21
 
 
22
 
The Debian packaging is (C) 2007, Jeremiah C. Foster 
23
 
<jeremiah@jeremiahfoster.com> and is licensed under the same terms 
24
 
as the software itself (see above).
 
1
Format-Specification:
 
2
    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
 
3
Upstream-Maintainer: Michel Rodriguez <mirod@cpan.org>
 
4
Upstream-Source: http://search.cpan.org/dist/HTML-TreeBuilder-XPath/
 
5
Upstream-Name: HTML-TreeBuilder-XPath
 
6
 
 
7
Files: *
 
8
Copyright: 2006, Michel Rodriguez <mirod@cpan.org>
 
9
License-Alias: Perl
 
10
License: Artistic | GPL-1+
 
11
 This library is free software; you can redistribute it and/or modify it under
 
12
 the same terms as Perl itself, either Perl version 5.8.4 or, at your option,
 
13
 any later version of Perl 5 you may have available.
 
14
 
 
15
Files: debian/*
 
16
Copyright: 2009, Jonathan Yu <frequency@cpan.org>
 
17
 2007, Jeremiah C. Foster <jeremiah@jeremiahfoster.com>
 
18
License: Artistic | GPL-1+
 
19
 
 
20
License: Artistic
 
21
    This program is free software; you can redistribute it and/or modify
 
22
    it under the terms of the Artistic License, which comes with Perl.
 
23
    On Debian GNU/Linux systems, the complete text of the Artistic License
 
24
    can be found in `/usr/share/common-licenses/Artistic'
 
25
 
 
26
License: GPL-1+
 
27
    This program is free software; you can redistribute it and/or modify
 
28
    it under the terms of the GNU General Public License as published by
 
29
    the Free Software Foundation; either version 1, or (at your option)
 
30
    any later version.
 
31
    On Debian GNU/Linux systems, the complete text of the GNU General
 
32
    Public License can be found in `/usr/share/common-licenses/GPL'
 
33