r56796 - in /trunk/libindirect-perl/debian: ./ changelog compat control copyright libindirect-perl.docs libindirect-perl.examples rules watch

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Sun Apr 25 03:54:32 UTC 2010


Author: ivan
Date: Sun Apr 25 03:54:20 2010
New Revision: 56796

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

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

Added: trunk/libindirect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libindirect-perl/debian/changelog?rev=56796&op=file
==============================================================================
--- trunk/libindirect-perl/debian/changelog (added)
+++ trunk/libindirect-perl/debian/changelog Sun Apr 25 03:54:20 2010
@@ -1,0 +1,5 @@
+libindirect-perl (0.19-1) unstable; urgency=low
+
+  * Initial Release (closes: Bug#575982).
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Tue, 30 Mar 2010 21:28:22 -0700

Added: trunk/libindirect-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libindirect-perl/debian/compat?rev=56796&op=file
==============================================================================
--- trunk/libindirect-perl/debian/compat (added)
+++ trunk/libindirect-perl/debian/compat Sun Apr 25 03:54:20 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libindirect-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libindirect-perl/debian/control?rev=56796&op=file
==============================================================================
--- trunk/libindirect-perl/debian/control (added)
+++ trunk/libindirect-perl/debian/control Sun Apr 25 03:54:20 2010
@@ -1,0 +1,23 @@
+Source: libindirect-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.8)
+Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/indirect/
+
+Package: libindirect-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, perl (>= 5.8)
+Description: Lexically warn about using the indirect object syntax.
+ When enabled (or disabled as some may prefer to say, since you actually turn
+ it on by calling no indirect), this pragma warns about indirect object syntax
+ constructs that may have slipped into your code. This syntax is now
+ considered harmful, since its parsing has many quirks and its use is error
+ prone (when swoosh isn't defined, swoosh $x actually compiles to $x->swoosh).
+ .
+ It currently does not warn for core functions (print, say, exec or system).
+ This may change in the future, or may be added as optional features that
+ would be enabled by passing options to unimport.
+ .
+ indirect is not a source filter.

Added: trunk/libindirect-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libindirect-perl/debian/copyright?rev=56796&op=file
==============================================================================
--- trunk/libindirect-perl/debian/copyright (added)
+++ trunk/libindirect-perl/debian/copyright Sun Apr 25 03:54:20 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Vincent Pit <perl at profvince.com>
+Source: http://search.cpan.org/dist/indirect/
+Name: indirect
+
+Files: *
+Copyright: Vincent Pit <perl at profvince.com>
+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/libindirect-perl/debian/libindirect-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libindirect-perl/debian/libindirect-perl.docs?rev=56796&op=file
==============================================================================
--- trunk/libindirect-perl/debian/libindirect-perl.docs (added)
+++ trunk/libindirect-perl/debian/libindirect-perl.docs Sun Apr 25 03:54:20 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libindirect-perl/debian/libindirect-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libindirect-perl/debian/libindirect-perl.examples?rev=56796&op=file
==============================================================================
--- trunk/libindirect-perl/debian/libindirect-perl.examples (added)
+++ trunk/libindirect-perl/debian/libindirect-perl.examples Sun Apr 25 03:54:20 2010
@@ -1,0 +1,1 @@
+samples/*

Added: trunk/libindirect-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libindirect-perl/debian/rules?rev=56796&op=file
==============================================================================
--- trunk/libindirect-perl/debian/rules (added)
+++ trunk/libindirect-perl/debian/rules Sun Apr 25 03:54:20 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libindirect-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libindirect-perl/debian/watch?rev=56796&op=file
==============================================================================
--- trunk/libindirect-perl/debian/watch (added)
+++ trunk/libindirect-perl/debian/watch Sun Apr 25 03:54:20 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/indirect/   .*/indirect-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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