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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 20 23:31:26 UTC 2011


Author: gregoa
Date: Wed Apr 20 23:31:15 2011
New Revision: 72901

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

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

Added: trunk/libouch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libouch-perl/debian/changelog?rev=72901&op=file
==============================================================================
--- trunk/libouch-perl/debian/changelog (added)
+++ trunk/libouch-perl/debian/changelog Wed Apr 20 23:31:15 2011
@@ -1,0 +1,5 @@
+libouch-perl (0.0300-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #623530).
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 21 Apr 2011 00:48:25 +0200

Added: trunk/libouch-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libouch-perl/debian/compat?rev=72901&op=file
==============================================================================
--- trunk/libouch-perl/debian/compat (added)
+++ trunk/libouch-perl/debian/compat Wed Apr 20 23:31:15 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libouch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libouch-perl/debian/control?rev=72901&op=file
==============================================================================
--- trunk/libouch-perl/debian/control (added)
+++ trunk/libouch-perl/debian/control Wed Apr 20 23:31:15 2011
@@ -1,0 +1,20 @@
+Source: libouch-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/Ouch/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libouch-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libouch-perl/
+
+Package: libouch-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: exception handling module
+ The Ouch module ("exceptions that don't hurt") provides a class for exception
+ handling that doesn't require a lot of boilerplate, nor any up front
+ definition.  It is fast, easy to use, requires few typing, and has no prereqs,
+ but still provides much of that same functionality as e.g. Exception::Class.

Added: trunk/libouch-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libouch-perl/debian/copyright?rev=72901&op=file
==============================================================================
--- trunk/libouch-perl/debian/copyright (added)
+++ trunk/libouch-perl/debian/copyright Wed Apr 20 23:31:15 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: JT Smith <jt at plainblack.com>
+Source: http://search.cpan.org/dist/Ouch/
+Name: Ouch
+
+Files: *
+Copyright: 2011, Plain Black Corporation
+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/libouch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libouch-perl/debian/rules?rev=72901&op=file
==============================================================================
--- trunk/libouch-perl/debian/rules (added)
+++ trunk/libouch-perl/debian/rules Wed Apr 20 23:31:15 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libouch-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libouch-perl/debian/source/format?rev=72901&op=file
==============================================================================
--- trunk/libouch-perl/debian/source/format (added)
+++ trunk/libouch-perl/debian/source/format Wed Apr 20 23:31:15 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libouch-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libouch-perl/debian/watch?rev=72901&op=file
==============================================================================
--- trunk/libouch-perl/debian/watch (added)
+++ trunk/libouch-perl/debian/watch Wed Apr 20 23:31:15 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Ouch/   .*/Ouch-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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