Re: Bug#792619: transition: ffmpeg

2015-07-17 Thread Andreas Cadhalpun
Hi,

On 17.07.2015 08:57, Andreas Beckmann wrote:
 Andreas Cadhalpun wrote:
 (The command line tools transition is not required to happen in lock step,
 because the transitional package libav-tools-links can satisfy the
 dependencies, until the packages are updated.)
 
 and from the wiki page:
 To facilitate the transition, a libav-tools-links package, which
 'Provides: libav-tools' and contains links from the av* to the ff*
 binaries is going to be built from src:ffmpeg.
 
 That sounds very fragile. Apt does not handle upgrades from real to
 virtual packages very well,

I'm aware of that, but thanks for pointing it out anyway. ;)

 you should use a real transitional package
 named 'libav-tools' (which could just depend on libav-tools-links).
 (See 'apt does not find an upgrade path' bugs from the last years ...)

Now that it's been decided to drop the libav source package after the
transition, we could do this, but the question is, whether we should.
I've asked for feedback about that [1]:
Though I'm wondering now, if it wouldn't be better to also take over the 
libav-tools
binary package (instead of the libav-tools-links package), so that existing
installations of libav-tools get migrated to ffmpeg.

The libav-tools-links only 'Provides: libav-tools' so that dependencies can be 
satisfied,
but since apt prefers real packages over virtual ones, it wouldn't affect 
existing
libav-tools installations.

What do you think?

The thing is that last time people didn't like to get the libav tools, when
they had installed ffmpeg...

In any case, this does not have to be entangled with the library transition.

Best regards,
Andreas


1: 
https://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/2015-July/045700.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


Bug#792672: Assertion error in meters.lv2

2015-07-17 Thread Miguel A . Colón Vélez
Package: x42-plugins
Version: 20150702-1

Hello:

Someone at the #debian-multimedia channel dropped this report

