r12318 - in /trunk/libmodule-load-conditional-perl/debian: ./ changelog compat control copyright rules

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Wed Jan 9 17:07:20 UTC 2008


Author: mogaal-guest
Date: Wed Jan  9 17:07:20 2008
New Revision: 12318

URL: http://svn.debian.org/wsvn/?sc=1&rev=12318
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libmodule-load-conditional-perl/debian/
    trunk/libmodule-load-conditional-perl/debian/changelog
    trunk/libmodule-load-conditional-perl/debian/compat
    trunk/libmodule-load-conditional-perl/debian/control
    trunk/libmodule-load-conditional-perl/debian/copyright
    trunk/libmodule-load-conditional-perl/debian/rules   (with props)

Added: trunk/libmodule-load-conditional-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmodule-load-conditional-perl/debian/changelog?rev=12318&op=file
==============================================================================
--- trunk/libmodule-load-conditional-perl/debian/changelog (added)
+++ trunk/libmodule-load-conditional-perl/debian/changelog Wed Jan  9 17:07:20 2008
@@ -1,0 +1,19 @@
+libmodule-load-conditional-perl (0.24-1) UNRELEASED; urgency=low
+
+  * New upstream version
+  * Move package to pkg-perl project
+  * New upstream version bug (Closes: #459695)
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Wed, 09 Jan 2008 12:18:42 -0430
+
+libmodule-load-conditional-perl (0.16-2) unstable; urgency=low
+
+  * Add upstream webpage in copyright file
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Tue, 12 Jun 2007 17:56:54 -0400
+
+libmodule-load-conditional-perl (0.16-1) unstable; urgency=low
+
+  * Initial Release (Closes: #426717).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Wed, 30 May 2007 10:10:43 -0400

Added: trunk/libmodule-load-conditional-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libmodule-load-conditional-perl/debian/compat?rev=12318&op=file
==============================================================================
--- trunk/libmodule-load-conditional-perl/debian/compat (added)
+++ trunk/libmodule-load-conditional-perl/debian/compat Wed Jan  9 17:07:20 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libmodule-load-conditional-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmodule-load-conditional-perl/debian/control?rev=12318&op=file
==============================================================================
--- trunk/libmodule-load-conditional-perl/debian/control (added)
+++ trunk/libmodule-load-conditional-perl/debian/control Wed Jan  9 17:07:20 2008
@@ -1,0 +1,24 @@
+Source: libmodule-load-conditional-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5), libmodule-load-perl, libversion-perl (>= 0.69),
+ liblocale-maketext-simple-perl, libparams-check-perl
+Maintainer: Debian Perl Project <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-load-conditional-perl
+Vcs-Browser:
+ http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-load-conditional-perl 
+Homepage: http://search.cpan.org/dist/Module-Load-Conditional/
+
+Package: libmodule-load-conditional-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libmodule-load-perl,
+ libversion-perl (>= 0.69), liblocale-maketext-simple-perl, libparams-check-perl
+Description: Module::Load::Conditional - Looking up module information
+ Module::Load::Conditional provides simple ways to query and possibly
+ load any of the modules you have installed on your system during runtime.
+ It is able to load multiple modules at once or none at all if one of 
+ them was not able to load. It also takes care of any error checking and
+ sso forth.

Added: trunk/libmodule-load-conditional-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libmodule-load-conditional-perl/debian/copyright?rev=12318&op=file
==============================================================================
--- trunk/libmodule-load-conditional-perl/debian/copyright (added)
+++ trunk/libmodule-load-conditional-perl/debian/copyright Wed Jan  9 17:07:20 2008
@@ -1,0 +1,27 @@
+This is the debian package for the Module-Load-Conditional module.
+It was debianized by Alejandro Garrido Mota <garridomota at gmail.com>
+on Wed, 09 Jan 2008 12:06:54 -0430
+
+It was downloaded from http://search.cpan.org/dist/Module-Load-Conditional/
+
+Copyright (c) 2002-2007 Jos Boumans <kane at cpan.org>.
+
+License:
+
+ This library is free software; you can redistribute it and/or modify it under 
+ the same terms as Perl itself.
+
+ This program is distributed in the hope that it will be useful, but without any warranty; 
+ without even the implied warranty of merchantability or fitness for a particular purpose.
+
+ Perl is distributed under your choice of the GNU General Public License or
+ the Artistic License.
+
+ The complete text of the GNU General Public License can be found in
+ /usr/share/common-licenses/GPL and the Artistic Licence can be found
+ in /usr/share/common-licenses/Artistic.
+
+The upstream author is: Jos Boumans <kane at cpan.org>
+
+The Debian packaging is (C) 2007, Alejandro Garrido Mota <garridomota at gmail.com> 
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libmodule-load-conditional-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmodule-load-conditional-perl/debian/rules?rev=12318&op=file
==============================================================================
--- trunk/libmodule-load-conditional-perl/debian/rules (added)
+++ trunk/libmodule-load-conditional-perl/debian/rules Wed Jan  9 17:07:20 2008
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libmodule-load-conditional-perl::
+	[ ! -d debian/libmodule-load-conditional-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose debian/libmodule-load-conditional-perl/usr/lib/perl5

Propchange: trunk/libmodule-load-conditional-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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