[SCM] Debian packaging of libdevel-stacktrace-perl branch, master, updated. upstream/1.3000-53-g7f5f73a

Xavier Guimard x.guimard at free.fr
Sat Dec 29 17:47:20 UTC 2012


The following commit has been merged in the master branch:
commit 7f5f73a6fea0123a8edb503fb72c41a08770cae1
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Dec 29 18:46:56 2012 +0100

    Update description (Closes: #679900)

diff --git a/debian/changelog b/debian/changelog
index a6d5045..141b54c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ libdevel-stacktrace-perl (1.3000-1) unstable; urgency=low
     protected by Artistic-2)
   * Bump Standards-Version to 3.9.4
   * Bump debhelper compatibility to 8
+  * Update description (Closes: #679900)
 
  -- Xavier Guimard <x.guimard at free.fr>  Sat, 29 Dec 2012 18:09:10 +0100
 
diff --git a/debian/control b/debian/control
index 270f792..219db83 100644
--- a/debian/control
+++ b/debian/control
@@ -20,17 +20,13 @@ Package: libdevel-stacktrace-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
-Description: Perl module containing stack trace and stack trace frame objects
+Description: Perl module containing stack trace and related objects
  The Devel::StackTrace module contains two classes, Devel::StackTrace
  and Devel::StackTraceFrame.  The goal of this object is to encapsulate
  the information that can found through using the caller() function, as
  well as providing a simple interface to this data.
  .
  The Devel::StackTrace object contains a set of Devel::StackTraceFrame
- objects, one for each level of the stack.  The frames contain all the
- data available from caller() as of Perl 5.6.0 though this module still
- works with 5.00503.
- .
- This code was created to support the Exception::Class::Base class
- (part of Exception::Class) but may be useful in other contexts.
+ objects, one for each level of the stack. The frames contain all the
+ data available from caller().
 

-- 
Debian packaging of libdevel-stacktrace-perl



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