r314 - packages/libperl6-slurp-perl/trunk/debian

Gunnar Wolf gwolf@haydn.debian.org
Tue, 21 Sep 2004 17:33:04 -0600


Author: gwolf
Date: 2004-09-21 17:32:58 -0600 (Tue, 21 Sep 2004)
New Revision: 314

Modified:
   packages/libperl6-slurp-perl/trunk/debian/changelog
   packages/libperl6-slurp-perl/trunk/debian/control
Log:
Fixed minor details in debian/control
Created an ITP (out of band, of course), and closed it in debian/changelog


Modified: packages/libperl6-slurp-perl/trunk/debian/changelog
===================================================================
--- packages/libperl6-slurp-perl/trunk/debian/changelog	2004-09-19 14:45:47 UTC (rev 313)
+++ packages/libperl6-slurp-perl/trunk/debian/changelog	2004-09-21 23:32:58 UTC (rev 314)
@@ -2,8 +2,10 @@
 
   * Add Uploaders: line to add Joachim, Gunnar and me
   * Upgrade to Standards-Version: 3.6.1
+  * Fixed minor details in debian/control (description)
+  * Initial upload. (Closes: #247246)
 
- -- Allard Hoeve <allard@byte.nl>  Mon, 26 Apr 2004 22:25:30 +0200
+ -- Gunnar Wolf <gwolf@gwolf.cx>  Fri,  4 Jan 1980 01:45:35 -0600
 
 libperl6-slurp-perl (0.03-1) unstable; urgency=low
 

Modified: packages/libperl6-slurp-perl/trunk/debian/control
===================================================================
--- packages/libperl6-slurp-perl/trunk/debian/control	2004-09-19 14:45:47 UTC (rev 313)
+++ packages/libperl6-slurp-perl/trunk/debian/control	2004-09-21 23:32:58 UTC (rev 314)
@@ -9,8 +9,8 @@
 Package: libperl6-slurp-perl
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, libperl6-export-perl (>= 0.07)
-Description: Perl6::Slurp - Implements the Perl 6 'slurp' built-in
+Description: Implements the Perl 6 'slurp' built-in
  Perl6::Slurp allows you to "slurp" in contents from a file or
  a file handle into a scalar or an array. This used to be done by
  modifying the $/ built-in, but Perl6::Slurp gives us the ease of
- use of the Perl 6 slurp() function.
+ use of the Perl 6's slurp() function.