Processing of supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.changes

2016-01-06 Thread Debian FTP Masters
supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.changes 
uploaded successfully to localhost
along with the files:
  supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2.dsc
  
supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2.debian.tar.xz
  ladspalist-dbgsym_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.deb
  ladspalist_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.deb
  sc3-plugins-sclang_3.7.0~beta+git20151221.f978dc2~repack-2_all.deb
  sc3-plugins-scsynth-dbgsym_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.deb
  sc3-plugins-scsynth_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.deb
  sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.changes REJECTED

2016-01-06 Thread Debian FTP Masters


supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2.dsc: Refers 
to non-existing file 
'supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack.orig.tar.xz'
Perhaps you need to include the file in your upload?

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
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#810065: blender: FTBFS with python3.5 as default python3 (transition imminent)

2016-01-06 Thread Scott Kitterman
Source: blender
Version: 2.74+dfsg0-5
Severity: important

While test building blender in a sid chroot that had been modified to make
python3.5 the default python3 in preparation for the upcoming transition I got
the following FTBFS:

[ 79%] Building C object 
source/blender/python/generic/CMakeFiles/bf_python_ext.dir/py_capi_utils.c.o
cd 
/home/test/blender-2.74+dfsg0/obj-x86_64-linux-gnu/source/blender/python/generic
 && /usr/bin/cc  -DHAVE_STDBOOL_H -DWITH_GLU -DWITH_GL_PROFILE_COMPAT 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE 
-D__LITTLE_ENDIAN__ -D__MMX__ -D__SSE2__ -D__SSE__ 
-I/home/test/blender-2.74+dfsg0/source/blender/python/generic 
-I/home/test/blender-2.74+dfsg0/source/blender/blenkernel 
-I/home/test/blender-2.74+dfsg0/source/blender/blenlib 
-I/home/test/blender-2.74+dfsg0/source/blender/gpu 
-I/home/test/blender-2.74+dfsg0/source/blender/makesdna 
-I/home/test/blender-2.74+dfsg0/intern/guardedalloc 
-I/home/test/blender-2.74+dfsg0/intern/glew-mx -isystem /usr/include/python3.5m 
 -Wall -Wcast-align -Werror=declaration-after-statement 
-Werror=implicit-function-declaration -Werror=return-type -Wstrict-prototypes 
-Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith 
-Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wnonnull 
-Wmissing-include-dirs -
 Wno-div-by-zero -Wtype-limits -Wuninitialized -Wredundant-decls 
-Wno-error=unused-but-set-variable -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp  -msse2  
-msse -pipe -fPIC -funsigned-char -fno-strict-aliasing   -o 
CMakeFiles/bf_python_ext.dir/py_capi_utils.c.o   -c 
/home/test/blender-2.74+dfsg0/source/blender/python/generic/py_capi_utils.c
/home/test/blender-2.74+dfsg0/source/blender/python/generic/py_capi_utils.c: In 
function 'PyC_IsInterpreterActive':
/home/test/blender-2.74+dfsg0/source/blender/python/generic/py_capi_utils.c:632:28:
 error: implicit declaration of function '_Py_atomic_load_relaxed' 
[-Werror=implicit-function-declaration]
  return (((PyThreadState *)_Py_atomic_load_relaxed(&_PyThreadState_Current)) 
!= NULL);
^
/home/test/blender-2.74+dfsg0/source/blender/python/generic/py_capi_utils.c:632:53:
 error: '_PyThreadState_Current' undeclared (first use in this function)
  return (((PyThreadState *)_Py_atomic_load_relaxed(&_PyThreadState_Current)) 
!= NULL);
 ^
/home/test/blender-2.74+dfsg0/source/blender/python/generic/py_capi_utils.c:632:53:
 note: each undeclared identifier is reported only once for each function it 
appears in
/home/test/blender-2.74+dfsg0/source/blender/python/generic/py_capi_utils.c:633:1:
 error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: some warnings being treated as errors
source/blender/python/generic/CMakeFiles/bf_python_ext.dir/build.make:185: 
recipe for target 
'source/blender/python/generic/CMakeFiles/bf_python_ext.dir/py_capi_utils.c.o' 
failed
make[3]: *** 
[source/blender/python/generic/CMakeFiles/bf_python_ext.dir/py_capi_utils.c.o] 
Error 1

