Re: Reintroducing FFmpeg to Debian

2014-08-01 Thread Jose Luis Rivas
On 28/07/14, 01:20am, Andreas Cadhalpun wrote:
 Hi all,
 
 some of you may have noticed a weird ffmpeg package in the NEW queue[1].
 Let me explain:
 
 In 2011 Libav[2] was forked from FFmpeg[3]. It was a time of great
 uncertainty, the fork happened with much drama that didn't help making a
 technical cut, and at that peculiar time Debian switched to Libav.
 
Hi Andreas and everyone,

FWIW, my experience with this is that I had to make my own FFmpeg
package a while ago [0] because I needed it for a project I was working
on at the moment [1].

[0] https://github.com/ghostbar/FFmpeg.deb
[1] https://github.com/ghostbar/RTSP-Streaming.js

The reason for having to package my own FFmpeg is the current libav
which is taking the space of ffmpeg seemed to conflict with every other
ffmpeg package out there, including marillat's and for my project I
actually needed ffmpeg, not libav since it didn't had the functionality.
(More specifically: the ability to take still images from an rtsp
stream).

Not having FFmpeg available in the debian repositories is a nuissance,
and certainly having libav instead which seems to be a fork yet not
having the full FFmpeg functionality and using the same package name is
worst. I didn't figured this out at first because the binary said
`ffmpeg`. Of course, I'm talking about [2] since now that seems to not
be an issue yet remains the lack of functionality.

[2] https://packages.debian.org/wheezy/ffmpeg

If the issue is that this would mean having to fix security bugs twice
then it would be reasonable to stop shipping libav and instead ship
ffmpeg, since has more functionality and AFAICS from their repos bunch 
of active bug-fixing.

I honestly do not understand why ffmpeg is not in the repos nor why
there seems to be an active movement to block it.

Kind regards.
-- 
Jose Luis Rivas · ghostbar http://ghostbar.co
The Debian Project · http://www.debian.org
GPG · D278 F9C1 5E54 61AA 3C1E  2FCD 13EC 43EE B9AC 8C43


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#756648: Fwd: Bug#756648: mplayer2: add support for ppc64el

2014-08-01 Thread Reinhard Tartler
Control: forwarded -1 u...@mplayer2.org
Control: tag -1 upstream

Hi Uoti,

The proposed patch (attached to this email) makes sense to me for
inclusion into your mplayer2.git. Can you incorporate it?

Thanks,
Reinhard

-- Forwarded message --
From: Breno Leitao bren...@br.ibm.com
Date: Thu, Jul 31, 2014 at 2:50 PM
Subject: Bug#756648: mplayer2: add support for ppc64el
To: Debian Bug Tracking System sub...@bugs.debian.org


Package: mplayer2
Version: 2.0-728-g2c378c7-2
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

Currently mplayer2 doesn't built on ppc64el because this architecture/processor
is not known by the configure script, causing the following failure:

Error: unsupported architecture UNKNOWN
The architecture of your CPU (UNKNOWN) is not supported by
this configure script

It seems nobody has ported MPlayer to your OS or CPU type yet.

Check config.log if you do not understand why it failed.
make[1]: *** [override_dh_auto_configure] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

This patch simply add ppc64le as a ppc64 architecture. It enable the package to
be built from source on ppc64el then.

Thank you
Breno

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


-- 
regards,
Reinhard
Index: mplayer2-2.0-728-g2c378c7/configure
===
--- mplayer2-2.0-728-g2c378c7.orig/configure
+++ mplayer2-2.0-728-g2c378c7/configure
@@ -222,7 +222,7 @@ x86() {
 
 ppc() {
   case $host_arch in
-ppc|ppc64|powerpc|powerpc64) return 0;;
+ppc|ppc64le|ppc64|powerpc|powerpc64) return 0;;
 *) return 1;;
   esac
 }
@@ -1098,6 +1098,7 @@ if test -z $_target ; then
   ia64) host_arch=ia64 ;;
   macppc|ppc) host_arch=ppc ;;
   ppc64) host_arch=ppc64 ;;
+  ppc64le) host_arch=ppc64 ;;
   alpha) host_arch=alpha ;;
   sparc) host_arch=sparc ;;
   sparc64) host_arch=sparc64 ;;
