Re: 64-bit time_t transition for 32-bit archs: a proposal

2023-06-06 Thread Alexis Murzeau

Hi,

On 06/06/2023 12:45, Simon McVittie wrote:

2. i386 as a multiarch foreign architecture to run legacy binaries on
modern x86_64 systems
2a. legacy native Linux i386 binaries
2b. legacy Windows i386 binaries via Wine (which requires a somewhat
complete i386 Linux library stack)



Windows already uses 64 bits time_t on i386 since Visual Studio 2005,
unless _USE_32BIT_TIME_T is defined ([msvcrt-time]), and even if it is
defined, Wine implementation of 32 bits time() will not use Linux' time_t.

So I'm not sure Windows i386 binaries will be affected by a Linux-side change of
time_t, unless you think about something else.


For the same reason, this line in the wiki [wiki] may not be true:
32-bit wine (i386 only). This does not make much sense with 64-bit time. It's whole purpose is to run old i386-ABI binaries. The ABI for this arch (and thus wine-32) should not change. 




Also, as said in this interesting Wine-devel thread about i386 
[wine-devel-32bits]:

Many 64-bit applications still use either a 32-bit installer or some
32-bit components. In comparison 64-bit Windows will support 32-bit
(probably) forever.


And even if newer Wine versions supports WoW (32 bits Windows on 64 bits
within the same Wine prefix), 64 bit Wine still require 32 bits Linux
libraries to run 32 bits Windows programs.

This means that Wine will probably require 32 bits Linux libraries for
probably a long time and not only for legacy Windows binaries.



[msvcrt-time]
 - https://sources.debian.org/src/wine/8.0~repack-4/include/msvcrt/time.h/#L92
 - https://sources.debian.org/src/wine/8.0~repack-4/dlls/msvcrt/time.c/#L781

[wiki] https://wiki.debian.org/ReleaseGoals/64bit-time
[wine-devel-32bits] 
https://www.winehq.org/pipermail/wine-devel/2019-June/147869.html

--
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F|



OpenPGP_signature
Description: OpenPGP digital signature


Re: releasing major library change to unstable without coordination

2021-12-23 Thread Alexis Murzeau
Hi,

Le 23/12/2021 à 14:51, Stéphane Blondon a écrit :
> Le jeu. 23 déc. 2021 à 01:25, Sandro Tosi  a écrit :
> 
>>> rebuild 500 packages takes hardware resources not
>> every dd is expected to have at hand (or pay for, like a cloud
>> account), so until there's a ratt-as-as-service
>> (https://github.com/Debian/ratt) kinda solution available to every DD
> 
> 
> If providing an easy way to rebuild the reverse depencies by DD could solve
> the problem, what blocks us to do it? We could spawn container including
> ratt ; the DD uploads the new package ;  rdepends are built ; compilation
> report is sent to DD ; container is deleted.
> 

Isn't ci.debian.net doing automated builds with experimental version of
dependencies ?

For my package, I'm seeing builds with dependencies from experimental
suite, the latest being openssl 3.0.0-1 [1].

This would mean that just uploading to experimental and let ci.debian.net
do all builds of reverse dependencies would be sufficient, but I'm not
sure whether the FTBFS reports are made automatically.


[1] https://ci.debian.net/packages/s/streamlink/unstable/amd64/

-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F|



signature.asc
Description: OpenPGP digital signature


How to receive a mail on new upstream version

2021-11-21 Thread Alexis Murzeau
Hi,

Is there a way to receive a mail when a new upstream version is released ?

I've subscribed to my package on https://tracker.debian.org but I don't
receive mails for new upstream releases.

Maybe there is other ways ?

-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F|



signature.asc
Description: OpenPGP digital signature


Re: Fixed release dates are hurting quality

2021-02-07 Thread Alexis Murzeau
Le 07/02/2021 à 19:27, Russ Allbery a écrit :
> The more interesting question is what if there simply isn't resources to
> adopt them and maintain them properly.  In that case, are we better off
> with them, or without them?
> 
> I don't think this answer is obvious, but I would lean towards saying
> we're better off with them.
> 

The recent re-upload of xserver-xorg-video-*
drivers is a good example of (maybe) unmaintained but useful packages.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955603

Several xserver-xorg-video-* (like xserver-xorg-video-r128) were
removed by this bug because:
> They are either unmaintained upstream or provide no value to the
> distribution.

But were still being useful for users as shown by these comments on
#955603:
> Please keep these drivers. They work as just fine, and many people
> still use them. They have not been dropped by upstream X.org, and there
> is no reason to drop them from Debian. Without these drivers, it will
> make running Debian desktop on this hardware impossible. One of the
> things that makes Debian great is the backward compatibility. It's very
> sad to see destructive actions like this being taken. Please don't just
> throw away all the work that people have put into these drivers over
> the years, and please don't orphan their users!

Another comment:
> those modules are STILL IN RECENT SERVERS like r128 (rage) and
> openchrome via boards
> 
> proliant hp and DELL ones!


These drivers were reintroduced last friday.

-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F|



signature.asc
Description: OpenPGP digital signature


Re: Making Debian available

2021-01-24 Thread Alexis Murzeau
Le 24/01/2021 à 22:11, Fabrice BAUZAC-STEHLY a écrit :
> Kudos for your very fine summary, Bjørn!
> 
> I don't know if the proposal to place non-free things into the Debian
> installation image will be accepted.  But if it is not, here is another
> proposal that would clearly separate the free from the non-free:
> 
> The installation image remains 100% free.  But at some point the
> installer asks the user if they wish to add another media containing
> software.  Users would then be able to put another CD or USB key (for
> example) containing a bundle of non-free drivers.
> 
> Bundles of non-free drivers would be generated regularly and provided on
> a webpage which clearly indicates the downsides of having non-free
> software installed.  But it could give a clear tutorial on how to copy
> the bundle to a USB key and how to tell the debian-installer to use it.
> 

In fact, I think this already exists as stated here:
https://www.debian.org/releases/stable/amd64/ch06s04.en.html

But the issue is probably just to make it more easy to find for users.

The OP just said:
> I couldn’t install from a net install version because of my wireless
> chipset not being supported directly by Debian.
> The current policy of hiding other versions of Debian is limiting the
> adoption of your OS by people like me who are interested in moving from 
> Windows 10.

It seems all the information and required files to install Debian on
any computer already exists, but is just too hard to find when the user
is trying Debian for the first time.

To me, proposals from Holger Wansing are a step to the right direction:
For example (from "Re: Making Debian available - patch for webwml"
thread):
https://people.debian.org/~holgerw/webwml_non-free-firmware/english/distrib/index.en.html

The added information at the end of the page shows were to find bundle
of non-free firmwares (to put on a dedicated storage for use with free
netinst) and also unofficial installer files bundling these non-free
firmware.

I personally think the main page could have also have a "Other downloads"
link to one of the more complete download pages (like /distrib), so
users not familiar with the wiki can find it one click away.

Maybe I can propose a patch for at least this small link to /distrib

-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F|



signature.asc
Description: OpenPGP digital signature


Re: Making Debian available

2021-01-12 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

For reference, in fact both subjects appeared in the past as #bugs:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=www.debian.org;dist=unstable#_0_0_3

document/link to non official images including non-free firmware:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607193

Re-organise the CD / download pages to make them more useful:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819664


- -- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F|
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEylfM0qe98o7UCRlrC5n5Lou0ZU0FAl/+A+sACgkQC5n5Lou0
ZU1OyhAAxrKmy9EfSPc6yPXD2+Mx90QEJP3jWm0ZcW109ffe6kUfy4j7mwKambf3
E/vw5RvLu9lEKk5/y3fznLINKbejWCqepHkwnPr7qPU+q9zN4E6y9GnvEX9ZU9/4
AFy+nkFIArBkUPbFervBeq53IkTjVFHCAoH4ouzMuEnDeVi7h+hSXpbju3vv7wKv
BzPIW+3UPTLk3TY1dgB+9cAdcjCVtrHV1dTNU4nIMB6XMNZmtsxmCHuplDBJQ81t
9TXHgglhabqEsxgc+bkg989uAeC2CmxE+UVzN52YbAHMO0jhzcDU/4ToPhRcpoRb
1D3nEHUimRhxJ2G9LtGUqIuplLfI7UjValTZaalRt3lgaYdG4Ya+aBA9ZqlXv6ux
SsY8AUCj6JVIyu2Ghkrh91D35PDaUdJ87DSfz8Bo5axcH8OoPwKvYn1Op8LcR+HR
vkG2voXMjMlj/KnU8SZVS4k/W3cVkeRo8RKwkGJHSsblLe10yH+eKeWG580n0wgx
PnHxDX7UVV3n5TGbsq5dCa8rVpsdQSojDpiGf+6sltzGEAfqmFSQcsQL9Blzlj9Z
NEwo/yOFRrDx5uf9sWzktMPRnAZCvCCTQqjQGHANdAWi74aAyyrb0yFSsvt4qIIo
s0mmgR0yrT348m/z1RPEnJ2136wUZSkP2KMjJatJhe+f1vETOdk=
=wFnA
-END PGP SIGNATURE-



Re: Making Debian available

2021-01-12 Thread Alexis Murzeau
Hi,

Le 12/01/2021 à 17:14, Sven Joachim a écrit :
> On 2021-01-12 16:36 +0100, Geert Stappers wrote:
> 
>> On Tue, Jan 12, 2021 at 02:48:22PM +, Dan Pal wrote:
>>> Hello Debian Developers,
>>
>> Hello World,
>>
>>  
>>> I am writing to you from my Debian-Buster 10.6 laptop – that used
>>> to be a Windows 10 laptop. I would not be using Debian at all except I
>>> was able to find a dvd version at debian.org to install. I couldn’t
>>> install from a net install version because of my wireless chipset not
>>> being supported directly by Debian. The current policy of hiding other
>>> versions of Debian is limiting the adoption of your OS by people like
>>> me who are interested in moving from Windows 10.
>>
>> Seen the "I think it could be better", not yet seen the "how"
>>
>>  
>> Please elaborate the improvement.
> 
> Provide a way to discover the working netinst with non-free firmware,
> right now it seems to be impossible to find.
> 
> The official netinst image advertised on the homepage is for servers and
> virtual machines only.  How is an average user of Windows or even other
> GNU/Linux distributions supposed to know that official Debian images do
> not offer network access during installation on desktops and laptops?
> 
> Cheers,
>Sven
> 

Maybe by adding a "Other" link under the big Download link pointing to other 
places ?

For example see attachment with "Other architectures and options" linking to:
https://www.debian.org/distrib/

And maybe add a link from https://www.debian.org/distrib/ to
images with non-free firmwares


-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F|


Re: Salsa OIDC logins for debtags.debian.org

2021-01-10 Thread Alexis Murzeau
Hi,

Le 10/01/2021 à 22:45, Enrico Zini a écrit :
> Hello,
> 
> I've enabled Salsa OIDC logins for debtags.debian.org.


Thanks, I could login with Salsa and set debtags for my package :)


