r69689 - in /trunk/libwarnings-illegalproto-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Fri Feb 25 19:25:37 UTC 2011


Author: mxey-guest
Date: Fri Feb 25 19:25:23 2011
New Revision: 69689

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

Added:
    trunk/libwarnings-illegalproto-perl/debian/
    trunk/libwarnings-illegalproto-perl/debian/changelog
    trunk/libwarnings-illegalproto-perl/debian/compat
    trunk/libwarnings-illegalproto-perl/debian/control
    trunk/libwarnings-illegalproto-perl/debian/copyright
    trunk/libwarnings-illegalproto-perl/debian/rules   (with props)
    trunk/libwarnings-illegalproto-perl/debian/source/
    trunk/libwarnings-illegalproto-perl/debian/source/format
    trunk/libwarnings-illegalproto-perl/debian/watch

Added: trunk/libwarnings-illegalproto-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwarnings-illegalproto-perl/debian/changelog?rev=69689&op=file
==============================================================================
--- trunk/libwarnings-illegalproto-perl/debian/changelog (added)
+++ trunk/libwarnings-illegalproto-perl/debian/changelog Fri Feb 25 19:25:23 2011
@@ -1,0 +1,5 @@
+libwarnings-illegalproto-perl (0.001000-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Maximilian Gass <mxey at cloudconnected.org>  Fri, 25 Feb 2011 20:11:55 +0100

Added: trunk/libwarnings-illegalproto-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwarnings-illegalproto-perl/debian/compat?rev=69689&op=file
==============================================================================
--- trunk/libwarnings-illegalproto-perl/debian/compat (added)
+++ trunk/libwarnings-illegalproto-perl/debian/compat Fri Feb 25 19:25:23 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libwarnings-illegalproto-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwarnings-illegalproto-perl/debian/control?rev=69689&op=file
==============================================================================
--- trunk/libwarnings-illegalproto-perl/debian/control (added)
+++ trunk/libwarnings-illegalproto-perl/debian/control Fri Feb 25 19:25:23 2011
@@ -1,0 +1,19 @@
+Source: libwarnings-illegalproto-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl, libstrictures-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Maximilian Gass <mxey at cloudconnected.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/warnings-illegalproto/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwarnings-illegalproto-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwarnings-illegalproto-perl/
+
+Package: libwarnings-illegalproto-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libstrictures-perl
+Description: Pragma to disable illegal prototype warnings on old Perls
+ warnings::illegalproto was implemented so that people can use strictures and
+ use signatures at the same time. Thanks to mst, in Perl 5.12 and greater this
+ is trivial, but before that a strange dance had to be done.

Added: trunk/libwarnings-illegalproto-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwarnings-illegalproto-perl/debian/copyright?rev=69689&op=file
==============================================================================
--- trunk/libwarnings-illegalproto-perl/debian/copyright (added)
+++ trunk/libwarnings-illegalproto-perl/debian/copyright Fri Feb 25 19:25:23 2011
@@ -1,0 +1,31 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: warnings-illegalproto
+Upstream-Contact: Arthur Axel "fREW" Schmidt <frioux+cpan at gmail.com>
+Source: http://search.cpan.org/dist/warnings-illegalproto/
+
+Files: *
+Copyright: 2010, Arthur Axel "fREW" Schmidt <frioux+cpan at gmail.com>
+License: Artistic or GPL-1+
+
+
+Files: debian/*
+Copyright: 2011, Maximilian Gass <mxey at cloudconnected.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/libwarnings-illegalproto-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwarnings-illegalproto-perl/debian/rules?rev=69689&op=file
==============================================================================
--- trunk/libwarnings-illegalproto-perl/debian/rules (added)
+++ trunk/libwarnings-illegalproto-perl/debian/rules Fri Feb 25 19:25:23 2011
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_test:
+	PERL_STRICTURES_EXTRA=0 dh_auto_test

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

Added: trunk/libwarnings-illegalproto-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwarnings-illegalproto-perl/debian/source/format?rev=69689&op=file
==============================================================================
--- trunk/libwarnings-illegalproto-perl/debian/source/format (added)
+++ trunk/libwarnings-illegalproto-perl/debian/source/format Fri Feb 25 19:25:23 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libwarnings-illegalproto-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwarnings-illegalproto-perl/debian/watch?rev=69689&op=file
==============================================================================
--- trunk/libwarnings-illegalproto-perl/debian/watch (added)
+++ trunk/libwarnings-illegalproto-perl/debian/watch Fri Feb 25 19:25:23 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/warnings-illegalproto/   .*/warnings-illegalproto-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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