@@ -1764,12 +1765,12 @@ case $host_arch in
 iproc='sh4'
 ;;
 
-  ppc|ppc64|powerpc|powerpc64)
+  ppc|ppc64|ppc64le|powerpc|powerpc64)
 arch='ppc'
 def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
 iproc='ppc'
 
-if test $host_arch = ppc64 -o $host_arch = powerpc64 ; then
+if test $host_arch = ppc64 -o $host_arch = ppc64le -o $host_arch = powerpc64 ; then
   subarch='ppc64'
   def_fast_64bit='#define HAVE_FAST_64BIT 1'
 fi
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: Fwd: Bug#756648: mplayer2: add support for ppc64el

2014-08-01 Thread Debian Bug Tracking System
Processing control commands:

 forwarded -1 u...@mplayer2.org
Bug #756648 [mplayer2] mplayer2: add support for ppc64el
Set Bug forwarded-to-address to 'u...@mplayer2.org'.
 tag -1 upstream
Bug #756648 [mplayer2] mplayer2: add support for ppc64el
Added tag(s) upstream.

-- 
756648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756648
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: tagging 754366

2014-08-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 754366 + help
Bug #754366 [src:gecko-mediaplayer] gecko-mediaplayer: please consider 
npapi-sdk-dev B-D
Added tag(s) help.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
754366: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754366
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#756777: dirac: FTBFS on armhf

2014-08-01 Thread Sebastian Ramacher
Source: dirac
Version: 1.0.2-7
Severity: serious
Justification: fails to build from source (but built successfully in the past)

dirac failed to build on armhf with
| ## --- ##
| ##  test suite: dirac. ##
| ## --- ##
|
| Running unit tests
|
|   1: unittests   skipped (unittests.at:5)
|
| Checking encode and decode of colourbars
|
|   2: colourbars  FAILED (colourbars.at:7)
|
| Checking encode and decode of sample data
|
|   3: samples skipped (samples.at:5)
|
| ## - ##
| ## Test results. ##
| ## - ##
|
| ERROR: 1 test was run,
| 1 failed unexpectedly.
| 2 tests were skipped.
| ## -- ##
| ## testsuite.log was created. ##
| ## -- ##
|
| Please send `tests/testsuite.log' and all information you think might help:
|
|To: 
|Subject: [] testsuite: 2 failed
|
| You may investigate any problem if you feel able to do so, in which
| case the test suite provides a good starting point.  Its output may
| be found below `tests/testsuite.dir'.
|
| make[3]: *** [check-local] Error 1

Full build log is available at
https://buildd.debian.org/status/fetch.php?pkg=diracarch=armhfver=1.0.2-7stamp=1406621057.
Please take a look.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