-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F|



signature.asc
Description: OpenPGP digital signature


Re: CITL Releasing 7000 defects/vulnerabilities

2020-11-01 Thread Alexis Murzeau
Hi,

Le 01/11/2020 à 14:14, Ole Streicher a écrit :
> Hi all,
> 
> I just stumbled upon the following web page:
> 
> https://cyber-itl.org/2020/10/28/citl-7000-defects.html
> 
> They claim to have found ~7000 defects in Ubuntu packages (a number of
> those are maintained by me).
> 
> Does anyone have more information about this? Or did I miss a discussion
> here about this?

I don't have any information about this, but maybe try to contact them as 
written
on their website:

- quote -
How do I get in touch to get the information?

cont...@cyber-itl.org
Subject: APT-REPOSITORY DEFECT REQUEST for ${XXX}

Please include your return e-mail and some way that easily shows you are 
associated with the package. We will then respond with reproduction 
information, tools and data that might be needed to identify the defects.
-- end quote -----

> 
> Best
> 
> Ole
> 


-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F|



signature.asc
Description: OpenPGP digital signature


Re: Trying to get in touch with Sam Hocevar [MIA]

2020-08-24 Thread Alexis Murzeau
Hi,

Le 24/08/2020 à 15:17, Samuel Thibault a écrit :
> Sudip Mukherjee, le lun. 24 août 2020 14:09:21 +0100, a ecrit:
>> On Mon, Aug 24, 2020 at 1:50 PM Holger Levsen  wrote:
>>>
>>> On Mon, Aug 24, 2020 at 12:21:25PM +0100, Sudip Mukherjee wrote:
>>>> If the maintainer is truly unavailable [...]
>>>
>>> well, yes, but here someone hasn't replied to an email within 7 days...
>>
>> Thats why the "if" in my reply. :)
>>
>> And besides, looking at
>> https://github.com/troglobit/editline/issues/42#issuecomment-674494039
>> it seems its more than 7 days.
> 
> I have mails in my mbox that are 9 years old.
> 
> Yes, I still indend to address them some day, it does happen from times
> to times that I dig back that long in the past.
> 
> Samuel
> 

While 7 days in summer is rather small (some may have a month in
vacation),
you can have something in your TODO list for 9 years, but
still reply to anyone asking a mail just saying something like:
 - "I'm still here but this is on my TODO list / I'm working on it",
 - or "I don't have enough time nowadays, you can take over the package
   if you want"
just to show you are present and reading mails (even if not
processing the underlying work they ask for).

-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F|



signature.asc
Description: OpenPGP digital signature


Why Vcs-* fields are not at least recommended ?

2020-08-18 Thread Alexis Murzeau
Hi,


I'm wondering why Vcs-* fields in debian/control (Vcs-Browser and/or Vcs-)
are not recommended (or maybe even strongly recommended) ? (I mean here that I 
think
having Vcs-* fields should be recommended for active packages)


There is no lintian tag for missing Vcs-* fields (not even a low severity one,
but I don't know if it's because of lack of interest or because of the policy).

Maybe the fact that we still have the package' source tarballs for each
released version is enough, but this loose the VCS history and ongoing work in
case someone else wants to contribute too.

I acknowledge that previously, packages might not have been developed using
a VCS as said in the policy. But I think now most packages have a VCS where
it is developed.


Also, I see some orphaned packages in the QA group now actively maintained
without VCS, which seems counterproductive if someone else wants to contribute
too.
In that case, this would be almost like a NMU I guess, but against an
"non official maintainer" with manual merges (or lost changes).

Or maybe orphaned package with QA upload are not supposed to be always
collaboratively maintained ? (I'm new to these concepts, but to me the
response to this should be "no").


What do you think about actively developed packages without Vcs-* fields ?


-
Note: I've checked if it was already discussed before on -devel or -policy but 
did
not find anything relevant for this exact subject.
If there is still something somewhere, I would be happy to read it :)

-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F



signature.asc
Description: OpenPGP digital signature


Re: FTP Team -- call for volunteers

2020-03-15 Thread Alexis Murzeau
Le 15/03/2020 à 19:59, Salvo Tomaselli a écrit :
> If you think about it, even if you connect with ssh and use vim or
> whatever remotely, the content of the files are reaching your screen,
> so are being distributed anyway. Might as well just download them no?
> 
I'm not a lawyer, but I'm thinking of this:

If it's just about legal risk, couldn't the responsibility of the right to 
redistribute of the uploaded software be moved on the uploader instead ?
So the uploader takes the responsibility of any redistribution of the uploaded 
software by Debian itself, the same way if he would have uploaded it to a 
social media are whatever.

That way, the legal responsibility burden is distributed on many peoples 
instead of a small number.
If one is not sure that the software is distributable, he can mail the upstream 
maintainers for a clue.

-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F



signature.asc
Description: OpenPGP digital signature


Re: spammer closing bug report

2020-03-02 Thread Alexis Murzeau
Hi,

> Most likely it has been BCC'ed, that's what spammers like to do when
> they send the same mail to thousands of recipients.
> 

Indeed, this can be seen by clicking on "full text" here in the bug report:
---
Reply sent to nore...@no.com:
You have taken responsibility. (Mon, 02 Mar 2020 14:00:05 GMT) (full
text, mbox, link).
---

Then on Message part 3 here (which is the original message sent by the
spammer):
---
[Message part 3 (message/rfc822, inline)]
---

The first line contains 492400-done, so it was in Bcc:
---
Received: (at 492400-done) by bugs.debian.org; 2 Mar 2020 13:56:49 +0000
---


-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F



signature.asc
Description: OpenPGP digital signature


Accepted streamlink 1.3.0+dfsg-1 (source) into unstable

2019-11-27 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Nov 2019 20:09:58 +0100
Source: streamlink
Architecture: source
Version: 1.3.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Alexis Murzeau 
Changed-By: Alexis Murzeau 
Changes:
 streamlink (1.3.0+dfsg-1) unstable; urgency=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
Checksums-Sha1:
 a00d82c1f0c79060105ab38377613a709655d3a3 2535 streamlink_1.3.0+dfsg-1.dsc
 eb9b4d9bfd2dec0a2473ebd446e81064c7a054ee 334992 
streamlink_1.3.0+dfsg.orig.tar.xz
 34195ce3b5e0dde22c2eaed26fc0bb0eda073460 13292 
streamlink_1.3.0+dfsg-1.debian.tar.xz
 0b8142e40adc00f9dc7e87abd0488b674cb89b7a 6326 
streamlink_1.3.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 da82456199205bc0a8aff0f912961a45b545314ca82de90dd3f854d21fe6294a 2535 
streamlink_1.3.0+dfsg-1.dsc
 74cfff3e790d397eb79cc1573d90a671cd7ae95500510d86efd813ed1b5c16e0 334992 
streamlink_1.3.0+dfsg.orig.tar.xz
 95875ad41670e3034ec705bb8b410cb3c2f3985cff96ecb6831770fca28ab8e0 13292 
streamlink_1.3.0+dfsg-1.debian.tar.xz
 5dfbf7a21fdeb5326938322cd765f4ec63a676ace6dd3b87d1de6f3621d26106 6326 
streamlink_1.3.0+dfsg-1_source.buildinfo
Files:
 665531ed9bd2d51f2f28539792c98276 2535 python optional 
streamlink_1.3.0+dfsg-1.dsc
 bae5ea1a94385ee0ba82b47b8aa724af 334992 python optional 
streamlink_1.3.0+dfsg.orig.tar.xz
 41189879f1e407091ad5aab489bc66d5 13292 python optional 
streamlink_1.3.0+dfsg-1.debian.tar.xz
 91942ee8b9293dfa843c670ce31dfe57 6326 python optional 
streamlink_1.3.0+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl3fLJwACgkQweDZLphv
fH76oxAA9HRRSrdzTZjuI7WeogXvSusS/y3p+2HWFG0Y45Honz5enMKGGsAirpfN
jOpiV+ykCieF8s4+BWwpHzudWXf2oqHmKbrNClEd/E1SVNPj5u6D3NQlZSZkQ92u
4pjUiyfaTrsQyO28/kzZ+Xnaqc/f97kANkFhM1QTfUEyceFXCFg0ZcI6QznQJKIr
vPYqhQ3IvL5afBYb3MGJuWBFNc8XWYDZ6w5w+EO/fxOJW3mWSF/+DuVH8S9kytGj
ncCXpBTwdG0VpvxUeDJrP3xmnJ3iPBX2GgsaDWv78CDUilxQv2UZvcZCh2ZqgVau
ZYRqDDhJSFdchgOqrBBtAoK1wev4CTuyWQMqDJaxJeLpdMkryCdKO+wWT6gverDc
BsU0bJSzTW+Bb7pkAH4K0RqoCbiMHSuwnMDc57LAejnzd8jQW2gFOoxqBi2koT6G
TRS4s9sDaoYD2SjsvG1PgNA2Dgn+QG0DlkfyNKZ+eSgFI+VPYq4sdgixDtNkEz4G
OEiQPItTypOmSpYOqS1GISvjEpUe/cbbmJi0hC9U+tih0HwUgw5GTlTCmjV614sH
OYpXCQTh+xgXVRLBpqrworBcRTWbqrbir/RI2TawcxdDiI/+qi9U/VPkN6yZt9CV
LT+873/tlGgMkodVLL02KBfh7aDnj2xuDUqTgh5DodPdTmbpIaE=
=lE0u
-END PGP SIGNATURE-



Re: Git Packaging Round 2: SHOULD Not or MUSt NOT Github

2019-09-14 Thread Alexis Murzeau



On September 15, 2019 1:20:38 AM GMT+02:00, Scott Kitterman 
 wrote: 
>> Besides this, there's something else I don't understand. How much
>effort
>> is it to use a free software based platform? It's not as if Github
>was
>> so much nicer than Gitlab (at least not anymore). What is it that
>people
>> hate about Gitlab so much, that they feel like they must use some
>> non-free platform, even if they know some of us will hate it?
>
>I don't know.  I don't use GitHub except as needed to support
>collaboration 
>with others that use it.  I think that 7% is too large a number just to
>assume 
>there's not a reason.