Once python3.5 is the default python3 this will be a serious bug.

Scott K

___
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: supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.changes REJECTED

2016-01-06 Thread Petter Reinholdtsen
[Debian FTP Masters]
> supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2.dsc: Refers 
> to non-existing file 
> 'supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack.orig.tar.xz'
> Perhaps you need to include the file in your upload?

My mistake, forgot the version wasn't -1.  Reuploading.

--
Happy hacking
Petter Reinholdtsen

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


supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.changes is NEW

2016-01-06 Thread Debian FTP Masters
binary:ladspalist is NEW.
binary:sc3-plugins is NEW.
binary:sc3-plugins-sclang is NEW.
binary:sc3-plugins-scsynth is NEW.
source:supercollider-sc3-plugins is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

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


Processing of supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.changes

2016-01-06 Thread Debian FTP Masters
supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.changes 
uploaded successfully to localhost
along with the files:
  supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2.dsc
  supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack.orig.tar.xz
  
supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2.debian.tar.xz
  ladspalist-dbgsym_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.deb
  ladspalist_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.deb
  sc3-plugins-sclang_3.7.0~beta+git20151221.f978dc2~repack-2_all.deb
  sc3-plugins-scsynth-dbgsym_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.deb
  sc3-plugins-scsynth_3.7.0~beta+git20151221.f978dc2~repack-2_amd64.deb
  sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
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#809667: smplayer: Please make version 15.x available

2016-01-06 Thread Mateusz Łukasik

On 02.01.2016 16:19, Simon wrote:

Package: smplayer
Version: 15.11.0
Severity: normal

Dear Maintainer,

Currently the upstream version of SMplayer supports mplayer and even mpv (both
already available in Strectch/Sid) but repository version (14.9) is quite old
and only supports mplayer.

Could you please make the new 15.11 version available for users?
Thanks.



