r54833 - in /trunk/libhttp-server-simple-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Mar 28 13:18:43 UTC 2010


Author: gregoa
Date: Sun Mar 28 13:18:05 2010
New Revision: 54833

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54833
Log:
Remove build and runtime dependency on liburi-perl.

Modified:
    trunk/libhttp-server-simple-perl/debian/changelog
    trunk/libhttp-server-simple-perl/debian/control

Modified: trunk/libhttp-server-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/changelog?rev=54833&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/changelog (original)
+++ trunk/libhttp-server-simple-perl/debian/changelog Sun Mar 28 13:18:05 2010
@@ -7,6 +7,7 @@
   [ gregor herrmann ]
   * Refresh patch.
   * Convert to source format 3.0 (quilt). Remove quilt framework.
+  * Remove build and runtime dependency on liburi-perl.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 28 Feb 2010 12:38:08 -0500
 

Modified: trunk/libhttp-server-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/control?rev=54833&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/control (original)
+++ trunk/libhttp-server-simple-perl/debian/control Sun Mar 28 13:18:05 2010
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, netbase, libtest-pod-perl, 
- libtest-pod-coverage-perl, liburi-perl
+ libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>,
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
@@ -19,7 +19,7 @@
 
 Package: libhttp-server-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl
+Depends: ${perl:Depends}, ${misc:Depends}
 Description: simple stand-alone HTTP server
  HTTP::Server::Simple is a simple standalone HTTP server. By default, it does
  not thread or fork. It does, however, act as a simple frontend which can be




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