Speaking for myself, I'm currently using github as git repository for 
streamlink because salsa wasn't there when I started its packaging, and I was 
already familiar with it.
I could have swithed over to salsa before but didn't. For sure, I don't mind 
about switching now and probably will do.
I consider salsa as a comparable alternative to github functionality wise now, 
with the benefit that the git repo used for package development being internal 
to debian (in constrast to lost VCS of old packages that got lost)

Now that there is salsa, I guess many package could move to it.

Maybe a reason to use github, is travis.ci that can be used with github only 
IIRC. But I'm not using that functionality with debian package repository 
anymore in my case. Salsa gitlab's CI can be an alternative but for me debci is 
sufficient. and I run sbuild before pushing/releasing a version.

-- 
Alexis Murzeau



Re: Consensus Call: Git Packaging Round 1

2019-09-01 Thread Alexis Murzeau
Le 01/09/2019 à 19:15, Bernd Zeimetz a écrit :
> 
> 
> On 9/1/19 6:41 PM, Alexis Murzeau wrote:
>> I find both arguments quite valid:
>> - The BTS is more future proof, stuff on it will probably last longer
>> than whatever is on Salsa currently.
> 
> Why? There is no real reason to remove MRs or bug reports in salsa after
> some time.

Because BTS is running and keeping history from 1996 at least, and Salsa
is far younger than that. It may last for many years more, but given its
code complexity (compared to the BTS), it might be replaced by something
else later the same way Alioth base on FusionForge got replaced with
Salsa with gitlab.

ATM, its just a matter of probabilities, but still. In 20 years, maybe
the way we work will change again and maybe gitlab will be outdated.

But I clearly agree that as of now, gitlab seems to be perfectly good.
It's just than stuff appear and disappear rather fast when looking at it
on the range of several decades. Gitlab was born just 8 years ago.

Gitlab can be forked if needed, but I'm not sure maintaining a fork of
Gitlab for Debian own use would be feasible.

Maybe we should just accept to leave some bug history behind and move on.
Linux got jitterbug, bitkeeper and bugzilla.
But on the patch side, it's still just mails but with tools like
https://patchwork.kernel.org/.

I think many project got the reflection of whether to move to newer
tools to handle bugs and/or merge requests.
As I see, this is the case, but the response to this largely depends on
the context.

> 
> That raises one question: is salsa being indexed by crawlers, at least
> bug reports/MRs?

Yes it seems ok, I've just searched for "debian salsa merge_requests"
and it returned me results with merge requests of various projects.
When searching with keywords in the MR, I get merge requests results.
But I'm not sure these results are kept if the underlying page disappear.

> 
> 
>> []
>> I'm myself ok with the BTS but I have to send sometimes more than one
>> mail to control@b.d.o before having the right action on the bug done
>> (mistyped command, wrong syntax, bad bug status when merging bugs, ...).
>> So it is not as easy to use as a graphical interface.
>> Maybe I should just use command line tools instead of plain mails :)
> 
> Exactly. It is unnecessary hard for our uses to use the interface.
> 
> From my own experience: since I have my bigger packages (like
> open-vm-tools, gpsd...) on github/salsa, I've started to get *a lot*
> more pull requests than I got patches in the bts on all of my packages.
> Also it is much more easy to review pull/merge requests - I even do it
> on the mobile phone sometimes - and merge them if possible.
> 
> 

I think github and the like got popular because of these tracking
features and collaboration tools like forks and pull/merge requests.

And also automatic stuff like automatic CI run on every MR, test
coverage diff and the like. Not all are applicable to Debian but still.
I think this makes contributing easier for many users that don't use
mails that much beside administrative/legal stuff.


I think that:
- easier way to submit bugs (without patch) can cause just more work to
maintainers (which might not be really that better in the end if a
maintainer is already somewhat busy)
- easier way to submit patches can help users help more often
maintainers even if a package has not the help flag set. It's just up to
the maintainer to accept or not the patch (really, the merge request in
gitlab)



But as I see by re-reading other mails, is that there are some people
that are better with the current way to handle patch (via mail and BTS)
and others that prefer merge requests.

I'm not sure it's possible for one to convince someone else about that.
Letting maintainer allow the merge request feature seems a good way to
me to actually "test" if that feature is really good.


As a technical tool, maybe a gitlab webhook can help to make people of
different though about patch workflow (mail vs MR) work together with
less friction.
As I said, not sure if this is possible or even that good, it might be
just a "spam" tool.
But it seems not possible to use a global gitlab instance webhook ATM.


-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F



signature.asc
Description: OpenPGP digital signature


Re: Consensus Call: Git Packaging Round 1

2019-09-01 Thread Alexis Murzeau
Le 01/09/2019 à 11:02, Bernd Zeimetz a écrit :
> 
> 
> On 8/27/19 5:52 PM, Alf Gaida wrote:
>> Nicer would be "lowest common nominator" but "stone age" describe the
>> process of sending patches via BTS very well. Upps, sorry, not only the
>> process, but the BTS also. 
> 
> Exactly. Working with the BTS is a waste of time compared to github or
> gitlab workflows. I really appreciate to get bug reports and (mainly)
> pull requests on my Debian work on salsa or github, as it is much faster
> to discuss them and merge when ready.
> 

I find both arguments quite valid:
- The BTS is more future proof, stuff on it will probably last longer
than whatever is on Salsa currently. There are bugs in the BTS still
available to readers from 1996 like #4000.

But 20 years old bugs might not be as useful to keep as not so old bugs.

I don't know all uses cases that one can have when searching and reading
old bugs, one might be to have an answer to "why program X is doing Y".

Still, at work I already found me failing to find an answer to that
question because of references to a older bug tracker that were not
available anymore.

- Salsa, more especially gitlab and similar tools, are more intuitive to
the user, and the interface allows to organize information on the
screen, especially for comments on a specific line of a patch or how one
will change bugs metadata (mail with special keywords to control@b.d.o
vs graphical buttons, textboxes and semantic highlighting).

Maybe there can be a global gitlab hook to send notifications to
n...@bugs.debian.org from merge requests that have a "Closes: nnn"
somewhere in the description. I don't know much about feasibility of
this however.

I'm myself ok with the BTS but I have to send sometimes more than one
mail to control@b.d.o before having the right action on the bug done
(mistyped command, wrong syntax, bad bug status when merging bugs, ...).
So it is not as easy to use as a graphical interface.
Maybe I should just use command line tools instead of plain mails :)



-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F



signature.asc
Description: OpenPGP digital signature


Accepted streamlink 1.2.0+dfsg-1 (source) into unstable

2019-08-28 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 23 Aug 2019 19:31:42 +0200
Source: streamlink
Architecture: source
Version: 1.2.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Alexis Murzeau 
Changed-By: Alexis Murzeau 
Changes:
 streamlink (1.2.0+dfsg-1) unstable; urgency=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
Checksums-Sha1:
 6a2f55d5b75ea9fa7a7ce175210199bb499c48b6 2519 streamlink_1.2.0+dfsg-1.dsc
 8c51434f6f6c98b88c553f6bdf16a40b4f5fb02e 329728 
streamlink_1.2.0+dfsg.orig.tar.xz
 53580ef2a445db178088701814e83499dceb0da1 13496 
streamlink_1.2.0+dfsg-1.debian.tar.xz
 8e4b40c3b16e8d3a8998aaa393f8be9a381390fd 6181 
streamlink_1.2.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 f53d44704ef3b9d9cff4cd68247a4d82a026b568ca9f1e6af178fd31358402bb 2519 
streamlink_1.2.0+dfsg-1.dsc
 d3a5a74fa21aa148dfdeca596486926ae4fbf6d343f4ff475cb67b335bff 329728 
streamlink_1.2.0+dfsg.orig.tar.xz
 200d059ee904cb872ec1bed6a5a74d85d726574a73c4f248fcde08122a3445e0 13496 
streamlink_1.2.0+dfsg-1.debian.tar.xz
 4136b9f76169f388aa212391e80cb379228859bf3690b061880fc8d624b27c91 6181 
streamlink_1.2.0+dfsg-1_source.buildinfo
Files:
 258ac59abd82a869438614d551c30dc5 2519 python optional 
streamlink_1.2.0+dfsg-1.dsc
 dbab8ef21c35095849b2b8a00a3bcc73 329728 python optional 
streamlink_1.2.0+dfsg.orig.tar.xz
 4ada1a0f096ab623c1bf0f7d80abadb8 13496 python optional 
streamlink_1.2.0+dfsg-1.debian.tar.xz
 35ad5eb459940dc14ec6bfa0c867f21a 6181 python optional 
streamlink_1.2.0+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl1nGLwACgkQweDZLphv
fH6ITg//dbjmRJOJUThYyhOwlyi5xmmarh5N9/kCPfjRtKJasT2BdssQOyc7Lq+t
TrvJQpZEZ6IOsH56BfYx2c7hed82HU+mIOLoQgHY2fvTvNFsyl3MavNu3w2W4+2D
bMCGo9+DnpbY6227fmke84lxxQRjUA9Mjh2LJcmtRRbyBC/605+k8j5BXzM5DdQT
VKR4Mu1A2q56H3wUD5477X9QhBqMPE0XGW3+sa/vBedy2bC7qhkmmRlU0C2GQaFi
SY0nFC1fGh5pVehHSALECE0iWAvzmZSyUrZObAxCQPRL7R/8MUCMqj05oxYJszO/
4uR3Awd46djM18MX7pqmrv4uHOHqenDH7lNJCAGd4epAamvVUEMdDkzt1ww/WBTy
/xxTvUhPA+23zqRkIPdnRYC1sG7QawF0e8AHJ/qMCuA4Z/aL5AZ/+/oIk3vSG/dd
IT2ZR5dwcj9Ic9PHCOTdICaYGjLWGn/o92iaEn6D7uH5QBXoyCfcgrKDg9DKpGm9
CukgjYfDQRO9KT+5/kMbJIAJn2gJ4tu39V3ItEFxF4I36qObxOp96sYZ5fFdSd8r
3Ww8mP3K+EmF5OlLgm++48cb0lxnfnKlbm+IGtGB1vI/algKpIJnDOv9GHDGLygl
UF92/rrTosVmlVWVULCvgoULI+HNrs31Evpp3e9ob0IIkgp9gwo=
=4iB2
-END PGP SIGNATURE-



