This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag debian_version_0_4-1
in repository libparse-debianchangelog-perl.

commit bb0ceb97c832c2a85e940a8f031044f77622b5e5
Author: Frank Lichtenheld <fr...@lichtenheld.de>
Date:   Tue Jul 5 02:10:06 2005 +0000

    fix some problems in the test scripts (ignore stderr garbage
    issued by dpkg-parsechangelog in pbuilder environment)
---
 debian/changelog          | 2 ++
 t/Parse-DebianChangelog.t | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cbadea5..6a72daf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ libparse-debianchangelog-perl (0.4-1) unstable; urgency=low
     - install templates and CSS files to
       /usr/share/libparse-debianchangelog-perl/ and adapt the default
       paths in the module
+    - fix some problems in the test scripts (ignore stderr garbage
+      issued by dpkg-parsechangelog in pbuilder environment)
 
  -- Frank Lichtenheld <dj...@debian.org>  Tue,  5 Jul 2005 03:28:10 +0200
 
diff --git a/t/Parse-DebianChangelog.t b/t/Parse-DebianChangelog.t
index 12c6791..fe1d293 100644
--- a/t/Parse-DebianChangelog.t
+++ b/t/Parse-DebianChangelog.t
@@ -33,13 +33,13 @@ foreach my $file (qw(Changes)) {
 
     my $str = $changes->dpkg_str();
 
-    ok( $str eq `dpkg-parsechangelog -l$file 2>&1`, 'Output of dpkg_out equal 
to output of dpkg-parsechangelog' );
+    ok( $str eq `dpkg-parsechangelog -l$file`, 'Output of dpkg_out equal to 
output of dpkg-parsechangelog' );
 
     my $oldest_version = $changes->{data}[-1]{Version};
 
     $str = $changes->dpkg_str({ since => $oldest_version });
 
-    ok( $str eq `dpkg-parsechangelog -v$oldest_version -l$file 2>&1`, 'Output 
of dpkg_out equal to output of dpkg-parsechangelog' );
+    ok( $str eq `dpkg-parsechangelog -v$oldest_version -l$file`, 'Output of 
dpkg_out equal to output of dpkg-parsechangelog' );
 
     $str = $changes->rfc822_str();
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libparse-debianchangelog-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to