r39085 - in /trunk/libsys-virt-perl/debian: ./ changelog compat control copyright libsys-virt-perl.docs libsys-virt-perl.examples libsys-virt-perl.lintian-override rules watch
carnil-guest at users.alioth.debian.org
carnil-guest at users.alioth.debian.org
Wed Jul 1 18:41:39 UTC 2009
Author: carnil-guest
Date: Wed Jul 1 18:41:34 2009
New Revision: 39085
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39085
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libsys-virt-perl/debian/
trunk/libsys-virt-perl/debian/changelog
trunk/libsys-virt-perl/debian/compat
trunk/libsys-virt-perl/debian/control
trunk/libsys-virt-perl/debian/copyright
trunk/libsys-virt-perl/debian/libsys-virt-perl.docs
trunk/libsys-virt-perl/debian/libsys-virt-perl.examples
trunk/libsys-virt-perl/debian/libsys-virt-perl.lintian-override
trunk/libsys-virt-perl/debian/rules (with props)
trunk/libsys-virt-perl/debian/watch
Added: trunk/libsys-virt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-virt-perl/debian/changelog?rev=39085&op=file
==============================================================================
--- trunk/libsys-virt-perl/debian/changelog (added)
+++ trunk/libsys-virt-perl/debian/changelog Wed Jul 1 18:41:34 2009
@@ -1,0 +1,5 @@
+libsys-virt-perl (0.2.0-1) unstable; urgency=low
+
+ * Initial Release. (Closes: #384576)
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com> Wed, 01 Jul 2009 19:47:13 +0200
Added: trunk/libsys-virt-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-virt-perl/debian/compat?rev=39085&op=file
==============================================================================
--- trunk/libsys-virt-perl/debian/compat (added)
+++ trunk/libsys-virt-perl/debian/compat Wed Jul 1 18:41:34 2009
@@ -1,0 +1,1 @@
+7
Added: trunk/libsys-virt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-virt-perl/debian/control?rev=39085&op=file
==============================================================================
--- trunk/libsys-virt-perl/debian/control (added)
+++ trunk/libsys-virt-perl/debian/control Wed Jul 1 18:41:34 2009
@@ -1,0 +1,24 @@
+Source: libsys-virt-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libtest-pod-coverage-perl,
+ libxml-xpath-perl,
+ libtest-pod-perl,
+ perl (>= 5.6.0-12),
+ libvirt-dev (>= 0.6.1),
+ pkg-config
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Sys-Virt/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsys-virt-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsys-virt-perl/
+
+Package: libsys-virt-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Extension for the libvirt library
+ The Sys::Virt module provides a Perl XS binding to the libvirt virtual
+ machine management APIs. This allows machines running within arbitrary
+ virtualization containers to be managed with a consistent API.
Added: trunk/libsys-virt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-virt-perl/debian/copyright?rev=39085&op=file
==============================================================================
--- trunk/libsys-virt-perl/debian/copyright (added)
+++ trunk/libsys-virt-perl/debian/copyright Wed Jul 1 18:41:34 2009
@@ -1,0 +1,41 @@
+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.
+
+Files: *
+Copyright: Daniel P. Berrange <dan at berrange.com>
+License: GPL-2+ | Artistic
+
+Files: debian/*
+Copyright: 2009, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+License: GPL-2+ | GPL-1+ | 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'
+
+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'
Added: trunk/libsys-virt-perl/debian/libsys-virt-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-virt-perl/debian/libsys-virt-perl.docs?rev=39085&op=file
==============================================================================
--- trunk/libsys-virt-perl/debian/libsys-virt-perl.docs (added)
+++ trunk/libsys-virt-perl/debian/libsys-virt-perl.docs Wed Jul 1 18:41:34 2009
@@ -1,0 +1,1 @@
+README
Added: trunk/libsys-virt-perl/debian/libsys-virt-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-virt-perl/debian/libsys-virt-perl.examples?rev=39085&op=file
==============================================================================
--- trunk/libsys-virt-perl/debian/libsys-virt-perl.examples (added)
+++ trunk/libsys-virt-perl/debian/libsys-virt-perl.examples Wed Jul 1 18:41:34 2009
@@ -1,0 +1,1 @@
+examples/*
Added: 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=39085&op=file
==============================================================================
--- trunk/libsys-virt-perl/debian/libsys-virt-perl.lintian-override (added)
+++ trunk/libsys-virt-perl/debian/libsys-virt-perl.lintian-override Wed Jul 1 18:41:34 2009
@@ -1,0 +1,1 @@
+#libsys-virt-perl source: build-depends-indep-without-arch-indep
Added: trunk/libsys-virt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-virt-perl/debian/rules?rev=39085&op=file
==============================================================================
--- trunk/libsys-virt-perl/debian/rules (added)
+++ trunk/libsys-virt-perl/debian/rules Wed Jul 1 18:41:34 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh -a $@
Propchange: trunk/libsys-virt-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libsys-virt-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-virt-perl/debian/watch?rev=39085&op=file
==============================================================================
--- trunk/libsys-virt-perl/debian/watch (added)
+++ trunk/libsys-virt-perl/debian/watch Wed Jul 1 18:41:34 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Sys-Virt/ .*/Sys-Virt-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list