Re: Why keep upstream sources in Git at salsa.d.o?

2019-08-13 Thread Alexis Murzeau
Le 13/08/2019 à 01:17, Daniel Leidert a écrit :
> Am Montag, den 12.08.2019, 19:53 +0200 schrieb Marc Haber:
>> On Sun, 11 Aug 2019 15:03:51 +0200, Daniel Leidert
>>  wrote:
>>> Am Sonntag, den 11.08.2019, 01:55 +0800 schrieb Drew Parsons:
>>>> Upstreams are starting to use git lfs in their git repos.  In some cases 
>>>> the git-lfs references files are retained in the source tarball, not 
>>>> replacing the reference with the actual files.  This happens for 
>>>> instance with github repos (I gather it happens because the tarball is 
>>>> generated with 'git archive' [1]).  An example is the mesh files [2] in 
>>>> pygalmesh 0.4.0 [3].
>>>
>>> What I really don't understand is, why we duplicate upstream files (now
>>> even
>>> really large files) on salsa.d.o. The debian/-only approach (or "overlay"
>>> layout in git-buildpackage) works fine. Salsa CI also works just fine.
>>
>> When I started with mantaining my packages in git, that layout way not
>> yet available. Actually, this was my major beef against git since I
>> had been using this approach happily with svn und svn-buildpackage for
>> years.
>>
>> I haven't heard that a debian/ only repository layout is possible with
>> git-buildpackage before today.
> 
> Works nicely. I keep a file debian/gbp.conf usually with the content
> 
>> [DEFAULT]
>> pristine-tar = false
>> debian-branch = master # or debian/sid
>> verbose = true
>>
>> [buildpackage]
>> overlay = true
> 
> in Git for others; and I use debian/.gitattributes with this content:
> 
>> .gitattributes export-ignore
>> salsa-ci.yml export-ignore
>> gbp.conf export-ignore
> 
> to keep the Debian package clean.
> 
> The default salsa-ci.yml works very well with this too. We use this layout for
> most of our packages in the debichem team. As far as I heard, the KDE team 
> uses
> it too.
> 
> `gbp pq` doesn't work with this layout.
> 
> Regards, Daniel
> 

Hi,

I'm curious about keeping only debian/ in git.
How to build such git repository ?

I've tried one of yours but failed like this:
```
$ gbp clone https://salsa.debian.org/ruby-team/ruby-html-proofer
gbp:info: Cloning from
'https://salsa.debian.org/ruby-team/ruby-html-proofer'
$ cd ruby-html-proofer/
$ gbp buildpackage "--git-builder=sbuild -v -As -d unstable" \
> --git-export-dir=../build-area
gbp:error: upstream/3.11.1 is not a valid treeish
```

I guess I'm missing either a part of git history or just the orig
tarball, but what's the normal way to get it ?

(maybe there is a doc or wiki somewhere about this ?)

-- 
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC  2787 E7BD 1904 F480 937F



signature.asc
Description: OpenPGP digital signature


Accepted streamlink 1.1.1+dfsg-1 (source) into unstable

2019-07-16 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 16 Jul 2019 22:39:58 +0200
Source: streamlink
Architecture: source
Version: 1.1.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Alexis Murzeau 
Changed-By: Alexis Murzeau 
Changes:
 streamlink (1.1.1+dfsg-1) unstable; urgency=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
Checksums-Sha1:
 ac57e160bf5a716a1042fa040b92727ce6cab472 2513 streamlink_1.1.1+dfsg-1.dsc
 29d5abccc7ba21ccf6e4ebd3fde3ba2431907d6b 12040 
streamlink_1.1.1+dfsg-1.debian.tar.xz
 c498fddcdf4f8097fc8de564646534d3c144b959 6313 
streamlink_1.1.1+dfsg-1_source.buildinfo
Checksums-Sha256:
 f903c65d94312ee85bf435ba11a8be121b4ad204a11cd504405db136958bda35 2513 
streamlink_1.1.1+dfsg-1.dsc
 898a02fd1981a035385f3c4c6e58400e0d19aa31e5ac090360e95ed24fbe35b9 12040 
streamlink_1.1.1+dfsg-1.debian.tar.xz
 b9511cd37907dd42bbd66a646bd346b63f3fab4bd852143c18d506dc5645428e 6313 
streamlink_1.1.1+dfsg-1_source.buildinfo
Files:
 b220f28455354b3e4536c3c83155b1c8 2513 python optional 
streamlink_1.1.1+dfsg-1.dsc
 376c202dea77233504f64df6404f53ff 12040 python optional 
streamlink_1.1.1+dfsg-1.debian.tar.xz
 43c31e21470c487a1a848e774ae6c9a2 6313 python optional 
streamlink_1.1.1+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl0uR4EACgkQweDZLphv
fH6fUA//b5flWR8qmno/5h8BtR9pjY0UuwtzVawDgcQoL/v5Jf/1cA5N6eTjBcsa
6/j5HPpaBAZJ68NSzxWGvCju5hZj6DYghpLhfM2JUhr6fiX1KbzQuyAtvYU8T5rX
MLplBpZnTk87vqAsOtCx7A0xs+pMK7Mc4nsBDuvlwB1eq+rDUPaBP8WBfVdos2Im
QKp+jOfHHXkQdFE3K8GNrmO52Lt3IpE6ZdlS4QLruDie5tU48JfOMVjBbF3YmMpz
vzoKvEgaFYkZj9jjip+hisg7bxIXmZXXZWcVgtEmhEWZstSLy2Szx0fBCmOpEc8b
DrSvGoc+uzaQXJ7b3o5Vxt+7U8AGef5kPdeK/aKEZ5Y1N3sNW8EMPWlBE3sFoy8W
DgJPcPpqxorB+DuTRqjO2wOcoXyLWjziAW8fhOkD83Ge2Pt1dxT8bkfZtA0eDTmu
cgHOUqNtfgKSCmHU4Q2fwB9O6GIZqaEwOukoFrfgMoPDNchGjNRY+UFfSNGW62Mq
oxFPcoP5mLmRE9MTkmPvejeRkFWr5k037ia3Sm2GgPeA9I88QoP5/bFHnRFELk6S
ySoTTPwDj6D94xpvcHZcZhYjd9SZn/HLP289WhKPA7qg9Gkq+FOD5WcBIXIPe3u/
j9isq/73T8AAvvfhogkKF5PzEnb7eECP355Zu/8xAA8aAwYJ2s0=
=Ftvr
-END PGP SIGNATURE-



Accepted streamlink 1.1.1+dfsg-1~exp1 (source) into experimental

2019-06-22 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 19 Jun 2019 21:58:59 +0200
Source: streamlink
Architecture: source
Version: 1.1.1+dfsg-1~exp1
Distribution: experimental
Urgency: low
Maintainer: Alexis Murzeau 
Changed-By: Alexis Murzeau 
Changes:
 streamlink (1.1.1+dfsg-1~exp1) experimental; urgency=low
 .
   * New upstream version 1.1.1+dfsg
   * Update patch remove_new_version_check
Checksums-Sha1:
 f231bb6162123ca80cde81e6134b32de2c6b548a 2591 streamlink_1.1.1+dfsg-1~exp1.dsc
 7e605e981d6880cc2a6bcea3ec160a734cbe0669 327436 
streamlink_1.1.1+dfsg.orig.tar.xz
 145e516620261b0d6c9f2e8479529762fa4615f0 12272 
streamlink_1.1.1+dfsg-1~exp1.debian.tar.xz
 9c65cbba758a9328f01290da479208b32d2f0877 6466 
streamlink_1.1.1+dfsg-1~exp1_source.buildinfo
Checksums-Sha256:
 214119e114ee1864e3ce617bd6b7797e7e68cd390864698c2c9ede2b673c8c2a 2591 
streamlink_1.1.1+dfsg-1~exp1.dsc
 96ac486e690f3b994901616cd0b1ff3b3ce6b61b31b36ee8b2999a6154997dfc 327436 
streamlink_1.1.1+dfsg.orig.tar.xz
 8b70d14789726b99534bdd4a4ed0de794c38fb5f5b5e944bdd230378a38c67de 12272 
streamlink_1.1.1+dfsg-1~exp1.debian.tar.xz
 b774e2e269f651785adeeb6fa0ef4bc5b3297ccd0dd7c1dac33b5eaccd9668ab 6466 
streamlink_1.1.1+dfsg-1~exp1_source.buildinfo
Files:
 472b5a877fec291f8fe546f35d9342cf 2591 python optional 
streamlink_1.1.1+dfsg-1~exp1.dsc
 76e1199fe387a69308658954339302dc 327436 python optional 
streamlink_1.1.1+dfsg.orig.tar.xz
 0df89d178fa6893242ab641a361294c4 12272 python optional 
streamlink_1.1.1+dfsg-1~exp1.debian.tar.xz
 d0362589de84eae8105b4648d9123622 6466 python optional 
streamlink_1.1.1+dfsg-1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl0OLosACgkQweDZLphv
fH56nRAAhPIAiZMeVDhVtuJWa2LSHxdsE+2gwZj/IhsNf8meBBGzW4bfiG+9OgIB
HHs9cDblVCXmYK2vSirFoDh3jI7EaqSXS6FHXZZFoZ+VfocG7bqNzyhBPaSmp4mP
eqTiQkUo7C1vyn0hxfrT+KQ8wfQJxf8OFlxeBIGIn06l2hQEQ5Zh8H7swrQ+7wi2
fzcwLZdaCt+rhA200HnWVUtSkX9sw7v41v6aV16+l5ySlZF5zK0MRkBG9PKcrCky
XTGjimyfyYTq/2XMnjrN2szESYPucxZeUWs9ZB9ZOucgFoTc69lGH1ywSmjEMfX8
0BkpaszNq1zGsAZmx29mIdw+Ms5UqfiwGFq9w4nQxdn8w0qXHH0AdbWkwU6APxld
XXvdRnnHxIqpF0UM0wu7XryCuQr3XcBCCWS4LJW0KvMJqJ40CS3UByXbJ5bXTTTk
LUf5HccZpNvJJYUJf623Bcp4RpSpiLohDS/rtbc+mvGnxRCO4JZUQrM7+1u+NsCl
MJKQdrgwb8HbzM6+v5ZT4Obp4IpP7Z4R0MHV33f/QO7d6CbdrH52OxZaO6j4AEnL
rQKXzMwQbHgY2q6d/mDTRddgQDBgYy5jRA4zw6hqFV2vlNyoKkaSAQveFYx3LHpJ
Z+t7H/O/kNq2+0gnN7DrkwSlLfCFVruLKEONJWYl8pDX50O6osA=
=GT+F
-END PGP SIGNATURE-