-- System Information:
Debian Release: stretch/sid
   APT prefers testing
   APT policy: (500, 'testing'), (450, 'unstable'), (400, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 4.3.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages smplayer depends on:
ii  dpkg1.18.4
ii  libc6   2.21-6
ii  libgcc1 1:5.3.1-4
ii  libqt4-dbus 4:4.8.7+dfsg-5
ii  libqt4-network  4:4.8.7+dfsg-5
ii  libqt4-script   4:4.8.7+dfsg-5
ii  libqt4-xml  4:4.8.7+dfsg-5
ii  libqtcore4  4:4.8.7+dfsg-5
ii  libqtgui4   4:4.8.7+dfsg-5
ii  libstdc++6  5.3.1-4
ii  mplayer 2:1.2-1+b1
ii  mpv 0.14.0-1
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages smplayer recommends:
ii  alsa-utils   1.0.29-1+b1
pn  smplayer-skins   
pn  smplayer-themes  
pn  smtube   
ii  x11-utils7.7+3

smplayer suggests no packages.

-- no debconf information



Hi,

Maybe in next week.




--
 .''`.  Mateusz Łukasik
: :' :  http://mati75.eu
`. `'   Debian Member - mat...@linuxmint.pl
  `-GPG: D93B 0C12 C8D0 4D7A AFBC  FA27 CCD9 1D61 11A0 6851

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

supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-3_amd64.changes is NEW

2016-01-06 Thread Debian FTP Masters
binary:ladspalist is NEW.
binary:sc3-plugins is NEW.
binary:sc3-plugins-language is NEW.
binary:sc3-plugins-server is NEW.
source:supercollider-sc3-plugins is NEW.
supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack.orig.tar.xz is 
only available in NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

___
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: HAPPY NEW YEAR

2016-01-06 Thread Carl Leinbach


From: Carl Leinbach
Sent: Wednesday, January 06, 2016 4:21 PM
To: Carl Leinbach
Subject: HAPPY NEW YEAR


Donation has been made to you by Mrs. Liliane Bettencourt. Contact email: 
mrslilianebettencou...@gmail.com  for more details


___
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#810146: lives: encoding fails because empty audio wav file beyond some specific length

2016-01-06 Thread Lionel Elie Mamane
Package: lives
Version: 2.4.0~ds0-1+b1
Severity: normal

Some of my clips fail to encode (with the x264 encoder) because the
generated audiodump.wav is empty (44 bytes long, which I expect is the
wav header, no actual data).

I've traced that to smogrify being called with a negative value for
"end of audio". For example with arguments:

save 483408242  25.000 /home/master/Videos/FOO.mp4 1 54931 44100 2 16 1 0. 
-1698.4000

I first thought of an integer overflow, because:

 - a clip of 1200 seconds works
 - a clip of 2197.24 seconds fails

So I thought maybe overflow at 2048 (11 bits?), but then I tried a clip
of 2000 seconds, and then smogrify is called with:

save 927025633  25.000 /home/master/Videos/FOO.mp4 1 5 0 0 0 1 -nan -nan

This seems to be linked to the end of the to-be-encoded selection
audio being more than some specific value of seconds after the
beginning of the clip seconds...

Further observations:

 - 1800s works
 - 1920s works
 - 1999.96s doesn't work
 - 1999s doesn't work
 - 1998.96s doesn't work
 - 1997.28s doesn't work
 - 1960s doesn't work
 - 1940s works
 - 1950s doesn't work
 - 1946s works
 - 1948s doesn't work
 - 1947s works
 - 1947.40s works
 - 1947.80s doesn't work
 - 1947.60s works
 - 1947.68s works
 - 1947.76s works

And that's it... 1947.80s is 48695 frames and 1947.76s is 48694
frames. That's where the overflow/NaN starts to happen.
 
 
-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable'), (400, 'testing'), (200, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages lives depends on:
ii  frei0r-plugins1.4-3+b1
ii  imagemagick   8:6.8.9.9-5
ii  libasound21.0.28-1
ii  libatk1.0-0   2.18.0-1
ii  libavc1394-0  0.5.4-2
ii  libavutil-ffmpeg547:2.8.2-1
ii  libc6 2.19-18+deb8u1
ii  libcairo-gobject2 1.14.0-2.1
ii  libcairo2 1.14.0-2.1
ii  libgdk-pixbuf2.0-02.31.1-2+deb8u3
ii  libglib2.0-0  2.46.2-1
ii  libgtk-3-03.18.5-1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.10+20140719git3eb0ae6a~dfsg-2
ii  libmjpegutils-2.1-0   1:2.1.0+debian-3
ii  libpango-1.0-01.38.1-1
ii  libpangocairo-1.0-0   1.38.1-1
ii  libpng12-01.2.50-2+deb8u1
ii  libpulse0 5.0-13
ii  libraw1394-11 2.1.0-3
ii  libswscale-ffmpeg37:2.8.2-1
ii  libunicap20.9.12-2
ii  libweed0  2.4.0~ds0-1+b1
ii  libx11-6  2:1.6.2-3
ii  lives-data2.4.0~ds0-1
ii  lives-plugins 2.4.0~ds0-1+b1
ii  mplayer2 [mplayer]2.0-728-g2c378c7-4+b1
ii  ogmtools  1:1.5-3+b1
ii  perl  5.20.2-3+deb8u1
ii  procps2:3.3.9-9
ii  python2.7.9-1
ii  sox   14.4.1-5

Versions of packages lives recommends:
ii  dvgrab 3.5-2+b2
ii  icedax 9:1.1.11-3
ii  libogg01.3.2-1
ii  libtheora-bin  1.1.1+dfsg.1-6
ii  libtheora0 1.1.1+dfsg.1-7
ii  mencoder   2:1.2-1
ii  mkvtoolnix 8.5.2-1
ii  pulseaudio 5.0-13
ii  x11-utils  7.7+2
ii  youtube-dl 2015.11.10-1

Versions of packages lives suggests:
ii  libdv-bin   1.0.0-6
ii  mjpegtools  1:2.1.0+debian-3

-- no debconf 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


Bug#638812: whitedune: diff for NMU version 0.30.10-1.4

2016-01-06 Thread Tobias Frost
Control: tags 638812 + pending

Dear maintainer,

I've prepared an NMU for whitedune (versioned as 0.30.10-1.4) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru whitedune-0.30.10/debian/changelog whitedune-0.30.10/debian/changelog
--- whitedune-0.30.10/debian/changelog  2014-03-15 04:43:19.0 +0100
+++ whitedune-0.30.10/debian/changelog  2016-01-07 00:46:49.0 +0100
@@ -1,3 +1,12 @@
+whitedune (0.30.10-1.4) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with libpng 1.5", applying the patch from Nobuhiro
+(Closes: #638812)
+  * Add d/clean to remove created files
+
+ -- Tobias Frost   Thu, 07 Jan 2016 00:08:20 +0100
+
 whitedune (0.30.10-1.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru whitedune-0.30.10/debian/clean whitedune-0.30.10/debian/clean
--- whitedune-0.30.10/debian/clean  1970-01-01 01:00:00.0 +0100
+++ whitedune-0.30.10/debian/clean  2016-01-07 00:43:44.0 +0100
@@ -0,0 +1,6 @@
+config.guess
+config.sub
+src/lexer.cpp
+src/parser.cpp
+src/swt/rc/y.tab.h
+src/y.tab.h
diff -Nru whitedune-0.30.10/debian/patches/debian-changes-0.30.10-1.1 
whitedune-0.30.10/debian/patches/debian-changes-0.30.10-1.1
--- whitedune-0.30.10/debian/patches/debian-changes-0.30.10-1.1 1970-01-01 
01:00:00.0 +0100
+++ whitedune-0.30.10/debian/patches/debian-changes-0.30.10-1.1 2016-01-07 
00:07:49.0 +0100
@@ -0,0 +1,40 @@
+Description: Upstream changes introduced in version 0.30.10-1.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ whitedune (0.30.10-1.1) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * libpng 15 transition.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Nobuhiro Iwamatsu 
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: , 
+Bug: 
+Bug-Debian: http://bugs.debian.org/
+Bug-Ubuntu: https://launchpad.net/bugs/
+Forwarded: 
+Reviewed-By: 
+Last-Update: 
+
+--- whitedune-0.30.10.orig/src/pngLoad.c
 whitedune-0.30.10/src/pngLoad.c
+@@ -139,7 +139,11 @@ static int pngreadstr( FILE *fp,
+ * the normal method of doing things with libpng).  REQUIRED unless you
+ * set up your own error handlers in the png_create_read_struct() earlier.
+ */
++#if PNG_LIBPNG_VER_MAJOR >= 1 && PNG_LIBPNG_VER_MINOR >= 4
++  if (setjmp(png_jmpbuf((png_ptr
++#else
+   if (setjmp(png_ptr->jmpbuf))
++#endif
+ {
+   /* If we get here, we had a problem reading the file */
+   return 0;
diff -Nru whitedune-0.30.10/debian/patches/series 
whitedune-0.30.10/debian/patches/series
--- whitedune-0.30.10/debian/patches/series 2011-04-29 21:43:55.0 
+0200
+++ whitedune-0.30.10/debian/patches/series 2016-01-07 00:07:49.0 
+0100
@@ -1 +1,2 @@
 debian-changes-0.30.10-1
+debian-changes-0.30.10-1.1

___
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: whitedune: diff for NMU version 0.30.10-1.4

2016-01-06 Thread Debian Bug Tracking System
Processing control commands:

> tags 638812 + pending
Bug #638812 [src:whitedune] whitedune: FTBFS with libpng 1.5
Added tag(s) pending.

-- 
638812: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638812
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


Processing of whitedune_0.30.10-1.4_amd64.changes

2016-01-06 Thread Debian FTP Masters
whitedune_0.30.10-1.4_amd64.changes uploaded successfully to localhost
along with the files:
  whitedune_0.30.10-1.4.dsc
  whitedune_0.30.10-1.4.debian.tar.xz
  whitedune-docs_0.30.10-1.4_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


Processing of supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-3_amd64.changes

2016-01-06 Thread Debian FTP Masters
supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-3_amd64.changes 
uploaded successfully to localhost
along with the files:
  supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-3.dsc
  
supercollider-sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-3.debian.tar.xz
  ladspalist-dbgsym_3.7.0~beta+git20151221.f978dc2~repack-3_amd64.deb
  ladspalist_3.7.0~beta+git20151221.f978dc2~repack-3_amd64.deb
  sc3-plugins-language_3.7.0~beta+git20151221.f978dc2~repack-3_all.deb
  sc3-plugins-server-dbgsym_3.7.0~beta+git20151221.f978dc2~repack-3_amd64.deb
  sc3-plugins-server_3.7.0~beta+git20151221.f978dc2~repack-3_amd64.deb
  sc3-plugins_3.7.0~beta+git20151221.f978dc2~repack-3_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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