Your message dated Sun, 25 Apr 2010 07:32:12 +0000
with message-id <[email protected]>
and subject line Bug#578955: fixed in flvtool2 1.0.6-4
has caused the Debian Bug report #578955,
regarding flvtool2: flv/stream.rb: typo in attr_accessor :signatur
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
578955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578955
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: flvtool2
Version: 1.0.6-3
Severity: normal
Tags: patch

Hello,

There is a typo in flv/stream.rb, at line 41, which will cause an
exception to be raised when running the following program:

% cat flv_stream_fail_signature.rb
#! /usr/bin/ruby
# -*- coding: utf-8 -*-

require 'flv'

File.open '/tmp/input.flv' do |in_stream|
  flv_stream = FLV::FLVStream.new in_stream

  p flv_stream.signature
end
% ruby flv_stream_fail_signature.rb
flv_stream_fail_signature.rb:9: undefined method `signature' for 
#<FLV::FLVStream:0x7f13817b2e38> (NoMethodError)
        from flv_stream_fail_signature.rb:6:in `open'
        from flv_stream_fail_signature.rb:6


I'm attaching a patch that seems to solve the problem.

Cheers,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages flvtool2 depends on:
ii  ruby1.8                      1.8.7.249-2 Interpreter of object-oriented scr

flvtool2 recommends no packages.

flvtool2 suggests no packages.

-- no debconf information
--- /usr/lib/ruby/1.8/flv/stream.rb.orig	2010-04-23 23:26:37.000000000 +0200
+++ /usr/lib/ruby/1.8/flv/stream.rb	2010-04-23 23:32:07.000000000 +0200
@@ -38,7 +38,7 @@
   
   class FLVStream
     
-    attr_accessor :signatur,
+    attr_accessor :signature,
                   :version,
                   :type_flags_audio,
                   :type_flags_video,

--- End Message ---
--- Begin Message ---
Source: flvtool2
Source-Version: 1.0.6-4

We believe that the bug you reported is fixed in the latest version of
flvtool2, which is due to be installed in the Debian FTP archive:

flvtool2_1.0.6-4.dsc
  to main/f/flvtool2/flvtool2_1.0.6-4.dsc
flvtool2_1.0.6-4.tar.gz
  to main/f/flvtool2/flvtool2_1.0.6-4.tar.gz
flvtool2_1.0.6-4_i386.deb
  to main/f/flvtool2/flvtool2_1.0.6-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Todd Troxell <[email protected]> (supplier of updated flvtool2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 25 Apr 2010 02:16:44 -0400
Source: flvtool2
Binary: flvtool2
Architecture: source i386
Version: 1.0.6-4
Distribution: unstable
Urgency: low
Maintainer: Todd Troxell <[email protected]>
Changed-By: Todd Troxell <[email protected]>
Description: 
 flvtool2   - a manipulation tool for flash video files
Closes: 578955 578958
Changes: 
 flvtool2 (1.0.6-4) unstable; urgency=low
 .
   * Sync with upstream author at http://github.com/unnu/flvtool2
     commit 8edada9aa36a8138fc5e639e9fa23a3008ffdded
   * Integrated patch from Nicolas Noirbent <[email protected]>
     fixes exception caused by typo (Closes: #578955)
   * Integrated patch from Nicolas Noirbent <[email protected]>
     fixes bit error leading to incorrect audio data detection
     (Closes: #578958)
Checksums-Sha1: 
 5495c9ac5db971837fd95745f1c5ca28fea1b121 770 flvtool2_1.0.6-4.dsc
 ac4348b83598e2fe63b2d12c63ec4fd1d34a11e1 55984489 flvtool2_1.0.6-4.tar.gz
 79c21cfb1050f3c21c3012cdd408dd78147b8614 20034 flvtool2_1.0.6-4_i386.deb
Checksums-Sha256: 
 3a74c26544a4e3d70678f814eb261c66365e45cd5676e2ec40d45b3c68f3c9ad 770 
flvtool2_1.0.6-4.dsc
 d318c4245e1f4aca508be0af003ff36aea6273605228c2872a43fae033ca83c3 55984489 
flvtool2_1.0.6-4.tar.gz
 4b8bb465c7c44e0dca7dcb41e83b75f51e849d9ba8b61d9e6b3d0e317588c693 20034 
flvtool2_1.0.6-4_i386.deb
Files: 
 ee8b6fb3bdce51a0479fc070537fe7a1 770 utils extra flvtool2_1.0.6-4.dsc
 11210e7d8e373215f3f981459456bfa0 55984489 utils extra flvtool2_1.0.6-4.tar.gz
 2f08fa16e29873ece3d4c3b4c1346e63 20034 utils extra flvtool2_1.0.6-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkvT5sQACgkQ4u3oQ3FHP2ZYMQCdE5Kex41M2/kYXhJwVd6AYYev
KT8Anjte8wegwLW+RcRw9MXTX1JmDn2o
=vIDz
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to