re: gst-plugins-bad0.10: FTBFS: dh_install: gstreamer0.10-plugins-bad missing files (debian/tmp/usr/lib/*/gstreamer-0.10/libgstrtmp.so)

2014-08-01 Thread peter green

The underlying problem seems to be.

configure: *** checking feature: rtmp library ***
configure: *** for plug-ins: rtmp ***
checking for RTMP... no
configure: Package 'gnutls', required by 'librtmp', not found
configure: *** These plugins will not be built: rtmp
It would appear that despite the move to Requires.private documented in 
the changelog using pkg-config for librtmp still requires 
libgnutls28-dev to be installed.


without libgnutls28-dev installed:
root@debian:/gst-plugins-bad0.10-0.10.23# pkg-config --cflags librtmp
Package gnutls was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnutls.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gnutls', required by 'librtmp', not found
root@debian:/gst-plugins-bad0.10-0.10.23# pkg-config --exists 
--print-errors librtmp

Package gnutls was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnutls.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gnutls', required by 'librtmp', not found
root@debian:/gst-plugins-bad0.10-0.10.23#

with libgnutls28-dev installed:
root@debian:/gst-plugins-bad0.10-0.10.23# pkg-config --exists 
--print-errors librtmp

root@debian:/gst-plugins-bad0.10-0.10.23# pkg-config --cflags librtmp
-I/usr/include/p11-kit-1
root@debian:/gst-plugins-bad0.10-0.10.23#

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


mpv 0.4.2-1 MIGRATED to testing

2014-08-01 Thread Debian testing watch
FYI: The status of the mpv source package
in Debian's testing distribution has changed.

  Previous version: 0.4.1-1
  Current version:  0.4.2-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-01 Thread Ian Jackson
Charles Plessy writes (Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to 
Debian):
 Le Thu, Jul 31, 2014 at 04:29:53PM -0700, Russ Allbery a écrit :
  Based purely on security evaluations by others that I was able to find on
  the web, FFmpeg appears to be better at the moment than libav on the
  security front (although libav appears to be trying to catch up).
 
 Hello everybody
 
 At that point, and given the impressive number of users who
 expressed interest for having FFmpeg in Debian (see
 http://bugs.debian.org/729203), I think that it would be fair to ask
 the libav maintainers to provide arguments on whether to distribute
 both libraries or make a choice, even if it is against their own
 interest since they may see their packages removed at the end.
 
 Otherwise we are in that kind of frequent Debianesque situation where the
 winning strategy is to stay silent as long as possible.

CCing libav@packages.d.o.

Ian.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


yafaray REMOVED from testing

2014-08-01 Thread Debian testing watch
FYI: The status of the yafaray source package
in Debian's testing distribution has changed.

  Previous version: 0.1.5-3
  Current version:  (not in testing)
  Hint: Package not in unstable

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


All in one solar power street light

2014-08-01 Thread Arthur Zhou
Dear Sir,
Glad to contact you,we are a supplier of different LED Street Lights, Solar 
power Street Lights,Wind Power Street Lights .
If interested we are glad to show you the full catalog . 
于偶滴个人原因,今天不能及时更新,求原谅~第59章设
Best regards, 的说了两句,转身踏入了苏婉仪居住的正殿,不多时,正
Arthur Zhou
E-able Power Technology Co.,Ltd
Source your best solution at www.e-ablepower.com
Best Solar  LED Solution for you 
Email : art...@e-ablepower.com achow...@gmail.com}
不食人间烟火的仙子,纯净得像天使,飘渺得像云彩。不的说了两句,转身踏入了苏婉仪居住的正殿,不多时,正___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Labnews Philips Hue

2014-08-01 Thread LABLUZ SP ASS . E PLANEJ . EM ILUMINAÇÃO LTDA .
Caso não visualize esse email adequadamente VIEW_LINK
http://labluz1.disparadordeemails.com/ver_mensagem.php?id=H|826|201148|136482120278177500acesse
este link[/VIEW_LINK]

Se você não deseja mais receber nossos e-mails, cancele sua inscrição
através do link
http://labluz1.disparadordeemails.com/admin/sair.php?id=201148|826|0uid=136482120278177500

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed (with 2 errors): .

2014-08-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 753427 755121
Bug #753427 {Done: Balint Reczey bal...@balintreczey.hu} [libnfs-dev] 
libnfs-dev: makes xbmc FTBFS
Unable to merge bugs because:
package of #755121 is 'src:xbmc' not 'libnfs-dev'
Failed to forcibly merge 753427: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x301c400)', 
'requester', 'Bálint Réczey bal...@balintreczey.hu', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'CAK0Odpxkj4L9fG+f+r3J4=t_AU_k=jasujh+0vb_hx4jh_l...@mail.gma...', 
'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 552
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 551
Debbugs::Control::Service::control_line('line', undef, 'clonebugs', 
'HASH(0x2f59c58)', 'limit', 'HASH(0x2f59640)', 'common_control_options', 
'ARRAY(0x2f59688)', 'errors', ...) called at /usr/lib/debbugs/service line 474

 affects 753427 xbmc
Failed to mark 753427 as affecting package(s): failed to get lock on 
/org/bugs.debian.org/spool/lock/753427 -- Unable to lock 
/org/bugs.debian.org/spool/lock/753427 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587
Debbugs::Common::filelock('/org/bugs.debian.org/spool/lock/753427') 
called at /usr/local/lib/site_perl/Debbugs/Status.pm line 213
Debbugs::Status::read_bug('bug', 753427, 'lock', 1) called at 
/usr/local/lib/site_perl/Debbugs/Status.pm line 465
Debbugs::Status::lock_read_all_merged_bugs('bug', 753427) called at 
/usr/local/lib/site_perl/Debbugs/Control.pm line 3671
Debbugs::Control::__begin_control('remove', 0, 'add', 1, 
'request_replyto', 'bal...@balintreczey.hu', 'transcript', 'GLOB(0x301c400)', 
'bug', ...) called at /usr/local/lib/site_perl/Debbugs/Control.pm line 2556
Debbugs::Control::affects('transcript', 'GLOB(0x301c400)', 'requester', 
'Bálint Réczey bal...@balintreczey.hu', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'CAK0Odpxkj4L9fG+f+r3J4=t_AU_k=jasujh+0vb_hx4jh_l...@mail.gma...', 
'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 637
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 636
Debbugs::Control::Service::control_line('line', 'affects 753427 xbmc', 
'clonebugs', 'HASH(0x2f59c58)', 'limit', 'HASH(0x2f59640)', 
'common_control_options', 'ARRAY(0x2f59688)', 'errors', ...) called at 
/usr/lib/debbugs/service line 474

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
753427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753427
755121: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755121
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed (with 2 errors): .

2014-08-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 755121 libnfs-dev 1.9.4-1
Bug #755121 [src:xbmc] FTBFS: error: 'CLIENT' has not been declared
Bug reassigned from package 'src:xbmc' to 'libnfs-dev'.
No longer marked as found in versions xbmc/2:13.1~rc1+dfsg1-1.
Ignoring request to alter fixed versions of bug #755121 to the same values 
previously set
Bug #755121 [libnfs-dev] FTBFS: error: 'CLIENT' has not been declared
Marked as found in versions libnfs/1.9.4-1.
 fixed 755121 1.9.5-1
Bug #755121 [libnfs-dev] FTBFS: error: 'CLIENT' has not been declared
Marked as fixed in versions libnfs/1.9.5-1.
 merge 753427 755121
Bug #753427 {Done: Balint Reczey bal...@balintreczey.hu} [libnfs-dev] 
libnfs-dev: makes xbmc FTBFS
Unable to merge bugs because:
forwarded of #755121 is '' not 'https://github.com/sahlberg/libnfs/issues/83'
severity of #755121 is 'serious' not 'grave'
done of #755121 is '' not 'Balint Reczey bal...@balintreczey.hu'
Failed to merge 753427: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x17248f0)', 
'requester', 'Bálint Réczey bal...@balintreczey.hu', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'cak0odpw0g--adau_9uosjya+9zxzag-doutjjpumgn+08i1...@mail.gma...', 
'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', 'merge 753427 755121', 
'clonebugs', 'HASH(0x1661c58)', 'limit', 'HASH(0x1661640)', 
'common_control_options', 'ARRAY(0x1661688)', 'errors', ...) called at 
/usr/lib/debbugs/service line 474

 affects 753427 xbmc
Failed to mark 753427 as affecting package(s): failed to get lock on 
/org/bugs.debian.org/spool/lock/753427 -- Unable to lock 
/org/bugs.debian.org/spool/lock/753427 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/753427 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587
Debbugs::Common::filelock('/org/bugs.debian.org/spool/lock/753427') 
called at /usr/local/lib/site_perl/Debbugs/Status.pm line 213
Debbugs::Status::read_bug('bug', 753427, 'lock', 1) called at 
/usr/local/lib/site_perl/Debbugs/Status.pm line 465
Debbugs::Status::lock_read_all_merged_bugs('bug', 753427) called at 
/usr/local/lib/site_perl/Debbugs/Control.pm line 3671
Debbugs::Control::__begin_control('remove', 0, 'add', 1, 
'request_replyto', 'bal...@balintreczey.hu', 'transcript', 'GLOB(0x17248f0)', 
'bug', ...) called at /usr/local/lib/site_perl/Debbugs/Control.pm line 2556
Debbugs::Control::affects('transcript', 'GLOB(0x17248f0)', 'requester', 
'Bálint Réczey bal...@balintreczey.hu', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'cak0odpw0g--adau_9uosjya+9zxzag-doutjjpumgn+08i1...@mail.gma...', 
'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 637
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 636
Debbugs::Control::Service::control_line('line', 'affects 753427 xbmc', 
'clonebugs', 'HASH(0x1661c58)', 'limit', 'HASH(0x1661640)', 
'common_control_options', 'ARRAY(0x1661688)', 'errors', ...) called at 
/usr/lib/debbugs/service line 474

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
753427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753427
755121: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755121
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org