r23841 - in /trunk/libuniversal-isa-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Aug 5 19:16:44 UTC 2008


Author: gregoa
Date: Tue Aug  5 19:16:41 2008
New Revision: 23841

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23841
Log:
* Set Standards-Version to 3.8.0 (no changes).
* Slightly improve short description.

Modified:
    trunk/libuniversal-isa-perl/debian/changelog
    trunk/libuniversal-isa-perl/debian/control

Modified: trunk/libuniversal-isa-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-isa-perl/debian/changelog?rev=23841&op=diff
==============================================================================
--- trunk/libuniversal-isa-perl/debian/changelog (original)
+++ trunk/libuniversal-isa-perl/debian/changelog Tue Aug  5 19:16:41 2008
@@ -6,6 +6,8 @@
   * Refresh debian/rules, no functional changes; except: don't create
     .packlist file any more.
   * debian/watch: use dist-based URL.
+  * Set Standards-Version to 3.8.0 (no changes).
+  * Slightly improve short description.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:06 +0200
 

Modified: trunk/libuniversal-isa-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-isa-perl/debian/control?rev=23841&op=diff
==============================================================================
--- trunk/libuniversal-isa-perl/debian/control (original)
+++ trunk/libuniversal-isa-perl/debian/control Tue Aug  5 19:16:41 2008
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-Standards-Version: 3.6.2
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/UNIVERSAL-isa/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libuniversal-isa-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-isa-perl/
@@ -13,7 +13,7 @@
 Package: libuniversal-isa-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, 
-Description: Safer version of UNIVERSAL::isa.
+Description: safer version of UNIVERSAL::isa
  UNIVERSAL is base class for ALL classes in Object Oriented Perl.
  UNIVERSAL::isa (isa stands for "is a") is method which can tell 
  You if object is blessed in package or inherits from package.




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