r62585 - in /trunk/libdevel-bt-perl/debian: ./ changelog compat control copyright libdevel-bt-perl.docs rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Sep 15 08:31:31 UTC 2010


Author: periapt-guest
Date: Wed Sep 15 08:31:08 2010
New Revision: 62585

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

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

Added: trunk/libdevel-bt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-bt-perl/debian/changelog?rev=62585&op=file
==============================================================================
--- trunk/libdevel-bt-perl/debian/changelog (added)
+++ trunk/libdevel-bt-perl/debian/changelog Wed Sep 15 08:31:08 2010
@@ -1,0 +1,5 @@
+libdevel-bt-perl (0.05-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #596872)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 15 Sep 2010 09:11:29 +0100

Added: trunk/libdevel-bt-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-bt-perl/debian/compat?rev=62585&op=file
==============================================================================
--- trunk/libdevel-bt-perl/debian/compat (added)
+++ trunk/libdevel-bt-perl/debian/compat Wed Sep 15 08:31:08 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libdevel-bt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-bt-perl/debian/control?rev=62585&op=file
==============================================================================
--- trunk/libdevel-bt-perl/debian/control (added)
+++ trunk/libdevel-bt-perl/debian/control Wed Sep 15 08:31:08 2010
@@ -1,0 +1,23 @@
+Source: libdevel-bt-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Devel-bt/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-bt-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-bt-perl/
+
+Package: libdevel-bt-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: module providing automatic gdb backtraces on errors
+ Devel::bt, when enabled, registers a handler for certain types of fatal
+ errors, like segmentation faults, and, once such an error occurs, prints a
+ debugger backtrace to standard output before exiting the program.
+ .
+ It is intended to be used to debug crashes in situations where running the
+ failing program directly under a debugger is not possible, for example when
+ trying to get more information from cpantesters or from users unfamiliar with
+ gdb.

Added: trunk/libdevel-bt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-bt-perl/debian/copyright?rev=62585&op=file
==============================================================================
--- trunk/libdevel-bt-perl/debian/copyright (added)
+++ trunk/libdevel-bt-perl/debian/copyright Wed Sep 15 08:31:08 2010
@@ -1,0 +1,21 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Source: http://search.cpan.org/dist/Devel-bt/
+Name: Devel-bt
+
+Files: *
+Copyright: 2010, Florian Ragwitz <rafl at debian.org>
+License: LGPL-2.1
+
+Files: debian/*
+Copyright: 2010, Nicholas Bamber <nicholas at periapt.co.uk>
+License: LGPL-2.1
+
+License: LGPL-2.1
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License, version 2.1
+ as published by the Free Software Foundation.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'
+

Added: trunk/libdevel-bt-perl/debian/libdevel-bt-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-bt-perl/debian/libdevel-bt-perl.docs?rev=62585&op=file
==============================================================================
--- trunk/libdevel-bt-perl/debian/libdevel-bt-perl.docs (added)
+++ trunk/libdevel-bt-perl/debian/libdevel-bt-perl.docs Wed Sep 15 08:31:08 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libdevel-bt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-bt-perl/debian/rules?rev=62585&op=file
==============================================================================
--- trunk/libdevel-bt-perl/debian/rules (added)
+++ trunk/libdevel-bt-perl/debian/rules Wed Sep 15 08:31:08 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libdevel-bt-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-bt-perl/debian/source/format?rev=62585&op=file
==============================================================================
--- trunk/libdevel-bt-perl/debian/source/format (added)
+++ trunk/libdevel-bt-perl/debian/source/format Wed Sep 15 08:31:08 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libdevel-bt-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-bt-perl/debian/watch?rev=62585&op=file
==============================================================================
--- trunk/libdevel-bt-perl/debian/watch (added)
+++ trunk/libdevel-bt-perl/debian/watch Wed Sep 15 08:31:08 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Devel-bt/   .*/Devel-bt-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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