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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Sep 13 15:45:35 UTC 2010


Author: gregoa
Date: Mon Sep 13 15:45:24 2010
New Revision: 62531

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62531
Log:
debian/control: remove versions from (build) dependencies, already
satisfied in lenny.

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

Modified: trunk/libhttp-server-simple-mason-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/debian/changelog?rev=62531&op=diff
==============================================================================
--- trunk/libhttp-server-simple-mason-perl/debian/changelog (original)
+++ trunk/libhttp-server-simple-mason-perl/debian/changelog Mon Sep 13 15:45:24 2010
@@ -1,10 +1,15 @@
 libhttp-server-simple-mason-perl (0.14-1) unstable; urgency=low
 
+  [ Angel Abad ]
   * New upstream release
   * debian/copyright: Update license and copyright information
   * Switch to dpkg-source format 3.0 (quilt)
   * debian/patches/fix_spelling_errors: Fix spelling error in manpage
   * Bump Standards-Version to 3.9.1 (no changes)
+
+  [ gregor herrmann ]
+  * debian/control: remove versions from (build) dependencies, already
+    satisfied in lenny.
 
  -- Angel Abad <angelabad at gmail.com>  Mon, 13 Sep 2010 14:06:31 +0200
 

Modified: trunk/libhttp-server-simple-mason-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/debian/control?rev=62531&op=diff
==============================================================================
--- trunk/libhttp-server-simple-mason-perl/debian/control (original)
+++ trunk/libhttp-server-simple-mason-perl/debian/control Mon Sep 13 15:45:24 2010
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libhook-lexwrap-perl, libhtml-mason-perl (>= 1.25),
- libhttp-server-simple-perl (>= 0.04), libtest-pod-coverage-perl,
+Build-Depends-Indep: libhook-lexwrap-perl, libhtml-mason-perl,
+ libhttp-server-simple-perl, libtest-pod-coverage-perl,
  libtest-pod-perl, libwww-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>,
@@ -16,7 +16,7 @@
 Package: libhttp-server-simple-mason-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libhook-lexwrap-perl,
- libhtml-mason-perl (>= 1.25), libhttp-server-simple-perl (>= 0.04)
+ libhtml-mason-perl, libhttp-server-simple-perl
 Description: abstract baseclass for a standalone mason server
  HTTP::Server::Simple::Mason is a simple standalone mason HTTP server.
  By default, it doesn't thread or fork. It does, however, act as a 




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