r66073 - in /trunk/libclass-std-fast-perl/debian: ./ changelog compat control copyright libclass-std-fast-perl.lintian-overrides rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Dec 21 17:37:20 UTC 2010


Author: gregoa
Date: Tue Dec 21 17:37:09 2010
New Revision: 66073

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

Added:
    trunk/libclass-std-fast-perl/debian/
    trunk/libclass-std-fast-perl/debian/changelog
    trunk/libclass-std-fast-perl/debian/compat
    trunk/libclass-std-fast-perl/debian/control
    trunk/libclass-std-fast-perl/debian/copyright
    trunk/libclass-std-fast-perl/debian/libclass-std-fast-perl.lintian-overrides
    trunk/libclass-std-fast-perl/debian/rules   (with props)
    trunk/libclass-std-fast-perl/debian/source/
    trunk/libclass-std-fast-perl/debian/source/format
    trunk/libclass-std-fast-perl/debian/watch

Added: trunk/libclass-std-fast-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-fast-perl/debian/changelog?rev=66073&op=file
==============================================================================
--- trunk/libclass-std-fast-perl/debian/changelog (added)
+++ trunk/libclass-std-fast-perl/debian/changelog Tue Dec 21 17:37:09 2010
@@ -1,0 +1,5 @@
+libclass-std-fast-perl (0.0.8-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Tue, 21 Dec 2010 18:09:33 +0100

Added: trunk/libclass-std-fast-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-fast-perl/debian/compat?rev=66073&op=file
==============================================================================
--- trunk/libclass-std-fast-perl/debian/compat (added)
+++ trunk/libclass-std-fast-perl/debian/compat Tue Dec 21 17:37:09 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libclass-std-fast-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-fast-perl/debian/control?rev=66073&op=file
==============================================================================
--- trunk/libclass-std-fast-perl/debian/control (added)
+++ trunk/libclass-std-fast-perl/debian/control Tue Dec 21 17:37:09 2010
@@ -1,0 +1,24 @@
+Source: libclass-std-fast-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libclass-std-perl, perl, libtest-pod-perl,
+ libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Class-Std-Fast/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-std-fast-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-std-fast-perl/
+
+Package: libclass-std-fast-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libclass-std-perl
+Description: faster but less secure replacement for Class::Std
+ Class::Std::Fast allows you to use the beautiful API of Class::Std in a
+ faster way than Class::Std does.
+ .
+ You can get the object's ident via scalarifiyng your object.
+ .
+ Getting the objects ident is still possible via the ident method, but it's
+ faster to scalarify your object.

Added: trunk/libclass-std-fast-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-fast-perl/debian/copyright?rev=66073&op=file
==============================================================================
--- trunk/libclass-std-fast-perl/debian/copyright (added)
+++ trunk/libclass-std-fast-perl/debian/copyright Tue Dec 21 17:37:09 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Andreas 'ac0v' Specht - ACID at cpan.org
+Source: http://search.cpan.org/dist/Class-Std-Fast/
+Name: Class-Std-Fast
+
+Files: *
+Copyright: 2007, Andreas Specht, <ACID at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, gregor herrmann <gregoa at debian.org>
+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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libclass-std-fast-perl/debian/libclass-std-fast-perl.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-fast-perl/debian/libclass-std-fast-perl.lintian-overrides?rev=66073&op=file
==============================================================================
--- trunk/libclass-std-fast-perl/debian/libclass-std-fast-perl.lintian-overrides (added)
+++ trunk/libclass-std-fast-perl/debian/libclass-std-fast-perl.lintian-overrides Tue Dec 21 17:37:09 2010
@@ -1,0 +1,2 @@
+libclass-std-fast-perl: manpage-has-errors-from-man usr/share/man/man3/Class::Std::Fast.3pm.gz 459: warning [p 5, 5.2i]: can't break line
+libclass-std-fast-perl: manpage-has-errors-from-man usr/share/man/man3/Class::Std::Fast::Storable.3pm.gz 207: warning [p 2, 0.8i]: can't break line

Added: trunk/libclass-std-fast-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-fast-perl/debian/rules?rev=66073&op=file
==============================================================================
--- trunk/libclass-std-fast-perl/debian/rules (added)
+++ trunk/libclass-std-fast-perl/debian/rules Tue Dec 21 17:37:09 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libclass-std-fast-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-std-fast-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-fast-perl/debian/source/format?rev=66073&op=file
==============================================================================
--- trunk/libclass-std-fast-perl/debian/source/format (added)
+++ trunk/libclass-std-fast-perl/debian/source/format Tue Dec 21 17:37:09 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libclass-std-fast-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-fast-perl/debian/watch?rev=66073&op=file
==============================================================================
--- trunk/libclass-std-fast-perl/debian/watch (added)
+++ trunk/libclass-std-fast-perl/debian/watch Tue Dec 21 17:37:09 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Class-Std-Fast/   .*/Class-Std-Fast-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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