Bug#878268: RFS: streamlink/0.8.1-2 [ITP]

2017-10-11 Thread Alexis Murzeau
sc) as git-buildpackage does not handle it yet. Because of that, I have the lintian warning orig-tarball-missing-upstream-signature on the changes file. (See #872864). Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenP

Bug#878268: RFS: streamlink/0.8.1-3 [ITP]

2017-10-23 Thread Alexis Murzeau
to the gmail one (while keeping old changelogs as-is). The package is available using this dget command: dget -x https://mentors.debian.net/debian/pool/main/s/streamlink/streamlink_0.8.1-3.dsc Changes: streamlink (0.8.1-3) unstable; urgency=low * Change mail address to gmail -- Alexis

Re: C++ help needed for centrifuge

2017-11-25 Thread Alexis Murzeau
leBuf); std::unique_ptr fb2 = std::move(p); After that second line, p will be empty/null and p2 will contains the FileBuf pointer. But in bt2_idx.h, the auto_ptr variables are not copied around so you probably just need to replace "auto_ptr" with "unique_ptr" and that's all. -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Re: [Debian-med-packaging] C++ help needed for centrifuge

2017-11-26 Thread Alexis Murzeau
script-but-no-python-dep usr/bin/centrifuge-inspect W: centrifuge: script-not-executable usr/share/centrifuge/doc/strip_markdown.pl So there is still some work to do after that ^^ > > I will do some more investigation, tomorrow. > > Fabian > -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Re: [Debian-med-packaging] C++ help needed for centrifuge

2017-11-26 Thread Alexis Murzeau
Le 27/11/2017 à 00:39, Alexis Murzeau a écrit : > Hi, > > Le 26/11/2017 à 22:01, Fabian Klötzl a écrit : >> Ho, >> >> On 26.11.2017 19:32, Walter Landry wrote: >>> Andreas Tille <andr...@an3as.eu> wrote: >>>> Unfortunately I've hit anothe

Bug#878268: RFS: streamlink/0.9.0-1 [ITP]

2017-11-22 Thread Alexis Murzeau
deb files - bintray repository does not support control.tar.xz Can anyone look at it ? Thanks :) -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Re: Help with cmake / Qt5 migration needed

2017-10-21 Thread Alexis Murzeau
#include should work. Include directories should be set by target_link_directories(program Qt5::Core [...]). Maybe QT_ variables like ${QT_LIBRARIES} are not set as expected. [1] http://doc.qt.io/qt-5/qdebug.html -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F

Bug#898308: RFS: streamlink/0.12.1+dfsg-1

2018-05-09 Thread Alexis Murzeau
ast upload: streamlink (0.12.1+dfsg-1) unstable; urgency=low * Recommends vlc as default player * Test manpage and docs installation * New upstream version 0.12.1+dfsg * Bump standard version to 4.1.4, no change required * Remove X-Python3-Version not needed anymore -- Alexis Murzeau <amub

Bug#898308: RFS: streamlink/0.12.1+dfsg-1

2018-05-10 Thread Alexis Murzeau
Le 10/05/2018 à 04:01, Paul Wise a écrit : > On Thu, May 10, 2018 at 7:40 AM, Alexis Murzeau wrote: > >> I am looking for a sponsor for my package "streamlink" for a new >> upstream version 0.12.1. > > Uploaded. > > Some things you might want to do if

Bug#898308: Upstream minimum supported python version 3.4 and lintian tag ancient-python-version-field

2018-05-10 Thread Alexis Murzeau
changes the binary package dependency on python from >= 3.4~ to >= 3.3.2-2~. What's the way to handle the minimum supported python3 version in respect to ancient-python-version-field lintian tag ? Thanks for your help, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F

Bug#899206: RFS: streamlink/0.12.1+dfsg-1~bpo9+1

2018-05-20 Thread Alexis Murzeau
amlink can be obtained from https://streamlink.github.io/ Changes since the last upload: streamlink (0.12.1+dfsg-1~bpo9+1) stretch-backports; urgency=low * Rebuild for stretch-backports. * Recommends all supported players (suggested by #898351) -- Alexis Murzeau <amub...@gmail.com> Sat, 1

Bug#901419: RFS: streamlink/0.13.0+dfsg-1

2018-06-12 Thread Alexis Murzeau
k and isodate * Update autopkgtests for font files and js symlinks -- Alexis Murzeau Tue, 12 Jun 2018 23:52:56 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Bug#901419: RFS: streamlink/0.13.0+dfsg-1

2018-06-20 Thread Alexis Murzeau
Hi, Le 20/06/2018 à 03:54, Paul Wise a écrit : > On Wed, Jun 13, 2018 at 6:26 AM, Alexis Murzeau wrote: > >> I am looking for a sponsor for my package "streamlink" for a new >> upstream version 0.13.0. > > Uploaded. Thanks for uploading. > > I notice

Bug#902641: RFS: streamlink/0.14.2+dfsg-1

2018-06-30 Thread Alexis Murzeau
about streamlink can be obtained from https://streamlink.github.io/ Changes since the last upload: streamlink (0.14.2+dfsg-1) unstable; urgency=low * New upstream version 0.14.2+dfsg -- Alexis Murzeau Sun, 01 Jul 2018 00:48:11 +0200 streamlink (0.14.0+dfsg-1) unstable; urgency=low * tests: fix

