r56904 - in /trunk/libmodern-perl-perl/debian: ./ changelog compat control copyright libmodern-perl-perl.docs rules watch

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Mon Apr 26 02:43:08 UTC 2010


Author: ivan
Date: Mon Apr 26 02:43:01 2010
New Revision: 56904

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

Added:
    trunk/libmodern-perl-perl/debian/
    trunk/libmodern-perl-perl/debian/changelog
    trunk/libmodern-perl-perl/debian/compat
    trunk/libmodern-perl-perl/debian/control
    trunk/libmodern-perl-perl/debian/copyright
    trunk/libmodern-perl-perl/debian/libmodern-perl-perl.docs
    trunk/libmodern-perl-perl/debian/rules   (with props)
    trunk/libmodern-perl-perl/debian/watch

Added: trunk/libmodern-perl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodern-perl-perl/debian/changelog?rev=56904&op=file
==============================================================================
--- trunk/libmodern-perl-perl/debian/changelog (added)
+++ trunk/libmodern-perl-perl/debian/changelog Mon Apr 26 02:43:01 2010
@@ -1,0 +1,5 @@
+libmodern-perl-perl (1.03-1) unstable; urgency=low
+
+  * Initial Release (closes: Bug#575976).
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Tue, 30 Mar 2010 19:58:02 -0700

Added: trunk/libmodern-perl-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodern-perl-perl/debian/compat?rev=56904&op=file
==============================================================================
--- trunk/libmodern-perl-perl/debian/compat (added)
+++ trunk/libmodern-perl-perl/debian/compat Mon Apr 26 02:43:01 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libmodern-perl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodern-perl-perl/debian/control?rev=56904&op=file
==============================================================================
--- trunk/libmodern-perl-perl/debian/control (added)
+++ trunk/libmodern-perl-perl/debian/control Mon Apr 26 02:43:01 2010
@@ -1,0 +1,27 @@
+Source: libmodern-perl-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.10)
+Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Modern-Perl/
+
+Package: libmodern-perl-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Enable all of the features of Modern Perl with one command
+ Modern Perl programs use several modules to enable additional features of
+ Perl and of the CPAN. Instead of copying and pasting all of these use lines,
+ instead write only one:
+ .
+     use Modern::Perl;
+ .
+ For now, this only enables the strict and warnings pragmas, as well as all
+ of the features available in Perl 5.10. It also enables C3 method resolution
+ order; see perldoc mro for an explanation. In the future, it will include
+ additional CPAN modules which have proven useful and stable.
+ .
+ See http://www.modernperlbooks.com/mt/2009/01/toward-a-modernperl.html for
+ more information, and http://www.modernperlbooks.com/ for further discussion
+ of Modern Perl and its implications.

Added: trunk/libmodern-perl-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodern-perl-perl/debian/copyright?rev=56904&op=file
==============================================================================
--- trunk/libmodern-perl-perl/debian/copyright (added)
+++ trunk/libmodern-perl-perl/debian/copyright Mon Apr 26 02:43:01 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: chromatic <chromatic at wgz.org>
+Source: http://search.cpan.org/dist/Modern-Perl/
+Name: Modern-Perl
+
+Files: *
+Copyright: chromatic <chromatic at wgz.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Ivan Kohler <ivan-debian at 420.am>
+License: Artistic or 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/libmodern-perl-perl/debian/libmodern-perl-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodern-perl-perl/debian/libmodern-perl-perl.docs?rev=56904&op=file
==============================================================================
--- trunk/libmodern-perl-perl/debian/libmodern-perl-perl.docs (added)
+++ trunk/libmodern-perl-perl/debian/libmodern-perl-perl.docs Mon Apr 26 02:43:01 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libmodern-perl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodern-perl-perl/debian/rules?rev=56904&op=file
==============================================================================
--- trunk/libmodern-perl-perl/debian/rules (added)
+++ trunk/libmodern-perl-perl/debian/rules Mon Apr 26 02:43:01 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libmodern-perl-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodern-perl-perl/debian/watch?rev=56904&op=file
==============================================================================
--- trunk/libmodern-perl-perl/debian/watch (added)
+++ trunk/libmodern-perl-perl/debian/watch Mon Apr 26 02:43:01 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Modern-Perl/   .*/Modern-Perl-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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