olinuxx Hi guys, I've a bug to report against x42-plugins
olinuxx the meters, both as LV2 or standalone app (x42-meter) who
are normaly displaying a needle are segfaulting
olinuxx using them in ardour crash it
olinuxx the error log is : x42-meter: ./gui/needle.c:118: void
img2surf(const MyGimpImage*, cairo_surface_t**, unsigned char**):
Assertion `ys + xs  (img-width * img-height +
img-bytes_per_pixel)' failed.
olinuxx (you can get it trying x42-meter 6 as an example)
olinuxx this is the case with a fresh Jessie install with the
backport from stretch, as well as a fresh Stretch install
olinuxx I didn't looked deep yet into BTS reporting, so I'm putting
that here, hopefully, someone will pick it up

I looked at the source and the fix is trivial. It should be * and
not + as in:
-assert (ys + xs  (img-width * img-height + img-bytes_per_pixel));
+assert (ys + xs  (img-width * img-height * img-bytes_per_pixel));

ys + xs is a sequence that accumulates the total number of bytes and it goes

img-bytes_per_pixel, img-bytes_per_pixel*1, img-bytes_per_pixel*2, ...
img-bytes_per_pixel*(img-width * img-height -1)

It seems upstream wanted to bound ys + xs by the next value in the
sequence which is (img-width * img-height * img-bytes_per_pixel).
This makes the assertion always true since it will be short of the
upper bound by at least img-bytes_per_pixel.

Upstream's commit suggest that there may be another issue
https://github.com/x42/meters.lv2/commit/70497bb8b77aa5ddf13801b0a1472525cfbe42e7
with array boundaries but that is independent of this report.

I have never run or compiled  these plugins but the math seems to add
up. Hope my pseudo-patch helps.

Cheers,
Miguel

___
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#792619: transition: ffmpeg

2015-07-17 Thread Andreas Cadhalpun
Control: tag -1 - moreinfo

Hi,

On 17.07.2015 00:29, Jonathan Wiltshire wrote:
 On Thu, Jul 16, 2015 at 10:08:10PM +0200, Andreas Cadhalpun wrote:
 the Debian Multimedia Maintainers team decided to switch from Libav
 to FFmpeg [1]. Thus please remove the testing migration block of ffmpeg.
 
 Here's a go at a transition page - not quite the same as yours. Please
 check it:
 
 https://release.debian.org/transitions/html/ffmpeg-libav.html

Thanks. It has two false positives (devede and dvd-slideshow), which
depend on libavcodec-extra. That is just a meta-package and exists
before and after the transition. Please remove that from the list
of affected packages.

Then there is mrpt, which doesn't build-depend on the lib*-dev
packages, so I hadn't noticed it until now. But I just checked
and it builds fine.

Otherwise the tracker looks correct.

Best regards,
Andreas

___
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#752103: using build profiles breaks debian-ports

2015-07-17 Thread Thorsten Glaser
Hi *,

using build profiles breaks debian-ports architectures, all of them:

http://buildd.debian-ports.org/status/package.php?p=x264

│Dependency installability problem for [33]x264 on alpha, hppa, m68k, sh4, 
sparc64 and x32:
│
│x264 build-depends on missing:
│- empty-dependency-after-parsing

wdiff shows:

Version: ⌦2:0.146.2538+git121396c-2⌫ ▶2:0.146.2538+git121396c-3◀

Build-Depends: […] libgpac-dev (= ⌦0.5.0+svn4288~),⌫ ▶0.5.0+svn4288~) 
!stage1,◀ […]

So this means that because someone added the build profiles thing,
wanna-build (or something else in the component stack) on dpo can
no longer calculate B-D installability for those packages, which
sorta defeats the purpose of adding it.

bye,
//mirabilos
-- 
 Why don't you use JavaScript? I also don't like enabling JavaScript in
 Because I use lynx as browser.
+1
-- Octavio Alvarez, me and ⡍⠁⠗⠊⠕ (Mario Lang) on debian-devel

___
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#752103: using build profiles breaks debian-ports

2015-07-17 Thread John Paul Adrian Glaubitz
On 07/17/2015 09:31 AM, Thorsten Glaser wrote:
 using build profiles breaks debian-ports architectures, all of them:

What exactly is a build profile in this context?

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

___
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#752103: using build profiles breaks debian-ports

2015-07-17 Thread Thorsten Glaser
On Fri, 17 Jul 2015, John Paul Adrian Glaubitz wrote:
 On 07/17/2015 09:31 AM, Thorsten Glaser wrote:
  using build profiles breaks debian-ports architectures, all of them:
 
 What exactly is a build profile in this context?

  Build-Depends: […] libgpac-dev (= ⌦0.5.0+svn4288~),⌫ ▶0.5.0+svn4288~) 
  !stage1,◀ […]

bye,
//mirabilos
-- 
Yes, I hate users and I want them to suffer.
-- Marco d'Itri on gmane.linux.debian.devel.general

___
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#792667: jack-audio-connection-kit: please make the build reproducible

2015-07-17 Thread Chris Lamb
Source: jack-audio-connection-kit
Version: 1:0.124.1+20140122git5013bed0-3
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

While working on the reproducible builds effort [1], we have noticed
that jack-audio-connection-kit could not be built reproducibly.

The attached patch removes locale and timezone- specific timestamps from
the build system. Once applied, jack-audio-connection-kit can be built
reproducibly in our reproducible toolchain.

 [1]: https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/man/Makefile.am b/man/Makefile.am
index ca68b74..3afe34a 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,5 +1,5 @@
 .0.1:
-   @sed -e s/!VERSION!/@JACK_RELEASE@/g -e s/!DATE!/`date '+%B %Y'`/g 
 $*.0  $@
+   @sed -e s/!VERSION!/@JACK_RELEASE@/g -e s/!DATE!/`LANG=C date --utc 
--date=`dpkg-parsechangelog -l../debian/changelog -SDate` '+%B %Y'`/g  $*.0 
 $@
@echo Built $*.1 from template
 
 manpages = $(patsubst %.0,%.1,$(wildcard *.0))
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

mpg123 1.22.2-1 MIGRATED to testing

2015-07-17 Thread Debian testing watch
FYI: The status of the mpg123 source package
in Debian's testing distribution has changed.

  Previous version: 1.20.1-2
  Current version:  1.22.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


Proposal 213 - Debian Multimedia BoF (Andreas Tille)

2015-07-17 Thread Andreas Tille
Sorry, wrong subject was previously injected here - it previously said
Med instead of Multimedia.  I'm about to cancel this BoF due to a
lack of any response from Debian Multimedia.

Please raise your hand soon if this slot should be reserved for a
team meeting of multimedia maintainers.

Kind regards

   Andreas.

On Sat, Jul 04, 2015 at 08:10:14PM +0200, Andreas Tille wrote:
 Hi,
 
 On Fri, Jun 19, 2015 at 11:32:54PM +0200, Maximiliano Curia wrote:
  Hi!
  
  In previous DebConfs there have been many events called BoFs that were
  actually presentations of one speaker in the front, sometimes with slides,
  usually held in the same big rooms as the other talks.
  
  In DebConf15, the largest BoF room will have space for a maximum of 45
  people (and will have video coverage) and there will be a number of other
  smaller rooms with space for 15 to 20 people, without video coverage.
  
  We have quite a number of BoF proposals, and only a few of them will get
  video coverage, which is of course a hard decision to take, as not all of
  the currently submitted BoFs will get video coverage.
  
  For all these reasons we ask you to consider the following options:
  - Will your BoF consist mostly of one or two speakers in the front, doing a
presentation? If so, please change it to be a talk.
  - Will your BoF be mostly for the people present in the room, and thus does
not require video coverage? If so, please make sure that the video
recording box is not ticked.
  - Would it make sense to split it into two sections, one that can be 
  streamed
and one that can be just in-person? If so, you could submit a second 
  event,
or add a comment in the already existing one to let us know.
  
  Whatever you decide to do, please also tell us by replying to this email.
 
 I had no single response from Debian Multimedia to my initial
 information[1] which was the only mail in May to this mailing list.
 I've now put the packaging list in CC but I'm considering to withdraw my
 proposal above.  In any case it seems no video coverage will be needed.
 
 Kind regards
 
  Andreas.
 
 [1] https://lists.debian.org/debian-multimedia/2015/05/msg0.html
 
 -- 
 http://fam-tille.de

-- 
http://fam-tille.de

___
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: .

2015-07-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 756084 23.2-1
Bug #756084 [forked-daapd] forked-daapd: ipv6 does not work, even if it is 
enabled
Marked as fixed in versions forked-daapd/23.2-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
756084: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756084
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#756084: marked as done (forked-daapd: ipv6 does not work, even if it is enabled)

2015-07-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 Jul 2015 18:34:12 +0200
with message-id 55a92e84.5020...@balintreczey.hu
and subject line Re: Patch
has caused the Debian Bug report #756084,
regarding forked-daapd: ipv6 does not work, even if it is enabled
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.)


-- 
756084: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: forked-daapd
Version: 21.0-2~exp1
Severity: normal

Dear Maintainer,

Even if the ipv6 setting is enabled, forked-daapd will not listen on the
specified port using IPv6, but only using IPv4.

I've confirmed this using both netstat and by manually trying to connect with 
telnet.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: armhf (armv7l)

Kernel: Linux 3.4.61+ (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages forked-daapd depends on:
ii  adduser   3.113+nmu3ubuntu1
ii  avahi-daemon  0.6.31-4
ii  libantlr3c-3.2-0  3.2-2
ii  libasound21.0.28-1
ii  libavahi-client3  0.6.31-4
ii  libavahi-common3  0.6.31-4
ii  libavcodec55  6:10.2-2
ii  libavformat55 6:10.2-2
ii  libavl1   0.3.5-3
ii  libavresample16:10.2-2
ii  libavutil53   6:10.2-2
ii  libc6 2.19-7
ii  libconfuse0   2.7-5
ii  libevent-2.1-42.1.4~alpha-0.1
ii  libgcrypt11   1.5.3-4
ii  libgpg-error0 1.13-0.2
ii  libmxml1  2.6-2
ii  libplist2 1.11-3
ii  libsqlite3-0  3.8.5-2
ii  libswscale2   6:10.2-2
ii  libunistring0 0.9.3-5+b1
ii  psmisc22.21-2
ii  zlib1g1:1.2.8.dfsg-1

forked-daapd recommends no packages.

forked-daapd suggests no packages.

-- Configuration Files:
/etc/forked-daapd.conf changed [not included]

-- no debconf information
---End Message---
---BeginMessage---
Control: fixed -1 23.2-1

Hi Jelmer,
On Thu, 7 May 2015 20:53:26 + Jelmer Vernooij jel...@debian.org wrote:
 The attached patch fixes this issue.
Thanks for the patch.
It has been fixed in latest upload.

Cheers,
Balint---End Message---
___
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#792722: pd-lyonpotpourri: array_getfloat() is buggy in 64bit environments

2015-07-17 Thread IOhannes m zmoelnig
Source: pd-lyonpotpourri
Severity: normal

Dear Maintainer,

I've been notified about a bug in pd-bsaylor, that it still uses the deprecated
function array_getfloatarray() which is broken on 64bit systems.

Doing an automated check (grepping .pd_linux files)
revealed that your package seems to suffer from the same problem.

Please replace array_getfloatarray() by array_getfloatwords()
(note: this requires MORE than search and replace)


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

___
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#792728: VLC should suggest on browser-plugin-vlc

2015-07-17 Thread John Scott
Package: vlc
Version: 2.2.1-2+b1

I think that VLC should suggest browser-plugin-vlc because it is a part of 
VLC. Also, most online VLC installation tutorials tell their readers to 
install both VLC and the browser plugin. Unfortunately, the browser plugin has 
to be set to manually installed despite VLC being the only reason for it being 
on the system. (After all, browser-plugin-vlc depends on VLC.)

___
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#792724: pd-moonlib: array_getfloat() is buggy in 64bit environments

2015-07-17 Thread IOhannes m zmoelnig
Source: pd-moonlib
Severity: normal

Dear Maintainer,

I've been notified about a bug in pd-bsaylor, that it still uses the deprecated
function array_getfloatarray() which is broken on 64bit systems.

Doing an automated check (grepping .pd_linux files)
revealed that your package seems to suffer from the same problem.

Please replace array_getfloatarray() by array_getfloatwords()
(note: this requires MORE than search and replace)


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

___
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#792725: pd-pdstring: array_getfloat() is buggy in 64bit environments

2015-07-17 Thread IOhannes m zmoelnig
Source: pd-pdstring
Severity: normal

Dear Maintainer,

I've been notified about a bug in pd-bsaylor, that it still uses the deprecated
function array_getfloatarray() which is broken on 64bit systems.

Doing an automated check (grepping .pd_linux files)
revealed that your package seems to suffer from the same problem.

Please replace array_getfloatarray() by array_getfloatwords()
(note: this requires MORE than search and replace)


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

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


Re.....

2015-07-17 Thread albert13
Sono Albert, diamo fuori prestito conveniente a tasso di interesse del 2%, in 
contatto con noi con nome, indirizzo, importo, durata, sesso, data di nascita, 
il reddito mensile / reddito annuo e Tel #. ___
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 musescore_2.0.2+dfsg-1_amd64.changes

2015-07-17 Thread Debian FTP Masters
musescore_2.0.2+dfsg-1_amd64.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  musescore_2.0.2+dfsg-1.dsc
  musescore_2.0.2+dfsg.orig.tar.gz
  musescore_2.0.2+dfsg-1.debian.tar.xz
  musescore-common_2.0.2+dfsg-1_all.deb
  musescore-soundfont-gm_2.0.2+dfsg-1_all.deb
  musescore_2.0.2+dfsg-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host coccia.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


groovebasin is marked for autoremoval from testing

2015-07-17 Thread Debian testing autoremoval watch
groovebasin 1.4.0-1 is marked for autoremoval from testing on 2015-08-23

It (build-)depends on packages with these RC bugs:
792065: node-mocha: FTBFS: Use CoffeeScript.register() or require [..] to 
require .coffee.md files


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


musescore_2.0.2+dfsg-1_amd64.changes ACCEPTED into unstable

2015-07-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 18 Jul 2015 00:21:32 -0400
Source: musescore
Binary: musescore musescore-common musescore-soundfont-gm
Architecture: source all amd64
Version: 2.0.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Tiago Bortoletto Vaz ti...@debian.org
Description:
 musescore  - Free music composition and notation software
 musescore-common - Free music composition and notation software (common files)
 musescore-soundfont-gm - Old MuseScore soundfont (dummy package)
Changes:
 musescore (2.0.2+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 2.0.2
   * Remove Debian patch related to multi-processors, fixed by upstream.
   * Build-depend on shared-mime-info
   * New patch: 02-do-not-update-mime-during-build.patch
Checksums-Sha1:
 5b2c3951375f6e4d9289caf81678d3e3e70e4ab5 2468 musescore_2.0.2+dfsg-1.dsc
 04f5ece8b44c05f170f5dad37eef0ec337e25126 40353453 
musescore_2.0.2+dfsg.orig.tar.gz
 3eb2cb8b3859a65c50f8802c1ad9be7274953d54 11800 
musescore_2.0.2+dfsg-1.debian.tar.xz
 40ee597ccb0d0c706ddc551e075ee04aca77fede 12036804 
musescore-common_2.0.2+dfsg-1_all.deb
 2a9977818c146cb6d9e8f222dc565db10b8dfa40 10396 
musescore-soundfont-gm_2.0.2+dfsg-1_all.deb
 a3121efd42e5b612f0ebd332b64eaf0803de2c4f 7922486 
musescore_2.0.2+dfsg-1_amd64.deb
Checksums-Sha256:
 93ed2c4e0988c9bd118a3f7ec5b75476cb4a815100abf8676546e011af295d08 2468 
musescore_2.0.2+dfsg-1.dsc
 3d0e9e1af2ac1d29a8f7c33d703cf648627eb9372741d0603a5bf9bd4a32 40353453 
musescore_2.0.2+dfsg.orig.tar.gz
 dcc433127bfa4546cfd78c668e1dda1489e980bb0c80914d71d39791361d9b5f 11800 
musescore_2.0.2+dfsg-1.debian.tar.xz
 6db4b18edca89749506419386d75dfb339884d01a4d3e839a8adbe9922ee05da 12036804 
musescore-common_2.0.2+dfsg-1_all.deb
 5d24a4c176e080ea4fbd8061f762e3bf200fa82d3f4e00a9807cde3d4f523da0 10396 
musescore-soundfont-gm_2.0.2+dfsg-1_all.deb
 b400e31a49a348130dd17b34e41195db91fa31bffb5e4855fc1b2b5cdb3a3218 7922486 
musescore_2.0.2+dfsg-1_amd64.deb
Files:
 7caa3f16736eaf9a3d10f0b32184b942 2468 sound optional musescore_2.0.2+dfsg-1.dsc
 8277c4176cf3870ff9707b87bb58a3c5 40353453 sound optional 
musescore_2.0.2+dfsg.orig.tar.gz
 2009474a94b9117fd5070b45defb8f1d 11800 sound optional 
musescore_2.0.2+dfsg-1.debian.tar.xz
 d47c0ef6e91f06c6f3d298e9d1afbe61 12036804 sound optional 
musescore-common_2.0.2+dfsg-1_all.deb
 15d5bcea5e1ba7c82ef1d3bccdd83a0c 10396 sound optional 
musescore-soundfont-gm_2.0.2+dfsg-1_all.deb
 92e317b400a14f9e0a9baa86491dae03 7922486 sound optional 
musescore_2.0.2+dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVqdsDAAoJENhHR6zktoE9yg0P/iFdfpDWn8macyyO1aTuEVn9
yC/9eLtmndBryBXXSVIDfNPpynqCw3SqFbT/ClWpvEWbfsm7g2cB391vQ4nfudPm
5atsNFPIYGoWRRJprkjlsOF9uEwqQ1XvZByRAm3tum60fCZcePRGZQLOBQXc8wep
/n9HWn6tfjQwKOPZoS8bFoZmuyqUiQ4Jpg9aKtIlOE1CqynrL8EBudhaDDnpaYAq
JE/98YTm8vGobNQqnXGvIYzRQJsfveo0aIlv33u8aiMHKQnEptSnNsjSzcDjapi7
L26L/Zmlh1sVVho51dFEVEiYDwjNB3OEljRt6c3bFMN3M0Myj5aCTRLoZGnD2jTN
gIPGa9t0qd3SMaoLhcSxKjkfFBZ8O2Z1X3MKnz0q/TUQGKuaRSJIZtLcDaj/kkhW
t4QVHXlEy+WqoP4/dtxwtvLSh/fxOdeP/eybdlzR04n1xS0ORJ4TiDaim+sOizOV
QJAwC/DqKa/DVt+WYOKIcHht9sf9hoVWVnLuCXp2zUCpKOAHdFkPbq0z78TLTbm/
Tk9Tdq5XmjrRsaEN38lVMM3JLNDrRwf1QO6M8M3SKHH40aZ+j9g9wbVNKAn+vUsx
pWAzE5PwlT1ZbnuCU0DAts7BBapY0hAY1qAdIFRGerSTs3P+OOlGr6oZn0lSh/dc
KN+2fQc2b6Zy0JacmLMW
=7nVH
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
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 musescore_2.0.2+dfsg-1_amd64.changes

2015-07-17 Thread Debian FTP Masters
musescore_2.0.2+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  musescore_2.0.2+dfsg-1.dsc
  musescore_2.0.2+dfsg.orig.tar.gz
  musescore_2.0.2+dfsg-1.debian.tar.xz
  musescore-common_2.0.2+dfsg-1_all.deb
  musescore-soundfont-gm_2.0.2+dfsg-1_all.deb
  musescore_2.0.2+dfsg-1_amd64.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 gavl_1.4.0-3_amd64.changes

2015-07-17 Thread Debian FTP Masters
gavl_1.4.0-3_amd64.changes uploaded successfully to localhost
along with the files:
  gavl_1.4.0-3.dsc
  gavl_1.4.0-3.debian.tar.xz
  libgavl-dev_1.4.0-3_amd64.deb
  libgavl-doc_1.4.0-3_all.deb
  libgavl1-dbg_1.4.0-3_amd64.deb
  libgavl1_1.4.0-3_amd64.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