Re: Help with cmake / Qt5 migration needed

2017-10-20 Thread Alexis Murzeau
BJECT or Q_GADGET. AUTOUIC inspect cpp source files for #include of "ui_*.h" and the existence of a .ui file to run uic on them. AUTORCC run rcc on *.qrc sources files [1] https://cmake.org/cmake/help/v3.0/manual/cmake-qt.7.html [2] http://doc.qt.io/qt-5/cmake-manual.html -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Re: Help with cmake / Qt5 migration needed

2017-10-20 Thread Alexis Murzeau
#include should work. Include directories should be set by target_link_directories(program Qt5::Core [...]). Maybe QT_ variables like ${QT_LIBRARIES} are not set as expected. [1] http://doc.qt.io/qt-5/qdebug.html -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F

Bug#878268: RFS: streamlink/0.9.0-1 [ITP]

2017-12-30 Thread Alexis Murzeau
unstable; urgency=low * Add symlink in livestreamer transitional package * Override livestreamer package version to be greater than the one in stable * Enhance livestreamer transitional package description -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F sig

Bug#878268: RFS: streamlink/0.9.0-1 [ITP]

2017-12-30 Thread Alexis Murzeau
Le 31/12/2017 à 02:04, Paul Wise a écrit : > On Sat, 2017-12-30 at 22:04 +0100, Alexis Murzeau wrote: > >> https://mentors.debian.net/debian/pool/main/s/streamlink/streamlink_0.9.0+dfsg.2-3.dsc > > Uploaded to NEW, thanks a lot for your contribution, it saved me from > havin

Bug#878268: RFS: streamlink/0.9.0-1 [ITP]

2017-12-29 Thread Alexis Murzeau
Le 29/12/2017 à 05:21, Paul Wise a écrit : > On Fri, Dec 29, 2017 at 9:43 AM, Alexis Murzeau wrote: > >> https://mentors.debian.net/debian/pool/main/s/streamlink/streamlink_0.9.0+dfsg.2-1.dsc > > Uploaded to NEW. > > https://ftp-master.debian.org/new.html

Bug#888312: RFS: streamlink/0.10.0+dfsg-1

2018-01-24 Thread Alexis Murzeau
b override, not needed in Debian * Update d/copyrights to 2018 * Remove proxy in d/rules (already handled by pybuild) * Fix bad git repository in VCS fields of d/control * New upstream version 0.10.0+dfsg * Apply check-all-the-things suggestions on debian/ folder -- Alexis Mur

Bug#878268: RFS: streamlink/0.9.0-1 [ITP]

2017-12-28 Thread Alexis Murzeau
Hi, Le 18/12/2017 à 07:26, Paul Wise a écrit : > On Thu, Nov 23, 2017 at 5:41 AM, Alexis Murzeau wrote: > >> https://mentors.debian.net/debian/pool/main/s/streamlink/streamlink_0.9.0-1.dsc > > Here is a review: > > These issues need to be resolved before upload: &

Re: Bug#886291: src:pycryptodome: Building both pycryptodome and pycryptodomex: duplicate dbgsym package

2018-08-16 Thread Alexis Murzeau
Hi, On 15/08/2018 16:29, Simon McVittie wrote: > On Wed, 15 Aug 2018 at 14:30:17 +0200, Alexis Murzeau wrote: >> I'm trying to find a way to build 2 times a python source package to >> generate 2 binary packages which both contains .so libs and this cause 2 >> dupli

Bug#849691: RFS: gnome-shell-extension-radio/8-1 [ITP] -- GNOME shell

2018-08-23 Thread Alexis Murzeau
u say that Leo Andres > has a copyright over the readme > 22:03 < zapashcanon> it's me > 22:03 < zapashcanon> I wrote almost all of it > 22:03 < zapashcanon> see the github history > 22:04 < mapreri> Well, "github history" is not a thing we see, what I &

Re: Debian package transition: Rename package and reuse old name with new content

2018-08-23 Thread Alexis Murzeau
RT acks the > transition. > > G. > Ok thanks, I will consider the transition slot and adding breaks to the new pycryptodome packages over the old reverse-dependencies. Actually, pycryptodome is under the ongoing transition of python 3.7 so any package changes will wait the end of that one. -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Debian package transition: Rename package and reuse old name with new content

2018-08-18 Thread Alexis Murzeau
on python3-pycryptodomex. I'm not sure of the transition policies when handling transitions on testing and unstable only (ie: not involving stable). But that should ensure there is no breakage between package in the archive. Any though ? Kind regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2

Bug#903433: RFS: streamlink/0.14.2+dfsg-1~bpo9+1

2018-07-09 Thread Alexis Murzeau
amlink can be obtained from https://streamlink.github.io/ Changes since the last backport upload (0.12.1+dfsg-1~bpo9+1): streamlink (0.14.2+dfsg-1~bpo9+1) stretch-backports; urgency=medium * Rebuild for stretch-backports. * pybuild test: implement d/pybuild.testfiles in d/rules -- Alexis Murzeau

Bug#892417: RFS: streamlink/0.11.0+dfsg-1

2018-03-11 Thread Alexis Murzeau
Le 09/03/2018 à 03:14, Paul Wise a écrit : > On Fri, Mar 9, 2018 at 7:37 AM, Alexis Murzeau wrote: > >> I am looking for a sponsor for my package "streamlink" for a new >> upstream version 0.11.0. > > Uploaded. > > PS: if you would like to upload a

