r29381 - in /trunk/libtest-exception-perl/debian: changelog control

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Tue Jan 6 22:23:58 UTC 2009


Author: hanska-guest
Date: Tue Jan  6 22:23:55 2009
New Revision: 29381

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29381
Log:
* NMU: removing myself from Uploaders (Closes: #509504)
* debian/control: short and long description improved.

Modified:
    trunk/libtest-exception-perl/debian/changelog
    trunk/libtest-exception-perl/debian/control

Modified: trunk/libtest-exception-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/changelog?rev=29381&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/changelog (original)
+++ trunk/libtest-exception-perl/debian/changelog Tue Jan  6 22:23:55 2009
@@ -1,4 +1,6 @@
-libtest-exception-perl (0.27-2) UNRELEASED; urgency=low
+libtest-exception-perl (0.27-1.1) unstable; urgency=low
+
+  * NMU: removing myself from Uploaders (Closes: #509504)
 
   [ Jeremiah C. Foster ]
   * debian/control:
@@ -17,7 +19,7 @@
     (source stanza).
 
   [ David Paleino ]
-  * Removed myself from Uploaders (Closes: #509504)
+  * debian/control: short and long description improved.
 
   [ Damyan Ivanov ]
   * bump debian/compat to 7

Modified: trunk/libtest-exception-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/control?rev=29381&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/control (original)
+++ trunk/libtest-exception-perl/debian/control Tue Jan  6 22:23:55 2009
@@ -14,15 +14,18 @@
 Package: libtest-exception-perl
 Architecture: any
 Depends: perl (>= 5.6.1), ${shlibs:Depends}, ${misc:Depends}, libsub-uplevel-perl (>= 0.18)
-Description: a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends.
- This module provides a few convenience methods for testing exception based code. It is built with 
- Test::Builder and plays happily with Test::More and friends.
+Description: a few convenience methods for testing exception based code
+ This module provides a few convenience methods for testing exception based
+ code. It is built with Test::Builder and plays happily with Test::More and
+ friends.
  .
- If you are not already familiar with Test::More now would be the time to go take a look.
+ If you are not already familiar with Test::More now would be the time to go
+ take a look.
  .
- You can specify the test plan when you use Test::Exception in the same way as use Test::More.
- See Test::More for details.
+ You can specify the test plan when you use Test::Exception in the same way as
+ use Test::More. See Test::More for details.
  .
- NOTE: Test::Exception only checks for exceptions. It will ignore other methods of stopping 
- program execution - including exit(). If you have an exit() in evalled code Test::Exception
- will not catch this with any of its testing functions.
+ NOTE: Test::Exception only checks for exceptions. It will ignore other methods
+ of stopping program execution - including exit(). If you have an exit() in
+ evalled code Test::Exception will not catch this with any of its testing
+ functions.




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