This is an automated email from the git hooks/post-receive script.

grinorcole-guest pushed a commit to branch master
in repository libposix-2008-perl.

commit e4a4dcb12bb7ad5ac7eccf147db857fe950e8383
Author: Christopher Hoskin <christopher.hos...@gmail.com>
Date:   Sat Jul 25 08:10:52 2015 +0100

    Relicense under same terms as Perl
---
 debian/patches/license.patch    | 76 +++++++++++++++++++++++++++++++++++++++++
 debian/patches/series           |  1 +
 debian/source/lintian-overrides |  2 ++
 3 files changed, 79 insertions(+)

diff --git a/debian/patches/license.patch b/debian/patches/license.patch
new file mode 100644
index 0000000..a20a576
--- /dev/null
+++ b/debian/patches/license.patch
@@ -0,0 +1,76 @@
+Description: Relicense under the same terms a Perl 5
+Author: Christopher Hoskin <christopher.hos...@gmail.com>
+Forwarded: not-needed
+Last-Update: 2015-07-25
+
+--- a/COPYING
++++ b/COPYING
+@@ -1,13 +1,8 @@
+-            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+-                    Version 2, December 2004
++This is free software; you can redistribute it and/or modify it under the same
++terms as the Perl 5 programming language system itself (Artistic or GPL-1+).
+ 
+- Copyright (C) 2004 Sam Hocevar <s...@hocevar.net>
++On Debian systems, the complete text of the Artistic License can be
++found in `/usr/share/common-licenses/Artistic'.
+ 
+- Everyone is permitted to copy and distribute verbatim or modified
+- copies of this license document, and changing it is allowed as long
+- as the name is changed.
+-
+-            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+-
+-  0. You just DO WHAT THE FUCK YOU WANT TO.
++On Debian systems, the complete text of version 1 of the GNU General
++Public License can be found in `/usr/share/common-licenses/GPL-1'.
+--- a/README
++++ b/README
+@@ -17,7 +17,13 @@
+ 
+ LICENCE
+ 
+-This library is free software. You can redistribute and/or modify it under the
+-terms of the Do What The Fuck You Want To Public License, Version 2, as
+-published by Sam Hocevar. See the COPYING file or http://www.wtfpl.net/ for
+-more details.
++This is free software; you can redistribute it and/or modify it under the same
++terms as the Perl 5 programming language system itself (Artistic or GPL-1+).
++
++On Debian systems, the complete text of the Artistic License can be
++found in `/usr/share/common-licenses/Artistic'.
++
++On Debian systems, the complete text of version 1 of the GNU General
++Public License can be found in `/usr/share/common-licenses/GPL-1'.
++
++
+--- a/lib/POSIX/2008.pod
++++ b/lib/POSIX/2008.pod
+@@ -11,12 +11,12 @@
+ 
+   my $dd = POSIX::2008::open('/tmp/');
+   my $fd = POSIX::2008::openat($dd, 'foobar', O_RDWR|O_CREAT);
+-  POSIX::2008::pwrite($fd, 'fuckyounsa', 50);
++  POSIX::2008::pwrite($fd, 'Hello World!', 50);
+ 
+ =head1 DESCRIPTION
+ 
+ POSIX::2008 contains many of the interfaces specified by POSIX.1-2008 that
+-the core POSIX module withholds, implements in Perl or fucked up.
++the core POSIX module withholds, implements in Perl or messed up.
+ 
+ This module is provided "as is" unless someone volunteers to maintain it.
+ 
+@@ -975,9 +975,7 @@
+ 
+ =head1 LICENCE
+ 
+-This library is free software. You can redistribute and/or modify it under the
+-terms of the Do What The Fuck You Want To Public License, Version 2, as
+-published by Sam Hocevar. See the COPYING file or http://www.wtfpl.net/ for
+-more details.
++This is free software; you can redistribute it and/or modify it under the same
++terms as the Perl 5 programming language system itself.
+ 
+ =cut
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..419d8bc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+license.patch
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..ef44555
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+#Version in URL is version of standard, not module, so okay
+libposix-2008-perl: homepage-for-cpan-package-contains-version

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libposix-2008-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to