Bug#892417: RFS: streamlink/0.11.0+dfsg-1

2018-03-08 Thread Alexis Murzeau
hon3-socks is now required as a build dependency. -- Alexis Murzeau <amub...@gmail.com> Fri, 09 Mar 2018 00:12:49 +0100 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Bug#894163: RFS: streamlink/0.11.0+dfsg-1~bpo9+1

2018-03-28 Thread Alexis Murzeau
Le 28/03/2018 à 03:46, Paul Wise a écrit : > On Tue, 2018-03-27 at 22:49 +0200, Alexis Murzeau wrote: > >> Can you post your logs ? > > Attached. > >> I cannot reproduce this error either with sbuild or pbuilder. > > I guess the LANG/LC_ALL in your chroots

Bug#894163: RFS: streamlink/0.11.0+dfsg-1~bpo9+1

2018-03-26 Thread Alexis Murzeau
amlink can be obtained from https://streamlink.github.io/ Changes since the last upload: streamlink (0.11.0+dfsg-1~bpo9+1) stretch-backports; urgency=low * Rebuild for stretch-backports. -- Alexis Murzeau <amub...@gmail.com> Sat, 10 Mar 2018 00:46:13 +0100 streamlink (0.11.0+dfsg-1) unsta

Bug#902641: RFS: streamlink/0.14.0+dfsg-1

