r19270 - in /trunk/perlconsole/debian: changelog control patches/disable_module_refresh.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 30 19:54:00 UTC 2008


Author: gregoa
Date: Wed Apr 30 19:53:59 2008
New Revision: 19270

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19270
Log:
Add libmodule-refresh-perl to Depends and drop patch
disable_module_refresh.patch.

Removed:
    trunk/perlconsole/debian/patches/disable_module_refresh.patch
Modified:
    trunk/perlconsole/debian/changelog
    trunk/perlconsole/debian/control
    trunk/perlconsole/debian/patches/series

Modified: trunk/perlconsole/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlconsole/debian/changelog?rev=19270&op=diff
==============================================================================
--- trunk/perlconsole/debian/changelog (original)
+++ trunk/perlconsole/debian/changelog Wed Apr 30 19:53:59 2008
@@ -9,8 +9,10 @@
     original state from .orig.tar.gz and refresh patches.
   * Remove ./perlconsole.1, which is not in the upstream tarball and
     gets generated anyway.
+  * Add libmodule-refresh-perl to Depends and drop patch
+    disable_module_refresh.patch.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 30 Apr 2008 21:50:29 +0200
+ -- gregor herrmann <gregoa at debian.org>  Wed, 30 Apr 2008 21:51:43 +0200
 
 perlconsole (0.4-2) unstable; urgency=low
 

Modified: trunk/perlconsole/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlconsole/debian/control?rev=19270&op=diff
==============================================================================
--- trunk/perlconsole/debian/control (original)
+++ trunk/perlconsole/debian/control Wed Apr 30 19:53:59 2008
@@ -12,7 +12,7 @@
 Package: perlconsole
 Architecture: all
 Depends: ${perl:Depends}, 
-         libterm-readline-gnu-perl, liblexical-persistence-perl, libb-keywords-perl
+         libterm-readline-gnu-perl, liblexical-persistence-perl, libb-keywords-perl, libmodule-refresh-perl
 Description: small program that lets you evaluate Perl code interactively
  Perl Console is a light program that lets you evaluate Perl code 
  interactively. It uses Readline for grabing input and provides completion 

Modified: trunk/perlconsole/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlconsole/debian/patches/series?rev=19270&op=diff
==============================================================================
--- trunk/perlconsole/debian/patches/series (original)
+++ trunk/perlconsole/debian/patches/series Wed Apr 30 19:53:59 2008
@@ -1,2 +1,1 @@
-disable_module_refresh.patch
 manpage_name_section.patch




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