Your message dated Sun, 07 Jul 2013 12:32:56 +0000
with message-id <e1uvo9a-0004qz...@franck.debian.org>
and subject line Bug#713525: fixed in dvbstreamer 2.1.0-2.4
has caused the Debian Bug report #713525,
regarding dvbstreamer: FTBFS: libtool: Version mismatch error.
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 ow...@bugs.debian.org
immediately.)


-- 
713525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dvbstreamer
Version: 2.1.0-2.3
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[3]: Entering directory `/«PKGBUILDDIR»/src'
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c dvbadapter.c
> dvbadapter.c: In function 'DVBInit':
> dvbadapter.c:575:22: warning: ignoring return value of 'fread', declared with 
> attribute warn_unused_result [-Wunused-result]
>                  fread(text, sizeof(text) - 1,1, fp);
>                       ^
> dvbadapter.c:584:22: warning: ignoring return value of 'fread', declared with 
> attribute warn_unused_result [-Wunused-result]
>                  fread(text, sizeof(text) - 1,1, fp);
>                       ^
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c main.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c tuning.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c ts.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c multiplexes.c
> multiplexes.c: In function 'MultiplexEnumeratorDestroy':
> multiplexes.c:138:9: warning: variable 'rc' set but not used 
> [-Wunused-but-set-variable]
>      int rc;
>          ^
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c services.c
> services.c: In function 'ServiceEnumeratorDestroy':
> services.c:515:9: warning: variable 'rc' set but not used 
> [-Wunused-but-set-variable]
>      int rc;
>          ^
> In file included from services.c:27:0:
> services.c: In function 'ServiceGetList':
> ../include/dbase.h:203:28: warning: variable 'rc' set but not used 
> [-Wunused-but-set-variable]
>  #define STATEMENT_INIT int rc; sqlite3_stmt *stmt=NULL
>                             ^
> services.c:619:5: note: in expansion of macro 'STATEMENT_INIT'
>      STATEMENT_INIT;
>      ^
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c pids.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c dbase.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o mpeg2.o `test -f 
> 'standard/mpeg2/mpeg2.c' || echo './'`standard/mpeg2/mpeg2.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o patprocessor.o `test 
> -f 'standard/mpeg2/patprocessor.c' || echo './'`standard/mpeg2/patprocessor.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o pmtprocessor.o `test 
> -f 'standard/mpeg2/pmtprocessor.c' || echo './'`standard/mpeg2/pmtprocessor.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c servicefilter.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c cache.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c commands.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o cmd_servicefilter.o 
> `test -f 'commands/cmd_servicefilter.c' || echo 
> './'`commands/cmd_servicefilter.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o cmd_info.o `test -f 
> 'commands/cmd_info.c' || echo './'`commands/cmd_info.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o cmd_scanning.o `test 
> -f 'commands/cmd_scanning.c' || echo './'`commands/cmd_scanning.c
> commands/cmd_scanning.c: In function 'ScanFullDVBT':
> commands/cmd_scanning.c:656:29: warning: ignoring return value of 'asprintf', 
> declared with attribute warn_unused_result [-Wunused-result]
>                      asprintf(&docs->docs[offsetIndex], "Frequency: %d\n"
>                              ^
> commands/cmd_scanning.c:703:29: warning: ignoring return value of 'asprintf', 
> declared with attribute warn_unused_result [-Wunused-result]
>                      asprintf(&docs->docs[offsetIndex], "Frequency: %d\n"
>                              ^
> commands/cmd_scanning.c: In function 'TryTuneDVBC':
> commands/cmd_scanning.c:824:25: warning: ignoring return value of 'asprintf', 
> declared with attribute warn_unused_result [-Wunused-result]
>                  asprintf(&docs->docs[s*m], "Frequency: %u\n"
>                          ^
> commands/cmd_scanning.c: In function 'ScanFullATSC':
> commands/cmd_scanning.c:886:25: warning: ignoring return value of 'asprintf', 
> declared with attribute warn_unused_result [-Wunused-result]
>                  asprintf(&docs->docs[0], "Frequency: %u\n"
>                          ^
> commands/cmd_scanning.c:931:25: warning: ignoring return value of 'asprintf', 
> declared with attribute warn_unused_result [-Wunused-result]
>                  asprintf(&docs->docs[0], "Frequency: %u\n"
>                          ^
> commands/cmd_scanning.c: In function 'NITEventListener':
> commands/cmd_scanning.c:1244:25: warning: ignoring return value of 
> 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
>                  asprintf(&tpEntry->tuningParams, "Frequency: %u\n%s", 
> frequency, _params);\
>                          ^
> commands/cmd_scanning.c:1287:29: note: in expansion of macro 'ADD_TRANSPONDER'
>                              ADD_TRANSPONDER(sparams);
>                              ^
> commands/cmd_scanning.c:1244:25: warning: ignoring return value of 
> 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
>                  asprintf(&tpEntry->tuningParams, "Frequency: %u\n%s", 
> frequency, _params);\
>                          ^
> commands/cmd_scanning.c:1309:29: note: in expansion of macro 'ADD_TRANSPONDER'
>                              ADD_TRANSPONDER(sparams);
>                              ^
> commands/cmd_scanning.c:1244:25: warning: ignoring return value of 
> 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
>                  asprintf(&tpEntry->tuningParams, "Frequency: %u\n%s", 
> frequency, _params);\
>                          ^
> commands/cmd_scanning.c:1338:33: note: in expansion of macro 'ADD_TRANSPONDER'
>                                  ADD_TRANSPONDER(tparams);
>                                  ^
> commands/cmd_scanning.c:1244:25: warning: ignoring return value of 
> 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
>                  asprintf(&tpEntry->tuningParams, "Frequency: %u\n%s", 
> frequency, _params);\
>                          ^
> commands/cmd_scanning.c:1359:45: note: in expansion of macro 'ADD_TRANSPONDER'
>                                              ADD_TRANSPONDER(sparams);
>                                              ^
> commands/cmd_scanning.c:1244:25: warning: ignoring return value of 
> 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
>                  asprintf(&tpEntry->tuningParams, "Frequency: %u\n%s", 
> frequency, _params);\
>                          ^
> commands/cmd_scanning.c:1371:45: note: in expansion of macro 'ADD_TRANSPONDER'
>                                              ADD_TRANSPONDER(tparams);
>                                              ^
> commands/cmd_scanning.c: In function 'ScanStateMachine':
> commands/cmd_scanning.c:1645:25: warning: 'delSys' may be used uninitialized 
> in this function [-Wmaybe-uninitialized]
>                          switch(delSys)
>                          ^
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o cmd_epg.o `test -f 
> 'commands/cmd_epg.c' || echo './'`commands/cmd_epg.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c dispatchers.c
> dispatchers.c: In function 'DispatchersExitLoop':
> dispatchers.c:97:10: warning: ignoring return value of 'write', declared with 
> attribute warn_unused_result [-Wunused-result]
>      write(exitPipe[1], "e", 1);
>           ^
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c remoteintf.c
> remoteintf.c: In function 'HandleConnection':
> remoteintf.c:366:13: warning: variable 'r' set but not used 
> [-Wunused-but-set-variable]
>          int r;
>              ^
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c deliverymethod.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c pluginmgr.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c epgtypes.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c epgchannel.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c utf8.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c events.c
> events.c: In function 'EventUnregisteredToString':
> events.c:464:13: warning: ignoring return value of 'asprintf', declared with 
> attribute warn_unused_result [-Wunused-result]
>      asprintf(&eventName, "%s.%s", unregEvent->source->name, 
> unregEvent->name);
>              ^
> events.c: In function 'EventsEventName':
> events.c:358:13: warning: ignoring return value of 'asprintf', declared with 
> attribute warn_unused_result [-Wunused-result]
>      asprintf(&result, "%s.%s", event->source->name, event->name);
>              ^
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c objects.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c list.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c logging.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c properties.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o messageq.o `test -f 
> 'threading/messageq.c' || echo './'`threading/messageq.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o deferredproc.o `test 
> -f 'threading/deferredproc.c' || echo './'`threading/deferredproc.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c lnb.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c yamlutils.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c constants.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o atsc.o `test -f 
> 'standard/atsc/atsc.c' || echo './'`standard/atsc/atsc.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o atsctext.o `test -f 
> 'standard/atsc/atsctext.c' || echo './'`standard/atsc/atsctext.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o psipprocessor.o 
> `test -f 'standard/atsc/psipprocessor.c' || echo 
> './'`standard/atsc/psipprocessor.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o dvb.o `test -f 
> 'standard/dvb/dvb.c' || echo './'`standard/dvb/dvb.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o sdtprocessor.o `test 
> -f 'standard/dvb/sdtprocessor.c' || echo './'`standard/dvb/sdtprocessor.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o nitprocessor.o `test 
> -f 'standard/dvb/nitprocessor.c' || echo './'`standard/dvb/nitprocessor.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o tdtprocessor.o `test 
> -f 'standard/dvb/tdtprocessor.c' || echo './'`standard/dvb/tdtprocessor.c
> gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include  
> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -c -o dvbtext.o `test -f 
> 'standard/dvb/dvbtext.c' || echo './'`standard/dvb/dvbtext.c
> /bin/bash ../libtool --tag=CC   --mode=link gcc -I../include  -D_GNU_SOURCE 
> -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wall -fno-strict-aliasing -rdynamic 
> -Wl,-whole-archive -Wl,dvbpsi/libdvbpsi.a -Wl,-no-whole-archive -Wl,-z,relro 
> -o dvbstreamer dvbadapter.o main.o tuning.o ts.o multiplexes.o services.o 
> pids.o dbase.o mpeg2.o patprocessor.o pmtprocessor.o servicefilter.o cache.o 
> commands.o cmd_servicefilter.o cmd_info.o cmd_scanning.o cmd_epg.o 
> dispatchers.o remoteintf.o deliverymethod.o pluginmgr.o epgtypes.o 
> epgchannel.o utf8.o events.o objects.o list.o logging.o properties.o 
> messageq.o deferredproc.o lnb.o yamlutils.o constants.o atsc.o atsctext.o 
> psipprocessor.o dvb.o sdtprocessor.o nitprocessor.o tdtprocessor.o dvbtext.o 
> -lpthread -lsqlite3 -lreadline -lev -lyaml    -lltdl 
> libtool: Version mismatch error.  This is libtool 2.4.2 Debian-2.4.2-1.2, but 
> the
> libtool: definition of this LT_INIT comes from libtool 2.2.6b.
> libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 
> Debian-2.4.2-1.2
> libtool: and run autoconf again.
> make[3]: *** [dvbstreamer] Error 63

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/dvbstreamer_2.1.0-2.3_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: dvbstreamer
Source-Version: 2.1.0-2.4

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

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 713...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated dvbstreamer 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 05 Jul 2013 14:12:47 +0200
Source: dvbstreamer
Binary: dvbstreamer
Architecture: source amd64
Version: 2.1.0-2.4
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 <mennu...@debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description: 
 dvbstreamer - a console based streamer for DVB/ATSC service(s)
Closes: 713525
Changes: 
 dvbstreamer (2.1.0-2.4) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix "FTBFS: libtool: Version mismatch error.":
     add patch from Ubuntu / Logan Rosen to use autoreconf.
     (Closes: #713525)
Checksums-Sha1: 
 40cb9941026eadf779b00a80b00e10b26147844e 1940 dvbstreamer_2.1.0-2.4.dsc
 991a73ec1d36f1b01d4f051eafbc6ea7e9c67051 73517 
dvbstreamer_2.1.0-2.4.debian.tar.gz
 039dea781aa30b69f726b3d4daea1e240be53506 337604 dvbstreamer_2.1.0-2.4_amd64.deb
Checksums-Sha256: 
 f8e4adad7060c32c41302a0cc23df3c0f0976b5ad6f4e930a261327cea26f8d4 1940 
dvbstreamer_2.1.0-2.4.dsc
 9503d9d740d5fe60357a72917744d8fdd66bab4dd961fa88b6f78c4dd5108dcf 73517 
dvbstreamer_2.1.0-2.4.debian.tar.gz
 b617ac94b8f2c80fc72ffa44b09dc63ac750fc88f15a3c1d901b3319fb711da2 337604 
dvbstreamer_2.1.0-2.4_amd64.deb
Files: 
 4de51bf1bc60ed5a4f892c53308cf295 1940 video extra dvbstreamer_2.1.0-2.4.dsc
 328908984378bd4be9427e4729097b3a 73517 video extra 
dvbstreamer_2.1.0-2.4.debian.tar.gz
 2ff21ec011eaa3b1a560fb1876095d67 337604 video extra 
dvbstreamer_2.1.0-2.4_amd64.deb

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

iQIcBAEBCAAGBQJR1riFAAoJELs6aAGGSaoGfsQQAKLoh9PQJqJqXRonpXYa+F61
WMgkmCfVDAsYFvow4+O4JnkYAJQImffrI9AS889erXomTpzqEPHpsozCUV1rf6ww
ehQ95Z1Je4aeCVjGII5CQRNNtegfiMg7NmEC5vqS7HjeqIX/vIUrd968498fqVIi
6WloTllEEztURU7YNFVyJXQMGyaY7AB/qFyzqj32yKO4BJNCZnG7oLDDO4lOfTTx
4BbyxKvqUBhvGN4erVJSmj40FL04zUWDN9S8Ue4QJAyASP1zzXw2eiatu1wIaN/T
asm+KDnyz2Mnkf7wfDKtYwmk5PujIKwMkB2mXa96UxRDP9zxv0YMO+KaEKdcui8k
Fli793YosDu0GLG46+VPqbUPabLrWzjGYGJNpeZ2wQj04T4dkl2NFBxTsc2Pk12w
K1+hIlu6MuTNpUIVTLr7Cc9M6khL51UTOs6CgmAf5Oox/uusdMNr4X0pyjTH2i0h
wJWmxKkVBoGX3r2cDjnD/BhBWpxYtI2NICW61Iua9CdFllUCW67A/V9BjoGdtX0E
EpLpLDdMh3rdRfDAmJM9HDZdBGZ1FIxgCt8usX0L9psxqXZmvP4IWw4rjNZAuPp5
22kVDeq092kBxKh5KfvLzjmq9McVAGtiujZvgwrZ2M09+dDs0Z7z8OmV1Zftblao
9eEp0s/fpNquKbQT5XxX
=DSad
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to