pd-lib-builder 0.5.0-1 MIGRATED to testing

2018-01-29 Thread Debian testing watch
FYI: The status of the pd-lib-builder source package
in Debian's testing distribution has changed.

  Previous version: 0.4.4-1
  Current version:  0.5.0-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


vlc 3.0.0~rc7-2 MIGRATED to testing

2018-01-29 Thread Debian testing watch
FYI: The status of the vlc source package
in Debian's testing distribution has changed.

  Previous version: 3.0.0~rc6-1
  Current version:  3.0.0~rc7-2

-- 
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: salsa git push problem

2018-01-29 Thread Jaromír Mikeš
2018-01-29 23:23 GMT+01:00 Mattia Rizzolo :

> On Mon, Jan 29, 2018 at 11:14:26PM +0100, Jaromír Mikeš wrote:
> > $ git push https://salsa.debian.org/multimedia-team/lv2  master
> > --follow-tags
> > Username for 'https://salsa.debian.org': mira-guest
> > Password for 'https://mira-gu...@salsa.debian.org':
> > remote: You are not allowed to push code to this project.
> > fatal: unable to access 'https://salsa.debian.org/
> multimedia-team/lv2.git/':
> > The requested URL returned error: 403
> >
> > any idea what might be wrong?
>
> Of course, you weren't part of the team…
>
> Members have not been migrated, so you need to request access.
> I've now added you, so you should be able to push.
>
>
​Ohh ... this was real reason ... thank you Mattia

mira​
___
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: salsa git push problem

2018-01-29 Thread Jaromír Mikeš
2018-01-29 23:14 GMT+01:00 Jaromír Mikeš :

> Hi,
>
> I have problem to push commits to salsa repo ...
>
> $ git push https://salsa.debian.org/multimedia-team/lv2  master
> --follow-tags
> Username for 'https://salsa.debian.org': mira-guest
> Password for 'https://mira-gu...@salsa.debian.org':
> remote: You are not allowed to push code to this project.
> fatal: unable to access 'https://salsa.debian.org/multimedia-team/lv2.git/':
> The requested URL returned error: 403
>
> any idea what might be wrong?
> ​
>

​Aha ... i took couple of minutes to ssh key has been accepted ... now it
seems to ok ...

regards

mira​
​
___
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: salsa git push problem

2018-01-29 Thread Mattia Rizzolo
On Mon, Jan 29, 2018 at 11:14:26PM +0100, Jaromír Mikeš wrote:
> $ git push https://salsa.debian.org/multimedia-team/lv2  master
> --follow-tags
> Username for 'https://salsa.debian.org': mira-guest
> Password for 'https://mira-gu...@salsa.debian.org':
> remote: You are not allowed to push code to this project.
> fatal: unable to access 'https://salsa.debian.org/multimedia-team/lv2.git/':
> The requested URL returned error: 403
> 
> any idea what might be wrong?

Of course, you weren't part of the team…

Members have not been migrated, so you need to request access.
I've now added you, so you should be able to push.


BTW, ssh is consider nicer than https :P

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#888762: marked as done (lv2.pc cannot be found during cross compilation)

2018-01-29 Thread Debian Bug Tracking System
Your message dated Mon, 29 Jan 2018 22:20:30 +
with message-id 
and subject line Bug#888762: fixed in lv2 1.14.0~dfsg1-2
has caused the Debian Bug report #888762,
regarding lv2.pc cannot be found during cross compilation
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.)


-- 
888762: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888762
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lv2-dev
Version: 1.14.0~dfsg1-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap
Control: affects -1 + src:yoshimi

yoshimi fails to cross build from source, because it cannot find lv2.pc.
During cross compilation, pkg-config does not search /usr/lib/pkgconfig.
One needs to move .pc files to /usr/lib//pkgconfig. The
attached patch minimally implements that. Please consider applying it or
passing a multiarch --libdir to waf.

