r73061 - in /trunk/libutf8-all-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Apr 21 21:27:04 UTC 2011


Author: gregoa
Date: Thu Apr 21 21:26:45 2011
New Revision: 73061

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

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

Added: trunk/libutf8-all-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libutf8-all-perl/debian/changelog?rev=73061&op=file
==============================================================================
--- trunk/libutf8-all-perl/debian/changelog (added)
+++ trunk/libutf8-all-perl/debian/changelog Thu Apr 21 21:26:45 2011
@@ -1,0 +1,5 @@
+libutf8-all-perl (0.002-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 21 Apr 2011 23:14:52 +0200

Added: trunk/libutf8-all-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libutf8-all-perl/debian/compat?rev=73061&op=file
==============================================================================
--- trunk/libutf8-all-perl/debian/compat (added)
+++ trunk/libutf8-all-perl/debian/compat Thu Apr 21 21:26:45 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libutf8-all-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libutf8-all-perl/debian/control?rev=73061&op=file
==============================================================================
--- trunk/libutf8-all-perl/debian/control (added)
+++ trunk/libutf8-all-perl/debian/control Thu Apr 21 21:26:45 2011
@@ -1,0 +1,22 @@
+Source: libutf8-all-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/utf8-all/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libutf8-all-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libutf8-all-perl/
+
+Package: libutf8-all-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl pragma to turn on UTF-8 everywhere
+ The utf8 pragma allows you to write Perl source code encoded in UTF-8. That
+ means UTF-8 strings, variable names, and regular expressions. utf8::all goes
+ further, and makes @ARGV encoded in UTF-8, and filehandles are opened with
+ UTF-8 encoding turned on by default (including STDIN, STDOUT, STDERR). If you
+ don't want UTF-8 for a particular filehandle, you'll have to set binmode
+ $filehandle.

Added: trunk/libutf8-all-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libutf8-all-perl/debian/copyright?rev=73061&op=file
==============================================================================
--- trunk/libutf8-all-perl/debian/copyright (added)
+++ trunk/libutf8-all-perl/debian/copyright Thu Apr 21 21:26:45 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Mike Doherty <doherty at cpan.org>
+Source: http://search.cpan.org/dist/utf8-all/
+Name: utf8-all
+
+Files: *
+Copyright: 2009, Michael Schwern <mschwern at cpan.org>
+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/libutf8-all-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libutf8-all-perl/debian/rules?rev=73061&op=file
==============================================================================
--- trunk/libutf8-all-perl/debian/rules (added)
+++ trunk/libutf8-all-perl/debian/rules Thu Apr 21 21:26:45 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libutf8-all-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libutf8-all-perl/debian/source/format?rev=73061&op=file
==============================================================================
--- trunk/libutf8-all-perl/debian/source/format (added)
+++ trunk/libutf8-all-perl/debian/source/format Thu Apr 21 21:26:45 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libutf8-all-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libutf8-all-perl/debian/watch?rev=73061&op=file
==============================================================================
--- trunk/libutf8-all-perl/debian/watch (added)
+++ trunk/libutf8-all-perl/debian/watch Thu Apr 21 21:26:45 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/utf8-all/   .*/utf8-all-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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