r39087 - in /trunk/libsys-virt-perl/debian: control copyright libsys-virt-perl.lintian-override

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Wed Jul 1 19:17:22 UTC 2009


Author: carnil-guest
Date: Wed Jul  1 19:17:18 2009
New Revision: 39087

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39087
Log:
check copyright and add lintian-override for build-depends-indep-without-arch-indep

Modified:
    trunk/libsys-virt-perl/debian/control
    trunk/libsys-virt-perl/debian/copyright
    trunk/libsys-virt-perl/debian/libsys-virt-perl.lintian-override

Modified: trunk/libsys-virt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-virt-perl/debian/control?rev=39087&op=diff
==============================================================================
--- trunk/libsys-virt-perl/debian/control (original)
+++ trunk/libsys-virt-perl/debian/control Wed Jul  1 19:17:18 2009
@@ -2,9 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libtest-pod-coverage-perl,
+Build-Depends-Indep: libtest-pod-coverage-perl (>= 1.00),
   libxml-xpath-perl,
-  libtest-pod-perl,
+  libtest-pod-perl (>= 1.00),
   perl (>= 5.6.0-12),
   libvirt-dev (>= 0.6.1),
   pkg-config

Modified: trunk/libsys-virt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-virt-perl/debian/copyright?rev=39087&op=diff
==============================================================================
--- trunk/libsys-virt-perl/debian/copyright (original)
+++ trunk/libsys-virt-perl/debian/copyright Wed Jul  1 19:17:18 2009
@@ -1,41 +1,40 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Daniel P. Berrange <dan at berrange.com>
-Upstream-Source: http://search.cpan.org/dist/Sys-Virt/
-Upstream-Name: Sys-Virt
-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.
+Format-Specification: http://dep.debian.net/deps/dep5/
+Maintainer: Daniel P. Berrange <dan at berrange.com>
+Source: http://search.cpan.org/dist/Sys-Virt/
+Name: Sys-Virt
 
 Files: *
-Copyright: Daniel P. Berrange <dan at berrange.com>
-License: GPL-2+ | Artistic
+Copyright: 2006-2009, Daniel P. Berrange <dan at berrange.com>
+License: GPL-2+ or Artistic
+
+Files: lib/Sys/Virt/NodeDevice.pm, lib/Sys/Virt/StorageVol.pm,
+       lib/Sys/Virt/StoragePool.pm, lib/Sys/Virt.pm
+Copyright: 2006-2009, Red Hat
+           2006-2009, Daniel P. Berrange
+License: GPL-2+ or Artistic
+
+Files: lib/Sys/Virt/Domain.pm, lib/Sys/Virt/Error.pm, lib/Sys/Virt/Network.pm,
+       lib/Sys/Virt/Event.pm, ./Virt.xs
+Copyright: 2006, Red Hat
+           2006-2007, Daniel P. Berrange
+License: GPL-2+ or Artistic
 
 Files: debian/*
 Copyright: 2009, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-License: GPL-2+ | GPL-1+ | Artistic
+License: GPL-2+ or Artistic
 
 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; version 2 dated June, 1991, or (at your
-    option) any later version.
-    On Debian GNU/Linux systems, the complete text of version 2 of the GNU
-    General Public License can be found in `/usr/share/common-licenses/GPL-2'
-
-License: GPL-1+
-    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)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ 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; version 2 dated June, 1991, or (at your
+ option) any later version.
+X-Comment:
+ On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL-2'
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+X-Comment:
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'

Modified: trunk/libsys-virt-perl/debian/libsys-virt-perl.lintian-override
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-virt-perl/debian/libsys-virt-perl.lintian-override?rev=39087&op=diff
==============================================================================
--- trunk/libsys-virt-perl/debian/libsys-virt-perl.lintian-override (original)
+++ trunk/libsys-virt-perl/debian/libsys-virt-perl.lintian-override Wed Jul  1 19:17:18 2009
@@ -1,1 +1,1 @@
-#libsys-virt-perl source: build-depends-indep-without-arch-indep
+libsys-virt-perl source: build-depends-indep-without-arch-indep




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