2018-06-28 Thread Alexis Murzeau
ve patches applied upstream: freezegun, missing test files, escape sequences * Update patches -- Alexis Murzeau Fri, 29 Jun 2018 00:16:46 +0200 Note: currently, the command4 autopkgtest test will fail on unstable until fonts-font-awesome is reverted to v4 (merge requests to do this a

Bug#926349: RFS: streamlink/1.0.0+dfsg-1~bpo9+1

2019-04-03 Thread Alexis Murzeau
streamlink can be obtained from https://streamlink.github.io/ Changes since the last backport upload (0.14.2+dfsg-1~bpo9+1): streamlink (1.0.0+dfsg-1~bpo9+1) stretch-backports; urgency=medium * Rebuild for stretch-backports. -- Alexis Murzeau Tue, 02 Apr 2019 22:22:49 +0200 streamlink (1.

Bug#921035: RFS: streamlink/1.0.0+dfsg-1

2019-01-31 Thread Alexis Murzeau
-- Alexis Murzeau Thu, 31 Jan 2019 20:09:50 +0100 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Re: Bug#926180: scilab: FTBFS on all - New trouble - upstream bugfix release while in freeze

2019-05-12 Thread Alexis Murzeau
Hi, Le 12/05/2019 à 22:10, Julien Puydt a écrit : > Hi, > > On 12/05/2019 11:46, Alexis Murzeau wrote: > >> I saw that there is a bugfix release 6.0.2 with many fixes [0]. > > I had started to package 6.0.2 on salsa already in february. I was wondering, will such

Bug#929467: RFS: tfortune-1.0.0 [ITP]

2019-06-01 Thread Alexis Murzeau
the warzone2100 game package. Actually, this simple debian/rules file above will work and let dh handle all issues about md5, permissions, hardening CFLAGS and maybe make the build reproducible too. -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Bug#930393: RFS: aqemu/0.9.2-2.3 [NMU] [RC] -- Fix #927126 including suggestion from #929342 - aqemu: after updating can't open VMs

2019-06-11 Thread Alexis Murzeau
tches/0002-Remove-VLAN-stuff-QEMU-doesn-t-support-it-anymore.patch - Remove "Virtual LAN" references in description texts. -- Alexis Murzeau Sun, 26 May 2019 01:03:06 +0200 Additional change since the version in buster: aqemu (0.9.2-2.2) unstable; urgency=medium * Non-maintaine

Bug#930753: RFS: streamlink/1.1.1+dfsg-1~exp1

2019-06-19 Thread Alexis Murzeau
.dsc More information about streamlink can be obtained at https://streamlink.github.io/ Changes since the last upload in unstable: streamlink (1.1.1+dfsg-1~exp1) experimental; urgency=low * New upstream version 1.1.1+dfsg * Update patch remove_new_version_check -- Alexis Murzeau Wed, 19 Jun

Bug#928450: RFS: megadown/0~20190502+git734e46f-1 [RC]

2019-05-13 Thread Alexis Murzeau
#927462) So I guess this RFS can be closed (unless something is still missing?). #927462: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927462 -- Alexis Murzeau

Bug#939167: RFS: streamlink/1.2.0+dfsg-1~bpo10+1

2019-09-01 Thread Alexis Murzeau
.github.io/ Changes since the package in buster main (1.0.0+dfsg-1): streamlink (1.2.0+dfsg-1~bpo10+1) buster-backports; urgency=medium * Rebuild for buster-backports. * Update d/README.source for buster-backports -- Alexis Murzeau Sun, 01 Sep 2019 22:56:54 +0200 streamlink (1.2.0+dfsg-1

Bug#935537: RFS: streamlink/1.2.0+dfsg-1

2019-08-23 Thread Alexis Murzeau
ncy=medium * New upstream version 1.2.0+dfsg * Update remove_new_version_check patch * Move from PyCrypto to pycryptodomex * Fix typo in manpage with patch plugins.pixiv-fix-doc-typo-thats-that-s -- Alexis Murzeau Fri, 23 Aug 2019 19:31:42 +0200 Regards, -- Alexis Murzeau PGP: B7E6

Bug#932243: RFS: streamlink/1.1.1+dfsg-1

2019-07-16 Thread Alexis Murzeau
ncy=medium * Use ignore-branch instead of having different gbp.conf over branches * Bump standard version to 4.4.0, no change required * Bump debhelper compat to 12 * Remove livestreamer transitional package * Merge changes in experimental to unstable -- Alexis Murzeau Tue, 16 Jul 201

Bug#946174: RFS: streamlink/1.3.0+dfsg-1~bpo10+1

2019-12-04 Thread Alexis Murzeau
e the last upload to buster-backports: streamlink (1.3.0+dfsg-1~bpo10+1) buster-backports; urgency=medium * Rebuild for buster-backports. -- Alexis Murzeau Wed, 04 Dec 2019 20:28:29 +0100 streamlink (1.3.0+dfsg-1) unstable; urgency=medium * Vcs-Git: move from github to salsa * New upstre

Bug#945552: RFS: streamlink/1.3.0+dfsg-1

2019-11-26 Thread Alexis Murzeau
ncy=medium * Vcs-Git: move from github to salsa * New upstream version 1.3.0+dfsg * Remove pixiv typo patch, applied upstream * Bump standard version to 4.4.1, no change required * Use debhelper-compat in B-D instead of d/compat * Add "Rules-Requires-Root: no" in d/rules --

Bug#950190: RFS: streamlink/1.3.1+dfsg-1 -- CLI for extracting video streams from various websites to a video player

2020-01-29 Thread Alexis Murzeau
ncy=medium * New upstream version 1.3.1+dfsg * Update d/copyright years to 2020 * Add patch to remove external images in html documentation * Bump Standards-Version to 4.5.0 (no changes) -- Alexis Murzeau Wed, 29 Jan 2020 22:34:41 +0100 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293

Bug#948775: RFS: ukui-interface/1.0.0-1 [ITP] -- Provides the interface for system configuration

2020-02-18 Thread Alexis Murzeau
suitted to more common tools. For example, "libsubversion0" would better be the name of a package for SVN implementation (actually, the subversion source package use the name of libsvn1 for its binary library package). Also, maybe add a meta package that depends on all these package with Depen

Bug#951155: RFS: 1.3.1+dfsg-1~bpo10+1 -- CLI for extracting video streams from various websites to a video player

2020-02-11 Thread Alexis Murzeau
e the last upload to buster-backports: streamlink (1.3.1+dfsg-1~bpo10+1) buster-backports; urgency=medium * Rebuild for buster-backports. -- Alexis Murzeau Tue, 11 Feb 2020 20:52:45 +0100 streamlink (1.3.1+dfsg-1) unstable; urgency=medium * New upstream version 1.3.1+dfsg * Update d

Bug#955756: RFS: streamlink/1.3.1+dfsg-2 -- CLI for extracting video streams from various websites to a video player

2020-04-04 Thread Alexis Murzeau
) unstable; urgency=medium * d/rules: run dh_link at install time to satisfy dh_sphinxdoc sanity checks This fixes the build with sphinx 2.4 (Closes: #955060) * docs: fix warnings with sphinx 2.4 -- Alexis Murzeau Sat, 04 Apr 2020 18:10:52 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB

Bug#958808: RFS: streamlink/1.4.1+dfsg-1 -- CLI for extracting video streams from various websites to a video player

2020-04-25 Thread Alexis Murzeau
ate others * d/control: update description -- Alexis Murzeau Sat, 25 Apr 2020 15:28:44 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Bug#959528: RFS: streamlink/1.4.1+dfsg-1~bpo10+1 -- CLI for extracting video streams from various websites to a video player

2020-05-03 Thread Alexis Murzeau
nges since the last upload to buster-backports: streamlink (1.4.1+dfsg-1~bpo10+1) buster-backports; urgency=medium * Rebuild for buster-backports. -- Alexis Murzeau Sun, 03 May 2020 12:13:21 +0200 streamlink (1.4.1+dfsg-1) unstable; urgency=medium * New upstream version 1.4.1+dfsg * Remove

Bug#969353: RFS: streamlink/1.5.0+dfsg-1~bpo10+1 -- CLI for extracting video streams from various websites to a video player

2020-08-31 Thread Alexis Murzeau
d at https://streamlink.github.io/ Changes since the last upload to buster-backports: streamlink (1.5.0+dfsg-1~bpo10+1) buster-backports; urgency=medium * Rebuild for buster-backports. -- Alexis Murzeau Sun, 16 Aug 2020 16:37:43 +0200 streamlink (1.5.0+dfsg-1) unstable; urgency=medium * New upstream ver

Bug#968504: RFS: aqemu/0.9.2-2.4 [NMU] [RC] -- Qt5 front-end for QEMU and KVM

2020-09-15 Thread Alexis Murzeau
gt; To avoid a dead-lock, you say when you're ready? (by removing the moreinfo > tag) > Yes, in fact I was refering to your first mail :) (so not asking for a new review (yet)). -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F| signature.asc Description: OpenPGP digital signature

Bug#968504: RFS: aqemu/0.9.2-2.4 [NMU] [RC] -- Qt5 front-end for QEMU and KVM

2020-09-13 Thread Alexis Murzeau
but some of them or probably upstream, and maybe fixed since they were reported, but newer versions (0.9.6+) are qualified as not yet stable by upstream. I will see if they were already reported or still relevant (some of them were created in 2012). > > Many thanks for contributing to Debian!

Salsa repository request

2020-08-18 Thread Alexis Murzeau
ugreport.cgi?bug=955988 [2] https://qa.debian.org/popcon.php?package=aqemu [3] https://github.com/tobimensch/aqemu -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Re: Salsa repository request

2020-08-18 Thread Alexis Murzeau
Le 18/08/2020 à 23:54, Kyle Robbertze a écrit : > Hi > > Created and added you as maintainer > > https://salsa.debian.org/debian/aqemu > > Cheers > Thanks :) -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F

Bug#965341: RFS: streamlink/1.5.0+dfsg-1 -- CLI for extracting video streams from various websites to a video player

2020-08-15 Thread Alexis Murzeau
:) Alexis Murzeau Le 19/07/2020 à 22:56, Alexis Murzeau a écrit : > Package: sponsorship-requests > Severity: normal > > Dear mentors, > > I am looking for a sponsor for my package "streamlink" for a new > upstream version 1.5.0. > > * Package name: streamlin

Bug#970978: RFS: streamlink/1.6.0+dfsg-1 -- CLI for extracting video streams from various websites to a video player

2020-09-25 Thread Alexis Murzeau
Le 26/09/2020 à 00:43, Alexis Murzeau a écrit : > Package: sponsorship-requests > Severity: normal > > Dear mentors, > > I am looking for a sponsor for my package "streamlink" for a new > upstream version 1.6.0. > > [...]> > Changes since the last upl

Bug#970978: RFS: streamlink/1.6.0+dfsg-1 -- CLI for extracting video streams from various websites to a video player

2020-09-25 Thread Alexis Murzeau
0009-docs-replace-deprecated-source_parsers with the use of recommonmark 0.6.0 as a sphinx extension. -- Alexis Murzeau Sat, 26 Sep 2020 00:30:52 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

popcon statistics graph per suite per package

2020-05-25 Thread Alexis Murzeau
as a graph, but the raw data seems to be there as the main page has links for "All reports" and "Stable reports". Thanks if you know anything that would avoid crunching raw data :) -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F

