r45133 - in /trunk/libdata-miscellany-perl/debian: ./ changelog compat control copyright rules watch

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Thu Oct 1 00:12:09 UTC 2009


Author: mogaal-guest
Date: Thu Oct  1 00:12:00 2009
New Revision: 45133

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

Added:
    trunk/libdata-miscellany-perl/debian/
    trunk/libdata-miscellany-perl/debian/changelog
    trunk/libdata-miscellany-perl/debian/compat
    trunk/libdata-miscellany-perl/debian/control
    trunk/libdata-miscellany-perl/debian/copyright
    trunk/libdata-miscellany-perl/debian/rules   (with props)
    trunk/libdata-miscellany-perl/debian/watch

Added: trunk/libdata-miscellany-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-miscellany-perl/debian/changelog?rev=45133&op=file
==============================================================================
--- trunk/libdata-miscellany-perl/debian/changelog (added)
+++ trunk/libdata-miscellany-perl/debian/changelog Thu Oct  1 00:12:00 2009
@@ -1,0 +1,5 @@
+libdata-miscellany-perl (0.02-1) unstable; urgency=low
+
+  * Initial Release (Closes: #548129).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Sat, 26 Sep 2009 10:25:04 -0430

Added: trunk/libdata-miscellany-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-miscellany-perl/debian/compat?rev=45133&op=file
==============================================================================
--- trunk/libdata-miscellany-perl/debian/compat (added)
+++ trunk/libdata-miscellany-perl/debian/compat Thu Oct  1 00:12:00 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libdata-miscellany-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-miscellany-perl/debian/control?rev=45133&op=file
==============================================================================
--- trunk/libdata-miscellany-perl/debian/control (added)
+++ trunk/libdata-miscellany-perl/debian/control Thu Oct  1 00:12:00 2009
@@ -1,0 +1,22 @@
+Source: libdata-miscellany-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libtest-compile-perl, libtest-pod-coverage-perl,
+                     libtest-pod-perl, libuniversal-require-perl, perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Data-Miscellany/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-miscellany-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-miscellany-perl/
+
+Package: libdata-miscellany-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: collection of miscellaneous subroutines
+ Data::Miscellany is a collection of miscellaneous subroutines useful in wide
+ but varying scenarios; a catch-all module for things that don't obviously 
+ belong anywhere else. Obviously what's useful differs from person to person,
+ but this particular collection should be useful in object-oriented frameworks,
+ such as Class::Framework and Data::Conveyor.

Added: trunk/libdata-miscellany-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-miscellany-perl/debian/copyright?rev=45133&op=file
==============================================================================
--- trunk/libdata-miscellany-perl/debian/copyright (added)
+++ trunk/libdata-miscellany-perl/debian/copyright Thu Oct  1 00:12:00 2009
@@ -1,0 +1,38 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Marcel Gruumlnauer, <marcel at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Data-Miscellany/
+Upstream-Name: Data-Miscellany
+
+Files: *
+Copyright: 2007, Marcel Gruumlnauer <marcel at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002 - 2009, Brian Ingerson, Audrey Tang and Adam Kennedy.
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/Test/More.pm
+Copyright: 2001-2008, Michael G Schwern <schwern at pobox.com>.
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Alejandro Garrido Mota <garridomota at gmail.com>
+License: Artistic | GPL-1+
+
+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'
+
+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'

Added: trunk/libdata-miscellany-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-miscellany-perl/debian/rules?rev=45133&op=file
==============================================================================
--- trunk/libdata-miscellany-perl/debian/rules (added)
+++ trunk/libdata-miscellany-perl/debian/rules Thu Oct  1 00:12:00 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libdata-miscellany-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdata-miscellany-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-miscellany-perl/debian/watch?rev=45133&op=file
==============================================================================
--- trunk/libdata-miscellany-perl/debian/watch (added)
+++ trunk/libdata-miscellany-perl/debian/watch Thu Oct  1 00:12:00 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Data-Miscellany/   .*/Data-Miscellany-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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