r69581 - in /trunk/libsyntax-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Feb 25 02:27:57 UTC 2011


Author: gregoa
Date: Fri Feb 25 02:27:47 2011
New Revision: 69581

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

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

Added: trunk/libsyntax-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-perl/debian/changelog?rev=69581&op=file
==============================================================================
--- trunk/libsyntax-perl/debian/changelog (added)
+++ trunk/libsyntax-perl/debian/changelog Fri Feb 25 02:27:47 2011
@@ -1,0 +1,5 @@
+libsyntax-perl (0.003-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 25 Feb 2011 03:11:26 +0100

Added: trunk/libsyntax-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-perl/debian/compat?rev=69581&op=file
==============================================================================
--- trunk/libsyntax-perl/debian/compat (added)
+++ trunk/libsyntax-perl/debian/compat Fri Feb 25 02:27:47 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libsyntax-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-perl/debian/control?rev=69581&op=file
==============================================================================
--- trunk/libsyntax-perl/debian/control (added)
+++ trunk/libsyntax-perl/debian/control Fri Feb 25 02:27:47 2011
@@ -1,0 +1,31 @@
+Source: libsyntax-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libdata-optlist-perl (>= 0.104),
+ libnamespace-clean-perl,
+ libtest-simple-perl (>= 0.94),
+ 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/syntax/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsyntax-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsyntax-perl/
+
+Package: libsyntax-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-optlist-perl (>= 0.104),
+ libnamespace-clean-perl
+Description: pragma for activating syntax extensions
+ The syntax pragma activates community provided syntax extensions to Perl. You
+ pass it a feature name, and optionally a scalar with arguments, and the
+ dispatching system will load and install the extension in your package.
+ .
+ The import arguments are parsed with Data::OptList. There are no standardised
+ options. Please consult the documentation for the specific syntax feature to
+ find out about possible configuration options.
+ .
+ The passed in feature names are simply transformed: function becomes
+ Syntax::Feature::Function and foo_bar would become Syntax::Feature::FooBar.

Added: trunk/libsyntax-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-perl/debian/copyright?rev=69581&op=file
==============================================================================
--- trunk/libsyntax-perl/debian/copyright (added)
+++ trunk/libsyntax-perl/debian/copyright Fri Feb 25 02:27:47 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Robert 'phaylon' Sedlacek <rs at 474.at>
+Source: http://search.cpan.org/dist/syntax/
+Name: syntax
+
+Files: *
+Copyright: 2011, Robert 'phaylon' Sedlacek <rs at 474.at>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, 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/libsyntax-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-perl/debian/rules?rev=69581&op=file
==============================================================================
--- trunk/libsyntax-perl/debian/rules (added)
+++ trunk/libsyntax-perl/debian/rules Fri Feb 25 02:27:47 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libsyntax-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-perl/debian/source/format?rev=69581&op=file
==============================================================================
--- trunk/libsyntax-perl/debian/source/format (added)
+++ trunk/libsyntax-perl/debian/source/format Fri Feb 25 02:27:47 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

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




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