Re: cmake help needed for metabat

2020-05-28 Thread Alexis Murzeau
uot;${CMAKE_BINARY_DIR}/contigs_depth.txt", but it should be "${CMAKE_CURRENT_SOURCE_DIR}/contigs_depth.txt", unless the text files should be copied while building, but that doesn't seem the case. -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F

Re: cmake help needed for metabat

2020-05-29 Thread Alexis Murzeau
t state in Git? I've looked at your commit on git, and the issue is that you need to remove both "add_dependencies" completely in src/CMakeLists.txt. zlib and htslib targets doesn't exist anymore as they were created by scripts in cmake/ folder. > > Thanks again > > Andreas. > -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F

Bug#972836: RFS: streamlink/1.7.0+dfsg-1~bpo10+1 -- CLI for extracting video streams from various websites to a video player

2020-10-24 Thread Alexis Murzeau
nges since the last upload to buster-backports: streamlink (1.7.0+dfsg-1~bpo10+1) buster-backports; urgency=medium * Rebuild for buster-backports. -- Alexis Murzeau Sat, 24 Oct 2020 19:28:55 +0200 streamlink (1.7.0+dfsg-1) unstable; urgency=medium * New upstream version 1.7.0+dfsg * Upda

Bug#965341: RFS: streamlink/1.5.0+dfsg-1 -- CLI for extracting video streams from various websites to a video player

2020-08-09 Thread Alexis Murzeau
Hi, I've rerun lintian and all tags were fixed by external changes (outside of this streamlink package). Le 19/07/2020 à 22:56, Alexis Murzeau a écrit : > Notes about lintian output: > > W: python3-streamlink-doc: embedded-javascript-library > usr/share/doc/python3-streamlink/

Bug#964059: RFS: streamlink/1.4.1+dfsg-2 -- CLI for extracting video streams from various websites to a video player

2020-06-30 Thread Alexis Murzeau
s: #963757) - fonts-font-awesome 5.0.10+really4.7.0~dfsg-2 provides only OpenType and TrueType under /usr/share/fonts/ -- Alexis Murzeau Tue, 30 Jun 2020 23:55:57 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenP

Re: Bug#961738: RFS: dragengine/1.1 -- Drag[en]gine Game Engine

2020-06-04 Thread Alexis Murzeau
ges.debian.org/fr/source/sid/lua5.1 https://packages.debian.org/fr/source/sid/lua5.2 https://packages.debian.org/fr/source/sid/lua5.3 https://packages.debian.org/fr/source/sid/fox1.6 -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F

Bug#965341: RFS: streamlink/1.5.0+dfsg-1 -- CLI for extracting video streams from various websites to a video player

2020-07-19 Thread Alexis Murzeau
sion_check * Update debhelper compat to 13 -- Alexis Murzeau Sun, 19 Jul 2020 22:28:57 +0200 Notes about lintian output: W: python3-streamlink-doc: embedded-javascript-library usr/share/doc/python3-streamlink/html/_static/language_data.js please use sphinx I've sent mails about this whic

