r14226 - in /trunk/libtie-toobject-perl/debian: changelog control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Feb 6 19:33:32 UTC 2008


Author: gregoa-guest
Date: Wed Feb  6 19:33:32 2008
New Revision: 14226

URL: http://svn.debian.org/wsvn/?sc=1&rev=14226
Log:
* Add libtest-use-ok-perl to Build-Depends-Indep (closes: #464308).
* Set urgency to medium because of the FTBFS bug.
* Remove trailing commas and full stops in debian/control.
* Add /me to Uploaders.

Modified:
    trunk/libtie-toobject-perl/debian/changelog
    trunk/libtie-toobject-perl/debian/control

Modified: trunk/libtie-toobject-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtie-toobject-perl/debian/changelog?rev=14226&op=diff
==============================================================================
--- trunk/libtie-toobject-perl/debian/changelog (original)
+++ trunk/libtie-toobject-perl/debian/changelog Wed Feb  6 19:33:32 2008
@@ -1,3 +1,12 @@
+libtie-toobject-perl (0.03-2) UNRELEASED; urgency=medium
+
+  * Add libtest-use-ok-perl to Build-Depends-Indep (closes: #464308).
+  * Set urgency to medium because of the FTBFS bug.
+  * Remove trailing commas and full stops in debian/control.
+  * Add /me to Uploaders.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 06 Feb 2008 20:30:08 +0100
+
 libtie-toobject-perl (0.03-1) unstable; urgency=low
 
   * Initial Release (closes: #462078).

Modified: trunk/libtie-toobject-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtie-toobject-perl/debian/control?rev=14226&op=diff
==============================================================================
--- trunk/libtie-toobject-perl/debian/control (original)
+++ trunk/libtie-toobject-perl/debian/control Wed Feb  6 19:33:32 2008
@@ -2,9 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.8-12)
+Build-Depends-Indep: perl (>= 5.8.8-12), libtest-use-ok-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+ gregor herrmann <gregor+debian at comodo.priv.at>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Tie-ToObject/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-toobject-perl/
@@ -13,8 +14,8 @@
 
 Package: libtie-toobject-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
-Description: Tie to an existing object.
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Tie to an existing object
  While perldoc/tie allows tying to an arbitrary object, the class in question
  must support this in it's implementation of TIEHASH, TIEARRAY or
  whatever.




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