r70188 - in /trunk/libev-perl/debian: control copyright libev-perl.docs

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Mar 1 14:39:34 UTC 2011


Author: periapt-guest
Date: Tue Mar  1 14:39:01 2011
New Revision: 70188

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70188
Log:
standard packaging stuff

Removed:
    trunk/libev-perl/debian/libev-perl.docs
Modified:
    trunk/libev-perl/debian/control
    trunk/libev-perl/debian/copyright

Modified: trunk/libev-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libev-perl/debian/control?rev=70188&op=diff
==============================================================================
--- trunk/libev-perl/debian/control (original)
+++ trunk/libev-perl/debian/control Tue Mar  1 14:39:01 2011
@@ -1,8 +1,7 @@
 Source: libev-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7),
- perl
+Build-Depends: debhelper (>= 7), perl, libcommon-sense-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Standards-Version: 3.9.1
@@ -12,9 +11,10 @@
 
 Package: libev-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: perl interface to libev, a high performance full-featured event loop
- EV provides an interface to libev
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libcommon-sense-perl
+Description: interface to libev, a high performance full-featured event loop
+ EV provides a perl interface to libev
  (http://software.schmorp.de/pkg/libev.html). While the documentation below is
  comprehensive, one might also consult the documentation of libev itself
  (http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod or perldoc EV::libev)
@@ -26,5 +26,3 @@
  use it through the AnyEvent module, stay portable to other event loops (if
  you don't rely on any watcher types not available through it) and still be
  faster than with any other event loop currently supported in Perl.
- .
- This description was automagically extracted from the module by dh-make-perl.

Modified: trunk/libev-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libev-perl/debian/copyright?rev=70188&op=diff
==============================================================================
--- trunk/libev-perl/debian/copyright (original)
+++ trunk/libev-perl/debian/copyright Tue Mar  1 14:39:01 2011
@@ -1,23 +1,19 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: (information incomplete)
+Maintainer: Marc Lehmann <schmorp at schmorp.de>
 Source: http://search.cpan.org/dist/EV/
 Name: EV
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: (information incomplete)
-License: Artistic or GPL-1+
+Copyright: 2007-2011, Marc Lehmann <schmorp at schmorp.de>
+License: Artistic or GPL-2+
+
+Files: libev/*
+Copyright: 2007-2009, Marc Alexander Lehmann
+License: BSD or GPL-2+
 
 Files: debian/*
 Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
-License: Artistic or GPL-1+
+License: Artistic or GPL-2+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
@@ -26,11 +22,36 @@
  On Debian systems, the complete text of the Artistic License can be
  found in `/usr/share/common-licenses/Artistic'.
 
-License: GPL-1+
+License: GPL-2+
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 1, or (at your option)
+ the Free Software Foundation; either version 2, or (at your option)
  any later version.
  .
- 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'.
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+  * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+  * Redistributions in binary form must reproduce the above
+    copyright notice, this list of conditions and the following
+    disclaimer in the documentation and/or other materials provided
+    with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.




More information about the Pkg-perl-cvs-commits mailing list