Bug#968504: RFS: aqemu/0.9.2-2.4 [NMU] [RC] -- Qt5 front-end for QEMU and KVM

2020-08-16 Thread Alexis Murzeau
ency=medium * Non-maintainer upload. * debian/patches/0003-Fix-build-with-GCC-10.patch: - Fix build with GCC 10 (For: #957003) * debian/control: - Drop qemu dummy package from Depends (Closes: 966261, 874050) -- Alexis Murzeau Sun, 16 Aug 2020 15:12:30 +0200 Note: the "

Bug#978102: RFS: streamlink/2.0.0-1 -- CLI for extracting video streams from various websites to a video player

2020-12-25 Thread Alexis Murzeau
e new furo theme * debian/patches: update patches * examples: use python3 interpreter instead of python * Bump Standards-Version to 4.5.1 (no changes) * debian/watch: removing repacking as not needed anymore * Add patch to use icons from font awesome 4 instead of font awesome 5 -- Alexis Mur

Bug#968504: RFS: aqemu/0.9.2-3 [NMU] [RC] -- Qt5 front-end for QEMU and KVM

2020-12-05 Thread Alexis Murzeau
. - Remove build dir from aqemu binary. * debian/watch: - Update to version 4. * Add upstream/metadata file. -- Alexis Murzeau Sat, 05 Dec 2020 22:45:24 +0100 -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F| signature.asc Description: OpenPGP

Bug#968504: RFS: aqemu/0.9.2-3 [NMU] [RC] -- Qt5 front-end for QEMU and KVM

2020-12-13 Thread Alexis Murzeau
ing option. - Remove build dir from aqemu binary. * debian/watch: - Update to version 4. * Add upstream/metadata file. -- Alexis Murzeau Sat, 05 Dec 2020 22:45:24 +0100 [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957003 [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966261

Bug#972599: RFS: streamlink/1.7.0+dfsg-1 -- CLI for extracting video streams from various websites to a video player

2020-10-20 Thread Alexis Murzeau
1.7.0+dfsg * Update patches -- Alexis Murzeau Tue, 20 Oct 2020 23:59:16 +0200 Regards, - -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F -BEGIN PGP SIGNATURE- iQIzBAEBCAAdFiEEylfM0qe98o7UCRlrC5n5Lou0ZU0FAl+PYCUACgkQC5n5Lou0 ZU2RpQ

Bug#978934: RFS: streamlink/2.0.0-1~bpo10+1 -- CLI for extracting video streams from various websites to a video player

2020-12-31 Thread Alexis Murzeau
ast upload to buster-backports: streamlink (2.0.0-1~bpo10+1) buster-backports; urgency=medium * Rebuild for buster-backports. * d/patches: remove sphinx 3.0 requirement as it is not available in stable -- Alexis Murzeau Thu, 31 Dec 2020 17:57:09 +0100 streamlink (2.0.0-1) unstable; urge

Bug#990208: RFS: streamlink/2.2.0-1~exp1 -- CLI for extracting video streams from various websites to a video player

2021-06-22 Thread Alexis Murzeau
he package with dget using this command: dget -x https://mentors.debian.net/debian/pool/main/s/streamlink/streamlink_2.2.0-1~exp1.dsc Changes since the last upload to experimental: streamlink (2.2.0-1~exp1) experimental; urgency=medium * New upstream version 2.2.0 * Update patches -- Alexis Mur

Bug#985968: RFS: streamlink/2.1.1-1~exp1 -- CLI for extracting video streams from various websites to a video player

2021-03-26 Thread Alexis Murzeau
date years to 2021 * d/patches: add patch to include .removed file in build (required by tests) * d/streamlink.manpages: update manpage build location -- Alexis Murzeau Fri, 26 Mar 2021 23:09:46 +0100 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904

Bug#992018: RFS: streamlink/2.3.0-1~exp1 -- CLI for extracting video streams from various websites to a video player

2021-08-08 Thread Alexis Murzeau
rearrange dependencies and remove python3-mock * d/rules: fix dh_python3 mapping of python3-requests dependency -- Alexis Murzeau Mon, 09 Aug 2021 00:52:33 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenP

Bug#994852: RFS: streamlink/2.4.0-1 -- CLI for extracting video streams from various websites to a video player

2021-09-21 Thread Alexis Murzeau
thon3-lxml * Bump Standards-Version to 4.6.0 (no changes) * d/tests/check_docs: fix looking for doc-base files by using install-docs * d/tests/check_docs.sh: check for broken symlinks * Merge changes in experimental to unstable -- Alexis Murzeau Tue, 21 Sep 2021 21:35:26 +0200

Bug#1001117: RFS: streamlink/3.0.3-1 -- CLI for extracting video streams from various websites to a video player

2021-12-04 Thread Alexis Murzeau
uence instead of --with argument -- Alexis Murzeau Sat, 04 Dec 2021 18:34:51 +0100 There is a lintian info tag: built-using-field-on-arch-all-package I have chosen to leave everything as-is until this related bug is sorted out: #999785 - built-using-field-on-arch-all-package emitted for non-Go p

Bug#1006825: RFS: streamlink/3.2.0-1 -- CLI for extracting video streams from various websites to a video player

2022-03-05 Thread Alexis Murzeau
d add push to remote * d/rules: add LANG var to have reproducible builds (See #998059) * New upstream version 3.2.0 * d/patches: update patches * lintian-overrides: adjust filter for changelogs -- Alexis Murzeau Sat, 05 Mar 2022 22:55:24 +0100 There is a lintian info tag: built-using-fie

Bug#1006497: RFS: streamlink/3.1.1-1~bpo11+1 -- CLI for extracting video streams from various websites to a video player

2022-02-26 Thread Alexis Murzeau
et/package/streamlink Alternatively, one can download the package with dget using this command: dget -x https://mentors.debian.net/debian/pool/main/s/streamlink/streamlink_3.1.1-1~bpo11+1.dsc Differences from testing package (3.1.1-1): * None Regards, -- Alexis Murzeau PGP: B7E6 0EBB

Bug#1006338: RFS: streamlink/3.1.1-1 -- CLI for extracting video streams from various websites to a video player

2022-02-23 Thread Alexis Murzeau
changelog and XML test payload * d/copyright: update years to 2022 -- Alexis Murzeau Mon, 21 Feb 2022 23:20:14 +0100 There is a lintian info tag: built-using-field-on-arch-all-package I have chosen to leave everything as-is until this related bug is sorted out: #999785 - built-using-field-o

Bug#1008058: RFS: streamlink/3.2.0-1~bpo11+1 -- CLI for extracting video streams from various websites to a video player

2022-03-21 Thread Alexis Murzeau
s; urgency=medium * Rebuild for bullseye-backports. * Update changelog for 3.1.1-1~bpo11+1 release -- Alexis Murzeau Mon, 21 Mar 2022 16:18:02 +0100 streamlink (3.2.0-1) unstable; urgency=medium * d/README.source: update with basic instructions * d/README.source: fix gbp tag an

Bug#1054554: RFS: streamlink/6.3.0-1 -- CLI for extracting video streams from various websites to a video player

2023-10-25 Thread Alexis Murzeau
* d/README: update backport instructions * d/README: update readme for building backported package * New upstream version 6.3.0 * d/patches: remove now unneeded patch that was removing versioningit -- Alexis Murzeau Wed, 25 Oct 2023 21:37:25 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB

Bug#1055313: RFS: streamlink/6.3.1-1~bpo12+1 -- CLI for extracting video streams from various websites to a video player

2023-11-03 Thread Alexis Murzeau
pendencies on bookworm. Changes since the previous backported version in bookworm: streamlink (6.3.1-1~bpo12+1) bookworm-backports; urgency=medium * Rebuild for bookworm-backports. -- Alexis Murzeau Fri, 03 Nov 2023 23:19:55 +0100 streamlink (6.3.1-1) unstable; urgency=medium * New upstre

Bug#1055014: RFS: streamlink/6.3.1-1 -- CLI for extracting video streams from various websites to a video player

2023-10-29 Thread Alexis Murzeau
w upstream version 6.3.1 -- Alexis Murzeau Sun, 29 Oct 2023 10:28:08 +0100 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F |

Bug#1052563: RFS: streamlink/6.2.0-1~bpo12+1 -- CLI for extracting video streams from various websites to a video player

2023-09-24 Thread Alexis Murzeau
oc package because of missing dependencies on bookworm. * d/patches: remove webbrowser tests which require pytest-trio which is not available on bookworm. -- Alexis Murzeau Fri, 22 Sep 2023 00:02:09 +0200 streamlink (6.2.0-1) unstable; urgency=medium * New upstream version 6.2.0 *

Bug#1052422: RFS: streamlink/6.2.0-1 -- CLI for extracting video streams from various websites to a video player

2023-09-21 Thread Alexis Murzeau
m * New upstream version 6.2.0 * d/patches: update patches -- Alexis Murzeau Thu, 21 Sep 2023 19:54:32 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F

Bug#1053680: RFS: streamlink/6.2.1-1~bpo12+1 -- CLI for extracting video streams from various websites to a video player

2023-10-08 Thread Alexis Murzeau
ests which require pytest-trio which is not available on bookworm. Changes since the previous backported version in bookworm: streamlink (6.2.1-1~bpo12+1) bookworm-backports; urgency=medium * Rebuild for bookworm-backports. -- Alexis Murzeau Wed, 04 Oct 2023 22:57:03 +0200 streamlin

Bug#1053680: RFS: streamlink/6.2.1-1~bpo12+1 -- CLI for extracting video streams from various websites to a video player

2023-10-09 Thread Alexis Murzeau
in bookworm: streamlink (6.2.1-1~bpo12+1) bookworm-backports; urgency=medium * Rebuild for bookworm-backports. * d/control,patches: revert "remove webbrowser tests" as python3-pytest-trio is now available in bookworm-backports. -- Alexis Murzeau Mon, 09 Oct 2023 10:26:12 +0200 streaml

Bug#1053479: RFS: streamlink/6.2.1-1 -- CLI for extracting video streams from various websites to a video player

2023-10-04 Thread Alexis Murzeau
m * New upstream version 6.2.1 * d/patches: update patches -- Alexis Murzeau Thu, 21 Sep 2023 19:54:32 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F OpenPGP_0xE7BD1904F480937F.asc Description: OpenPGP public key OpenPGP_signature.asc Descriptio

Bug#1050204: RFS: streamlink/6.1.0-1 -- CLI for extracting video streams from various websites to a video player

2023-08-21 Thread Alexis Murzeau
-- Alexis Murzeau Sun, 20 Aug 2023 12:12:58 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F OpenPGP_0xE7BD1904F480937F.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature

Bug#1011171: RFS: streamlink/4.0.1-1~bpo11+1 -- CLI for extracting video streams from various websites to a video player

2022-05-17 Thread Alexis Murzeau
s; urgency=medium * Rebuild for bullseye-backports. * d/salsa-ci.yml: run CI for bullseye-backports -- Alexis Murzeau Tue, 17 May 2022 22:03:03 +0200 streamlink (4.0.1-1) unstable; urgency=medium * New upstream version 4.0.1 * d/patches: update patches * switch to pyproject build *

Bug#1014701: RFS: streamlink/4.2.0-1 -- CLI for extracting video streams from various websites to a video player

2022-07-10 Thread Alexis Murzeau
d/control: update dependencies * d/README.source: update build command * d/s/lintian-overrides: update with new format * Bump Standards-Version to 4.6.1 (no changes) -- Alexis Murzeau Sun, 10 Jul 2022 16:20:13 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904

Bug#1012542: RFS: streamlink/4.1.0-1 -- CLI for extracting video streams from various websites to a video player

2022-06-08 Thread Alexis Murzeau
sion 4.1.0 * Update patches -- Alexis Murzeau Wed, 08 Jun 2022 23:38:11 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Bug#1015143: RFS: streamlink/4.2.0-1~bpo11+1 -- CLI for extracting video streams from various websites to a video player

2022-07-16 Thread Alexis Murzeau
s; urgency=medium * Rebuild for bullseye-backports. * d/patches,d/control: fix build with older dependencies -- Alexis Murzeau Sat, 16 Jul 2022 17:12:12 +0200 streamlink (4.2.0-1) unstable; urgency=medium * New upstream version 4.2.0 * d/patches: update and rename to default names *

Bug#1010642: RFS: streamlink/4.0.1-1 -- CLI for extracting video streams from various websites to a video player

2022-05-09 Thread Alexis Murzeau
Control: tags -1 - moreinfo Hi, Thanks for your review :) Le 07/05/2022 à 18:59, Jeroen Ploemen a écrit : > Control: tags -1 moreinfo > > On Thu, 5 May 2022 23:34:43 +0200 > Alexis Murzeau wrote: > >> I am looking for a sponsor for my package streamlink for

Bug#1010642: RFS: streamlink/4.0.1-1 -- CLI for extracting video streams from various websites to a video player

2022-05-05 Thread Alexis Murzeau
uild * d/patches: remove dependency on versioningit -- Alexis Murzeau Thu, 05 May 2022 23:02:52 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Bug#1018062: RFS: streamlink/4.3.0-1 -- CLI for extracting video streams from various websites to a video player

2022-08-24 Thread Alexis Murzeau
he package with dget using this command: dget -x https://mentors.debian.net/debian/pool/main/s/streamlink/streamlink_4.3.0-1.dsc Changes since the last upload to unstable: streamlink (4.3.0-1) unstable; urgency=medium * New upstream version 4.3.0 * Update patches -- Alexis Murzeau W

Bug#1020231: RFS: streamlink/5.0.0-1 -- CLI for extracting video streams from various websites to a video player

2022-09-18 Thread Alexis Murzeau
es: update patches * d/rules: disable internet access when building package -- Alexis Murzeau Sun, 18 Sep 2022 16:22:45 +0200 Regards, -- Alexis Murzeau PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F signature.asc Description: OpenPGP digital signature

Bug#1020644: RFS: streamlink/5.0.1-1 -- CLI for extracting video streams from various websites to a video player

2022-09-24 Thread Alexis Murzeau
he package with dget using this command: dget -x https://mentors.debian.net/debian/pool/main/s/streamlink/streamlink_5.0.1-1.dsc Changes since the last upload to unstable: streamlink (5.0.1-1) unstable; urgency=medium * New upstream version 5.0.1 * d/patches: update patches -- Alexis Mur

Bug#1021072: RFS: streamlink/5.0.1-1~bpo11+1 -- CLI for extracting video streams from various websites to a video player

2022-10-01 Thread Alexis Murzeau
s; urgency=medium * Rebuild for bullseye-backports. -- Alexis Murzeau Sat, 24 Sep 2022 20:10:28 +0200 streamlink (5.0.1-1) unstable; urgency=medium * New upstream version 5.0.1 * d/patches: update patches -- Alexis Murzeau Sat, 24 Sep 2022 18:58:43 +0200 streamlink (5.0.0-1) unstabl

Bug#1026358: RFS: streamlink/5.1.2-1 -- CLI for extracting video streams from various websites to a video player

2022-12-22 Thread Alexis Murzeau
Hi, On 22/12/2022 16:30, Adam Borowski wrote: On Mon, Dec 19, 2022 at 01:19:03AM +0100, Alexis Murzeau wrote: streamlink (5.1.2-1) unstable; urgency=medium * New upstream version 5.1.2 * d/README.source: update instructions * d/streamlink.{install,manpages}: update completion

  1   2   >