r69440 - in /trunk/libexception-handler-perl/debian: ./ changelog compat control copyright libexception-handler-perl.docs rules source/ source/format watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Thu Feb 24 05:53:00 UTC 2011


Author: takaki
Date: Thu Feb 24 05:52:51 2011
New Revision: 69440

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

Added:
    trunk/libexception-handler-perl/debian/
    trunk/libexception-handler-perl/debian/changelog
    trunk/libexception-handler-perl/debian/compat
    trunk/libexception-handler-perl/debian/control
    trunk/libexception-handler-perl/debian/copyright
    trunk/libexception-handler-perl/debian/libexception-handler-perl.docs
    trunk/libexception-handler-perl/debian/rules   (with props)
    trunk/libexception-handler-perl/debian/source/
    trunk/libexception-handler-perl/debian/source/format
    trunk/libexception-handler-perl/debian/watch

Added: trunk/libexception-handler-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-handler-perl/debian/changelog?rev=69440&op=file
==============================================================================
--- trunk/libexception-handler-perl/debian/changelog (added)
+++ trunk/libexception-handler-perl/debian/changelog Thu Feb 24 05:52:51 2011
@@ -1,0 +1,5 @@
+libexception-handler-perl (1.004-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #612860)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 16 Feb 2011 11:02:17 +0900

Added: trunk/libexception-handler-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-handler-perl/debian/compat?rev=69440&op=file
==============================================================================
--- trunk/libexception-handler-perl/debian/compat (added)
+++ trunk/libexception-handler-perl/debian/compat Thu Feb 24 05:52:51 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libexception-handler-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-handler-perl/debian/control?rev=69440&op=file
==============================================================================
--- trunk/libexception-handler-perl/debian/control (added)
+++ trunk/libexception-handler-perl/debian/control Thu Feb 24 05:52:51 2011
@@ -1,0 +1,17 @@
+Source: libexception-handler-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Exception-Handler/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libexception-handler-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libexception-handler-perl/
+
+Package: libexception-handler-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: perl module Exception::Handler
+ This Perl module reportx exceptions with formatted text call-stack.

Added: trunk/libexception-handler-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-handler-perl/debian/copyright?rev=69440&op=file
==============================================================================
--- trunk/libexception-handler-perl/debian/copyright (added)
+++ trunk/libexception-handler-perl/debian/copyright Thu Feb 24 05:52:51 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Tommy Butler <cpan at atrixnet.com>
+Source: http://search.cpan.org/dist/Exception-Handler/
+Name: Exception-Handler
+
+Files: *
+Copyright: Tommy Butler <cpan at atrixnet.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki 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/libexception-handler-perl/debian/libexception-handler-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-handler-perl/debian/libexception-handler-perl.docs?rev=69440&op=file
==============================================================================
--- trunk/libexception-handler-perl/debian/libexception-handler-perl.docs (added)
+++ trunk/libexception-handler-perl/debian/libexception-handler-perl.docs Thu Feb 24 05:52:51 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libexception-handler-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-handler-perl/debian/rules?rev=69440&op=file
==============================================================================
--- trunk/libexception-handler-perl/debian/rules (added)
+++ trunk/libexception-handler-perl/debian/rules Thu Feb 24 05:52:51 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libexception-handler-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-handler-perl/debian/source/format?rev=69440&op=file
==============================================================================
--- trunk/libexception-handler-perl/debian/source/format (added)
+++ trunk/libexception-handler-perl/debian/source/format Thu Feb 24 05:52:51 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libexception-handler-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-handler-perl/debian/watch?rev=69440&op=file
==============================================================================
--- trunk/libexception-handler-perl/debian/watch (added)
+++ trunk/libexception-handler-perl/debian/watch Thu Feb 24 05:52:51 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Exception-Handler/   .*/Exception-Handler-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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