r7287 - in /trunk/libwww-mechanize-shell-perl/debian: changelog control rules

menole-guest at users.alioth.debian.org menole-guest at users.alioth.debian.org
Sat Sep 8 15:38:39 UTC 2007


Author: menole-guest
Date: Sat Sep  8 15:38:38 2007
New Revision: 7287

URL: http://svn.debian.org/wsvn/?sc=1&rev=7287
Log:
* Does not patch Makefile anymore because of closed bug #438389 in
  libterm-shell-perl 0.02
* Added dependency on libfile-modified-perl

Modified:
    trunk/libwww-mechanize-shell-perl/debian/changelog
    trunk/libwww-mechanize-shell-perl/debian/control
    trunk/libwww-mechanize-shell-perl/debian/rules

Modified: trunk/libwww-mechanize-shell-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/changelog?rev=7287&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-shell-perl/debian/changelog Sat Sep  8 15:38:38 2007
@@ -1,3 +1,11 @@
+libwww-mechanize-shell-perl (0.44-2) unstable; urgency=low
+
+  * Does not patch Makefile anymore because of closed bug #438389 in
+    libterm-shell-perl 0.02
+  * Added dependency on libfile-modified-perl
+
+ -- Michael Mende <debian at menole.net>  Wed, 08 Sep 2007 15:15:21 +0000
+
 libwww-mechanize-shell-perl (0.44-1) unstable; urgency=low
 
   * Initial Release (Closes: #438133).

Modified: trunk/libwww-mechanize-shell-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/control?rev=7287&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/control (original)
+++ trunk/libwww-mechanize-shell-perl/debian/control Sat Sep  8 15:38:38 2007
@@ -11,7 +11,7 @@
 
 Package: libwww-mechanize-shell-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl, libhtml-parser-perl, libhook-lexwrap-perl, libwww-perl, libwww-mechanize-perl, libwww-mechanize-formfiller-perl, libterm-shell-perl, libhtml-tokeparser-simple-perl, libhtml-tableextract-perl
+Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl, libhtml-parser-perl, libhook-lexwrap-perl, libwww-perl, libwww-mechanize-perl, libwww-mechanize-formfiller-perl, libterm-shell-perl, libhtml-tokeparser-simple-perl, libhtml-tableextract-perl, libfile-modified-perl
 Description:  An interactive shell for WWW::Mechanize
  This module implements a www-like shell above WWW::Mechanize and also
  has the capability to output crude Perl code that recreates the

Modified: trunk/libwww-mechanize-shell-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwww-mechanize-shell-perl/debian/rules?rev=7287&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/rules (original)
+++ trunk/libwww-mechanize-shell-perl/debian/rules Sat Sep  8 15:38:38 2007
@@ -25,8 +25,6 @@
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	# don't run 00a-Term-Shell-catch-smry.t until Bug#438389 is fixed
-	sed -i -e 's|^\(TEST_FILES = t/\)\(*.t\)|\1\?\?\[!a\]\2|' Makefile
 	$(MAKE)
 
 	touch build-stamp




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