Accepted aqemu 0.9.2-2.3 (source) into unstable

2019-06-14 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 14 Jun 2019 21:45:46 CEST
Source: aqemu
Binary: 
Architecture: source
Version: 0.9.2-2.3
Distribution: unstable
Urgency: medium
Maintainer: Ignace Mouzannar 
Changed-By: Alexis Murzeau 
Description: 
Changes:
 aqemu (0.9.2-2.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/patches/0002-Remove-VLAN-stuff-QEMU-doesn-t-support-it-anymore.patch
 - Remove "Virtual LAN" references in description texts.
Checksums-Sha256: 
 deecc237e557d79bab01d29f808e1bf244af933aa157eea96b63c00b8a83bbee 2165 
aqemu_0.9.2-2.3.dsc
 0c8daa99ec5b0690240dad9689746e11e77baafaaa909f0691f81745a2d868fa 17936 
aqemu_0.9.2-2.3.debian.tar.xz
 665012a854ba90e5ad59e123944f6c0545526d6abb22cf6d890cc21708b41c4a 11260 
aqemu_0.9.2-2.3_sourceonly.buildinfo
Checksums-Sha1: 
 17b6097f00badfc2471037b3a7025d083bc5ba0c 2165 aqemu_0.9.2-2.3.dsc
 11e1bbeb3c95124d77994fb9270386ac85162506 17936 aqemu_0.9.2-2.3.debian.tar.xz
 17358083badff86bb0ce9d9161b4c0eaeea50d91 11260 
aqemu_0.9.2-2.3_sourceonly.buildinfo
Files: 
 a81a7ca3b13087edd059343908e91ade 2165 x11 optional aqemu_0.9.2-2.3.dsc
 0c89867a6ad15d7053ebd11f0b8b9129 17936 x11 optional 
aqemu_0.9.2-2.3.debian.tar.xz
 c3c149ff5481d7a31b724dd366538e43 11260 - - aqemu_0.9.2-2.3_sourceonly.buildinfo

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAl0D+WpfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaE3w//Y4xNNBd8DBrcUN7oTrE+7nvxVnRM3hktNpmlZDYuUQmTipLId3qyIx60
dlML2iSP8GPwV1Ea2WVrX7i9CvwxVjYv4zsYW1RIGUJY4u5xiVksb/O0WA9zVcJa
hwb0vIa/QBszoj/sZqt5/BLIPFlM6h4t/s7ypOBkWBeOBJdAtbAWCDfbsCDjlXMX
9yv9KfutTJtUWQQiLTbj4MdBOYW182OWauC31p10ju1vzPTJHdUo4LE8SEnc04SR
HnpFi7lxNSJ2XAEWUJPRil+m461Po89xUcacffASe7vT/mVwaq7y2cWcp2vnk6ec
BfrHX9+L2ZvOylUX5N3SxEMj4gQd/Re75Bc6ae5g7Hra2CqDgY6xWJEeSnIpry2M
5lvLagtwa+80e3jjXd7mbqlJAmxml2kC4/8q6NxKL7A9IIo0ehI0v9BjvT1t3sLG
Iwl307T62CBtTa1mW4+EmjlE3AhxjW2aJ/uwK02Xnrdm4UTq7nqf5pKJWiq2rZVq
5pCjhVztESPT5wPwLLL8Hph6aL/5gcFygB0/mJCNHoBSrf16o7NT3ouSrkthtiJu
bcJVme6gQjwjjFO8sUOv/IlBF0964Mm3xEpugj5Y1+cwWLTc5l8g+t6M4YxaFYNX
THxmdLy/U+zfszlUkNpRiP1oWYTtaB+VRmVfk5SxA8o0H2Dd5OU=
=+cnJ
-END PGP SIGNATURE-



Accepted aqemu 0.9.2-2.2 (source amd64) into unstable

2019-05-21 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 17 May 2019 00:55:49 +0200
Source: aqemu
Binary: aqemu aqemu-dbgsym
Architecture: source amd64
Version: 0.9.2-2.2
Distribution: unstable
Urgency: medium
Maintainer: Ignace Mouzannar 
Changed-By: Alexis Murzeau 
Description:
 aqemu  - Qt5 front-end for QEMU and KVM
Closes: 927126
Changes:
 aqemu (0.9.2-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/patches/0002-Remove-VLAN-stuff-QEMU-doesn-t-support-it-anymore.patch
 - Fix "after updating can't open VMs": Remove vlan related options.
 (Closes: #927126)
Checksums-Sha1:
 7c9a8c8617cc5b9e8852ba2cb139ba4b63f7a49c 2064 aqemu_0.9.2-2.2.dsc
 602d9ee7dc41ca1c7c1431b8ab39605342b3f456 17832 aqemu_0.9.2-2.2.debian.tar.xz
 103b107461c65d43d0088385d1c6f4d632760f62 11705904 
aqemu-dbgsym_0.9.2-2.2_amd64.deb
 1f0ba259f8b3469bbe26ce69b5ca1b6ee0023446 2 aqemu_0.9.2-2.2_amd64.buildinfo
 722ad3a08bccbc18148fa577547095c8869ab812 1598492 aqemu_0.9.2-2.2_amd64.deb
Checksums-Sha256:
 1a46033df8e299e7007b8a36c54b96d87a3c665a18a861a8f1fbe5fba1eafa90 2064 
aqemu_0.9.2-2.2.dsc
 87279cbec0e34853f3622777bda49d27f884923b60b03abc9b429032ec212f7e 17832 
aqemu_0.9.2-2.2.debian.tar.xz
 2b340bbf61ad098482096f47dd8a6e3a1f31ac3f04ced6a0a0dc186b9690c52d 11705904 
aqemu-dbgsym_0.9.2-2.2_amd64.deb
 d09c6acb381a5b04bdd14b5e099be9bd90b2764d2d7ec7fda51fbd776f1aaea1 2 
aqemu_0.9.2-2.2_amd64.buildinfo
 1ca5ea19f949d4157ba814263d341da605ead407107d1afe59ed3a0952d340b4 1598492 
aqemu_0.9.2-2.2_amd64.deb
Files:
 065f3bbf2f3ebb33a1d23c383f6f6809 2064 x11 optional aqemu_0.9.2-2.2.dsc
 e6f3bf34e75ad286c69c4b3ee0615e14 17832 x11 optional 
aqemu_0.9.2-2.2.debian.tar.xz
 6fe767a8dbbb756b924619fd06a3f283 11705904 debug optional 
aqemu-dbgsym_0.9.2-2.2_amd64.deb
 ffc6c1f25c5982294f9920dbb478682e 2 x11 optional 
aqemu_0.9.2-2.2_amd64.buildinfo
 0dfcc3f33b6fb4eca18d54a67df1c720 1598492 x11 optional aqemu_0.9.2-2.2_amd64.deb

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE7xPqJqaY/zX9fJAuhj1N8u2cKO8FAlzjmmwUHGFiaGlqaXRo
QGRlYmlhbi5vcmcACgkQhj1N8u2cKO/ZHw//afQKfRb1Nl1MDHYSH9FPSLW8HEdg
sR02cdwkdWZiDYIrALhTbsWmEJh7w0dGnpq1j0T8nlJZEKS25tfyHujx/ntvNFQM
PhsLbLM/bt3qk/NU/hACQksdVSwZo73mHk+qGjxgSk2Vez8SjeHqu+Z3l7BqLk4c
Z1W9XrvWZhH/ROHE9/1bJKaKugFCP6QqUeLIAYaL/g21JLjrIU0klDmnw7aPLYPQ
pa/LNQwZsXSicXSWrJyxcdz/nBbVZegQmcNmpLmc29U5NrDiGNpan04bGhvYJBYE
Vi0G7UVA92NG7cjmKOZXio1eyL+iRJxTENYKA63C3ekvsxJDWSF7OIMMSz3jLyg4
dIoYdKNn9EDo1z18D+qqHl4XwCqtnCF21rSmuqe5ttM1ZaGO0mNbHNKF7utalWZ0
uirNcBc7nAa//gPDORbe7SB2XwloUHr8ovBr2qDOeHQ0XD3e9rjv/SLrw2Q2mg19
XIZ70kSOhoZkTkOIkkjByNqHl5HuylzT2GX+pZgQySdvnFPN6qaS6poAC8KefgQL
G8NnLPUEFyq6MhlUSAWlKsxSL7nI0tEru140iU6s7vYtGg9JWvo3hdyB3PA7nuWr
b/BCAbrK9u6heSScyGu+2if7n4J3HioJ7fsqvHr6lJnWR4wm+Vr8pvIjhUgn7xwJ
yy64r3Hn/pBvyfI=
=lnrq
-END PGP SIGNATURE-



Accepted streamlink 1.0.0+dfsg-1 (source) into unstable

2019-01-31 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 31 Jan 2019 20:09:50 +0100
Source: streamlink
Architecture: source
Version: 1.0.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Alexis Murzeau 
Changed-By: Alexis Murzeau 
Changes:
 streamlink (1.0.0+dfsg-1) unstable; urgency=medium
 .
   * docs: mark Multi-Arch: foreign
   * Update d/copyright years to 2019
   * Bump standard version to 4.3.0, no change required
   * New upstream version 1.0.0+dfsg
   * Update patch remove_new_version_check
   * Update d/README.source to use gbp pq
Checksums-Sha1:
 a6cd30f62e98da41b35c41b6c6a935d65f621705 2571 streamlink_1.0.0+dfsg-1.dsc
 77eea9b6921f8e5f26d65abbb3dcba45244089a0 322628 
streamlink_1.0.0+dfsg.orig.tar.xz
 aec16bf7c828187a2ea85d0faa53c1b432c6ac85 12228 
streamlink_1.0.0+dfsg-1.debian.tar.xz
Checksums-Sha256:
 6ed2690caeaadd59f6952fe9c959e9e816acea05771e0b2e25c19a00f65f3c78 2571 
streamlink_1.0.0+dfsg-1.dsc
 5e77ed0c1a941598079e3c56c7dfcee1fddce417c0f2981ed3fd1b33fd3f7df7 322628 
streamlink_1.0.0+dfsg.orig.tar.xz
 84de9ff09b9d55d8c6a4a5d3191078b5e7e768b7e61e1f4f81ceae26557bd3fb 12228 
streamlink_1.0.0+dfsg-1.debian.tar.xz
Files:
 ae4cf63ca31890bfc53f7853c632a35a 2571 python optional 
streamlink_1.0.0+dfsg-1.dsc
 ef049cb58a182f3665f1fb62553c7f6b 322628 python optional 
streamlink_1.0.0+dfsg.orig.tar.xz
 59962fa95764e716539760b820e64203 12228 python optional 
streamlink_1.0.0+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYQsotVz8/kXqG1Y7MRa6Xp/6aaMFAlxTp5QACgkQMRa6Xp/6
aaMvdRAAqaOmkl6S1P3qc8Qs+weCHNw+Vnmg8wUhokFTZwggjOck+iYX/O5kj3nL
nnTZkdPB4iYTfM7f0vkiPpzZdUsRN8xi9qbwrVzwuCj9bmuR9LnJCyTVDg6hK3g7
o53HZ7Pr2L/ICoBoC6ISaqpyr6+MvE31plRuLONyFU/vLrXleaI7sF7p18RpeUVr
QsqrFLRq8BN6e412jpv+LlgWVHdQppRltryKyuOq9s2OugpjkRypeBaBE9JBYk5e
w+SyE9CPdXaStpQs/K+7Wt7U69qGnRGM/2FymAJCEGsxHVF6gS7vCum1ymlbkSrd
Mb751mNVLtKRwYkOLBw41C3YP3ODT6SGMd3+Ol0WZ8FDlCWP25nAyLXlGRl+DOJT
JtOZCpn8LJTy8FUlzW1mkSUQTMvQNYwDRv/rWkKrvYXhyXbUL44YVrIRxDy6d8uq
20VU1vemA64X3LO2XsKLJmX/AZnR7TVAabjERiBy8xNtuM8Go+8hVQqzWoM03ABl
OMc1xTYh9rXPczj/5ryatEQeUc8kvIDIcGO2NeBp0D5DonUDDvIfVgERGQgHwDTS
/+TSRqez9YgvAdEJV4Gxzcm4CNAS0mVjTtqIk0P/HLqGI3iIiwyAWBjwDgiikyjy
Y+ZxGRw9EUhMtznUJqmihFZUx1Ds12qoGqeW6UANiDGVFhDKr5U=
=JpfH
-END PGP SIGNATURE-



Accepted streamlink 0.14.2+dfsg-1 (source) into unstable

2018-07-01 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Jul 2018 00:48:11 +0200
Source: streamlink
Binary: python3-streamlink python3-streamlink-doc streamlink livestreamer
Architecture: source
Version: 0.14.2+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Alexis Murzeau 
Changed-By: Alexis Murzeau 
Description:
 livestreamer - transitional package - streamlink
 python3-streamlink - Python module for extracting video streams from various 
websites
 python3-streamlink-doc - CLI for extracting video streams from various 
websites (documenta
 streamlink - CLI for extracting video streams from various websites to a video
Changes:
 streamlink (0.14.2+dfsg-1) unstable; urgency=low
 .
   * New upstream version 0.14.2+dfsg
Checksums-Sha1:
 5c7d05e2fa1f196d5651cd8a360405cc8ec7a874 2578 streamlink_0.14.2+dfsg-1.dsc
 60d52e97d8f127b726bc5a03a65f19b932e3f30c 300840 
streamlink_0.14.2+dfsg.orig.tar.xz
 ac8633f660b86329f9eda7cf7254d3c1be108b8a 12004 
streamlink_0.14.2+dfsg-1.debian.tar.xz
 7420abb787f3c1e0a20a5f8c6c9432927b373ab7 9156 
streamlink_0.14.2+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 c84aa84a5c8161685a3be877ceff6d50db28a19b1c58fef8ee411911eba9f595 2578 
streamlink_0.14.2+dfsg-1.dsc
 bf885795aa6ee066d3d1c7282745c7bd7815019afbe897f513830cc28b2bdc39 300840 
streamlink_0.14.2+dfsg.orig.tar.xz
 753b56f10ef6dd48ffbbf742ee3595fcf2a9b2c669bf09413d7bed627db74e2f 12004 
streamlink_0.14.2+dfsg-1.debian.tar.xz
 0a571d40c019ee080311af820e03bb62d6f79f298951a33dec828b14e1da0c6b 9156 
streamlink_0.14.2+dfsg-1_amd64.buildinfo
Files:
 d5fca99f7c2b0cf8b3642b1a409612c3 2578 python optional 
streamlink_0.14.2+dfsg-1.dsc
 332ec670d3621e6e19bf25de53f7fc13 300840 python optional 
streamlink_0.14.2+dfsg.orig.tar.xz
 b7b0b2187041f063bdf14098cd856a2e 12004 python optional 
streamlink_0.14.2+dfsg-1.debian.tar.xz
 3fafff2fe50783b358697c7b872b4f90 9156 python optional 
streamlink_0.14.2+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYQsotVz8/kXqG1Y7MRa6Xp/6aaMFAls5pvYACgkQMRa6Xp/6
aaNLmA/+PtF2piM5+NYBnOK2OxhYIG7yePuQtumOVcapMXabNrihNCnG7n9ocKhG
PHc0VVzxUlt4pGw3749a2PFOBLgee+DZh6fgH+K4VpvHQqyy30okr3I5epuWIEU3
U0jTjuj638q3Z0FkCEnU3o+07EYm+lIxWFNqKsyOb+dh09CyFipWeY4DT6fUDz9j
HYZdxoV87mfaBEIWoYGccr0LLmDPAAd9d/IyYiG3mXfwH21rzZ/dcD1ghBaRtsYu
nLG2UgrOjudbvOvWvMaEg+7YqbLE+tQPMg33xiq0pMUyTUg1pT9NzrpeHuPasmcE
g0HGpi3UIKtsZNUjHH2fvJHdD0nhcM6sbP1M7cYsLd0iPlX2ZQgL8wlbkbAzy8jh
DwyYfhJoyQw1T6pqRsrXgYTtczC+k1OXT90l3Eof26TyZlc8onIoQJ7/00mKzQ3i
0yaAwUzLYr7SHOnUwGu8EXd3B/ZubIcwUeH6zW7tdJpD0qsLKD92mYWr6V14A2os
R2qnwsukNebDWj+crFg2GN862RWL+nX1ld4h8jY2z66thizBHdQY8RPkhERAmcxY
2u1T+qu4CcgpTqP69IkS0MbeQEK0Q7iArewFjZgBQ4YGGl8dh7RByLyQxMALwlax
Lfay4k3yZsd6SuCunkTXLDxsj+3ss0IetMzulXcfBZC8NCVg3FY=
=DaJW
-END PGP SIGNATURE-



Accepted streamlink 0.13.0+dfsg-1 (source) into unstable

2018-06-19 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 12 Jun 2018 23:52:56 +0200
Source: streamlink
Binary: python3-streamlink python3-streamlink-doc streamlink livestreamer
Architecture: source
Version: 0.13.0+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Alexis Murzeau 
Changed-By: Alexis Murzeau 
Description:
 livestreamer - transitional package - streamlink
 python3-streamlink - Python module for extracting video streams from various 
websites
 python3-streamlink-doc - CLI for extracting video streams from various 
websites (documenta
 streamlink - CLI for extracting video streams from various websites to a video
Closes: 898351
Changes:
 streamlink (0.13.0+dfsg-1) unstable; urgency=low
 .
   * Recommends all supported players (Closes: #898351)
   * Update upstream signing key with 0xE3DB9E282E390FA0
   * New upstream version 0.13.0+dfsg
   * Patches changes:
 - Use font-awesome 5 shim
 - Use modernizr.js symlink
 - Fix tests executions by adding missing mpd files
 - Avoid lambda with freezegun to support <= v0.3.9
 - rtlxl plugin: use raw string to fix escape sequences
 - Forwarded new patches to upstream
 - Update patch remove_new_version_check
   * Add new build dependencies freezegun, recommonmark and isodate
   * Update autopkgtests for font files and js symlinks
Checksums-Sha1:
 8f7e5bf41f71ede324b3a07d31be7c7c6343a2ea 2535 streamlink_0.13.0+dfsg-1.dsc
 188f7fb71285faa53440c9e4756834ff16735669 292980 
streamlink_0.13.0+dfsg.orig.tar.xz
 0fbdf445f541fbc4e9b4d7c9f31ae36e6abcc74f 20584 
streamlink_0.13.0+dfsg-1.debian.tar.xz
 bd78f3a60b314d797d1c295be69de22b1afe7e97 9058 
streamlink_0.13.0+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 36acbf01f15a879b56178d89ab61809e1db0511f0cb57ae4bf91e45079d000a3 2535 
streamlink_0.13.0+dfsg-1.dsc
 5e1b241d075059aee2a20a487c10f95e1f2512c28339367dc2959ee3441eef77 292980 
streamlink_0.13.0+dfsg.orig.tar.xz
 25d9c5b56bccbb58202f06c9ee183b8fdb8c40c597bd050876acb17ac7891ac3 20584 
streamlink_0.13.0+dfsg-1.debian.tar.xz
 7b63e70b6b9bcaa0f6d4a98259c5b84c97fd5014395f56f106cfad11fc017e46 9058 
streamlink_0.13.0+dfsg-1_amd64.buildinfo
Files:
 33eb72326a81f4709f5e9406c6247b7f 2535 python optional 
streamlink_0.13.0+dfsg-1.dsc
 fde31facfecf6a5214504971058ca429 292980 python optional 
streamlink_0.13.0+dfsg.orig.tar.xz
 52c71c2b264aef0d990991d63bbb8f5a 20584 python optional 
streamlink_0.13.0+dfsg-1.debian.tar.xz
 8d405cea382dd724e7385183d07fd289 9058 python optional 
streamlink_0.13.0+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYQsotVz8/kXqG1Y7MRa6Xp/6aaMFAlsps9cACgkQMRa6Xp/6
aaN1lhAAltWjirMK4fTbDYdtVYjBLMROjE8aXwadTMTo9TDsnBQoFKqxC7+ljVpO
skeNmppAj8qNwXLUfodG6qf3BX2st40wirqU3XtF2eff9Gqn2Z6Yu9zH7U4m7mJS
Fz0Rle0IZFVcr/ZWnX6Wxd7P1tBMCSlIU81rGUMlp0B4IGpzoBiQPljW4ufmUfA2
AEoncauke7OxFkTz6kTjU8wC+g1k8gLICwbUoz7GBAhEJuvKEArzLAfWeXqu2Rib
5OkDPFJpxKwrS7kXl2go4J4gJIfPEqbXlK48Kjg8+QmaeYdXXfSCgHkOE7gG12sy
JGvKoLZhLJuUy3i91HmxGmhHD/7nsUTVqkuhTtn1KY8m9eXrzH1/82p/E+n/56Pe
3Q8EDZcacO0Lt4dl1Ey3bcV0eOUgCFA1quDv5bCeUvXTnV3sqVMZmjy6ChtW63K6
0sZCJBNZ4Jgxrh8HIsfBa+e2B8/unDrN+fa/dOnFH4s8jMetvHdc2a5TjYgD+djh
9ePCPCBWY3SjvByGQS20OWgYW8JKff8azOPUPVb/4Gm7eBtCCODdFprWE/bJ1G0P
5pcn58LxQlaVvVGWWIpcDtlHfvUCIrZRgHKC9F6kBFBuGfhjWDHHRPb7p6PZ+vT3
nnL64xnzFrRafTB4533wreNTTVdQTvxhv+JsPwfAmutzqxrbopY=
=wiAA
-END PGP SIGNATURE-



Accepted streamlink 0.12.1+dfsg-1 (source) into unstable

2018-05-09 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 10 May 2018 00:45:54 +0200
Source: streamlink
Binary: python3-streamlink python3-streamlink-doc streamlink livestreamer
Architecture: source
Version: 0.12.1+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Alexis Murzeau <amub...@gmail.com>
Changed-By: Alexis Murzeau <amub...@gmail.com>
Description:
 livestreamer - transitional package - streamlink
 python3-streamlink - Python module for extracting video streams from various 
websites
 python3-streamlink-doc - CLI for extracting video streams from various 
websites (documenta
 streamlink - CLI for extracting video streams from various websites to a video
Changes:
 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
Checksums-Sha1:
 73cce06e6f54f458e6762efc6d9cb1a073bcb59e 2458 streamlink_0.12.1+dfsg-1.dsc
 25aa41d69d5c4f04e973a8233bbb1296946f 257424 
streamlink_0.12.1+dfsg.orig.tar.xz
 b13016f641a7a712a8ed82040d833b3551b5f6f6 12496 
streamlink_0.12.1+dfsg-1.debian.tar.xz
 82b283b3f63fdddf8037e1835f699684c106f34a 8849 
streamlink_0.12.1+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 97580d1bba64ab307eaeb3dce4f855440e7ecce4fd6a9a9903f75808b158786f 2458 
streamlink_0.12.1+dfsg-1.dsc
 71a8ec077c081df2ba8cb857c00478315a1aa2f77c03f33eaf6433aa5543b062 257424 
streamlink_0.12.1+dfsg.orig.tar.xz
 dd260b4d38e3c027e1833b56b7402c79829bf64dcb190713e99a35701d0a5bc0 12496 
streamlink_0.12.1+dfsg-1.debian.tar.xz
 49574a3d6f197db121e7f709dabbb200b5e314359760b3153cc3385b6aa9a035 8849 
streamlink_0.12.1+dfsg-1_amd64.buildinfo
Files:
 a0b1b8eec4ee727f85e1e8893af06e1c 2458 python optional 
streamlink_0.12.1+dfsg-1.dsc
 981d973c04b285ce58567b6df0e2c267 257424 python optional 
streamlink_0.12.1+dfsg.orig.tar.xz
 7e88c0ff9185fa05914c40f78308e71a 12496 python optional 
streamlink_0.12.1+dfsg-1.debian.tar.xz
 b396f32ec11d9cdaadb1c0ce01b36cbe 8849 python optional 
streamlink_0.12.1+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYQsotVz8/kXqG1Y7MRa6Xp/6aaMFAlrzqHEACgkQMRa6Xp/6
aaMeWhAAqkkOw5W7IKAR2PAhPMewh5giMOb5YbARJxyidPNTJwtHCn+bAazdSmll
QUuUPPzviRR4tZ4mRdaRKdhksofdzY1qu+U5sRqbAZnGtEISxhXFDE/0lHeeT/Zt
sIiW1VhEjmH38zDwb6axWmtHeSpRQO7eZ0VjO8yg5Ivnf+GJ8YsHCjabzx0xkwKR
40qJuhL30hsRYgO9DGqHXO9tw80Ib1vKkuogHMBIgDoasQTgRvl6BJL0jfz25CA/
BSX6qZ363Fapeojfvj8sdrcS3cKWbcSYByGd483OK2nm9gMX24Xrw+iVJvTfVn53
zQnnyCban0BP7ckhiKWhmiJZF4TWA3sX//fCbUq1aNhl72fJdrN629LBO8wShB5q
ry/iB70at5+13efAtRhNaghwemGI+c3kafe+mDD3z/EfIRjxR8QQIE5LqKcxD/f4
7g3nWGWaMjgJpb/28qujPq2wlJOFUNR4ZGfQ7/5DuA9c4q3hBaw6ga39/MCO3GHV
dcVo2Wy7Chg+SFqjJHlHAuH3XuMXlpE4GU0iM7E82eE0DOAqK7rKG83C8j8sFxAM
xYUN7TTKA8iM+b1X+a4eZaKTo+BM5r5VVZqms8hidO7JWNBZLQ7ERwQXmlr602Ty
VsVw+fESPQZomYL++4Ss68foZ2z4liUfyMv3fCKWybLiq5EJ9f0=
=cIYc
-END PGP SIGNATURE-



Accepted streamlink 0.11.0+dfsg-1 (source) into unstable

2018-03-08 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 09 Mar 2018 00:12:49 +0100
Source: streamlink
Binary: python3-streamlink python3-streamlink-doc streamlink livestreamer
Architecture: source
Version: 0.11.0+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Alexis Murzeau <amub...@gmail.com>
Changed-By: Alexis Murzeau <amub...@gmail.com>
Description:
 livestreamer - transitional package - streamlink
 python3-streamlink - Python module for extracting video streams from various 
websites
 python3-streamlink-doc - CLI for extracting video streams from various 
websites (documenta
 streamlink - CLI for extracting video streams from various websites to a video
Changes:
 streamlink (0.11.0+dfsg-1) unstable; urgency=low
 .
   * Fix comments in d/rules.
   * Use streamlink's own donation page instead of opencollective one.
   * Fix random test failure caused by hexdump output optimization with
  wildcards.
   * Add example directory.
   * New upstream version 0.11.0+dfsg.
   * python3-socks is now required as a build dependency.
Checksums-Sha1:
 88ce0f0ce660614931b2337774b140e458d1ba5c 2450 streamlink_0.11.0+dfsg-1.dsc
 0341dbca6cb2e4cac74e1c262547607a82553127 254724 
streamlink_0.11.0+dfsg.orig.tar.xz
 cda4d4b836eb4d15d398ae3e526137701d7c06ff 12348 
streamlink_0.11.0+dfsg-1.debian.tar.xz
Checksums-Sha256:
 e7ec852bdfa024e5de4419a6ab93932dbb1192fa20bfdcd5aa7472e3760f6ee8 2450 
streamlink_0.11.0+dfsg-1.dsc
 47dff1cbda79b9faac71e92cadfa181f334316fe4bda7309d4fcda7dc67eb975 254724 
streamlink_0.11.0+dfsg.orig.tar.xz
 556130226b010d56fdc13d364e4c3d6fce8eaa70e1c5477c26662adc4ee35c4e 12348 
streamlink_0.11.0+dfsg-1.debian.tar.xz
Files:
 f15562da92b5c9ccd29f435f87a1b8af 2450 python optional 
streamlink_0.11.0+dfsg-1.dsc
 94c3055e9327e6f0d166619addfa8b49 254724 python optional 
streamlink_0.11.0+dfsg.orig.tar.xz
 223fe264fc0106e1d08e6a5cd7a33696 12348 python optional 
streamlink_0.11.0+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYQsotVz8/kXqG1Y7MRa6Xp/6aaMFAlqh7bIACgkQMRa6Xp/6
aaMPFQ/+Lpi3iPGIhMfapz2eiGlYuDLTPclqJfOzI2eSov7CLHFaho1bEtdcvgGV
ameNoWToyJ1GNd7JrN8bi+aR20naH+l8tWxoltfLRPMWX5lcJ9LBFeYNbVNIw2mo
6H+WBN37IB/mZhzmgxO7khvY4Fg86KS/TALJBY7RdB3uTKDjFCwJtBH+Hm9vDYVI
ECTOaN451tbbF+cXRwyMiuXNIh7vb/f904xEShyfhDljBXAkSHotoDoIHzd2tNbk
imw/z/eyyk08rONCJ5YwB5keN/yAum06DekIO/5/r4+xg40Em1M+2qFmwBDNmbdN
MgPHhVhYzACp+Y5X0DvPN2pMtGQq4R90FN1AUEZhXmQPUOOg3iE4gUV/m0oTeyWy
iHxhv0R8SOaI/AXkR7OWvxCHF4MGPUT9w1lX+TajsLnVoo2ARiwG06dXm+XALehT
jaPtUB+r9NCmli162a5ZQJOonuLPsDocerssDxWQFnWfh0iwJo9MQDz2l++9earL
un/a2Gq3Dk7zDZr8E246Pac9U+Rv1UHNcWLFOVt9V5aobGZSpo+G6wWFhKzAXsQg
wenvYv1GBSOBjZngbyYEnBq+fIwhtNVNJTHResS6BF4bpq+ikLbjP6T60FnVZE6c
QRqSWTjSsVVoGoGggqG/mDnV6dsLXIcdVQ6KIBlvL6sW4WLHmLc=
=R3HW
-END PGP SIGNATURE-



Accepted streamlink 0.10.0+dfsg-1 (source) into unstable

2018-01-25 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 23 Jan 2018 23:55:45 +0100
Source: streamlink
Binary: python3-streamlink python3-streamlink-doc streamlink livestreamer
Architecture: source
Version: 0.10.0+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Alexis Murzeau <amub...@gmail.com>
Changed-By: Alexis Murzeau <amub...@gmail.com>
Description:
 livestreamer - transitional package - streamlink
 python3-streamlink - Python module for extracting video streams from various 
websites
 python3-streamlink-doc - CLI for extracting video streams from various 
websites (documenta
 streamlink - CLI for extracting video streams from various websites to a video
Changes:
 streamlink (0.10.0+dfsg-1) unstable; urgency=low
 .
   * Bump standard version to 4.1.3, no change required
   * Bump debhelper compat to 11
   * Add upstream metadata in d/u/metadata
   * Add information about binary packages in d/README.source
   * Add autopkgtest tests running streamlink via cli
   * Remove dh_builddeb 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
Checksums-Sha1:
 a0faea79932af7a2b03a6f1e48d9778a87d7a37e 2435 streamlink_0.10.0+dfsg-1.dsc
 15a9cab155e291cb93bc1d2a16ba6a8a442c038a 254092 
streamlink_0.10.0+dfsg.orig.tar.xz
 4b04b6302d823c88ee5be2621bcd2124caa4b665 11772 
streamlink_0.10.0+dfsg-1.debian.tar.xz
 12ef0e07c447ad5f36ea0406ecff03010b0ec867 8578 
streamlink_0.10.0+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 601b4e900997220c8759e31f31477baed6d854a0a22d603327cc62c4324d5233 2435 
streamlink_0.10.0+dfsg-1.dsc
 b65fb5fb3b3c5c67b620d956c5850b46bb7aa70bbb64dd764e419d4606425fd4 254092 
streamlink_0.10.0+dfsg.orig.tar.xz
 0f1cef10d0dee51948b07a3b03949393015565ee4c11fdd362ca0cbb5f78d8cc 11772 
streamlink_0.10.0+dfsg-1.debian.tar.xz
 e4be56728ec2624e73f28823238e45f76de425707d82aad1148b0b5e9cb1a28c 8578 
streamlink_0.10.0+dfsg-1_amd64.buildinfo
Files:
 5b50c767b5a5e081d17531d413746201 2435 python optional 
streamlink_0.10.0+dfsg-1.dsc
 25def2a7aa2a461e67ae6460fd7dfbc8 254092 python optional 
streamlink_0.10.0+dfsg.orig.tar.xz
 77caadc56c7080f4fbe9892f137b78de 11772 python optional 
streamlink_0.10.0+dfsg-1.debian.tar.xz
 dbdfe98e43d58d8395008940c5bca9b7 8578 python optional 
streamlink_0.10.0+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYQsotVz8/kXqG1Y7MRa6Xp/6aaMFAlppfWIACgkQMRa6Xp/6
aaNArxAAszd2fKx7dFCcuPsZnXVjcKajaprbpWmbD+EsJH4ePJrZOQggkP7LwIDs
Cy4S0Pkzt7IAStuEJoG80cH2vXkQfqmlosQSMlmk4E4nMpvfH7BMe0XX+9NVbWGJ
6F8WU7H+bd/B0WIejwHBDcJuSeFA2Z4hZt4hSa2BYDB2vKkl0T9zyKv52iK47MKC
1I6EuzqdgPudV2IhmG5kV9XNosrl4ftkEInAZb3hUM4cFDFGzdSlxITRpOM2AAlS
lPtm1aKb+khA4dHh6yfHAMrG+mctXN9Fhw0GoDtLb44A5wcUBgSy2YDEa6iSFXay
3yfdFHOuaAafg0VCO5BBc/WtU/l42+yuTFCuuHV9QPVgkyjJL8FBjypjupaEm7Ms
LvQUmifdbURFpOiWLNliBi1H6IF5EjhmsVNPX7EI3UBQAeRIlR1AeubwmA/a+VTH
dgi5IpiGiS1IgdAF+B754+/4ygvoa9Y3bEiua7aHvbYV0fKNkA5amcM8EYyPTiSw
qdN3CS42RX1Qu8H85eChO5ftPyTzm/Hrus0P3viEivZJymMlB4X8YnbippCMS/um
sHRECt8j2adqfxAi9Oys4Va5gE7yjUmn1gHRw0+qukrRZUCwANcxy3GSjOP7CK+0
IYig56621E3vR6vXPxmniKJGuE5QfuqDVqFG6DLrzbj5TYBXOCU=
=NyVN
-END PGP SIGNATURE-



Accepted streamlink 0.9.0+dfsg.2-3 (source all) into unstable, unstable

2018-01-22 Thread Alexis Murzeau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 31 Dec 2017 09:24:01 AWST
Source: streamlink
Binary: python3-streamlink python3-streamlink-doc streamlink livestreamer
Architecture: source all
Version: 0.9.0+dfsg.2-3
Distribution: unstable
Urgency: low
Maintainer: Alexis Murzeau <amub...@gmail.com>
Changed-By: Alexis Murzeau <amub...@gmail.com>
Description:
 livestreamer - transitional package - streamlink
 python3-streamlink - Python module for extracting video streams from various 
websites
 python3-streamlink-doc - CLI for extracting video streams from various 
websites (documenta
 streamlink - CLI for extracting video streams from various websites to a video
Closes: 878029
Changes:
 streamlink (0.9.0+dfsg.2-3) unstable; urgency=low
 .
   * Fix livestreamer description length
 .
 streamlink (0.9.0+dfsg.2-2) 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
 .
 streamlink (0.9.0+dfsg.2-1) unstable; urgency=low
 .
   * Exlude flattr-badge and font-awesome which might not be dfsg-compatible
   * Bump standard version, no change required
   * Remove streaming platform references in description
   * Add fonts-roboto-slab to recommends
   * Add transitional package livestreamer
 .
 streamlink (0.9.0-1) unstable; urgency=low
 .
   * New upstream version 0.9.0
   * Recommend python3-socks for socks proxy support
   * Drop documentation patches applied upstream
 .
 streamlink (0.8.1-4) unstable; urgency=low
 .
   * Use gzip format in deb files
 - bintray repository does not support control.tar.xz
 .
 streamlink (0.8.1-3) unstable; urgency=low
 .
   * Change mail address to gmail
 .
 streamlink (0.8.1-2) unstable; urgency=low
 .
   * Update pkg descriptions from actual README.md
   * Lintian fix unnecessary-testsuite-autopkgtest-header
   * Bump Standards-Version to 4.1.1
   * Bump debhelper compat to 10
   * Add patch to fix sphinx deprecation warning
   * d/watch: use github release with signature
   * Use pristine-tar to keep exact upstream tar
   * Fix package homepage
   * Initial release on Debian (Closes: #878029)
Checksums-Sha256: 
 628d6bc5f6095fdd5e1f2915790f7dda962079e389aa6a4663733b4326bdb9b1 2359 
streamlink_0.9.0+dfsg.2-3.dsc
 103c36c092edc7feb87fa73172e3ba7827d091ec2bcc0336894cf8157f8589b0 10280 
streamlink_0.9.0+dfsg.2-3.debian.tar.xz
 d2fb69b31bccf75465c96c4f8abc4a5b4821f242ca879fdd685a560d510f85a0 22642 
livestreamer_1.12.2+streamlink+0.9.0+dfsg.2-3_all.deb
 504bda0ef5f57b7ef5ed621be1dba02b2a657a9ca370b9c577f856c71cae9347 169362 
python3-streamlink-doc_0.9.0+dfsg.2-3_all.deb
 9f444e9ce0ceb0152b15bfcaaeb59e5f58789afa87a4f5c2676fd4862a094903 216980 
python3-streamlink_0.9.0+dfsg.2-3_all.deb
 1facdaff3ca1b809ecd430b9682215580652869808d3a83e503feba075036eb0 56686 
streamlink_0.9.0+dfsg.2-3_all.deb
 ff1d9b1ec08f008d0b01fadf4e00c2a15e63955b45c2c72d884c1ac31af4b58a 8491 
streamlink_0.9.0+dfsg.2-3_amd64.buildinfo
 e19d212c5e3fd9523fa61f21649315ba93647906d286e1a027fd8c3a6f752892 246900 
streamlink_0.9.0+dfsg.2.orig.tar.xz
Checksums-Sha1: 
 abc276bba6e314ab8540a8c6a806b2753b2d350f 2359 streamlink_0.9.0+dfsg.2-3.dsc
 52b6266d308218fddb3e910220e8183ad4289a6b 10280 
streamlink_0.9.0+dfsg.2-3.debian.tar.xz
 037936ff33ce6a13f29612e946427272945665d8 22642 
livestreamer_1.12.2+streamlink+0.9.0+dfsg.2-3_all.deb
 576117ada5a58a3a9d3d35dc26069ca9c5bd5b44 169362 
python3-streamlink-doc_0.9.0+dfsg.2-3_all.deb
 ccfccd39324e3ad11e1ce102606133519c135a8d 216980 
python3-streamlink_0.9.0+dfsg.2-3_all.deb
 9b15c3ea4294b8f6ac170cfd114a7e32dcb0d511 56686 
streamlink_0.9.0+dfsg.2-3_all.deb
 362a7ab8aba8956efa7bd243f74ecb4df7694f9d 8491 
streamlink_0.9.0+dfsg.2-3_amd64.buildinfo
 e6205cb32b0f2aafd6b3e1365d3d9e92ddb23c51 246900 
streamlink_0.9.0+dfsg.2.orig.tar.xz
Files: 
 1cef399fea2de538e461e2655570e41c 2359 python optional 
streamlink_0.9.0+dfsg.2-3.dsc
 b83ef80d1bf014e401c4171808e97569 10280 python optional 
streamlink_0.9.0+dfsg.2-3.debian.tar.xz
 fed6951036e03f81cf3e283a0f3c010b 22642 oldlibs optional 
livestreamer_1.12.2+streamlink+0.9.0+dfsg.2-3_all.deb
 ebac29a613b12f1d6919b99afb571994 169362 doc optional 
python3-streamlink-doc_0.9.0+dfsg.2-3_all.deb
 86b294a3f5810a6f6fb28c11552b2d47 216980 python optional 
python3-streamlink_0.9.0+dfsg.2-3_all.deb
 d3474b344474390cb4f8ea22a4f07219 56686 video optional 
streamlink_0.9.0+dfsg.2-3_all.deb
 5bad2f570163ea8a262947495a3bcb03 8491 python optional 
streamlink_0.9.0+dfsg.2-3_amd64.buildinfo
 f0841fec1432e82efde42b61073c801c 246900 python optional 
streamlink_0.9.0+dfsg.2.orig.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYQsotVz8/kXqG1Y7MRa6Xp/6aaMFAlpIPIYACgkQMRa6Xp/6
aaNpnQ//SQg1jpg+v5f/vi69w+Wk/8HTC5P23b3s/BMdTfLgwfsJeDKg6fvxVqVV
9XPEDGJOsm2jCIDe3o8Ma/uEC8Rri8xAmws6T61JsJYkJ10r7OrCj9vEq2ZPwjV1
wNmrBSbIIGziMz7hNVxrmxZUNDDsTr9jTu6dhwNwycV7NZQRwR+E