Helmut
diff --minimal -Nru lv2-1.14.0~dfsg1/debian/changelog 
lv2-1.14.0~dfsg1/debian/changelog
--- lv2-1.14.0~dfsg1/debian/changelog   2016-09-22 13:20:16.0 +0200
+++ lv2-1.14.0~dfsg1/debian/changelog   2018-01-29 16:36:49.0 +0100
@@ -1,3 +1,10 @@
+lv2 (1.14.0~dfsg1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Move .pc files to a multiarch directory. (Closes: #-1)
+
+ -- Helmut Grohne   Mon, 29 Jan 2018 16:36:49 +0100
+
 lv2 (1.14.0~dfsg1-1) unstable; urgency=medium
 
   * New upstream version 1.14.0~dfsg1
diff --minimal -Nru lv2-1.14.0~dfsg1/debian/rules lv2-1.14.0~dfsg1/debian/rules
--- lv2-1.14.0~dfsg1/debian/rules   2016-09-22 13:20:16.0 +0200
+++ lv2-1.14.0~dfsg1/debian/rules   2018-01-29 16:36:47.0 +0100
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+include /usr/share/dpkg/architecture.mk
+
 upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: 
([0-9.]+)(\+dfsg\d+)?.*$$/\1/p')
 dfsg_version = $(upstream_version)~dfsg1
 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
@@ -35,6 +37,9 @@
for plugin in `cat debian/lv2-examples.install`; do \
rm -rf debian/lv2-dev/$$plugin ; \
done
+   # move .pc files to a multiarch directory
+   mkdir debian/lv2-dev/usr/lib/$(DEB_HOST_MULTIARCH)
+   mv debian/lv2-dev/usr/lib/pkgconfig 
debian/lv2-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
 
 override_dh_installchangelogs:
dh_installchangelogs NEWS
--- End Message ---
--- Begin Message ---
Source: lv2
Source-Version: 1.14.0~dfsg1-2

We believe that the bug you reported is fixed in the latest version of
lv2, 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 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jaromír Mikeš  (supplier of updated lv2 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: SHA512

Format: 1.8
Date: Mon, 29 Jan 2018 23:02:59 +0100
Source: lv2
Binary: lv2-dev lv2-examples
Architecture: source
Version: 1.14.0~dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
Changed-By: Jaromír Mikeš 
Description:
 lv2-dev- LV2 audio plugin specification
 lv2-examples - LV2 audio plugin specification (example plugins)
Closes: 888762
Changes:
 lv2 (1.14.0~dfsg1-2) unstable; urgency=medium
 .
   * Bump Standards.
   * Set dh/compat 11.
   * Update VCS to salsa.
   * New maintainer address 
   * Use secure uri in copyright file.
   * Fix pkg-config path for cross compilation. (Closes: #888762)
Checksums-Sha1:
 fbaab2cb8cb479d1dbcc13e6d43131bb7ccad029 2087 lv2_1.14.0~dfsg1-2.dsc
 3d637fe4856f695516f1487abeb9893d24b4bc9b 5664 lv2_1.14.0~dfsg1-2.debian.tar.xz
 eef5a97c97384c8d265a40267153241c944addd7 11191 
lv2_1.14.0~dfsg1-2_amd64.buildinfo
Checksums-Sha256:
 2910e7b2447f6a29b718f6cac12462f7bb5cec2048aecc0b422f0b5c4b4d2c18 2087 
lv2_1.14.0~dfsg1-2.dsc
 464a4eec3944bbc51f114a312ad42f6b2f892e16c325a6d4d13cab7f4ef53b63 5664 
lv2_1.14.0~dfsg1-2.debian.tar.xz
 40734b42feef647f162c311c2868281d698f63f48f51226640aab3bf31a21c84 11191 
lv2_1.14.0~dfsg1-2_amd64.buildinfo
Files:
 3bc06a56613b06a91b1dc4c19671561a 2087 sound optional lv2_1.14.0~dfsg1-2.dsc
 5843f1ff898fd3a04d465dc596a5e523 5664 sound optional 
lv2_1.14.0~dfsg1-2.d

Accepted lv2 1.14.0~dfsg1-2 (source) into unstable

2018-01-29 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Jan 2018 23:02:59 +0100
Source: lv2
Binary: lv2-dev lv2-examples
Architecture: source
Version: 1.14.0~dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
Changed-By: Jaromír Mikeš 
Description:
 lv2-dev- LV2 audio plugin specification
 lv2-examples - LV2 audio plugin specification (example plugins)
Closes: 888762
Changes:
 lv2 (1.14.0~dfsg1-2) unstable; urgency=medium
 .
   * Bump Standards.
   * Set dh/compat 11.
   * Update VCS to salsa.
   * New maintainer address 
   * Use secure uri in copyright file.
   * Fix pkg-config path for cross compilation. (Closes: #888762)
Checksums-Sha1:
 fbaab2cb8cb479d1dbcc13e6d43131bb7ccad029 2087 lv2_1.14.0~dfsg1-2.dsc
 3d637fe4856f695516f1487abeb9893d24b4bc9b 5664 lv2_1.14.0~dfsg1-2.debian.tar.xz
 eef5a97c97384c8d265a40267153241c944addd7 11191 
lv2_1.14.0~dfsg1-2_amd64.buildinfo
Checksums-Sha256:
 2910e7b2447f6a29b718f6cac12462f7bb5cec2048aecc0b422f0b5c4b4d2c18 2087 
lv2_1.14.0~dfsg1-2.dsc
 464a4eec3944bbc51f114a312ad42f6b2f892e16c325a6d4d13cab7f4ef53b63 5664 
lv2_1.14.0~dfsg1-2.debian.tar.xz
 40734b42feef647f162c311c2868281d698f63f48f51226640aab3bf31a21c84 11191 
lv2_1.14.0~dfsg1-2_amd64.buildinfo
Files:
 3bc06a56613b06a91b1dc4c19671561a 2087 sound optional lv2_1.14.0~dfsg1-2.dsc
 5843f1ff898fd3a04d465dc596a5e523 5664 sound optional 
lv2_1.14.0~dfsg1-2.debian.tar.xz
 92afa7ec7e6579129276ecd1c60ba9e0 11191 sound optional 
lv2_1.14.0~dfsg1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESlQ1E9LfY1GoF46jWwGUVeK4T6UFAlpvmqQVHG1pcmEubWlr
ZXNAc2V6bmFtLmN6AAoJEFsBlFXiuE+lzpcQALVrrrdoLAgxtrAEAeS6MFJM7j5O
7Whn0voNyrA7N8769n9jkcuhpbUMIpFBRMbkQ0BlFt/5UgVhA2js9WcjoNuCOWsm
XcMcHQ28kOLdd65rnyKc3ulw86Mr22/9B9i4NROVgeg3v/XmGD9oSUYhBUHu+OZs
HJmsXXS8IdZbTN/MfoBuJwKeEBLoOLhHbDhXsOQRIZ+fukPZFhN5rMnK38oMDR8i
TgZ63Bn1Q8QUyETgy59HAmdKtt6XEOMliCKuLOwb7je3iIky9dVqTYwHuOuf8oWr
qLYpEQDthfLF7t0TgWvmwLfz45tUuKGglmvfKWwosLNz7knYIPJd3iX524DQcItE
ujIweELs+zrUrMIMu6QaRz1lmYEcCS9dFMKiT0ht708gFHF4gwB54b+p+3D9hn7q
6UegNx4IznVYi9mHgnsv8CPneQyaNwen6DMXZcxF8EBl1XHbonFqiZ+bqJ6WAbCe
qnAXaxRwzK3+ZNRxo2ubhD4MCN1fc1y4uDSUSii8Fsn8u1tTPP1xsKAb+HT/MbYk
qFtfCbT6Ld0N0hjEd8/8vf8xTUkYQy2e8LpV7kb/yK19e2rGvHqJsz3QPS9SJ5+6
VBJx5BgGymOfP0KEzM/r6zwZEheTHQCr9L44NiI7QysU9DQkVtc2a1YQfi6D8wDU
/vgAzNCfMidTP8ey
=snVg
-END PGP 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

salsa git push problem

2018-01-29 Thread Jaromír Mikeš
Hi,

I have problem to push commits to salsa repo ...

$ git push https://salsa.debian.org/multimedia-team/lv2  master
--follow-tags
Username for 'https://salsa.debian.org': mira-guest
Password for 'https://mira-gu...@salsa.debian.org':
remote: You are not allowed to push code to this project.
fatal: unable to access 'https://salsa.debian.org/multimedia-team/lv2.git/':
The requested URL returned error: 403

any idea what might be wrong?

best regards

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

Accepted pd-earplug 0.2-4 (source) into unstable

2018-01-29 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 29 Jan 2018 22:09:30 +0100
Source: pd-earplug
Binary: pd-earplug
Architecture: source
Version: 0.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
Changed-By: IOhannes m zmölnig (Debian/GNU) 
Description:
 pd-earplug - binaural filter based on KEMAR impulse measurement for Pd
Changes:
 pd-earplug (0.2-4) unstable; urgency=medium
 .
   [ Hans-Christoph Steiner ]
   * Depends: puredata-core | pd, so the depends is not only on a virtual 
package
   * Updated to copyright-format/1.0
   * Removed 'DM-Upload-Allowed: yes', its deprecated
 .
   [ IOhannes m zmölnig (Debian/GNU) ]
   * Refreshed patches
   * Patch to fix spelling errors
   * Patch to fix crasher bug with crafted 'dsp' messages
   * Updated Vcs-* stanzas to salsa.d.o
   * Updated maintainer address
 * Added myself to uploaders
   * Dropped versioned alternative B-D on "puredata"
   * Use https:// for URLs
   * Copyright for debian/
   * Bumped dh compat to 11
 * Simplified d/rules
   * Bumped standards version to 4.1.3
Checksums-Sha1:
 5d32c771f482b93e23b9d829884859fb9b9f66e2 2001 pd-earplug_0.2-4.dsc
 17dcce0a4cae771ef56effab5b98668341a6bdff 4540 pd-earplug_0.2-4.debian.tar.xz
 c902dfd29ba3962b2779f0a650cc58919b8ba52e 5293 pd-earplug_0.2-4_amd64.buildinfo
Checksums-Sha256:
 3ab31911e6dd31337a09b114907170314c561f53eb117e89ffcbc8b8a06290e1 2001 
pd-earplug_0.2-4.dsc
 88a1e2c2ac22b18eaece2da01caff6d8a09c5893a39e3d02703e6e2ff091af59 4540 
pd-earplug_0.2-4.debian.tar.xz
 182bd679f718ae502ad5a619cf87ff331643d6cfe8ccb290516e8641a33dd7e2 5293 
pd-earplug_0.2-4_amd64.buildinfo
Files:
 3fdb8ff27561f3050be5b1d168877589 2001 sound optional pd-earplug_0.2-4.dsc
 9e883caf3a02636e1475d879109b729f 4540 sound optional 
pd-earplug_0.2-4.debian.tar.xz
 f03718a85ca874bc3287e9063e8cfa75 5293 sound optional 
pd-earplug_0.2-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAlpvjdQACgkQtlAZxH96
NvggfA/5AYUn1MeAa8uSAZlmdIKB6Hcn5/HSJN9N2iHW672jS9TMtbXGyIuimtc0
vz4sPCfSmmAZOxsfYGFCrgOpkCd1WezzMw9aYIxoaOyViZJtF4t/z0xQvkG7Wfle
K9qwrVtHXgtzdhFrTwrHgqjOJpTAfE8HpEPasWSXVrpsu/KO3ZHPWv2tJwcWJHFn
0Kin2QpC9fKmcHJbQZBMfv1FAAYour6AsJ+m99jrz/HeP3DKMIZnEb+NDLothGYe
ObQ2ajfh1KEzd+BPavFk+nXHFCzLABjbtdiJYb9XrHqASCfmj+8LVH8euetyMrnl
b7CnYqRCSKLeiPwoCCL4EYSVtVSCyilcqBXB5rmkm3Cvzbt/Vr2dtMw+8L+rOwxC
yR1ehsXmlHT58EkluZsv/z3rn85vxOHYGGWM2MYvUG5fyeIPQ89dLJwWJTmrUTqg
LPkeo57uqreqovCDIDXhsiZFOULc3+OepynPip2OZ5tSGnlJ+yyrfqeFbgDpCvyQ
t3rIT4D3U5eswNcDCnjKjAZPlirhfL+G6evlJzAluEOU1rP6+ajnYwk+YvGY03Gr
9eZlcuEZmR7/jCsI96kXQh2C0irREoZII/kZHp09SaE/5sO8Ze0ZjuZStDkk6cUo
s5l0on18xVtXIlRPLO/tajlJjEB1OQ1ufS1kXAvzmMFNJkmjHj8=
=D3gQ
-END PGP 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#820901: Subject: Re: cantata: "Mark episodes as listened" in Podcasts doesn't work anymore [SOLVED]

2018-01-29 Thread Volker Linke
Package: cantata
Followup-For: Bug #820901

Dear Maintainer,

this bug is solved from the new upstream version in Sid.
Thanks.


-- 

___
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: lv2.pc cannot be found during cross compilation

2018-01-29 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:yoshimi
Bug #888762 [lv2-dev] lv2.pc cannot be found during cross compilation
Added indication that 888762 affects src:yoshimi

-- 
888762: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888762
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#888762: lv2.pc cannot be found during cross compilation

2018-01-29 Thread Helmut Grohne
Package: lv2-dev
Version: 1.14.0~dfsg1-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap
Control: affects -1 + src:yoshimi

yoshimi fails to cross build from source, because it cannot find lv2.pc.
During cross compilation, pkg-config does not search /usr/lib/pkgconfig.
One needs to move .pc files to /usr/lib//pkgconfig. The
attached patch minimally implements that. Please consider applying it or
passing a multiarch --libdir to waf.

Helmut
diff --minimal -Nru lv2-1.14.0~dfsg1/debian/changelog 
lv2-1.14.0~dfsg1/debian/changelog
--- lv2-1.14.0~dfsg1/debian/changelog   2016-09-22 13:20:16.0 +0200
+++ lv2-1.14.0~dfsg1/debian/changelog   2018-01-29 16:36:49.0 +0100
@@ -1,3 +1,10 @@
+lv2 (1.14.0~dfsg1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Move .pc files to a multiarch directory. (Closes: #-1)
+
+ -- Helmut Grohne   Mon, 29 Jan 2018 16:36:49 +0100
+
 lv2 (1.14.0~dfsg1-1) unstable; urgency=medium
 
   * New upstream version 1.14.0~dfsg1
diff --minimal -Nru lv2-1.14.0~dfsg1/debian/rules lv2-1.14.0~dfsg1/debian/rules
--- lv2-1.14.0~dfsg1/debian/rules   2016-09-22 13:20:16.0 +0200
+++ lv2-1.14.0~dfsg1/debian/rules   2018-01-29 16:36:47.0 +0100
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+include /usr/share/dpkg/architecture.mk
+
 upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: 
([0-9.]+)(\+dfsg\d+)?.*$$/\1/p')
 dfsg_version = $(upstream_version)~dfsg1
 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
@@ -35,6 +37,9 @@
for plugin in `cat debian/lv2-examples.install`; do \
rm -rf debian/lv2-dev/$$plugin ; \
done
+   # move .pc files to a multiarch directory
+   mkdir debian/lv2-dev/usr/lib/$(DEB_HOST_MULTIARCH)
+   mv debian/lv2-dev/usr/lib/pkgconfig 
debian/lv2-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
 
 override_dh_installchangelogs:
dh_installchangelogs NEWS
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

liblivemedia_2018.01.24-1_amd64.changes ACCEPTED into experimental, experimental

2018-01-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Jan 2018 21:34:46 +0100
Source: liblivemedia
Binary: liblivemedia-dev libbasicusageenvironment1 libgroupsock8 liblivemedia62 
libusageenvironment3 livemedia-utils
Architecture: source amd64
Version: 2018.01.24-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Sebastian Ramacher 
Description:
 libbasicusageenvironment1 - multimedia RTSP streaming library 
(BasicUsageEnvironment class)
 libgroupsock8 - multimedia RTSP streaming library (network interfaces and 
sockets
 liblivemedia-dev - multimedia RTSP streaming library (development files)
 liblivemedia62 - multimedia RTSP streaming library
 libusageenvironment3 - multimedia RTSP streaming library (UsageEnvironment 
classes)
 livemedia-utils - multimedia RTSP streaming tools
Changes:
 liblivemedia (2018.01.24-1) experimental; urgency=medium
 .
   * New upstream release.
   * SONAME bump.
   * debian/copyright: Update copyright years.
   * debian/control:
 - Bump Standards-Version.
 - Move to salsa.debian.org.
   * debian/: Bump debhelper compat to 11.
Checksums-Sha1:
 5b72d6ecdd80cbfa467ce6949646177930301913 2487 liblivemedia_2018.01.24-1.dsc
 e5b6440165abe3ba352f5b3361db514c4af0785e 629864 
liblivemedia_2018.01.24.orig.tar.gz
 859be11aa40d8a3aebb7dd21c8f3f97a9b6a20d4 14608 
liblivemedia_2018.01.24-1.debian.tar.xz
 b24b8c551c269494c73bc3a1677156c96420ad69 41640 
libbasicusageenvironment1-dbgsym_2018.01.24-1_amd64.deb
 c7d9100de0ba9cc622878f40a85ec25ae21ef9cb 21908 
libbasicusageenvironment1_2018.01.24-1_amd64.deb
 a8bb4e6df39a95ac3409b673eb5a9c99298963b6 65000 
libgroupsock8-dbgsym_2018.01.24-1_amd64.deb
 92a98cb11edb03198aad642f4b06149f0f615578 27572 
libgroupsock8_2018.01.24-1_amd64.deb
 64a5b678b67ab2dc33b54d69db589b8a17bf34f1 164248 
liblivemedia-dev_2018.01.24-1_amd64.deb
 be6e5c3e5ae0ac0dfb3431b34e1541c3ae647caf 965060 
liblivemedia62-dbgsym_2018.01.24-1_amd64.deb
 e39a178f63a7f9c6568146d07f7e04fb6bd9 312168 
liblivemedia62_2018.01.24-1_amd64.deb
 b55006b7d0dce339c58c195c7b21e2a3cb2460b1 8593 
liblivemedia_2018.01.24-1_amd64.buildinfo
 38a3bb8bcfc814e3dfbf7765c7517299062faef8 9608 
libusageenvironment3-dbgsym_2018.01.24-1_amd64.deb
 3a6effc5a2061860ecd899b582b3aada3d09883c 12744 
libusageenvironment3_2018.01.24-1_amd64.deb
 117823ead02a5524a19560834a0080a27db7d048 278060 
livemedia-utils-dbgsym_2018.01.24-1_amd64.deb
 d1bc7469642ed6f9d527be844987dd0abb609a86 71224 
livemedia-utils_2018.01.24-1_amd64.deb
Checksums-Sha256:
 70406570286088d79e68aae2d5aaa8e9d044511c195593be42f6a4a19011c6e8 2487 
liblivemedia_2018.01.24-1.dsc
 81d8167e26d418caece4374ff61c8100814def14cbe1173f3a8ad6842f607cb4 629864 
liblivemedia_2018.01.24.orig.tar.gz
 691943a72a038c7410773909da968fc7e8753109bd66bcc3e1854a99012e5650 14608 
liblivemedia_2018.01.24-1.debian.tar.xz
 c8bbb51537e5dfc235167c175c3ab4deef66c5d3f5126fd3967053b3958dda9e 41640 
libbasicusageenvironment1-dbgsym_2018.01.24-1_amd64.deb
 0b9b2d66e3b96f80a11991a734ab5a1d79581f754e0d5b1e40486a1b814ceb99 21908 
libbasicusageenvironment1_2018.01.24-1_amd64.deb
 7931fab779de1736075f876e870e810ed566605a05d53159e1089e73165042b2 65000 
libgroupsock8-dbgsym_2018.01.24-1_amd64.deb
 871ac0323affa9e5fdfaef79bf9a052d9148a30a3848cacf284aa214969d196f 27572 
libgroupsock8_2018.01.24-1_amd64.deb
 e703c4156398bc2c18c4da15a24e1d943545f8b14b72a188c000110229ecc29f 164248 
liblivemedia-dev_2018.01.24-1_amd64.deb
 d9ec4f09e05b1bfa348f3186d4290d77619caf95b18e19e2ec84746309c69a04 965060 
liblivemedia62-dbgsym_2018.01.24-1_amd64.deb
 a863cf9f07dc7f869a7430813837481ed5a161ac53217217210035a88a41d935 312168 
liblivemedia62_2018.01.24-1_amd64.deb
 f46d9e8d3e65548f08c5dc27b5943e021d8d0820a956d79aed8c91ad57455d52 8593 
liblivemedia_2018.01.24-1_amd64.buildinfo
 7de5e6a3ef9b439444702511c5411632df7e6ebbf8dabd59861abf11b9d3b2a5 9608 
libusageenvironment3-dbgsym_2018.01.24-1_amd64.deb
 825db43a0085e46341cd0997d63c9ee2b09266e56d6a85d616cf14742c94e3fd 12744 
libusageenvironment3_2018.01.24-1_amd64.deb
 76b605c5ac58bb677fced64eea1f6cff89611bd416852f6a29ed2e325225 278060 
livemedia-utils-dbgsym_2018.01.24-1_amd64.deb
 9e132a044eae2662cb3ef93d5cd11ed18536a20a712d1b58e267abe12cfed100 71224 
livemedia-utils_2018.01.24-1_amd64.deb
Files:
 5c3dec9eb4d95d2ab014df02f6117f02 2487 libs optional 
liblivemedia_2018.01.24-1.dsc
 0ee58c87425ada7077fcac44dfc6682d 629864 libs optional 
liblivemedia_2018.01.24.orig.tar.gz
 edd6900e3fdb8c3c5f857cf21a0372d3 14608 libs optional 
liblivemedia_2018.01.24-1.debian.tar.xz
 0a246ef4cf75432c9960f35a8e298ff6 41640 debug optional 
libbasicusageenvironment1-dbgsym_2018.01.24-1_amd64.deb
 6e057fce69817db422aca067893574ff 21908 libs optional 
libbasicusageenvironment1_2018.01.24-1_amd64.deb
 bb3a3f176ca557a43fcb9f7b36d60c9e 65000 debug optional 
libgroupsock8-dbgsym_2018.01.24-1_amd64.deb
 051e0a975171b5ded554c77130d661d6 27572 libs optional 
libgroupsock8_2018.01.24-1_amd64.deb
 10e7e91d

Processed: Re: Bug#888739: dbg package for kodi

2018-01-29 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #888739 {Done: James Cowgill } [src:kodi] dbg package 
for kodi
Added tag(s) moreinfo.

-- 
888739: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888739
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#888739: dbg package for kodi

2018-01-29 Thread Mattia Rizzolo
Control: tag -1 moreinfo

On Mon, Jan 29, 2018 at 01:38:10PM +0100, Mathieu Malaterre wrote:
> Sometimes people will need to gdb and attach to kodi to debug
> something. I would be nice to provide a kodi-dbg package directly.
> Rebuilding kodi is time consuming.

Obviously, kodi relies on autodbgsym:
https://wiki.debian.org/AutomaticDebugPackages

And indeed they are available here:
http://cdn-fastly.deb.debian.org/debian-debug/pool/main/k/kodi/


Does that cover what you need?

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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#888739: marked as done (dbg package for kodi)

2018-01-29 Thread Debian Bug Tracking System
Your message dated Mon, 29 Jan 2018 12:44:59 +
with message-id <4aefdcfd-0def-afef-3ff1-509cd8417...@debian.org>
and subject line Re: Bug#888739: dbg package for kodi
has caused the Debian Bug report #888739,
regarding dbg package for kodi
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.)


-- 
888739: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888739
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kodi
Version: 2:17.1+dfsg1-3

Sometimes people will need to gdb and attach to kodi to debug
something. I would be nice to provide a kodi-dbg package directly.
Rebuilding kodi is time consuming.

Thanks for consideration.
--- End Message ---
--- Begin Message ---
Hi,

On 29/01/18 12:38, Mathieu Malaterre wrote:
> Source: kodi
> Version: 2:17.1+dfsg1-3
> 
> Sometimes people will need to gdb and attach to kodi to debug
> something. I would be nice to provide a kodi-dbg package directly.
> Rebuilding kodi is time consuming.

Kodi uses automatic debug packages. Enable the sid-debug repository and
you should be able to install "kodi-bin-dbgsym".

https://wiki.debian.org/AutomaticDebugPackages

James



signature.asc
Description: OpenPGP digital signature
--- 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#888739: dbg package for kodi

2018-01-29 Thread Mathieu Malaterre
Source: kodi
Version: 2:17.1+dfsg1-3

Sometimes people will need to gdb and attach to kodi to debug
something. I would be nice to provide a kodi-dbg package directly.
Rebuilding kodi is time consuming.

Thanks for consideration.

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