Re: O: nvi - 4.4BSD re-implementation of vi

2024-02-06 Thread Paride Legovini
Hi Tobias!

On 2024-02-05 10:43, Tobias Heider wrote:
> On Sat, Jan 26, 2013 at 12:38:07AM +, Stuart Prescott wrote:
>>
>> The maintainer for the "nvi" package has indicated that he is unable to
>> maintain this package for the time being. I'm marking this package as 
>> orphaned
>> now.
>
> Looks like this is still orphaned over ten years later.
> 
> As an active nvi user I would love to step up and help, but the biggest
> problem I see is that the choice of upstream project. Since the original
> is gone there isn't a clear successor.
> 
> The BSDs all have their own forks which diverged over time (and those don't
> build on Linux).
> The other two options there are today are https://repo.or.cz/nvi.git which
> d/control currently points to and more recently 
> https://github.com/lichray/nvi2.
> 
> The first has a very low commit frequency (last commit was 2020, before
> that 2016) and sticks very closely to the original source. nvi2 has added
> new features such as multibyte support and is starting to receive bug fixes
> and features from the different *BSD forks.
> 
> I have been thinking of proposing a new package for nvi2 but maybe it would
> make more sense to move this one to the more active upstream.  It looks like
> some of the issues we are carrying patches for in Debian might be fixed there
> already and if not they seem active enough to merge our fixes.
> 
> What would be the best way forward here? ITA and eventually switch the 
> upstream
> or start a new package and let this one continue its slow death?

I think making the O bug and ITA and switching upstream is right thing to
do here, maybe explaining the history of the package in README.source.

I can't think think of a reasonable use case where nvi2 would not be
a suitable drop-in replacement for nvi; if neither can you (knowing
the editor way better than me!), then I'd say go for the switch.

I'll be happy reviewing/sponsoring if needed.

Cheers,

Paride



Bug#1023878: ITP: libgrapheme -- Unicode string library with small footprint and high performance

2022-11-11 Thread Paride Legovini
Package: wnpp
Severity: wishlist
Owner: Paride Legovini 
X-Debbugs-Cc: debian-devel@lists.debian.org, par...@debian.org, d...@frign.de

* Package name: libgrapheme
  Version : 2.0.2
  Upstream Author : Laslo Hunhold 
* URL : https://libs.suckless.org/libgrapheme/
* License : ISC
  Programming Lang: C
  Description : Unicode string library with small footprint and high 
performance

libgrapheme is an extremely simple freestanding C99 library providing
utilities for properly handling strings according to the latest Unicode
standard 15.0.0. It offers fully Unicode compliant

 * grapheme cluster (i.e. user-perceived character) segmentation
 * word segmentation
 * sentence segmentation
 * detection of permissible line break opportunities
 * case detection (lower-, upper- and title-case)
 * case conversion (to lower-, upper- and title-case)

on UTF-8 strings and codepoint arrays, which both can also be null-terminated.

The necessary lookup-tables are automatically generated from the Unicode
standard data (contained in the tarball) and heavily compressed. Over
10,000 automatically generated conformance tests and over 150 unit tests
ensure conformance and correctness.

It is also way smaller and much faster than the other established
Unicode string libraries (ICU, GNU's libunistring, libutf8proc).

I plan to maintain the package in salsa under the debian/ namespace,
unless I get a suggestion for an appropriate team. In that case I'd
be happy to team maintain the package.

I already maintain packages from the same upstream, with whom I have
always had an excellent collaboration.

Paride



Re: A mail relay server for Debian Members is live

2022-07-29 Thread Paride Legovini
Vincent Bernat wrote on 25/07/2022:
> Would it be possible to also make it available on port 465 without
> STARTTLS?

I'd also prefer "full TLS" over STARTTLS, as it is simpler (encryption
from the beginning instead starting with a plaintext session) and
somehow more secure than STARTTLS, see [1], paragraph starting with:

  A man-in-the-middle attack can be launched by deleting the "250
  STARTTLS" response from the server.

This shouldn't be an issue if client and server are properly configured,
but I think it's a good practice to use "full TLS" when possible.

Cheers to DSA for setting up this much needed service!

Paride

[1] https://www.rfc-editor.org/rfc/rfc3207



Re: The future of src:ntp

2022-01-23 Thread Paride Legovini
Richard Laager wrote on 23/01/2022:
> On 1/19/22 15:04, Bernhard Schmidt wrote:
>> On 19.01.22 20:34, Richard Laager wrote:
>>> 2. I create transitional binary packages in src:ntpsec:
> 
> I got to thinking about this more. This won't work, because src:ntp is 
> 1:4.2.8p15+dfsg-1 and src:ntpsec is 1.2.1+dfsg1-2. I would need an epoch 
> (of 2, since ntp already has an epoch of 1) on ntpsec in order for 
> src:ntpsec's transitional bin:ntp package to be newer than src:ntp's 
> bin:ntp package.
> 
> It might be technically possible to build a binary package with 
> different versioning, but even if it is: 1) I don't know how,

One way it can be done is by creating d/changelog files which are
specific to the binary package, e.g.

  debian/ntp.changelog
  debian/ntpdate.changelog (no idea if it can be a symlink)
  ...

with their own version, different from the one in debian/changelog.

Paride



Re: The future of src:ntp

2022-01-19 Thread Paride Legovini
Richard Laager wrote on 19/01/2022:
> On 1/18/22 11:21 AM, Paride Legovini wrote:
>  > I'd prefer making ntp a dummy package depending on ntpsec rather than
>  > having src:ntpsec takeover bin:ntp.
> 
> If I understand correctly, you're suggesting src:ntp builds bin:ntp that 
> is a dummy package which depends on ntpsec?

That's what I had in mind, but the other option:

> Another option would be to have src:ntpsec build the bin:ntp dummy 
> package and remove src:ntp entirely.

also looks sensible to me after all. No strong opinion.

Paride



Re: The future of src:ntp

2022-01-18 Thread Paride Legovini
Marco d'Itri wrote on 18/01/2022:
> On Jan 18, Michael Biebl  wrote:
> 
>> If "ntp" the binary package would become a transitional package that
>> installs chrony, that'd be fine with me if that eases the transition.
> I am not sure that this would be practical since they cannot share the 
> same configuration.
> I have no objections if somebody wants to work on packaging ntpsec, but 
> I do not think that either ntp or ntpsec should be promoted over chrony 
> nowadays.

But ntpsec is already packaged and actively maintained, which is why I
propose making ntp a transitional package installing ntpsec.

After all bin:ntp has always been a specific NTP implementation, I think
it's OK if it's replaced by an almost compatible fork, less OK if a
completely different implementation is brought in instead. Dropping ntp
altogether will certainly surprise some users.

Paride



Re: The future of src:ntp

2022-01-18 Thread Paride Legovini
Bernhard Schmidt wrote on 17/01/2022:
> ntpsec and ntp should be largely configuration compatible, so even a 
> takeover of the binary package names might be practical.

I played a bit with ntpsec some time ago, I remember being very pleased
with it, and I think it can very well replace ntp in Bookworm. The
incompatible changes [1] are not blockers IMHO, provided that they're
documented.

I'd prefer making ntp a dummy package depending on ntpsec rather than
having src:ntpsec takeover bin:ntp. A dummy package will allow us to
easily switch back to ntp from ntp.org if needed, and to document the
incompatible changes in NEWS.Debian.

Paride

[1] https://docs.ntpsec.org/latest/ntpsec.html#incompatible



Re: Contributing without your real name

2021-02-25 Thread Paride Legovini

Stephan Lachnit wrote on 25/02/2021:

I had a discussion with someone who wants to contribute to Debian,
but doesn't want to publish their real name in fear of getting doxed.

I never really thought of this, and I'm not sure how much one can
contribute to Debian without posting some kind of real name
(sorry if that is already answered somewhere).


In my understanding Key Endorsements allow this, see:

https://lists.debian.org/debian-devel-announce/2020/11/msg3.html

https://lists.debian.org/debian-devel-announce/2020/09/msg0.html

Paride



RFC: DEP-14 update, second attempt

2020-11-29 Thread Paride Legovini

[Resent as debian-devel doesn't allow attachments.]

Hello,

I tried to do a synthesis of past August/September thread on the 
finalization of DEP-14 [1], see:


https://salsa.debian.org/dep-team/deps/-/merge_requests/1/diffs

I took Raphaël's proposal [1] and integrated the following changes:

(1) DEP-14 is declared CANDIDATE instead of ACCEPTED, addressing
Jonathan Dowland's concern [1], and that I agree with.
(2) Added default branch policy for native packages using Raphaël's
proposed text [3], unchanged.
(3) Implemented Richard Laager's "Option C" [4], with a slightly
different wording, more similar to Raphaël's initial proposal.
The change aims at allowing the use of debian/unstable as the
devel branch even if debian/experimental is not regularly used.
I think there was consensus over this [5]. I tried to first
express this in vendor-agnostic terms, then giving an example
of what it means in Debian, in a separate paragraph.
(4) Minor changes (typos, removed trailing spaces, updated the
final "changelog").

I tried to stick to what I believe we had consensus on, however I think 
that point (3) has a shortcoming: it allows / branches, 
but doesn't cover cases where  has no development _suite_. For 
example it wouldn't allow the kali/kali-dev branch, as Kali doesn't have 
suites (IIUC). This case could be covered by adding:


   However, when `` has no concept of suite for the
   development release but has a fixed codename for it, the
   use of the `/` scheme is accepted.

I'd like to include this, but I left it out as it wasn't discussed 
before. Let me know what you think.


Cheers,

Paride

[1] https://lists.debian.org/debian-devel/2020/08/msg00239.html
[2] https://lists.debian.org/debian-devel/2020/09/msg00305.html
[3] https://lists.debian.org/debian-devel/2020/09/msg00068.html
[4] https://lists.debian.org/debian-devel/2020/09/msg00075.html
[5] https://lists.debian.org/debian-devel/2020/09/msg00094.html



Re: RFC: Final update of DEP-14 on naming of git packaging branches

2020-09-08 Thread Paride Legovini
d be annoying busywork to have to switch from
debian/unstable to debian/experimental when the decision is made to
upload to experimental.

Paride Legovini proposed that we could just relax the restriction on
uploading to experimental: "What I propose is to require for dep14
compliance that uploads to  are to be cut from
debian/ branches, unless  is experimental."

Here, I'm going to tighten that to say that uploads from debian/unstable
are allowed to experimental. I assume this is not objectionable, as I
don't think anyone was suggesting uploading from e.g. debian/buster to
experimental.

This keeps the advantage of only one recommended default. In this case,
the branch name matches the changelog in all cases except for these
occasional uploads to experimental.

Proposal "C":

This allows e.g. `debian/unstable` as co-equal (albeit second-listed)
choice to e.g. `debian/latest`. It does not expressly prohibit uploading
to `experimental` from `debian/unstable` but does nudge by saying that
`debian/latest` is advantageous in that case.

This is most in line with what Raphael Hertzog asked me to prepare.

Proposal "D":

This is "C" but with / listed first. This is a subtle
nudge towards that option. It also makes the text flow better, as the
options are discussed in the order listed.


I initially supported branch names named after the suite or codename as 
it appears in d/changelog. The drawback that made me change my mind is 
that for vendors not using suites it is not possible to tell what the 
devel branch is or will be in the future without extra information. 
There is no "anchor" to the devel branch.


Now, I'd really like dep14 to give a single recommendation, but this is 
not possible unless we force "/latest", which doesn't work in 
the case of multiple devel releases. (We may assume that only a "true" 
devel release exists, which would be unstable in Debian, but I don't 
think this is what we want.)


I came out with yet another proposal, let's call it Proposal "E".

http://paste.debian.net/1163029/

This is an attempt to give a single recommendation, per-vendor.

/latest is appealing because it's fixed and simple, but if 
maintainers are allowed to chose a different name (debian/unstable), 
then it's not fixed anymore, and we lose a good part of the advantages 
of standardization. Even implementing tooling will be more difficult, as 
there will be the need to implement some heuristics to guess the 
maintainer preferences, and it will always be prone to errors.


True: knowing what the devel branch is in a packaging repo for  
requires knowing how  is developed. I think this is fine, and 
it's *still* true if / branches are are allowed at 
discretion of the maintainer.


Proposal "E" has a grey area: occasional uploads to experimental from 
debian/unstable. I still think this is less problematic than not having 
well defined branch names.


Proposal "E" is more complex than the other proposal made so far, but it 
only has to be understood once per vendor.


This said, I really don't want to block progress, and any of the 
proposed options are better than the status quo. I think we have all the 
pros and cons of all the options on the table, and this is what I mostly 
care about. There is no single way to weight them, and I'll happily 
follow any reasonable compromise.


Cheers,

Paride



Re: RFC: Final update of DEP-14 on naming of git packaging branches

2020-09-04 Thread Paride Legovini

Raphael Hertzog wrote on 04/09/2020:

Hi,

On Fri, 04 Sep 2020, Paride Legovini wrote:

As the name of the development branch is not specified anymore, should dep14
ask for it to be the repository default branch? Otherwise there's no safe


I took this as granted. But maybe we should make it explicit, yes. I also
clarified that those recommandations are really for the cases where you
mix upstream development and Debian packaging in the same branch. I can
imagine someone picking 3.0 (native) packaging but keeping a separate
"main" branch with only upstream code and hosting packaging in
debian/latest...

So here's my counter proposal:

--- a/web/deps/dep14.mdwn
+++ b/web/deps/dep14.mdwn
@@ -201,12 +201,16 @@ Native packages
  
  The above conventions mainly cater to the case where the upstream

  developers and the package maintainers are not the same set of persons.
-
-When upstream is Debian (or one of its derivative), the upstream vendor
-should not use the usual `/` prefix (but all others vendors should
-do so). The main development branch does not have to be named after
-the codename of the target distribution (although you are free to still
-use the codename if you wish so).
+By contrast, this section applies to native packages where upstream is
+Debian (or one of its derivatives) and where the packaging and upstream
+source code are managed in the same branch(es).
+
+In that specific situation, the upstream vendor should not use the usual
+`/` prefix for their branches and tags (but all others vendors
+should do so) and they also don't have to follow the usual naming
+conventions for packaging branches (although they are free to do
+so if they wish). However the default branch of the repository (as pointed
+by the HEAD reference) should be a development branch.
  
  When the package is shipped as a native source package (i.e. a single

  tarball with no differentiation of the upstream sources and of the


+1, thanks!

Paride



Re: RFC: Final update of DEP-14 on naming of git packaging branches

2020-09-04 Thread Paride Legovini

Raphael Hertzog wrote on 29/08/2020:


@@ -200,7 +204,7 @@ developers and the package maintainers are not the same set 
of persons.
  
  When upstream is Debian (or one of its derivative), the upstream vendor

  should not use the usual `/` prefix (but all others vendors should
-do so). The main development branch can be named `master` instead of
+do so). The main development branch does not have to be named after
  the codename of the target distribution (although you are free to still
  use the codename if you wish so).


As the name of the development branch is not specified anymore, should 
dep14 ask for it to be the repository default branch? Otherwise there's 
no safe way to tell what the devel branch is for native packages.


Proposal:

---
The main development branch does not have to follow the naming 
conventions of non-native packages (although you are free to still do if 
you wish so), but it has to be the repository default branch.

---

I refer to the "naming conventions" instead of "codename of the target 
distribution" because "latest" in /latest is not a target 
distribution but an arbitrary name.


Paride



Re: RFC: Final update of DEP-14 on naming of git packaging branches

2020-08-31 Thread Paride Legovini
Raphael Hertzog wrote on 31/08/2020:
> Hi,
> 
> On Mon, 31 Aug 2020, Paride Legovini wrote:
>> A tl;dr version of my idea is: let's remove the special treatment for
>> development releases, treating e.g. debian/unstable like a stable
>> release. Optionally use a 'debian/devel' branch for development work.
>> The only "workflow" bit is: if you work on debian/devel, merge your
>> changes to debian/unstable before uploading.
> 
> I understand this but you are imposing usage of multiple branches to some
> persons who are happy to have a single branch alternating between unstable
> and experimental. I don't want to go that extra mile. In particular
> because this requirement has other drawbacks that you didn't list:
> 
> You hardcode the name of the Debian development release while I would
> like DEP-14 to result in changes to packaging tools that can be useful
> across multiple distribution vendors. And while tools can easily query
> `dpkg-vendor --query vendor` there's currently no simple way
> for a tool to learn the codename of the development release.

I do not fully agree:

- if you go back to my proposal I exclude experimental from the "branch
name should match upload codename" requirement

- the devel branch name is not hardcoded: vendor foo with devel release
bar would have development for it done in the foo/bar branch

*however* after some more thinking I came to the conclusion that a
long-lived development branch with a cross-vendor predictable name makes
sense.

I second your proposal, with preference for /devel over
/latest.

>>> We want to document what we can expect when you have debian/latest
>>> and what you can expect when you have debian/unstable.
>>
>> On this point: should there be a way for a package to declare its
>> packaging repository follows dep14?
> 
> What would we gain from this?

Predictability: if a package is declared dep14 compliant then I'll know
immediately what to expect in its packaging repo and how its branches
are used. The repository can be "linted" for actual dep14 compliance.
But the branch structure itself and the name of the default branch are
probably enough to infer that dep14 is being followed.

>> And you are right, however I think the current wording may be partially
>> missing the opportunity to set stronger expectation of what is to be
>> found in a Debian packaging repository in terms of branches, which is
>> what my comment is about.
> 
> I'm trying to bring this DEP to some conclusion and I'm not going to
> extend its scope.

Thanks for this.

Paride



Re: RFC: Final update of DEP-14 on naming of git packaging branches

2020-08-31 Thread Paride Legovini
Raphael Hertzog wrote on 31/08/2020:
> On Mon, 31 Aug 2020, Paride Legovini wrote:
>> What I propose is to require for dep14 compliance that uploads to
>>  are to be cut from debian/ branches, unless
>>  is experimental. This allows to checkout the "maintainer
>> view" of a given (nonexperimental) version of a package by knowing only:
>>
>>  - the repository location
>>  - the relevant d/changelog entry.
> 
> You are asking for more than what DEP-14 is trying to achieve.
> 
> DEP-14 does not mandate any specific workflow, it mainly tries to
> stantardize the branch names for the various cases that we have.
> 
> We're not trying to impose one workflow or the other.

I agree, what I propose trespasses on the "workflows" territory. However
DEP-14 already does it a bit I think, and I don't think that what I
propose is too far away from it. Current DEP14 says:

---
In general, packaging branches should be named according to the codename
of the target distribution. We differentiate however the case of
development releases from other releases.
---

A tl;dr version of my idea is: let's remove the special treatment for
development releases, treating e.g. debian/unstable like a stable
release. Optionally use a 'debian/devel' branch for development work.
The only "workflow" bit is: if you work on debian/devel, merge your
changes to debian/unstable before uploading.

(Could be made more generic by recommending optional branches named:

  - //devel

for development, to be merged to

  - /

before uploading. But this is probably overkill.)

> We want to document what we can expect when you have debian/latest
> and what you can expect when you have debian/unstable.

On this point: should there be a way for a package to declare its
packaging repository follows dep14?

>> This automatically allows:
> 
> I don't think that anything in the current wording is forbidding
> anything that you list.

And you are right, however I think the current wording may be partially
missing the opportunity to set stronger expectation of what is to be
found in a Debian packaging repository in terms of branches, which is
what my comment is about.

Cheers!

Paride



Re: RFC: Final update of DEP-14 on naming of git packaging branches

2020-08-31 Thread Paride Legovini
Hi,

The Wanderer wrote on 31/08/2020:
> On 2020-08-31 at 06:49, Paride Legovini wrote:
> 
>> Simon McVittie wrote on 30/08/2020:
>>
>>> On Sun, 30 Aug 2020 at 15:36:53 +0200, Raphael Hertzog wrote:
>>>
>>>> If I know that the next upstream release breaks backwards
>>>> compatitibly and that it will have to mature a long time in
>>>> experimental until all other packages are ready, I might start
>>>> to package it rigth now in debian/experimental and continue to
>>>> use debian/latest for my unstable uploads.
>>>
>>> If that's your workflow (the same as src:dbus, where versions
>>> 1.13.x are a development branch not recommended for general use),
>>> then I don't think debian/latest is a good name for that branch,
>>> and I'd recommend using debian/unstable for your unstable uploads.
>>>
>>> Rationale: it seems very confusing if a branch with "latest" in its
>>> name does not contain the newest available version :-)
>>
>> +1, moreover I find that "latest" does not convey the idea of
>> something that is in development: I tend to think about it in terms
>> of "latest release" or "latest version", something that is set
>> already.
>>
>> This is fine with uptream/latest, as we import the latest *released* 
>> version of the upstream source, not the current work in progress
>> tip.
> 
> I'd tend to agree with this.
> 
>> Personally I'd prefer 'debian/devel': clearly the branch where 
>> development happens.
> 
> But what about cases where what would have been the 'master' branch
> tracks what's in e.g. sid and is being temporarily left to sit, except
> for bugfixes et cetera, while actual development happens somewhere else
> (e.g., in experimental)?

In this case the current DEP14 proposal from Raphael allows to have two
permanent branches:

 - debian/unstable
 - debian/experimental

and no debian/latest. This seems to fit your case.

I proposed a slightly different approach that would allow the
debian/unstable and debian/devel branches to coexist, see the other
email I just sent.

Cheers,

Paride



Re: RFC: Final update of DEP-14 on naming of git packaging branches

2020-08-31 Thread Paride Legovini
Raphael Hertzog wrote on 30/08/2020:
> On Sat, 29 Aug 2020, Richard Laager wrote:
>> That said, I do understand we give a lot of deference to developers'
>> workflows. So I have no objection to DEP-14 supporting this workflow
>> with debian/latest. But I would like to see it (debian/latest)
>> recharacterized as the alternate approach rather than the recommended
>> method.
> 
> Your approach is perfectly valid but I don't really believe that it should
> be the recommended approach. It doesn't seem to match the most common
> workflow.
> 
> Most package maintainers are not actively working on two different
> development branches, instead the single development branch keeps moving
> between:
> - ready for unstable/upload to unstable
> - work in progress on a new upstream release
> - possible upload to experimental to gather feedback (buildd, users)
> - back to ready for upload to unstable
> 
> In some rare cases, we will have to do some intermediary upload to
> unstable because some RC bug popped up and we don't want to wait until
> we're ready with the next upload. In that case, we will create a
> debian/unstable branch starting from the last tag in debian/unstable.

Hi Raphael and thanks for this thread.

I think I can see your point here, however I still don't think that
having debian/latest (or debian/devel as I'd prefer, see my other email)
beats the straightforwardness of cutting releases from a branch named
after the release the package is uploaded to (the d/changelog codename).

What I propose is to require for dep14 compliance that uploads to
 are to be cut from debian/ branches, unless
 is experimental. This allows to checkout the "maintainer
view" of a given (nonexperimental) version of a package by knowing only:

 - the repository location
 - the relevant d/changelog entry.

This automatically allows:

 - The simplest workflow where packaging is done in debian/unstable, and
that's it. Good for simple, stable packages. In this case
debian/unstable has to be the default branch or declared in Vcs-Git.

 - Uploading to experimental, right from debian/unstable or by branching
it off to debian/experimental, committing experimental stuff and
uploading from there. The debian/experimental branch is allowed to be
ephemeral (as the packages are) or force-pushed.

 - If debian/latest (~ debian/devel) is desired it can just be used.
Maintenance can continue in the debian/unstable branch e.g. to fix RC
bugs, as in your example. When a new version is ready is can be merged
to debian/unstable and uploaded. The debian/unstable branch is treated
just like a stable release branch. Good for more complex packages.

 - The maintainer must declare if debian/latest is being used by setting
it as the repo default branch, or by specifying it in Vcs-Git.

 - Same if development mainly happens in debian/experimental: make it
the default branch or declare it in Vcs-Git. In this case debian/latest
is not allowed.

 - Uploads to experimental can cut from debian/latest, but the branch is
not ephemeral.

Cons: may require extra merges from debian/latest to debian/unstable. In
exchange we gain the flexibility of debian/latest, branch name
predictability (but for experimental, by design), and good compatibility
with existing workflows.

Paride



Re: RFC: Final update of DEP-14 on naming of git packaging branches

2020-08-31 Thread Paride Legovini
Simon McVittie wrote on 30/08/2020:
> On Sun, 30 Aug 2020 at 15:36:53 +0200, Raphael Hertzog wrote:
>> If I know that the next upstream release
>> breaks backwards compatitibly and that it will have to mature a long time
>> in experimental until all other packages are ready, I might start to
>> package it rigth now in debian/experimental and continue to use
>> debian/latest for my unstable uploads.
> 
> If that's your workflow (the same as src:dbus, where versions 1.13.x
> are a development branch not recommended for general use), then I don't
> think debian/latest is a good name for that branch, and I'd recommend
> using debian/unstable for your unstable uploads.
> 
> Rationale: it seems very confusing if a branch with "latest" in its name
> does not contain the newest available version :-)

+1, moreover I find that "latest" does not convey the idea of something
that is in development: I tend to think about it in terms of "latest
release" or "latest version", something that is set already.

This is fine with uptream/latest, as we import the latest *released*
version of the upstream source, not the current work in progress tip.

Personally I'd prefer 'debian/devel': clearly the branch where
development happens.

Paride



Re: Salsa update: no more "-guest" and more

2020-04-26 Thread Paride Legovini
Thomas Goirand wrote on 27/04/2020:
> On 4/27/20 12:18 AM, Paride Legovini wrote:
>> It's still one static shared secret you need to enter every time. If it
>> gets stolen, because your browser or your computer is compromised, or in
>> a MITM attack where the attacker gained access to a valid certificate
>> for salsa.debian.org [1,2], your account is gone. It gets much, much
>> more difficult with 2FA.
> 
> You're mixing many things here, so let's debunk one by one.

Well, I gave you two examples.

> 1/ If my browser or computer is compromised, then it's game over anyways.

This is true if you get *fully* compromised, but you could be affected
by a very narrow vulnerability which causes e.g. some browser memory to
leak under very specific conditions, requiring a carefully crafted
attack. If you happen to be affected by this kind of vulnerability
(spectre?) the game is far from over.

> 2/ If what the attacker is trying to get access to your account (and
> eventually later, change the 2FA / password couple), then having 2FA
> doesn't help against MITM.

An active MITM attack is way more complicated than just sniffing and
storing traffic for later analysis. Changing the 2FA or password is not
a great strategy, as you would immediately realize what's going on.
Silently gaining access to an account allows to act when the conditions
are the best from the attacker's point of view.

> 3/ I don't enter anything, my password manager does it for me (so it
> doesn't go into the clipboard). Now, X-Window could be hacked, but that
> really means we're in case 1.

My point is that *something* enters a password in a web form. In this
case it doesn't really matter if this is done by a program or by you
pressing keys on a keyboard.

Anyway, I have no doubt your way of managing passwords is excellent, but
I hope I've been able to show that "2FA will add nothing in my case" is
not true.

Paride



Re: Salsa update: no more "-guest" and more

2020-04-26 Thread Paride Legovini
Thomas Goirand wrote on 26/04/2020:
> On 4/25/20 11:14 PM, Bernd Zeimetz wrote:
>> Actually I think 2FA should be enforced for everybody.
>> Even debian.org related passwords might get lost.
> 
> I use strong password, stored with keepassxc, with the password db
> encrypted using the HMAC of my yubikey. In what way is this not safe
> enough already? 2FA will add nothing in my case, just more annoyance.

It's still one static shared secret you need to enter every time. If it
gets stolen, because your browser or your computer is compromised, or in
a MITM attack where the attacker gained access to a valid certificate
for salsa.debian.org [1,2], your account is gone. It gets much, much
more difficult with 2FA.

The amount of annoyance added by the GitLab 2FA is extremely limited,
and implements *the* standard for web 2FA (webauthn). Personally I'd
like to see it required to get the DD status on salsa, or at least to
all whole Debian team.

In general, we are switching from the cumbersome client certificate
approach of sso.debian.org to plain passwords. This doesn't sound right
to me. I think that with the tools we already have 2FA is as near as we
can get to the sweet spot of usability vs. security.

Paride

[1] https://en.wikipedia.org/wiki/Certificate_authority#CA_compromise
[2] https://en.wikipedia.org/wiki/Kazakhstan_man-in-the-middle_attack,
mostly to say that state backed attacks to the CA trust model do exist.



Re: Salsa update: no more "-guest" and more

2020-04-26 Thread Paride Legovini
Michael Biebl wrote on 26/04/2020:
> Am 26.04.20 um 14:36 schrieb Mattia Rizzolo:
>> On Sun, Apr 26, 2020 at 02:07:54PM +0200, Bernd Zeimetz wrote:
>>> There are even cli tools that do the same stuff. I'd guess there is at 
>>> least one on Debian.
>>
>> Indeed, after I first lost a phone, and a second one broke, leaving me
>> with a quite huge pain to recover my accounts, I started using
> 
> On Android I switched from Google Authenticator to andOTP [1] because it
> has builtin backup functionality and being open source is a nice bonus.

Another good one with builtin backup functionality is Aegis [1,2]. It's
GPLv3 and available via f-droid.

[1] https://getaegis.app/
[2] https://github.com/beemdevelopment/Aegis

Paride



Re: RFC: Replacing vim-tiny with nano in essential packages

2020-03-17 Thread Paride Legovini
Geert Stappers wrote on 17/03/2020:
> On Mon, Mar 16, 2020 at 07:40:40PM -0400, Peter Silva wrote:
>> On Mon, Mar 16, 2020 at 7:27 PM Guus Sliepen wrote:
>>> On Mon, Mar 16, 2020 at 01:02:47PM +, Wookey wrote:
>>>
 I hadn't realised how fat nano is (not the only consideration of
 course, but zile is very good on this measure and surprisingly
 functionfull).
>>>
>>> You are comparing apples with oranges! The nano package comes with a lot
>>> of help files and translations. You need to compare things to nano-tiny:
>>>
 Instaled sizes:
 zile: 365K
 busybox: 786K
 vim-tiny: 1547K
 nvi: 1605K
 busybox-static: 2045K
 nano: 2469K
>>>
>>> nano-tiny: 234K
>>>
>> so maybe we just add nano-tiny as an option to vim-tiny.
>> because we understand vim is not newbie friendly, but for all the old
>> hands, nano is not friendly to us.
>> 234K is a small price to pay.
> 
> 
> Not yet seen in this thread, is the package  vis

Vis maintainer here, thanks for mentioning it.

I really like this little editor, but I don't think it's a good fit for
what we are looking for here as it has a small userbase and bus factor.

Good news is that upstream is active again and a new release should be
cut soon.

Paride



Accepted imv 4.0.1-1 (source) into unstable

2019-12-18 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 30 Nov 2019 18:46:48 +
Source: imv
Architecture: source
Version: 4.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 

Changed-By: Paride Legovini 
Closes: 905693
Changes:
 imv (4.0.1-1) unstable; urgency=medium
 .
   * New upstream version 4.0.1 (closes: #905693).
   * Upstream switched from dual licensing (Expat and GPL-2+) to Expat only.
 Update d/copyright accordingly.
   * d/copyright: add the new contributors.
   * Bump Standards-Version to 4.4.1 (no changes needed).
   * Build-Depend on debhelper-compat and drop d/compat.
   * d/rules: drop DEB_BUILD_MAINT_OPTIONS = hardening=+all.
 ld --as-needed is enabled by default on Debian development versions.
   * Update Build-Depends due to upstream changes:
  - add: libegl1-mesa-dev, libglu1-mesa-dev, librsvg2-dev,
 libwayland-dev, libxkbcommon-x11-dev;
  - del: libsdl2-dev, libsdl2-ttf-dev.
   * Skip the install target and install everything with debhelper.
 New Build-Depend: dh-exec.
   * d/control: add Rules-Requires-Root: no
   * Explain the new way to invoke imv. Changes:
  - update d/README.Debian;
  - update the package description in d/control; and
  - add d/NEWS explaining how the binaries are named.
   * Provide a imvr -> imv-x11 symlink for legacy support.
   * Refresh and add new patches. Refreshed:
  - 0001-Build-against-the-Debian-packaged-libinih.patch
 New:
  - 0002-Fix-typo-in-manpages.patch (cherry-picked)
  - 0003-Fix-the-name-of-the-GNU-LGPL.patch (submitted upstream)
  - 0004-desktop-file-call-imv-x11.patch
Checksums-Sha1:
 72b4345b82d27388afe0b0fee8a4e2d5751b5545 2252 imv_4.0.1-1.dsc
 7c080852079ea83dc7ef86ce7340bc70c540c9e4 74982 imv_4.0.1.orig.tar.gz
 4743387a412772ce46afa4259afa4e2cfedf7519 5656 imv_4.0.1-1.debian.tar.xz
 defc93ab7e4420301bef15df07ffc555f6669787 5784 imv_4.0.1-1_source.buildinfo
Checksums-Sha256:
 ce6dfbc020b58fae2f3878c276f4dbe6f967787f8918190bf27b7b10f2674f77 2252 
imv_4.0.1-1.dsc
 b2370c7ab88056b4c832fa24ac837ac645378d9fa028f4bb8828da6a832b2e27 74982 
imv_4.0.1.orig.tar.gz
 16936897a207aad8b85c332ed5924fc12b8ce713d0cf9aa1f819503cb1e06ee0 5656 
imv_4.0.1-1.debian.tar.xz
 29a577e5bffd38752f1df192612ffd00a5c08d6c41c96a60d9b7d99e850496cc 5784 
imv_4.0.1-1_source.buildinfo
Files:
 00e1e7cc62f1e04b6c002eaf29e8ebd8 2252 graphics optional imv_4.0.1-1.dsc
 32e21fe81985dd515f7a17ebddb8e42e 74982 graphics optional imv_4.0.1.orig.tar.gz
 81ef378aaf7ab91d64305fb8dd2b0a49 5656 graphics optional 
imv_4.0.1-1.debian.tar.xz
 598f5a4e09f117502f57f1eee8f17071 5784 graphics optional 
imv_4.0.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-
Comment: Debian powered!

iQKTBAEBCgB9FiEE890J+NqH0d9QRsmbBhL0lE7NzVoFAl36SrxfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEYz
REQwOUY4REE4N0QxREY1MDQ2Qzk5QjA2MTJGNDk0NEVDRENENUEACgkQBhL0lE7N
zVqssg/8DVweLMony4/J6+0mIPhic9WTNZYBO0roQXTrysxB0/Ssa+0rAJjsN0P9
3xTtxpRZSrU2ktsW6V3NGVtbx+nwilg313f9RKXM8fVPleqvua1dwD0ZLF4nTv2Z
g/Cue3fGW7RuHXgWfMVIywUDxCZHIH6bYiw1ZtKSH/VkForf3PZrFUUweBH1AEHz
6CmnVD71piONYhwK2NIl2a5xIJkUFU+YJVzbzycZ6WJjlvLfIcduS/PFI1BgK8ZN
N0gLuHYIU5ysPxnJiYKvKv61aEX55XV0VvRtjC/UR/5/1zt7RXnPYujocxFGDgk8
fcvcsUB/Dr9RuuGMkAAncDx0D6kSDh2G1RDSrJL2j9CoPC6MoLuUyZjM5MOu/HJm
pqc1d3Y+VJlQNoVi0JEximwmQHb5e9D866xmRD5MkxSZ1jZROzT4ckg8qc2UjuDe
mMrBNvevoZ8yJIZDacmGVX7Woij63KPKdcqZy3RGm0cBApvc+UPW+Xzj6Qjp5mlz
nvJEZa2z9SH/HXr3Cp0lhXyao788VtSMbC6+9Nh1JzS/gqnKYEqiF6gW8Aj2KOyG
n3JSXXE3l5d3uyvBFukD1VlEgaGk5amQBzgXNAIsPJjfC/8N9uGcyMIDcs9twRUR
BNPlhcI2vrQAQPvVF3oU39dA2B4wxOV4+YaYVE0JxTWEk1Jpw28=
=ejXe
-END PGP SIGNATURE-



Accepted irqbalance 1.6.0-3 (source) into unstable

2019-12-13 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 13 Dec 2019 09:16:20 +
Source: irqbalance
Architecture: source
Version: 1.6.0-3
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Changes:
 irqbalance (1.6.0-3) unstable; urgency=medium
 .
   * d/control: Really add Rules-Requires-Root: no.
Checksums-Sha1:
 d30481f92692fdfb9e3f542d69f7af74facc528a 1771 irqbalance_1.6.0-3.dsc
 115151ed69131091277cdfcaa52ba25291028700 12444 irqbalance_1.6.0-3.debian.tar.xz
 c01be05ca4f0752d0f0b423147589e1aeef08462 6879 
irqbalance_1.6.0-3_amd64.buildinfo
Checksums-Sha256:
 3c254b77dffc00f1857fdf2d97b2499cb05eef450d8fe50e17f4c52e715116e4 1771 
irqbalance_1.6.0-3.dsc
 7d73238cd9b34b52f707b3d57925d045a1a55df04ff2756f95733529139b 12444 
irqbalance_1.6.0-3.debian.tar.xz
 bd9a4ad1b3d39b3f793e7269ec89db52fa32bb0acba2275dbcaeb9fbea5e844c 6879 
irqbalance_1.6.0-3_amd64.buildinfo
Files:
 0a133042e4cce06563af6f5c367c3281 1771 utils optional irqbalance_1.6.0-3.dsc
 2ebded26c292f974c7d279824aa6293e 12444 utils optional 
irqbalance_1.6.0-3.debian.tar.xz
 e0309543d7c1482d0b44b210b3b3a471 6879 utils optional 
irqbalance_1.6.0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3zWJESHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25gUoIAJqQBN2fPiiCDT/XFaj6jF52cAwxk7mU
cGlf+K+7QF08Bu0VPYWXvkV9shnVxmmgmdjZn85m+IwitspCk3B/+sf0WnqCRT5E
VkJOYNzty22eigvVj9odhZbV3TGqR9UHBaZ+3zA4ZlIvReKqJ5n7cHpInsVWOkVW
fX247HaqGlhOw5Ty/MgLDqNAmKPpRmYgHjbrSgjUaxl/DS04KwR7QM8JSuCy9IMV
RtLRUFdwDV2WWlLDi0l+OfworRp0ZG7ElInjKlQKR1dl7g/FFQuTgprH0nxCheb6
CydiE02QCSUR7R+ZITOHbwN66LdSIhicEbKdMzA41V6sf43X7b7qkj0=
=TOMZ
-END PGP SIGNATURE-



Accepted rust-bat 0.12.1-1 (amd64 source) into unstable

2019-12-11 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 12 Dec 2019 02:02:14 CET
Source: rust-bat
Binary: bat bat-dbgsym
Architecture: amd64 source
Version: 0.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description: 
 bat - cat(1) clone with syntax highlighting and git integration
Closes: 934850 935578
Changes:
 rust-bat (0.12.1-1) unstable; urgency=medium
 .
   [ Paride Legovini ]
   * Rename the binary and its manpage from 'bat' to 'batcat'.
 (closes: #934850, #935578)
   * Build-Depend on dh-exec.
   * Update the package description to warn about the rename.
   * Add a README.Debian warning about the rename.
   * Exclude the benchmarks and examples code from the source package.
 .
   [ Sylvestre Ledru ]
   * Package bat 0.12.1 from crates.io using debcargo 2.4.0
   * Remove relax-dep-versions.patch as it is applied upstream
Checksums-Sha256: 
 904780d2b6a7c6d34c548f325e02eb2a831eccbe469c1252da689d4658bd7348 10460416 
bat-dbgsym_0.12.1-1_amd64.deb
 96c3ae4305b7d7b3e53d23b362795642163260943c29673285a1bd829f349541 1540964 
bat_0.12.1-1_amd64.deb
 34143c1afd300d602a039cd3966ac24f99e838df805adb0b2cfe2dbf2c58ab2a 12093 
rust-bat_0.12.1-1_amd64.buildinfo
 ff3d08c9946778563103f582755d6a3fc05e193eb971901a8a3af9f4b305a866 2528 
rust-bat_0.12.1-1.dsc
 dd1b0bb9aec5b85a085e512125df97abc51f8013a4aa5d0bca8082dec9cf28b8 649080 
rust-bat_0.12.1.orig.tar.gz
 ba50a1c4a4ca4fc1f5b22597f98b937e4d286c255d5ff4fea458e235d4c57c23 3712 
rust-bat_0.12.1-1.debian.tar.xz
Checksums-Sha1: 
 863f9a850cbf05fe7b7493bb4132fd1900f6026c 10460416 bat-dbgsym_0.12.1-1_amd64.deb
 a5be0bb5cde5c00f342206bad1d8772830d433cc 1540964 bat_0.12.1-1_amd64.deb
 051c7627cd6381c81039982ed4857a4cb28cf5fa 12093 
rust-bat_0.12.1-1_amd64.buildinfo
 39e4e9c85bfa0bd05af7d94b67f9da046911e078 2528 rust-bat_0.12.1-1.dsc
 ce8bff7160f7508cc39818346dd1f10d9f414a1b 649080 rust-bat_0.12.1.orig.tar.gz
 db16fb7272426b37e8b4b005a7d33b3a8da1da1b 3712 rust-bat_0.12.1-1.debian.tar.xz
Files: 
 16bd5d9e716cf413458421d1f081e7cb 10460416 debug optional 
bat-dbgsym_0.12.1-1_amd64.deb
 9c1e63812219e120451a80e3fc18e2f3 1540964 utils optional bat_0.12.1-1_amd64.deb
 d5767ab2800b40862f776522d3dc10bd 12093 utils optional 
rust-bat_0.12.1-1_amd64.buildinfo
 e033ebf804ec4ea415fb41e6fdf5d2c0 2528 utils optional rust-bat_0.12.1-1.dsc
 4a18cab7d2c0252577acbf8e721dac5b 649080 - - rust-bat_0.12.1.orig.tar.gz
 74623eb7e322e75b95bb1076242ce1df 3712 - - rust-bat_0.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3xkZwSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU253IAH/RR3nxmEJ0eFm9CGVzNMvukvomy6CB4s
KUYsianGmV7w6zUHrRHWj7DJUdEDZ3ukKWhzDjnhfPFVJciM+5JfegD9aNN/bwwD
ItUH/qrIurgGMAHeTsY+z9A9pQCBWbiFTHiC8hONTVnCP9NXmvStWeQaWEQYJQEm
2dHMIDQA6L8Db6/XBWC3sywh4GkJ+KlltMT8EWQxY2W2XQd5pVihrffw+CYVet2n
qJBbZ3cOodDZNdX8qvRrivK7dawOGEmTVAoM8ipJtzkQx9dOZH3dm7w/lcyanhll
/MT5ZHaDn9eBxDb47AT8dClVtPLTqwDUB9Nn/bRN6QJLCMuAkgNDYhE=
=SOvG
-END PGP SIGNATURE-



Accepted rust-bincode 1.2.1-1 (amd64 source) into unstable

2019-12-11 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Dec 2019 16:34:05 CET
Source: rust-bincode
Binary: librust-bincode-dev
Architecture: amd64 source
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description: 
 librust-bincode-dev - Compact binary serialization / deserialization library - 
Rust sou
Changes:
 rust-bincode (1.2.1-1) unstable; urgency=medium
 .
   * Package bincode 1.2.1 from crates.io using debcargo 2.4.0
Checksums-Sha256: 
 ed122ff6dc0404b4d30181e29eb08ebccfc9319f8d0ba75eef6445e2b1533902 15176 
librust-bincode-dev_1.2.1-1_amd64.deb
 d7658e6fa0c6d0097759c2cd9d59ffba6dde707be2498d42a4acd27d76262244 6611 
rust-bincode_1.2.1-1_amd64.buildinfo
 a7b5fa246d23429c737744e6d90e9d06dd7a291af2b5ecb1589e20359a527424 2016 
rust-bincode_1.2.1-1.dsc
 5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf 15489 
rust-bincode_1.2.1.orig.tar.gz
 20c3aa6fe4e51f53c7e07a1afd78219e7d92cf38ec6805a492e2f469df1a0b78 2792 
rust-bincode_1.2.1-1.debian.tar.xz
Checksums-Sha1: 
 f15689750d5ae6ebcb11a4831be81ee3360a2bb6 15176 
librust-bincode-dev_1.2.1-1_amd64.deb
 9d3acfbaa997e37aff9831677aed80e12fce8e3d 6611 
rust-bincode_1.2.1-1_amd64.buildinfo
 4fa206f2839f51b054f4b2091b5b0e94afea82c2 2016 rust-bincode_1.2.1-1.dsc
 b8c478909c3d5d1a2a4e4f175c77d69acff84fa9 15489 rust-bincode_1.2.1.orig.tar.gz
 a0f74ec90bddfd342ff9b9e1b88d1f5d4b838c83 2792 
rust-bincode_1.2.1-1.debian.tar.xz
Files: 
 d18d0485c95dba8919a5e87222c4a2c2 15176 rust optional 
librust-bincode-dev_1.2.1-1_amd64.deb
 65d420a3b7d92a15db9304f76e8cea71 6611 rust optional 
rust-bincode_1.2.1-1_amd64.buildinfo
 1f954450ebc9b4ada784b573bccc6d51 2016 rust optional rust-bincode_1.2.1-1.dsc
 acbfcf4f421b7b780926484ad51a989b 15489 - - rust-bincode_1.2.1.orig.tar.gz
 c759c3b685f43f9c5e3c42fce9433429 2792 - - rust-bincode_1.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3xDH0SHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU2547kH/3rlKA3b3OIrYSxmXhluAQ748VlGg0k3
II1XeS1sppuX9YyBn/d8w0SSNpMrPYfITIv8sXu+Ew5Bd+u/FDceDES6goa32hCg
L4DbJNJ/uoJkLIxv5chUPnXsniKVlH3+3KSIJQy9PTRu6TvObqtiyk0vaDeKE5lN
R4MeD7ixACAWDQPVQSI5iacltyz3d6jjVtIX+FVASHlQGR4cc4KWPpAFA8SXG7+v
uEME3U0yOdBDZlm3QqWS7HhK0Y8Llaa6E3+4y2Znp9YUDOrYHJMq5NX5/3hfxvE5
RcKh1GK1zv1TU9IKIMoP5EAwAqq9sn1Ho8mKJ37rGlvJwNgf1beCmnM=
=sMiJ
-END PGP SIGNATURE-



Accepted fonts-ibm-plex 4.0.2-1 (source) into unstable

2019-12-10 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 10 Dec 2019 11:45:30 +
Source: fonts-ibm-plex
Architecture: source
Version: 4.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force 
Changed-By: Paride Legovini 
Changes:
 fonts-ibm-plex (4.0.2-1) unstable; urgency=medium
 .
   * New upstream version 4.0.2.
Checksums-Sha1:
 c0fae06842c9b8dcf8adb1bb7eb3f3869d61238c 1661 fonts-ibm-plex_4.0.2-1.dsc
 b7afe6895973423b1bc54229f0db5a8f87b57a21 75524831 
fonts-ibm-plex_4.0.2.orig.tar.gz
 3fba8c6e03aba286e3a8a0fefe9c1679893b4c53 5292 
fonts-ibm-plex_4.0.2-1.debian.tar.xz
 c129ba3f8006bbc408b53334e1093b82071067fb 5125 
fonts-ibm-plex_4.0.2-1_amd64.buildinfo
Checksums-Sha256:
 77950ded3b86d518b02f0880b2b4e20bc7cc8f09cca0769811e07bd7a97f9b46 1661 
fonts-ibm-plex_4.0.2-1.dsc
 8f0ff748033530926d93cc1d6aecd31522a644bf8dcd6659998ff1762967f556 75524831 
fonts-ibm-plex_4.0.2.orig.tar.gz
 2f41a26e2ffc6cced7f55f7f2de43cc61f063ef0640f7c7c06d0e7d71798a828 5292 
fonts-ibm-plex_4.0.2-1.debian.tar.xz
 047e2a5bf147220c0598823b69f9030118201948fe4e251bd19f924303329952 5125 
fonts-ibm-plex_4.0.2-1_amd64.buildinfo
Files:
 c618755709dbe36a0b364287ea49bf8b 1661 contrib/fonts optional 
fonts-ibm-plex_4.0.2-1.dsc
 7a60d4877a5b56341f993f051627efcf 75524831 contrib/fonts optional 
fonts-ibm-plex_4.0.2.orig.tar.gz
 47c86a5150d2fec440cc08bb545870d4 5292 contrib/fonts optional 
fonts-ibm-plex_4.0.2-1.debian.tar.xz
 a00f2ba6a9cca280c22b3454c94a318b 5125 contrib/fonts optional 
fonts-ibm-plex_4.0.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3vh3ISHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25IlkH/A+63gSzUqCnkrrq5Co623boIJ7xmvI/
QJHgXSaCI6UXnoyXFHb/Y9Z23kv9sHpcReu5cskJieFHHkk9yfaEyKL629QSXxKS
1wGYGlR7nt+9FiXdaLmGZz+Mj7+5Pwmmz44D5ya46dQUYrxen/SJzOjbUygQyGJs
z+pzEL0aS63KruvjjJsjwywcEQKYpzyjVgJPFjO86/9Pm6RurNevez4YQp8VT4WD
26/NyjHIF+AEWJHXiXzsOxzQC+Kr3JV7rLxsLdVksRFyUasFND1o7DR2zjTgVx6e
oZ/iza5T4fBpV6Ink+Eg9lBQ8pGCNXFZ8lFK41S0r4jL/QcI4ItRz84=
=JeQ4
-END PGP SIGNATURE-



Accepted iw 5.4-1 (source) into unstable

2019-12-08 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 08 Dec 2019 11:11:08 +
Source: iw
Architecture: source
Version: 5.4-1
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Changes:
 iw (5.4-1) unstable; urgency=medium
 .
   * New upstream version 5.4.
   * Bump Standards-Version to 4.4.1 (no changes needed).
   * d/gbp.conf: re-enable pristine-tar (was blocked by #913218).
   * d/control: add Rules-Requires-Root: no.
   * d/control: update the Homepage field.
   * Add upstream metadata file.
Checksums-Sha1:
 d5d9d2a9ee6943c98ba0b3ffad8907aa47a99404 1531 iw_5.4-1.dsc
 f70b5f40f9248f9352c6a704a0b8df984e9d1e69 136252 iw_5.4.orig.tar.xz
 1bd589e0af56fe8a4ab3517ce4e9b3e733b1d83e 34712 iw_5.4-1.debian.tar.xz
 8001faab6d07015827d9e89db44f3e7a389a430c 5421 iw_5.4-1_amd64.buildinfo
Checksums-Sha256:
 a96c206882e636737274f2b77699645e90e1c72a91d4876625fa593edea4abcc 1531 
iw_5.4-1.dsc
 a2469f677088d7b1070a7fbb28f3c747041697e8f6ec70783339cb1bc27a395f 136252 
iw_5.4.orig.tar.xz
 9688f61b8e780c03bf4f3b952804f4aaf758c268e82c28e783a9034c0d755be9 34712 
iw_5.4-1.debian.tar.xz
 3b562b0b272961b71f01ee003153b534ae2483cfebe52a637729be8fec361c1d 5421 
iw_5.4-1_amd64.buildinfo
Files:
 5c175c17d1622869e1e1b8af5174fe55 1531 net optional iw_5.4-1.dsc
 0d8bd345449c14249e39ce4b1f09cd64 136252 net optional iw_5.4.orig.tar.xz
 fe1476620a4abe05ef177b4121e6e31f 34712 net optional iw_5.4-1.debian.tar.xz
 3f3c2d99ba4d1d24721175ca1cb723ea 5421 net optional iw_5.4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3s3B8SHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25kVwH/3snIhYAJfuIOWZXzLVOgAT5YOOh5g8J
mV1Z8ws3zWOK+PGTnm8Ak1k3AMVyStJsIFJFwEkvP9uzZjpa6sAvtqbYarUVuCuw
UAZ3toc4oZkQvzq3A86wYYtcvK6jeUAe43y2Bdg2E5K92OoudqX+KfzKd1JPaqhT
7feprAHjMTeYseBc4oq1GYFjZpzL0Pi475rTtGILUc+S/VfwMQMWHlLhHVIHYEVW
apJOgMzpOuOK9V/s+6QBulQbyvmiDxyZG7XLjlYoKTTWqP9OFSMDvcmprGqfioiY
yGy9d/4nCDm984JpdQfRUSfQ43cYkMHfDpwulYq7IT5EHRXGyE1s/xE=
=uRtI
-END PGP SIGNATURE-



Accepted rust-atty 0.2.13-1 (source) into unstable

2019-12-06 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 06 Dec 2019 14:59:05 +0100
Source: rust-atty
Architecture: source
Version: 0.2.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-atty (0.2.13-1) unstable; urgency=medium
 .
   * Team upload.
   * Package atty 0.2.13 from crates.io using debcargo 2.4.0
Checksums-Sha1:
 6d0fa50028eea73d77bf6f43bfd6ec48bf29be37 2424 rust-atty_0.2.13-1.dsc
 fe4ed7919862d59949ff30dcea47c7ab740812f1 4764 rust-atty_0.2.13.orig.tar.gz
 3a99bfa8f0f06ce3bb81632972b27ef4e325795c 2656 rust-atty_0.2.13-1.debian.tar.xz
 caef2138288cd1aef87ec800a30054b8a277353d 6951 
rust-atty_0.2.13-1_amd64.buildinfo
Checksums-Sha256:
 0d98fdf4353764ac2edd0730a476a309a01432a4d99d7aaedc7d079662d137fb 2424 
rust-atty_0.2.13-1.dsc
 1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90 4764 
rust-atty_0.2.13.orig.tar.gz
 e103e88a5399c2006e520f8c995d48d341e0380553192b80362056171f565c2f 2656 
rust-atty_0.2.13-1.debian.tar.xz
 8b9c093efe6599953b38239982f9bc24614dfa86ff53fbd602ec43d1d8644850 6951 
rust-atty_0.2.13-1_amd64.buildinfo
Files:
 d76fbd14275bb6faeea79fb435c6708d 2424 rust optional rust-atty_0.2.13-1.dsc
 4d54da5d6fec11f144464c1a928df3fe 4764 rust optional 
rust-atty_0.2.13.orig.tar.gz
 07967f82123de1412561b6555881043d 2656 rust optional 
rust-atty_0.2.13-1.debian.tar.xz
 cd9ef88727dacc6d498a566d70900202 6951 rust optional 
rust-atty_0.2.13-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl3qZjUACgkQfmUo2nUv
G+Hm+BAAiH5jAtZuKmOe4VHREIzoTH+z6wFaKE1hWGfjtOfw6N3sGEoLG45ZPBPc
X+bTwnaoHn6TwmyYJmxRVsjijRZZbUG7CyhDYmitMl+n0jtFV7Xilee/l56m7vHE
h3+rqC6WgVPKBxZC4mHzlTtk0P49f3IGq3tw/hYQYBIW7rqVZUhYRgQLknbYTEOr
UL1mSSBHJ/O1Pi3sh6ZQmF8ZGhv1dTHd5tIg037B4VlG053ymTlnaHaJvSZgyhXd
InncUPbMNfKzBLmuP1XtgbS509DKQAeYnPs44KhJHrJdEFaiA6E3BILaIt0ExUDC
MtMXy5U1d7Te4OKZlU8jQ7x09RRTAcaI/jwd2V1vUgaN/ZmX4LAKzfYyodoIM92T
cl3qpZRaH0gJVI6Lwg9wwlhjzvofD9syNXosM3PNX/Kmnsql5pvU0TzdO46+oMcF
+1PfPX984bMdGAfYajvqjV/5+4nkVkPsFuuuly8Z7wn5nYzRemUWuc6L14ZzpZsx
+Yb+zdlVmLIvWNGxfjb6D8LinesNQC4/N+5VIy1N60cWJXwWo+uttBXEuFmmMsLC
AWdpR+ap4k9XzOIl38ejZmzC8mmbq4ArTEam+kgZx9Yb9p3b/hrfctDDAgDAKV4a
CHIXYLoFg6SPClpn5HNodG6AroIFX9Lu4K9zHDWYIHymdGGOoe0=
=3VBa
-END PGP SIGNATURE-



Accepted rust-onig 5.0.0-2 (amd64 source) into unstable

2019-12-05 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu,  5 Dec 2019 18:19:27 CET
Source: rust-onig
Binary: librust-onig+posix-api-dev librust-onig+print-debug-dev librust-onig-dev
Architecture: amd64 source
Version: 5.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description: 
 librust-onig+posix-api-dev - Bindings for the Oniguruma regex library - 
feature "posix-api"
 librust-onig+print-debug-dev - Bindings for the Oniguruma regex library - 
feature "print-debug"
 librust-onig-dev - Bindings for the Oniguruma regex library - Rust source code
Closes: 946208
Changes:
 rust-onig (5.0.0-2) unstable; urgency=medium
 .
   * Disable the print-debug autopkgtest (closes: #946208).
Checksums-Sha256: 
 b7f955486017f4905da2d70a5df4b495995431041ac0a0eb51b1d0557061a013 1088 
librust-onig+posix-api-dev_5.0.0-2_amd64.deb
 f3409f32867f74f83d35b0575fa1110255ed34dc71339bbca859542e4d1c8589 1092 
librust-onig+print-debug-dev_5.0.0-2_amd64.deb
 37f39ee2500f59da816088e742aed9a83a7230fc55ced7c8bed4165039a110bb 26124 
librust-onig-dev_5.0.0-2_amd64.deb
 dc074235600d53ce8781a5f7740403d1e5b59eb4bab0f49fdcfb1f2a59ca3732 9703 
rust-onig_5.0.0-2_amd64.buildinfo
 f130fc2ecef79570d6e36d9b8783d76a3e290d4ff46eb236601b9b4ae80c9e09 2121 
rust-onig_5.0.0-2.dsc
 e4e723fc996fff1aeab8f62205f3e8528bf498bdd5eadb2784d2d31f30077947 26969 
rust-onig_5.0.0.orig.tar.gz
 c9e4b7a514f026876456a828b5a1485b4512d3116c71db697ac291c1b44cc516 3024 
rust-onig_5.0.0-2.debian.tar.xz
Checksums-Sha1: 
 38cf9fe7c538498ee48124c222df793eeed44a39 1088 
librust-onig+posix-api-dev_5.0.0-2_amd64.deb
 86dbd65e4da5bc2c88b0d21031d736095b7474d9 1092 
librust-onig+print-debug-dev_5.0.0-2_amd64.deb
 9496743e09e308f53cd4aa6f43d6bd74237c4538 26124 
librust-onig-dev_5.0.0-2_amd64.deb
 77685ed9ce9064dfe5cc5af4721590622bc9ec4f 9703 rust-onig_5.0.0-2_amd64.buildinfo
 19dd747d1552ac2cf890be649d5464cfed417bb4 2121 rust-onig_5.0.0-2.dsc
 277f1c83a0761858cfefdbabb6a77be2a3abad2f 26969 rust-onig_5.0.0.orig.tar.gz
 164c2b6a38ab3cadcf240d852534c6d339f6af14 3024 rust-onig_5.0.0-2.debian.tar.xz
Files: 
 9e3dc582e45270acc1be6a9a445c7d5f 1088 rust optional 
librust-onig+posix-api-dev_5.0.0-2_amd64.deb
 a1754d9cb9c340d2170888da62008f22 1092 rust optional 
librust-onig+print-debug-dev_5.0.0-2_amd64.deb
 270d8b9d13c9bf465818da50eb531e44 26124 rust optional 
librust-onig-dev_5.0.0-2_amd64.deb
 63546b56c22aa321c8fd3b67c15c2da6 9703 rust optional 
rust-onig_5.0.0-2_amd64.buildinfo
 326d46cf8dcd40d0c44a10b27f91b183 2121 rust optional rust-onig_5.0.0-2.dsc
 0d0869472b8dff13a99b2bafc54c9a1e 26969 - - rust-onig_5.0.0.orig.tar.gz
 5f8ea37d547f5a5887d1f72231f165e5 3024 - - rust-onig_5.0.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3pPD0SHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25b0QH/jheO8Q3qh8/8c+xrK3q/g8sBvy8tyMS
sx/J5dsGFIeVxDOHmArvCJ6ttETao63QCWaE9ueGHQ1a1nahB5KLOoQzhF3eU5uA
OX65/ljkbC61AjqJ06AOWo9uD/CcrM4pIFVRYahYJbmP8UpX4L0Fqf/auDsVSn1r
WeHqoYZuCeq61PiKvuGZlKIsCud3pwUkGozRKKfhH8uFaSlg1hP/Y1rHRxVxSlfv
btQhUd+tjcXHPeqKtEIt6nZudMxTevtHLvdWgAGz1IBki6bRgjZil46X1aCU5BrI
UYOVMDpU2EkaBkhPXQ7aU1/S+kHVt5jaf4hoLfx0O2K9iHZYxh9F9o4=
=J0hr
-END PGP SIGNATURE-



Accepted fscrypt 0.2.5-2 (source) into unstable

2019-12-04 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 04 Dec 2019 13:57:04 +
Source: fscrypt
Architecture: source
Version: 0.2.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Paride Legovini 
Closes: 946155
Changes:
 fscrypt (0.2.5-2) unstable; urgency=medium
 .
   * The upstream libpam config file is now a template; compile it.
 (Closes: #946155)
   * Build-Depend on m4.
Checksums-Sha1:
 6b7d2837c61719866b6f2599adcfa34cda18f539 1967 fscrypt_0.2.5-2.dsc
 a9c63e21efe4b8af3bc72bf14a540373e95a293b 5260 fscrypt_0.2.5-2.debian.tar.xz
 a6478a70727066162685a312770a2a7f3f84594b 6457 fscrypt_0.2.5-2_amd64.buildinfo
Checksums-Sha256:
 924b5a7c87d82e9348d7c1c8ee777ca85de15b12534346dc5d7f07066e77f5d7 1967 
fscrypt_0.2.5-2.dsc
 833374927671a3c26d2bb8caba82a3a00691693280f36ac1d70180b0ddbf804e 5260 
fscrypt_0.2.5-2.debian.tar.xz
 895c16076ef2771a9845eabebab78565e8d8e854c5c224ef97794d9f13ea29c6 6457 
fscrypt_0.2.5-2_amd64.buildinfo
Files:
 b615f956fdf364bda92ef2a20cc902df 1967 admin optional fscrypt_0.2.5-2.dsc
 576495cd534cc673d9e990d44ea38515 5260 admin optional 
fscrypt_0.2.5-2.debian.tar.xz
 d983efba2b508451e25a5abf1c605052 6457 admin optional 
fscrypt_0.2.5-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3nvPQSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU255akH/3iH0xRsE+e6k1V4jrySmSSWtKgWzHWa
ID8q1EJ3+hCrImUwFlSqL4t9p7K8PNHzV2kc/OMuUczrA7jBxn727XQ+QcEOGcW7
iBTnZBNZbCK/IwSLNTAnY5ZxSCk3qe23f81n+HmfEv4dBS2d/rBL6m/JO5ZP5Y7d
dke7UF53xb6wdw+T6JR0fJcHHfSk5GjIqvFob3cbZp7KizIdfn9qZQyuDJz04Dcn
nZqTeGT7+RpZXChYhe8cyMMqGUJEhOrVnMCrfv7/3/Xibfbtm5SigNqWF2o225Zl
pi6TVIUyCPhx009AFx1SkHMI88qM7I3/1UU6awlnIDG93fbhMaLUUHA=
=wTg9
-END PGP SIGNATURE-



Accepted mseed2sac 2.3+ds1-1 (source) into unstable

2019-12-04 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 04 Dec 2019 09:54:51 +
Source: mseed2sac
Architecture: source
Version: 2.3+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Paride Legovini 
Changes:
 mseed2sac (2.3+ds1-1) unstable; urgency=medium
 .
   * New upstream version 2.3.
   * Bump Standards-Version to 4.4.1 (no changes needed).
   * B-D on debhelper-compat 12; drop d/compat.
   * d/control: add Rules-Requires-Root: no
Checksums-Sha1:
 ec2e0d330c1939e9c119fc98ebcc44a61beedffa 1678 mseed2sac_2.3+ds1-1.dsc
 4e926139068e968ab347c300719529bb7a9b559c 44870 mseed2sac_2.3+ds1.orig.tar.gz
 82f3c2c76db4618e94743016e42d63e7afcfb2fa 3052 mseed2sac_2.3+ds1-1.debian.tar.xz
 fecc871198adb57fbb72ad195fc1dcefd313e5a0 5398 
mseed2sac_2.3+ds1-1_amd64.buildinfo
Checksums-Sha256:
 5c98e80fb967d2eec5ab978715f80714b52c05249e98d82bda399771bb12a62c 1678 
mseed2sac_2.3+ds1-1.dsc
 6c41521594e4efc223e704b20b7cd4b086a16e5b95274490389985b8a0410ca2 44870 
mseed2sac_2.3+ds1.orig.tar.gz
 efe463193785ee1d99376962d4a168e87ccbf83e2423b98d2e1e1bbe46d4dd59 3052 
mseed2sac_2.3+ds1-1.debian.tar.xz
 90fd4970c63e0523fd9086c61eca017aacc14a3f3ff39b46b4561839c36ac66a 5398 
mseed2sac_2.3+ds1-1_amd64.buildinfo
Files:
 71fbd273e3d0939a6307e183f08ee5fb 1678 science optional mseed2sac_2.3+ds1-1.dsc
 63c763024638c8a6652ad3dc97a655d8 44870 science optional 
mseed2sac_2.3+ds1.orig.tar.gz
 0256b4dc48c4e248be620e3452ed63cd 3052 science optional 
mseed2sac_2.3+ds1-1.debian.tar.xz
 48bba5cdbe7cc5374c72395ebf387b33 5398 science optional 
mseed2sac_2.3+ds1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3nhnUSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25pSAH+wfqds955acuNMQ6Q6w2tcvYKpzR4K6k
SR8lcOQdfq4DJOZz6JYsxm7Iod5T1tn81/VGNZowKNyP9nPymUYv5GlocrFwvicS
1bdYWhgX45WLrbnx2VL7QaHwCB8aNYLkZk2i/9bjTrrVAc104pDz20/5gToEBl3V
PT1UsvrIB5k9WN5EfUMBuHY6GIL659JexGsPKz1X47REGroHcEFHyjxRkIPFcMRJ
gnh6r3HV0fw9m90aN6+lUHBr9wXiKME1TtZNdWB3M7k3dQaUbAD/87NhqlcTLhyH
gUUkgU/VVOcdkDXBGj88flzIsMsmVUqqEKvvyQjk2QQwmKym3RZdeCo=
=GgmP
-END PGP SIGNATURE-



Accepted rust-syntect 3.3.0-1 (amd64 source) into unstable

2019-12-03 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed,  4 Dec 2019 01:22:01 CET
Source: rust-syntect
Binary: librust-syntect+bincode-dev librust-syntect+default-dev 
librust-syntect+dump-create-dev librust-syntect+dump-create-rs-dev 
librust-syntect+flate2-dev librust-syntect+fnv-dev librust-syntect+html-dev 
librust-syntect+onig-dev librust-syntect+parsing-dev 
librust-syntect+regex-syntax-dev librust-syntect+yaml-load-dev 
librust-syntect+yaml-rust-dev librust-syntect-dev
Architecture: amd64 source
Version: 3.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description: 
 librust-syntect+bincode-dev - Syntax highlighting and code intelligence using 
Sublime Text's gr
 librust-syntect+default-dev - Syntax highlighting and code intelligence using 
Sublime Text's gr
 librust-syntect+dump-create-dev - Syntax highlighting and code intelligence 
using Sublime Text's gr
 librust-syntect+dump-create-rs-dev - Syntax highlighting and code intelligence 
using Sublime Text's gr
 librust-syntect+flate2-dev - Syntax highlighting and code intelligence using 
Sublime Text's gr
 librust-syntect+fnv-dev - Syntax highlighting and code intelligence using 
Sublime Text's gr
 librust-syntect+html-dev - Syntax highlighting and code intelligence using 
Sublime Text's gr
 librust-syntect+onig-dev - Syntax highlighting and code intelligence using 
Sublime Text's gr
 librust-syntect+parsing-dev - Syntax highlighting and code intelligence using 
Sublime Text's gr
 librust-syntect+regex-syntax-dev - Syntax highlighting and code intelligence 
using Sublime Text's gr
 librust-syntect+yaml-load-dev - Syntax highlighting and code intelligence 
using Sublime Text's gr
 librust-syntect+yaml-rust-dev - Syntax highlighting and code intelligence 
using Sublime Text's gr
 librust-syntect-dev - Syntax highlighting and code intelligence using Sublime 
Text's gr
Changes:
 rust-syntect (3.3.0-1) unstable; urgency=medium
 .
   * Package syntect 3.3.0 from crates.io using debcargo 2.4.0
Checksums-Sha256: 
 555dbe0a266b129bccd7a764dfb0e502bac93d807800c4970f68a3fdff12c065 1052 
librust-syntect+bincode-dev_3.3.0-1_amd64.deb
 a2451a755f46d1548049630c680a2af1ee3e74045de9542fff59c6e2c26aee82 1084 
librust-syntect+default-dev_3.3.0-1_amd64.deb
 2c7e632f6e07c1d4c742aa52eb766a80d9cfa18bf41ccb68d1a44abb6be87a69 1128 
librust-syntect+dump-create-dev_3.3.0-1_amd64.deb
 6634e79acbd44362dff34ae595233be961c90c1056d67b044006a904212ac475 1140 
librust-syntect+dump-create-rs-dev_3.3.0-1_amd64.deb
 8b94700976b2bb248a6dadbe2fc8b49e5a7b6fc812d88f833c9f29471af4ef29 1048 
librust-syntect+flate2-dev_3.3.0-1_amd64.deb
 edb34174f4d1a9bbb41f1f05142b37809c1168d0df8b9690bf05a96370963127 1052 
librust-syntect+fnv-dev_3.3.0-1_amd64.deb
 330067614e39b3187631efb05eef7fa86386db4699ffc5468472e2e454e739c5 1052 
librust-syntect+html-dev_3.3.0-1_amd64.deb
 a388808dc9233c144b39d2d7d920acbb00988e9582f26a5fcfe023a807dfbfef 1052 
librust-syntect+onig-dev_3.3.0-1_amd64.deb
 a5e2cf22567d04651747d07e4c04ae9621c3a29791c11b16ae42a648095cd50c 1128 
librust-syntect+parsing-dev_3.3.0-1_amd64.deb
 807c75656edbb9aeb203d1fb2d6bcf9d41ae56d8d47c4291bea1a69a2ae2 1056 
librust-syntect+regex-syntax-dev_3.3.0-1_amd64.deb
 19f91a6445eab47fa1034cb8a7c6abcdf97c7fef1f69d5cbc53b421529a52ade 1072 
librust-syntect+yaml-load-dev_3.3.0-1_amd64.deb
 30f7b5ef32428b01f76adfac3132d3f31d3784cb71f08e558d3005171fe2f601 1052 
librust-syntect+yaml-rust-dev_3.3.0-1_amd64.deb
 558356205944b6c74fc4ba274e10776d92e9925808d22e480892e6c095f4571d 699324 
librust-syntect-dev_3.3.0-1_amd64.deb
 59bb11fed9f2a07adcfa19cd900b4cbfa669b6b17a9c6541d2856c8c306247e9 14146 
rust-syntect_3.3.0-1_amd64.buildinfo
 2275150c7aafd57e70dcb55f55b2a07a01955d3e5e73b38f4eaedc77d0123d03 3596 
rust-syntect_3.3.0-1.dsc
 955e9da2455eea5635f7032fc3a229908e6af18c39600313866095e07db0d8b8 735117 
rust-syntect_3.3.0.orig.tar.gz
 615fd12bc3f2caad8fd13f777c9fc7d00d211aeb0dfa5647a90399ce9cbbc98b 3636 
rust-syntect_3.3.0-1.debian.tar.xz
Checksums-Sha1: 
 29e730d78a8ae4cc91bb38930a8d921cef176b6c 1052 
librust-syntect+bincode-dev_3.3.0-1_amd64.deb
 51199435e0d6d81c5a43085deff384656022895e 1084 
librust-syntect+default-dev_3.3.0-1_amd64.deb
 66b28ef6bbddf731cddb8ce0772f985ced8700d9 1128 
librust-syntect+dump-create-dev_3.3.0-1_amd64.deb
 dab0f695dcef99599aa499aea829affe002d7e51 1140 
librust-syntect+dump-create-rs-dev_3.3.0-1_amd64.deb
 a19c02ffe2122f72e0e37f2ee4a96f566d4ec5f8 1048 
librust-syntect+flate2-dev_3.3.0-1_amd64.deb
 de8f0a507e9a8708e95e16c346d4b56e4f05aebc 1052 
librust-syntect+fnv-dev_3.3.0-1_amd64.deb
 887ddd1745142bbc849498a499dc1f1279ffc146 1052 
librust-syntect+html-dev_3.3.0-1_amd64.deb
 251e9457d2fb133cbb4bd7146548bc6ec297cd75 1052 
librust-syntect+onig-dev_3.3.0-1_amd64.deb
 04907a40eb31e36d0c8d6e07a6e51433fc348e4d 1128 
librust-syntect+parsing-dev_3.3.0-1_amd64.deb
 6257a576e286f290f80d66ca4451c4586499f766 1056 
librust-syntect+regex-syntax-dev_3.3.0-1_amd64.deb

Accepted rust-git2 0.10.2-1 (amd64 source) into unstable

2019-12-03 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue,  3 Dec 2019 09:48:08 CET
Source: rust-git2
Binary: librust-git2+default-dev librust-git2+https-dev 
librust-git2+openssl-probe-dev librust-git2+openssl-sys-dev 
librust-git2+ssh-dev librust-git2+ssh-key-from-memory-dev librust-git2-dev
Architecture: amd64 source
Version: 0.10.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description: 
 librust-git2+default-dev - Bindings to libgit2 for interoperating with git 
repositories - fe
 librust-git2+https-dev - Bindings to libgit2 for interoperating with git 
repositories - fe
 librust-git2+openssl-probe-dev - Bindings to libgit2 for interoperating with 
git repositories - fe
 librust-git2+openssl-sys-dev - Bindings to libgit2 for interoperating with git 
repositories - fe
 librust-git2+ssh-dev - Bindings to libgit2 for interoperating with git 
repositories - fe
 librust-git2+ssh-key-from-memory-dev - Bindings to libgit2 for interoperating 
with git repositories - fe
 librust-git2-dev - Bindings to libgit2 for interoperating with git 
repositories - Ru
Changes:
 rust-git2 (0.10.2-1) unstable; urgency=medium
 .
   * Package git2 0.10.2 from crates.io using debcargo 2.4.0
Checksums-Sha256: 
 ed26b797bffa9f526c320bf173b8c49be3220926348e61e4666315ca0b4c161b 1104 
librust-git2+default-dev_0.10.2-1_amd64.deb
 b9f5bb3cd090846cab449b294372535cf56217441f327e893b3f5c97adf3453f 1124 
librust-git2+https-dev_0.10.2-1_amd64.deb
 ea1ef8c3a390a26451e9c72dd7239941fbb91f599f99259f666b32a7c965dd4e 1100 
librust-git2+openssl-probe-dev_0.10.2-1_amd64.deb
 0a78820bd47f0cc322c60f9296071881ebaa6dff7687a71bc942aa14ab704811 1096 
librust-git2+openssl-sys-dev_0.10.2-1_amd64.deb
 4a307a0bf8de85037655ca4752fd673807a233e757752bebc3ee3450b304bf55 1092 
librust-git2+ssh-dev_0.10.2-1_amd64.deb
 b87323750672eb1ed438e19b536c65577a6ba86531089f9c6848160c835648f6 1128 
librust-git2+ssh-key-from-memory-dev_0.10.2-1_amd64.deb
 e790e43d212cdc7f087e4efc7ac0df8d36fad9cfefb34567ff8d806b16635b59 124088 
librust-git2-dev_0.10.2-1_amd64.deb
 24dbebbbd0112d87d785e07d339a7ef4664a856d9a0a3f9971784294465f46c9 9643 
rust-git2_0.10.2-1_amd64.buildinfo
 ceacd4597e525442a64ea81d7d52184378f3e74fa26185699ba84a903e9df15e 2998 
rust-git2_0.10.2-1.dsc
 7c1af51ea8a906616af45a4ce78eacf25860f7a13ae7bf8a814693f0f4037a26 158275 
rust-git2_0.10.2.orig.tar.gz
 5ecc4bbaad7c790b95c852a31b94357bc2585723a95ef3b07775b756aa0645d7 3756 
rust-git2_0.10.2-1.debian.tar.xz
Checksums-Sha1: 
 bcd343ab9fca62fae0460fd5ddb99b9cc6479385 1104 
librust-git2+default-dev_0.10.2-1_amd64.deb
 cf33a4391e206ce629ac53767fabd8246f282710 1124 
librust-git2+https-dev_0.10.2-1_amd64.deb
 37d2a447774363ec57c89b849f2dae842bdc566c 1100 
librust-git2+openssl-probe-dev_0.10.2-1_amd64.deb
 25300c27fe41a86f46751e5c08c59838f94ad8d5 1096 
librust-git2+openssl-sys-dev_0.10.2-1_amd64.deb
 3c22962b269e976cc2c29b685b5995bd452b0d7a 1092 
librust-git2+ssh-dev_0.10.2-1_amd64.deb
 a422beea786f39f71089dfeebf68e5e23c71a257 1128 
librust-git2+ssh-key-from-memory-dev_0.10.2-1_amd64.deb
 651cee7d6f216770a7398184141546e4e85e147f 124088 
librust-git2-dev_0.10.2-1_amd64.deb
 452305d3479d51156db6ae4b67c131d40f0d1fb5 9643 
rust-git2_0.10.2-1_amd64.buildinfo
 cf3f983bfbcbbae8827266a1e6d8c41de69b228e 2998 rust-git2_0.10.2-1.dsc
 12db4f6b73af893b7850be009fe1fe10fe7a24c3 158275 rust-git2_0.10.2.orig.tar.gz
 8523adc8cd1798262cff95ad278ed1eb95b406c8 3756 rust-git2_0.10.2-1.debian.tar.xz
Files: 
 7f17cd7d1015bb643f7a0e384b38de0d 1104 rust optional 
librust-git2+default-dev_0.10.2-1_amd64.deb
 e438c10fcb0a5452b3d06a34b823ac97 1124 rust optional 
librust-git2+https-dev_0.10.2-1_amd64.deb
 923b842a769eba2bee5f61a8d98c3435 1100 rust optional 
librust-git2+openssl-probe-dev_0.10.2-1_amd64.deb
 58287989025ef3936c60d7d6da57c4eb 1096 rust optional 
librust-git2+openssl-sys-dev_0.10.2-1_amd64.deb
 723652c1f3ec2469fead76259840ae28 1092 rust optional 
librust-git2+ssh-dev_0.10.2-1_amd64.deb
 8e5ca943f040b101ae89966d05d06788 1128 rust optional 
librust-git2+ssh-key-from-memory-dev_0.10.2-1_amd64.deb
 9abafb3b5ff329d4ede893f5eeb2012b 124088 rust optional 
librust-git2-dev_0.10.2-1_amd64.deb
 823d26278e785f3ac1ed3ee1b0ca0884 9643 rust optional 
rust-git2_0.10.2-1_amd64.buildinfo
 1d04f4be3c615af82365f657a235e66c 2998 rust optional rust-git2_0.10.2-1.dsc
 f88143e8bbc71e746064ae2e214bd7dc 158275 - - rust-git2_0.10.2.orig.tar.gz
 546bfa90ae99dd5c63bb06c0df23878a 3756 - - rust-git2_0.10.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3mIUwSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU256F8IAIfT6aO0vNaWyOHT1xKw0SVdQvvbNfdX
bWtAwnHJz+2WEyn0khZFUw7CeP6IEO+3R2Gez7udGm4Vu5J0tqgsJsYHARO1cJNd
DyfwpJs4jh+ZSY5RU2ESi+fid0u9apqQUO+BJrsQWpJXWUPiyvqfZdQAI3K46rjC
zWBINefOqfhp+s/bS3i5KzRDfuWqwfpuikIW4EXx1e/kgvfXPMu5T0IZAl3jN+l8
TNaBhyJfmf05u9GkaQx5kqZ2bA4aDe0x5EtIgfLA5tZeJ5AF4Fw/XmtQXmnvLLLA
jRhlLX/6aOrcz9Wrs4/cqfon9MMPoGd3A4SjD0dI/zVc4VdlowW0d0U

Accepted rust-onig 5.0.0-1 (amd64 source) into unstable

2019-12-02 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon,  2 Dec 2019 17:16:33 CET
Source: rust-onig
Binary: librust-onig+posix-api-dev librust-onig+print-debug-dev librust-onig-dev
Architecture: amd64 source
Version: 5.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description: 
 librust-onig+posix-api-dev - Bindings for the Oniguruma regex library - 
feature "posix-api"
 librust-onig+print-debug-dev - Bindings for the Oniguruma regex library - 
feature "print-debug"
 librust-onig-dev - Bindings for the Oniguruma regex library - Rust source code
Changes:
 rust-onig (5.0.0-1) unstable; urgency=medium
 .
   * Package onig 5.0.0 from crates.io using debcargo 2.4.0
Checksums-Sha256: 
 77c1dd531f8e8e8b2340041d16854396cec55a9bda68c7bccd1989d8f8582ca3 1088 
librust-onig+posix-api-dev_5.0.0-1_amd64.deb
 9025c0e81b0985750fa343af9086cbc91ceed42aa3c65f08077154c48c1ee3ef 1092 
librust-onig+print-debug-dev_5.0.0-1_amd64.deb
 0642c543234e46c99d28fb5d9d26b6b9bebd83944ff2a6a0f35e6212e48a57a0 26040 
librust-onig-dev_5.0.0-1_amd64.deb
 d784e98c2a1614965c181f397a8845e7fc9a5f55b440cb5fd1aa475cd74740b3 9722 
rust-onig_5.0.0-1_amd64.buildinfo
 ca1b4b26a057993ec7ca5daaa934ff2275da4e8a7b7a9323c8c38501e395168b 2121 
rust-onig_5.0.0-1.dsc
 e4e723fc996fff1aeab8f62205f3e8528bf498bdd5eadb2784d2d31f30077947 26969 
rust-onig_5.0.0.orig.tar.gz
 e6dacf37235bf7490e386745f74200977134bdcd74adb68fa3cfa379ae0ab51b 2876 
rust-onig_5.0.0-1.debian.tar.xz
Checksums-Sha1: 
 c59885dab30efcca7f86d64c66a339e011d8fc04 1088 
librust-onig+posix-api-dev_5.0.0-1_amd64.deb
 21a09bd91618439f96adcec6ecc2688443454358 1092 
librust-onig+print-debug-dev_5.0.0-1_amd64.deb
 7a017ed4f01efe82e0ac79ff49e25a153b323038 26040 
librust-onig-dev_5.0.0-1_amd64.deb
 dff53d4865516890dc9ab7ba9558f052e53e5dc0 9722 rust-onig_5.0.0-1_amd64.buildinfo
 56a23dc417e788d889cc9f3addf7a53099b78fa1 2121 rust-onig_5.0.0-1.dsc
 277f1c83a0761858cfefdbabb6a77be2a3abad2f 26969 rust-onig_5.0.0.orig.tar.gz
 37881a77f97c3e82c0194f0d3b8a2bfc3ca8b08a 2876 rust-onig_5.0.0-1.debian.tar.xz
Files: 
 1aba53704614dc0cb6a5e77b07485d1d 1088 rust optional 
librust-onig+posix-api-dev_5.0.0-1_amd64.deb
 8474a2ff9eaeb84c9300b4786e184ffe 1092 rust optional 
librust-onig+print-debug-dev_5.0.0-1_amd64.deb
 c73ce50ed08af33f202654eda1a1deb5 26040 rust optional 
librust-onig-dev_5.0.0-1_amd64.deb
 3d78b4bdb2656b493a9c1f4d0f61a4bc 9722 rust optional 
rust-onig_5.0.0-1_amd64.buildinfo
 8d41727bc6c2d4d1504f00f95594cad5 2121 rust optional rust-onig_5.0.0-1.dsc
 0d0869472b8dff13a99b2bafc54c9a1e 26969 - - rust-onig_5.0.0.orig.tar.gz
 5bd8f4dd6b969c5f1296030768af8728 2876 - - rust-onig_5.0.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3lOOYSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU254HAH/3rA/XS+TJdi/NefivaW6b1Kplf7mH94
663SPVfassQoeGBft2skVThwLS3ofxdWdcMZZxTWOwM9sOE0Jlgnk01CRfc8VO64
+2yL597Ied0DsCyU/Ws9tCzRIUSdUbEUKDcLGKPX5KNmUjByDy6Ub3SqGoFA5b4S
ztaaApDMM2BsQ7/fJ+gPRPZKGOFIqFAxvQFbB2xaEZy/vAeVTJMvlQxtjolmFXbT
g1GKLqSRdZfTLQyTDIoMGd2t+22+BLT082TZlJoJV/8IzXrLmdqqVRJYaREieQyF
J5HtmdaFRJZ3qJj7ndwvJinWoOdCEMK4T7aG0s35vPwoRhW/JAbvqzo=
=jn/Y
-END PGP SIGNATURE-



Accepted golang-github-ulule-limiter 3.3.3-1 (source) into unstable

2019-12-01 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Dec 2019 15:52:37 +
Source: golang-github-ulule-limiter
Architecture: source
Version: 3.3.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Paride Legovini 
Changes:
 golang-github-ulule-limiter (3.3.3-1) unstable; urgency=medium
 .
   * New upstream version 3.3.3.
   * Bump Standards-Version to 4.4.1 (no changes needed).
   * B-D on debhelper-compat 12; drop d/compat.
   * d/control: add Rules-Requires-Root: no.
Checksums-Sha1:
 a85b51edd3fb3c0d8b5de8a8fe2a1a300303f070 2031 
golang-github-ulule-limiter_3.3.3-1.dsc
 2cd4f91f0b01f8ebc2d9159e2b98c7b6ebaa07b5 20873 
golang-github-ulule-limiter_3.3.3.orig.tar.gz
 b84974d3a3f4b0732a1ce7c06d9b44019313cd7e 3004 
golang-github-ulule-limiter_3.3.3-1.debian.tar.xz
 df423aadc2410ab2f533bd9f2732af46ff437fee 6888 
golang-github-ulule-limiter_3.3.3-1_amd64.buildinfo
Checksums-Sha256:
 cf658181d86110816da86be0887f0ed2156dcedf6eae89f63f215eaa2b7f54f6 2031 
golang-github-ulule-limiter_3.3.3-1.dsc
 1cdfa709df30024228b9b0c31d40c8b5d906308ea8cd4d7dce8277bece9d705d 20873 
golang-github-ulule-limiter_3.3.3.orig.tar.gz
 112bd296993849fc9632de6198b768406b05b7630b14b0ffedf21828bfb82dbe 3004 
golang-github-ulule-limiter_3.3.3-1.debian.tar.xz
 e426c9ab81c5549ed5d84ea74307c98cb3842a20e0600ebba514fd2b6781ca32 6888 
golang-github-ulule-limiter_3.3.3-1_amd64.buildinfo
Files:
 d7ba39f4f808009a105a77ecaf5764b3 2031 devel optional 
golang-github-ulule-limiter_3.3.3-1.dsc
 1aafdbc18c11baa43b18294fa3885429 20873 devel optional 
golang-github-ulule-limiter_3.3.3.orig.tar.gz
 d4b7640c953cb296abc67d708f8a9ff8 3004 devel optional 
golang-github-ulule-limiter_3.3.3-1.debian.tar.xz
 14d2962ba4aaecb885139dbf1eb3c554 6888 devel optional 
golang-github-ulule-limiter_3.3.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3j45sSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25UZEIAKJgwOM7ktaCa4Z0kMhkVWKaJu0AmWwD
ZnqW5UHMZqF3HkWeMbs5YV/K2NJ6/zpA1X6X3LMsCazGOKfrlhsEG1v1OB7bbDK3
gBRiOltcOI6oX6Mn+l0qGxjsBmMJteNfe4UDdxhxbyJj86/bJ5wgttv4fTDSgUME
gytLq4qs2toSw9hTxrEfRTx5n2yZHpPktbFyizqoQjIyxbdptiEPc7ktF9wVA5VU
gOmXKPY8p2GEMJvLMZRCODWcpLBY20GyOKVtu5w4iqEWPOtZQvXVMoIX3MNbJf+G
rp3R4d7XEpEA5uwtiyKD4bRqnasUAKVYyUsFqBd7vyp0PK5Bu5N1iGc=
=X5hG
-END PGP SIGNATURE-



Accepted an 1.2-6 (source) into unstable

2019-12-01 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Dec 2019 14:22:46 +
Source: an
Architecture: source
Version: 1.2-6
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Closes: 931128
Changes:
 an (1.2-6) unstable; urgency=medium
 .
   * Bump Standards-Version to 4.4.1 (no changes needed).
   * Bump the dh compat level to 12 (no changes needed).
   * Fix a FTCBFS by making pkg-config substitutable.
 Closes: #931128. Thanks: Helmut Grohne.
   * d/control: add Rules-Requires-Root: no.
   * d/gbp.conf: make the options DEFAULT; use pristine-tar.
Checksums-Sha1:
 c89592f6ef90d1ebe23136369d9e50b4cbc309e5 1477 an_1.2-6.dsc
 c68ba8cd9ba2b4351b2873fd1b7729b0d1862e8e 4432 an_1.2-6.debian.tar.xz
 766a2208ced33796e5d44a549836ce23e901e24a 5303 an_1.2-6_amd64.buildinfo
Checksums-Sha256:
 390f64959055db5ab3ef0ec3f98e5870467338fe7d59d939b102d0351b2a 1477 
an_1.2-6.dsc
 f70d83edcd0008b130ab48f389afdbdcb458014b340da649e8faa414de91a20f 4432 
an_1.2-6.debian.tar.xz
 64bce386c5130510ced7b428864136d453cf48f265bb4ea22abbc22f1989d17f 5303 
an_1.2-6_amd64.buildinfo
Files:
 9698040c56b6a1fb5e7f341fb96fff9a 1477 games optional an_1.2-6.dsc
 40bec9c14fcc40fcfbf8e9a643f7e9fe 4432 games optional an_1.2-6.debian.tar.xz
 3b7f30a7b8ea51b6ca54270cd850 5303 games optional an_1.2-6_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3j0CMSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU250T8H/jY0CgrNEjRIpKuo8jAhsA3uTb5mMYBb
fxdwyAwt0fXOeo4OdYOCgetJ360mEblZVQc44+RWREBBeb0G0rcRr0JEDysdv9AJ
dZQl0r7xlgF3I9UrA6ZAdAKHLWsuEBrKb8P6/tziR6CNkhxCOu9QF3Eb49dkakiS
+JS8nDZen4TEO0EqIs9iLY+vIRnzMNt97Z25pP8cARfWndITnEt8sqS9BaLvCxQD
LAYclHwXZaV8gt4QfF1kntLnDIjwbn6Le4YPZo6ytS6JjIR/bFdBY0el1NRe3SKu
wpdqr6KVOoan4ggm1mGrEUE5u9J578t5/mGbWEO4Vc1I5R0yUmMf1nM=
=EPEk
-END PGP SIGNATURE-



Accepted rust-onig-sys 69.2.0-1 (source) into unstable

2019-12-01 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 01 Dec 2019 09:59:24 +0100
Source: rust-onig-sys
Architecture: source
Version: 69.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-onig-sys (69.2.0-1) unstable; urgency=medium
 .
   * Team upload.
   * Package onig_sys 69.2.0 from crates.io using debcargo 2.4.0
Checksums-Sha1:
 009640ea0803179a368cd491d710c5b534bd9edd 2249 rust-onig-sys_69.2.0-1.dsc
 5a1357aa0162cde2b8226be0765bdf2b4c275890 561540 
rust-onig-sys_69.2.0.orig.tar.gz
 313c95dad24d330a7622364ed09f8d4cfc2c92d5 4432 
rust-onig-sys_69.2.0-1.debian.tar.xz
 ea03b5099a40911cd0cfee7a07320d9353336883 9422 
rust-onig-sys_69.2.0-1_amd64.buildinfo
Checksums-Sha256:
 1630bad5fd1c2d0b0c704b396279fecec1de62203adc042cacce21b30bdaac83 2249 
rust-onig-sys_69.2.0-1.dsc
 0a8d4efbf5f59cece01f539305191485b651acb3785b9d5eef05749f0496514e 561540 
rust-onig-sys_69.2.0.orig.tar.gz
 8507e8a90cf13580e54714070d4783c7731eceba6c9454d6fc1274125573360d 4432 
rust-onig-sys_69.2.0-1.debian.tar.xz
 a39d3758ea5f715f4de1880fb0dbf3051e418361e852c04bb6790290f0e856ce 9422 
rust-onig-sys_69.2.0-1_amd64.buildinfo
Files:
 180a90bdfd38bffc18b3bb659646042b 2249 rust optional rust-onig-sys_69.2.0-1.dsc
 fa7e0b53d2cd022ddce52bb924eed616 561540 rust optional 
rust-onig-sys_69.2.0.orig.tar.gz
 f5dea0e8cc986195dbb74decdb278757 4432 rust optional 
rust-onig-sys_69.2.0-1.debian.tar.xz
 8b1aced40ad18a0bc5515399b56d0b24 9422 rust optional 
rust-onig-sys_69.2.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl3jgfAACgkQfmUo2nUv
G+GPCg/9FqJfSP1BZfhwrLZwuU6rGYnSinBYmkXeJRNxfyPk492Rz1XKV5aHaCe7
oAx6DL83H5rWtUYAITJt/HVB0AgSP6/dBJGx8SIZQLD3IlmJzYE+BvQltv/l1ZaR
b23l6d1efD0gweBQ9pimYazZtN8rRenX9U9qb16lhWbIOpu9RF5/+zdm5uWomJ5p
1NZuqb3gSvkCaVagjF5CnoBCSTrANc0Cw0YPLtWxAQiXBxj5oS6turVesFRbeJQ5
ykeRVlDagJOUuzQE7RcOtDfO9LmFWGYIr8/tMrTlBjuM0MjhaJgFRFgN9gr84u8U
2ZzhyqFZ/mIS8kdu34yWXLcxs+0bkt2RD6fk4AA4Brb8IqQNOIosJj2a0opG7t0z
fKuatwA6ScJ0SDQwtU10XoitS2L60j4pZRs23QZY4ItZMAmGBbilXBOcnAbPCAPf
BKjatcqNYh6rkcUnVd8LodMNyUvyEKqMuuJEBIde4b97/VR+dDeGjjlMwg1vJ56Z
oHR6lgGAlGxiNZmDqrXk9VK01dJxyGkCC3kSwpcfgODVlRbKPXugGduRkeb/X/8I
UAD3HEIco6mpr3nQzyJLys/sIsFeRDukTI2sNaVLLvPTmCMR4vC7UPf065Lvovte
LRHoGf1OV13gumsxwDXTqYvrKNkmdqQ+WZd3Z7/VXUgJFX5+r3I=
=MTbT
-END PGP SIGNATURE-



Accepted fscrypt 0.2.5-1 (source) into unstable

2019-11-30 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 30 Nov 2019 15:20:33 +
Source: fscrypt
Architecture: source
Version: 0.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Paride Legovini 
Closes: 945398
Changes:
 fscrypt (0.2.5-1) unstable; urgency=medium
 .
   * New upstream version 0.2.5 (Closes: #945398).
   * Build-Depend on debhelper-compat and drop d/compat.
   * Bump Standards-Version to 4.4.1 (no changes needed).
   * d/control: add Rules-Requires-Root: no.
   * d/rules: drop DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed.
 ld --as-needed is enabled by default on Debian development versions.
Checksums-Sha1:
 11d33e869b2ff4a19ed0389dbb03906b9a6b427a 1963 fscrypt_0.2.5-1.dsc
 b38a5fc32a775190ff9605515096a5252a567f7c 99912 fscrypt_0.2.5.orig.tar.gz
 a6734bfff9aeb73e912f7eb901a55298d1b62903 5108 fscrypt_0.2.5-1.debian.tar.xz
 7622e9396679bdd553b3bc45a2b3b2b78b556a57 6457 fscrypt_0.2.5-1_amd64.buildinfo
Checksums-Sha256:
 75ac393202c7e9c98dcbf32ce101eedeea9cd5ba0902d8f10c6950cb5ba107fe 1963 
fscrypt_0.2.5-1.dsc
 e2447c3fd6982ee63d24b92ebb424efc1f28cdec5bf589d5f687721848936f6e 99912 
fscrypt_0.2.5.orig.tar.gz
 39ad03048336ee978b32b161796cf6dd635a4fda5e36aec34f16269b5ba2f61c 5108 
fscrypt_0.2.5-1.debian.tar.xz
 104ea97ab6e7889df6734d3b6e0b1c298a40c5b79ced95d2c9839feae2f4384a 6457 
fscrypt_0.2.5-1_amd64.buildinfo
Files:
 14fd6d45e10b2e364f7f8994974eb42f 1963 admin optional fscrypt_0.2.5-1.dsc
 6f6b75fe59a75ae265a87d5ccf278e89 99912 admin optional fscrypt_0.2.5.orig.tar.gz
 3098d3ea73e866ead5739c62a6bdb302 5108 admin optional 
fscrypt_0.2.5-1.debian.tar.xz
 41f2dc57953f3b8b12a564677eb47748 6457 admin optional 
fscrypt_0.2.5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3ikE8SHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25JiYH/i1FR8M5rEq5RvuA0Ny9+yYH2DjaM0DM
Ah1lDcZlX6YcyVFmZxs6miu2H2DUFU710mk4encYgAk+EW/07siW6wZiM6jAeUxE
hJeyQaKpb+A/8BV5L5XbW6sbO4DghpPSUYd5JfGBNj4ujweH4SerjRGigRZIQPQz
UEfUEtRCHvS2yuTzRwjeirJrlttwOBWIXEqdnOHR9semxCfnk0C0fEDnPcbNaybp
+LyYw41SBcg71VU7Pa8tsnIHmk5Fk6/0sGr8gUItDZm+9YszR2BYlNq/yedI5uSV
itxs4wLXB/dDW+efv1gE3K8NkvoxSNqK6vWpCKPH2RbvZRt9ng6Qffg=
=AWgy
-END PGP SIGNATURE-



Accepted fonts-ibm-plex 4.0.1-1 (source) into unstable

2019-11-29 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 29 Nov 2019 22:59:26 +
Source: fonts-ibm-plex
Architecture: source
Version: 4.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force 
Changed-By: Paride Legovini 
Changes:
 fonts-ibm-plex (4.0.1-1) unstable; urgency=medium
 .
   * New upstream version 4.0.1.
   * Bump Standards-Version to 4.4.1 (no changes needed).
   * d/control: add Rules-Requires-Root: no.
   * Improve the package description.
Checksums-Sha1:
 c24e89857e90a26c524da3cbc1d12f961c248543 1661 fonts-ibm-plex_4.0.1-1.dsc
 3a14ad5a1f8a7eca53932afa3ff56acd9ca8dadf 75850896 
fonts-ibm-plex_4.0.1.orig.tar.gz
 3c33288097424bf1f53eaee2447f7613b0af48f5 5280 
fonts-ibm-plex_4.0.1-1.debian.tar.xz
 84a15aaab667c5c32d75919d2ce719325b37f078 5064 
fonts-ibm-plex_4.0.1-1_amd64.buildinfo
Checksums-Sha256:
 7e76a34295e1f82a168445da55426fed6367db7a19bdfdf17f3f5ed8859d6dbf 1661 
fonts-ibm-plex_4.0.1-1.dsc
 f54236af4058d6490cb679091e47c75af385e0d8e2d9a69283aaa745a08dc497 75850896 
fonts-ibm-plex_4.0.1.orig.tar.gz
 4cb71c48ac334690d867e755d9b90212bd23a4237331d776a4accac10cf322f4 5280 
fonts-ibm-plex_4.0.1-1.debian.tar.xz
 1061e391485c0c461c35d9fc275ae78c7c474d703713522b7b1b7ff1f0f9cba5 5064 
fonts-ibm-plex_4.0.1-1_amd64.buildinfo
Files:
 220d683aeea95e0629a6d59fd7b158f5 1661 contrib/fonts optional 
fonts-ibm-plex_4.0.1-1.dsc
 9522d04ac39881024f750d018f1cba10 75850896 contrib/fonts optional 
fonts-ibm-plex_4.0.1.orig.tar.gz
 a699c529a0263a617a17ae98f8f2f383 5280 contrib/fonts optional 
fonts-ibm-plex_4.0.1-1.debian.tar.xz
 f0e66d03e8e6cd780920b62387f7eab0 5064 contrib/fonts optional 
fonts-ibm-plex_4.0.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl3hpC8SHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25x8kH/AonkfRBHX67Uli1qNCNhb+oEAXFydBE
YpwwwmjcxKn/uluPX7yRtfInZQbOYa24bOF4ncoB/tWo6KHASduu9NzbkoWkxjqO
saeMT0gTPFcgRK92Aws/b5GuEhU1f0g0QVzFgwhkepV4tYpa/t86DdF8w1rzJ86R
E9FQ3w37QixP3rZmS1vzle74h206b33xQn7QrZUE72u8RBf+iCiAkIMWpuWtzH9d
AsOca6me5mUtfvXyriEYXlpLC43PqCj6elSOA243GnbvAudBZ+tWXND8Jh+MuIpD
Dn95tsUj1BRflzo6PFU4mC6TbkNDYzRRx9H8UACBHhRZVVRiawyTAoE=
=UAZu
-END PGP SIGNATURE-



Accepted rust-nix 0.15.0-1 (source) into unstable

2019-09-08 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 08 Sep 2019 21:37:53 +
Source: rust-nix
Architecture: source
Version: 0.15.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-nix (0.15.0-1) unstable; urgency=medium
 .
   * Package nix 0.15.0 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 9eef386502d00a294fca0499b84152b14ed7fb5b 2050 rust-nix_0.15.0-1.dsc
 f815b20a7ab53beccef022a5798453145dcec68f 188721 rust-nix_0.15.0.orig.tar.gz
 f1e9417d7239af9aa6820c3c184105f961c627d3 2720 rust-nix_0.15.0-1.debian.tar.xz
 2a5f404ee1506658add493136335659e17ec0aa3 6607 
rust-nix_0.15.0-1_source.buildinfo
Checksums-Sha256:
 e6c58aaea9b7b7e1c34433945ca9a53a2e867f0156904c9531d2ad243ed5ccc0 2050 
rust-nix_0.15.0-1.dsc
 78cebabeb5872d739dc7307cc1de7b3f059c13dca9339c39f57eac2ee1fe2931 188721 
rust-nix_0.15.0.orig.tar.gz
 9ede4014ffdc829a2b5428553cc68d6921ef556bc89f82235c5fc88010a4bc27 2720 
rust-nix_0.15.0-1.debian.tar.xz
 8212fbe495f28ab56dad2262a38ec52247e5250fe554091b59568a3bc48477ad 6607 
rust-nix_0.15.0-1_source.buildinfo
Files:
 2041b2e7de5ae583b072fa5f689e350c 2050 rust optional rust-nix_0.15.0-1.dsc
 9355d2cf1ed5432625e556638226df09 188721 rust optional 
rust-nix_0.15.0.orig.tar.gz
 d781ff68cf46cf38cfdf872fe76436d6 2720 rust optional 
rust-nix_0.15.0-1.debian.tar.xz
 20b7fb22934995524d7fdf8fc0eaa33f 6607 rust optional 
rust-nix_0.15.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl11dLkSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25RR4IAJsXeTOwu06d9Z5aEBJzSrVcU1J22UXk
dI3i9h8uy58TS1Iqd/pmf45TuoFeH5EMv8dP4V7PTZXv95IwQxlpqRGfA9+0/B2m
mT3Je24/4BX/X+CuGVpblDv7lOGiJV69qWdKJjvnVJ2sx8++tN4zPhIbwEemvXph
rhYsZ7+rlV9Bft3pWgOA+/+BF9nJWluBEWMoFoavPl1YOwIJJHCSuks4T6kvjhsx
ZOscwJleX7/zfp9zwIdji5pFeFdPi+vjRBJFQyqBGP7brwoPPO9y8k3U6QRHWcOD
kWn5lE5cIvykvfYkDbZ3WnPnXrc78DurFqf0X6vgykBYHFYhVVwCVqY=
=x61u
-END PGP SIGNATURE-



Accepted rust-ar 0.8.0-1 (source) into unstable

2019-09-08 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 08 Sep 2019 21:27:05 +
Source: rust-ar
Architecture: source
Version: 0.8.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-ar (0.8.0-1) unstable; urgency=medium
 .
   * Package ar 0.8.0 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 8429dfb0b873b3844af5fd1f7cb7915d4b3a12e7 1676 rust-ar_0.8.0-1.dsc
 18ff058c379d7fbf22417dbbe0603ba7da69f9c5 14811 rust-ar_0.8.0.orig.tar.gz
 301fa0d69dc465ad6c83239542bbcbfa4fcc921d 2384 rust-ar_0.8.0-1.debian.tar.xz
 bae923bbde65e236c7e388d3acce79fe03e4d426 6434 rust-ar_0.8.0-1_source.buildinfo
Checksums-Sha256:
 cb0995729c4583fbabe0736281f0c72ddc4904840ea5c357f5e0b502a0ea096d 1676 
rust-ar_0.8.0-1.dsc
 3a86c3401fb8291cd1baf8217b9d5916deecb8c6b7657a4c014c9d4805e31cec 14811 
rust-ar_0.8.0.orig.tar.gz
 532ee4db9a65237ee1934ae5b05b8cf3754d91cb3d1dd9c79bf59ee7ca44460f 2384 
rust-ar_0.8.0-1.debian.tar.xz
 b31d1bdead8dad2ec98624ec7d33990ca5c5aeb394ec411e00b9061494c0513e 6434 
rust-ar_0.8.0-1_source.buildinfo
Files:
 7d82be562fd6290a46905f260ab913b0 1676 rust optional rust-ar_0.8.0-1.dsc
 6651c806651a51704080691db1164dc6 14811 rust optional rust-ar_0.8.0.orig.tar.gz
 03036e19e7c9ca0496c5a958422a3f5c 2384 rust optional 
rust-ar_0.8.0-1.debian.tar.xz
 4946a82d983da8fd76d1084e0badad14 6434 rust optional 
rust-ar_0.8.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl11cjQSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25kpkH/0t3Ve3SfZypUFqLcVYNKRCnPQQO6B8M
vF35EcAZwPZFKsoblsXYtheQAdJ8eNDG9tMJj2nn5f+yKRtmYIRPHFhf/Cokelci
e1iyG6MDkRodOqduYjcZojmiVkBr2WyBTjbSqY+UGNOPSWhY079b5PxGCNvjwIUA
VMI1x0d3Wc2zlvodjDjrhstgtJqlyZhqvP5lsnokb/t+bXasre/A8A27zTGhEmdr
NjPve6pKkOpKk4+KNp4PWUyjbcj3Koc1ZQGg4VqSDUK52WshEtlAqw8WuglqunHc
A/0dU7HDenKoO77ZU2nRtW6lR5JTyK0xNTJ8XkXFdc9SWJQCU/xLUww=
=mY+F
-END PGP SIGNATURE-



Accepted s-nail 14.9.15-1 (source) into unstable

2019-08-29 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 28 Aug 2019 23:35:15 +
Source: s-nail
Architecture: source
Version: 14.9.15-1
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Changes:
 s-nail (14.9.15-1) unstable; urgency=medium
 .
   * New upstream version 14.9.15
   * d/control: drop build-dependency on gawk
   * d/gbp.conf: set upstream-branch and uptream-tag
   * d/rules: no need to override_dh_auto_clean anymore
   * d/rules: simplify override_dh_auto_test
   * autopkgtest: drop dependency on gawk
   * New patch: mx-test-remove-pwd.patch
Checksums-Sha1:
 d9d7cd474143ca5c5cc916e1dc7ba96331a211d1 1641 s-nail_14.9.15-1.dsc
 666a4d94f6f6e9eff3e6643a9bacd248f060ee03 1101933 s-nail_14.9.15.orig.tar.gz
 fd6fcfda2a54eead338cd977b8611d870eb63dc7 18424 s-nail_14.9.15-1.debian.tar.xz
 c31ca6d78294c4aaf7fdacb4c2a0108b104e20fe 5892 s-nail_14.9.15-1_amd64.buildinfo
Checksums-Sha256:
 2c655a61492c27706ca71954ba306556a5a3d952bc106a2af06abde5e15f339b 1641 
s-nail_14.9.15-1.dsc
 03a8f37c5c91de74793dc65ba2436a61b6e8d008f8029aef40dcba3108a3ee3c 1101933 
s-nail_14.9.15.orig.tar.gz
 e464b3f70d404e0a2977cfba029b9d846ae379f5fb4436f91e92fc0bdd18f8f9 18424 
s-nail_14.9.15-1.debian.tar.xz
 1744700e5e53413856642c8f518e6a621b15d52c2b40aae67d71f72f609d7171 5892 
s-nail_14.9.15-1_amd64.buildinfo
Files:
 3b56e8a7772c302ddb9935fb37b2fd58 1641 mail optional s-nail_14.9.15-1.dsc
 84faf5ede72a58c97a3ecb433d68b104 1101933 mail optional 
s-nail_14.9.15.orig.tar.gz
 1cde7d0dc4fcc371b849ba42a01f0e96 18424 mail optional 
s-nail_14.9.15-1.debian.tar.xz
 6e4c808c78f6d37431385271351232ed 5892 mail optional 
s-nail_14.9.15-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl1oCRUSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25KMYIAL+R2TbmGxS7/DdKZxSDJbqFcOM0x8+/
uVIROzK30zzUVtW/UHELgpJCiBaRVFs+OvC394eEq9V8AVvCb2AQeAN5iXX1uRrw
jVeHppKEJKEuPmdUTj1zHfqTgxzlVNVcP198e15AEPJNV6JmgVJ5a7FERMU3Cx5n
kDeeG9Tm0mV2yv/Xm//qIYRlbsTi3ViFYaLAU8r7377ItKZlVuFE4XQSNlNHpdJR
BjJMBTnSGxfPTUtZ4FcdiLUy583u5YK0n+oXcY898wvnXBAUcn6Jx6qPXd/INHit
I450sgQeuEqMVlnERoFPkTrfTrCC+QEiuNFwvNN5O7c9DGYKYIVyehA=
=vyVN
-END PGP SIGNATURE-



Accepted rust-console 0.8.0-1 (source) into unstable

2019-08-29 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Aug 2019 07:44:10 +
Source: rust-console
Architecture: source
Version: 0.8.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-console (0.8.0-1) unstable; urgency=medium
 .
   * Package console 0.8.0 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 1ff92fea49cbd3e66109ba898ced6288a329a2e6 2365 rust-console_0.8.0-1.dsc
 f944b86352feb50082e9ad0d04f60564e68bd506 17069 rust-console_0.8.0.orig.tar.gz
 35d2f1f6114016d46fff40fbd2b2bee25fe20c0e 2468 
rust-console_0.8.0-1.debian.tar.xz
 d27a5a9c8078adb22e21958ea67fcbd839527f7c 6925 
rust-console_0.8.0-1_source.buildinfo
Checksums-Sha256:
 98672c525d4bc5a711b020758cfdf490db18cfbede9aab0fe8ff02872e0abc08 2365 
rust-console_0.8.0-1.dsc
 ee1a74de586a707c7dc905993d31e7cdcb9799e1ad6c758b6fb8f09d429e4693 17069 
rust-console_0.8.0.orig.tar.gz
 0e55694fed996ca8efd72679dcf8cf3e2a0f7a56816e803f9d2eb1c5ae1098b1 2468 
rust-console_0.8.0-1.debian.tar.xz
 e908197da9ac20198d5aefba7d4fcb03e166e1bfcd8266dab976d343227e61d4 6925 
rust-console_0.8.0-1_source.buildinfo
Files:
 cc30d2cf13407e67a92c76991345f395 2365 rust optional rust-console_0.8.0-1.dsc
 f8ddaee2769f90fded80a452796cce06 17069 rust optional 
rust-console_0.8.0.orig.tar.gz
 b01cb162a34b9394cea2441681714adf 2468 rust optional 
rust-console_0.8.0-1.debian.tar.xz
 3992698cd6887ec2752f31d36433155f 6925 rust optional 
rust-console_0.8.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl1nglISHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU255WUH/0nc9gYS3R8EzcRHKRAVCCdZXtRUYdnT
zOS4Ewq6u8Gauv/7zhkIGedzAnycbFgZ3OUhqvRT4sqDeZtRUGCcTeHTeQ3WmVVV
K+bSi7TFg8dHfW8A5NVVCZIKiMrxTZ9xiswHTpPhlY111dJCTg0vP7zYxoBqurqM
cqqohMzWp4XBAn+9jNk5kVEysz+0vgscm61b0j5ycez+4QhGk0K4pWXMyc0YdSPF
YNuUKX1PUsE0vBUjgH9eZ1OLGL2/VtbnrqlXy+jo6B/FmVrwLFegFjiJhHFZy8XI
lSXuKL2ha5hQfjx33K8N50G+F7wGkfo4Qvk35aIzGNgDaiPi4FTtJIg=
=pcYv
-END PGP SIGNATURE-



Accepted rust-clicolors-control 1.0.1-1 (source) into unstable

2019-08-29 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Aug 2019 07:38:38 +
Source: rust-clicolors-control
Architecture: source
Version: 1.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-clicolors-control (1.0.1-1) unstable; urgency=medium
 .
   * Package clicolors-control 1.0.1 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 4eeabe183c9db8442388d701ab8fab502253fc7c 2204 
rust-clicolors-control_1.0.1-1.dsc
 778ee0abbb01175d536c115fea40d259c722d45b 4563 
rust-clicolors-control_1.0.1.orig.tar.gz
 c01fb4ecda95624b483b5b25fe1aa3057137b44f 2484 
rust-clicolors-control_1.0.1-1.debian.tar.xz
 a9c0eeb59bba10dad0b083f136a6f94d15b4f6c0 6888 
rust-clicolors-control_1.0.1-1_source.buildinfo
Checksums-Sha256:
 1d3465dbc258ee7fee0b081f9b539bdbb9541849be31d4840e990f8f1ef53b62 2204 
rust-clicolors-control_1.0.1-1.dsc
 7581b2e2d06e3552929d8b225a692e47e88ef853d2b2c97cd10fc060c3a15045 4563 
rust-clicolors-control_1.0.1.orig.tar.gz
 95a38ce563c6f4175e87b510c113e2e30fcd203b494fa6f5558106015a28476f 2484 
rust-clicolors-control_1.0.1-1.debian.tar.xz
 015842aba0313ded7f887c618eab993a5e64ee84d5484411c377c744dd936e52 6888 
rust-clicolors-control_1.0.1-1_source.buildinfo
Files:
 96d53d51f2212391f52b890da628771d 2204 rust optional 
rust-clicolors-control_1.0.1-1.dsc
 576ac1887ba715aa3f3727f236ef4efb 4563 rust optional 
rust-clicolors-control_1.0.1.orig.tar.gz
 e2cf759b5ad3bb22a29e3b2083c9ee22 2484 rust optional 
rust-clicolors-control_1.0.1-1.debian.tar.xz
 178146ad1088f6b79a3e5a12dbe6146c 6888 rust optional 
rust-clicolors-control_1.0.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl1ngQYSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU258KoH/2wfv1OjMz99fFuBaG97sZzvCvkC59EW
vrhGHRUNK/HkDf4dBcnPtGfFY8wGWrzidU8ELagLe6/Unf2UOJPa6prQbs9isSiX
C2ZMtFQMSAJzL3m/4a/CNeVECTCloR9pI5mCiJc2pqoqNQVBeaYCK12/Q0KWhB/F
GHVWZteRGcA+LBTm+ryEujER8CHcbfJdzRGipEo4DL/ySFW2QveLCKnANebzuj0A
sCwbyORf+o7WdfoX8wDyJNtpjL4TAW1cSTSK+DMmXxTzBEqMPREc+X0lKXot6G/k
Y9Z5Wiz17h1OwWiPWgQuwjecegzbhc5QtdPKqvP98XQ6iVjaKf2mJbQ=
=+ALK
-END PGP SIGNATURE-



Accepted rust-csv 1.1.1-1 (source) into unstable

2019-08-25 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 Aug 2019 22:06:59 +
Source: rust-csv
Architecture: source
Version: 1.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-csv (1.1.1-1) unstable; urgency=medium
 .
   * Package csv 1.1.1 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 54644368d5f5aa6a4d554ed0f717c4a371d04bda 2055 rust-csv_1.1.1-1.dsc
 bb0947740e05e7ebc1487100521c580b28cecf4a 890428 rust-csv_1.1.1.orig.tar.gz
 c744c3b43b30cc0eee9d65b2915e2a18e81455d0 2880 rust-csv_1.1.1-1.debian.tar.xz
 157459d579a6f5ecf9affcc129bb598895b52d6d 6716 rust-csv_1.1.1-1_source.buildinfo
Checksums-Sha256:
 8605c6cc8123d6e06f3b0e8ecc95c4dfed8315c30ffdf9855ec53446be134e84 2055 
rust-csv_1.1.1-1.dsc
 24487aef59696dbc9d351ba7d2c056fd65adc01903ed9cfdbbc8a8a42c60b19b 890428 
rust-csv_1.1.1.orig.tar.gz
 4647aa47fb05c7bc9f73436f772345907ecd651032ef828caa6c7aa728ac94c6 2880 
rust-csv_1.1.1-1.debian.tar.xz
 d8de245e9600ed066a42e827ae1d0d50aa79121b84132631c7429b96460dca1e 6716 
rust-csv_1.1.1-1_source.buildinfo
Files:
 f03101ad33f7bc810f28a7b29d43c383 2055 rust optional rust-csv_1.1.1-1.dsc
 fcf3bcb0974c7839f8573855b6827f0b 890428 rust optional 
rust-csv_1.1.1.orig.tar.gz
 5e6ddebc46ccce473f96218eae8f972f 2880 rust optional 
rust-csv_1.1.1-1.debian.tar.xz
 c1faa6dec76ad5089d9e17a2cd5d9d2e 6716 rust optional 
rust-csv_1.1.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl1jBpASHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25P1sIALk7TfvQMJmNkoKQ1TPKNO2ardnDKKdb
9Vh9PJ3qjYsUSVtPVPGKapWylLuarCgjtALbviv3LU9uc5hXuoQ0th4s19V9HkWD
jFbjB3vM8ErxwOFB365mAcoGRN2SZtZ9IIYjuf5q54dBOMQ872gOjQQdCsrJFZsN
J75yvnHeP5TLsTeFLY/GOzziLR1/geLXpfew2Q1DgLZuypptuu9KHiKSnNXIye+Q
VFIRtE1CPC7qBRn5wUkvhD7RNWgD6/E6Pitv+x6vh0ySVsAp5OIYbkYi3urhKg8L
3Ltt1GieUMyDyokO0p+zV8wKM098GTjgqcHFY7USRQi5lj1x+9H/X1E=
=iGQa
-END PGP SIGNATURE-



Accepted iw 5.3-1 (source) into unstable

2019-08-25 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 Aug 2019 21:51:42 +
Source: iw
Architecture: source
Version: 5.3-1
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Changes:
 iw (5.3-1) unstable; urgency=medium
 .
   * New upstream version 5.3
   * Bump Standards-Version to 4.4.0 (no changes needed)
   * Do not append CPPFLAGS to CFLAGS in d/rules
Checksums-Sha1:
 9276fbc07b2ebf5b723f9de7b37ced5d43bada80 1526 iw_5.3-1.dsc
 1a80b177c18b3c40eb82608fc0c65d6ade02a957 136912 iw_5.3.orig.tar.xz
 fb1b960bf0ef9ee685df862a92bc23deea6e3f8d 34588 iw_5.3-1.debian.tar.xz
 d6dd70e7a738adece6a6a33b6d611729be1cb952 5417 iw_5.3-1_amd64.buildinfo
Checksums-Sha256:
 fe026990ca82ab584023fe73247f15d796992615c66a0d3a572a3b3fcd464298 1526 
iw_5.3-1.dsc
 04afe857bc8dea67e461946de30ae1b012954b6965839c5c3fda7d0ed15505d5 136912 
iw_5.3.orig.tar.xz
 6d37d6c1d7ccd9f49ef75eba767ad204e2ae2a607e382010b80210ca3398c58c 34588 
iw_5.3-1.debian.tar.xz
 b4846b79b8c2f2e1dd81b740f050dde17f2449c1c9b5ab4cb02dae5d8246825f 5417 
iw_5.3-1_amd64.buildinfo
Files:
 8e8ac687dd00051d26e8ebc8f0236c9b 1526 net optional iw_5.3-1.dsc
 b65bb6dc3b9474c55f6107a25469d8cf 136912 net optional iw_5.3.orig.tar.xz
 edbe4e55f850ef422af657facae39562 34588 net optional iw_5.3-1.debian.tar.xz
 c6da8ca5d3c8aa75cd944c015a034af3 5417 net optional iw_5.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl1jBG4SHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25GzAH/j7UYIC2GoKp7niJTn20b+wwACwwGaKf
kG/OuqqGwCRXPI0dMMO6yKea8W77bBv4YPjl9hAbk+TvIzOmuvSVmzy6lHOvL3pa
M9WaPMA1qQNlZqdnG4RsMBOLfCJJJD38HiKuQlwj7CI102mk4SH18EeOtMyPLJ6j
hsNU3feMmsZu1kttKRVC/pvPAQvkjtbtSde1wjsTGzGdiWJDo3POVJRiCHdm32ND
lcvjoVMbcAdKowd2oZb7m7BlBYvqrOv5XrMwgjoRaZa1xeWDwbG0NFCGxkjB9wCl
mZ7MyZQb1NKFmdvfcnjv5u8qwm86V1VpJuWSpxAkiGE4A9dSe6wqmNo=
=L5w/
-END PGP SIGNATURE-



Accepted irqbalance 1.6.0-1 (source) into unstable

2019-08-15 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Aug 2019 15:53:00 +
Source: irqbalance
Architecture: source
Version: 1.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Closes: 770557 919261
Changes:
 irqbalance (1.6.0-1) unstable; urgency=medium
 .
   * New upstream version 1.6.0
   * Drop fix-permissions-for-unix-socket.patch (unnecessary in v1.6.0)
   * Bump compat level to 12
  - Drop the systemd dh addon and use dh_installsystemd
   * Hardened build (hardening=+all)
   * Remove postinst support for ancient version 1.0.5-1
   * Add dep3 headers to fix-ftbs-on-hppa.patch
   * Add Pre-Depends: ${misc:Pre-Depends}
   * Convert d/copyright to DEP5
   * Add the upstream metadata file
   * Bump Standards-Version to 4.4.0 (no changes needed)
   * Drop debian-systemd-service-adaptions.patch
   * Refactor the maintainer scripts
   * Stop configuring the "oneshot" mode via debconf (Closes: #770557)
   * Rename patches *.debpatch because of upstream's .gitignore
   * Add a stub manpage for irqbalance-ui(1)
   * irqbalance.init: handle the "oneshot"
   * Add lintian overrides for the manpages being in section 1
   * Set myself (Paride Legovini) as Maintainer (Closes: #919261)
   * Fix spelling errors
Checksums-Sha1:
 62c400d95434d0a121e4e6d624121d4e92d2807a 2121 irqbalance_1.6.0-1.dsc
 2659292d8fc50f6b178ce446cc293bd49c16f4b3 55310 irqbalance_1.6.0.orig.tar.gz
 e158cf94f3be168f4090992af6bfcb0c779cc26f 12280 irqbalance_1.6.0-1.debian.tar.xz
 2ecbfb3f3f6c42c3c39c100e3ed1514a8e81e618 7183 
irqbalance_1.6.0-1_source.buildinfo
Checksums-Sha256:
 24a137ec3425934861d7a1b108d5ba4bc598707a2a8ffc4d94bc4c540a35ad73 2121 
irqbalance_1.6.0-1.dsc
 5ace9dd69d5190e24ee34210c3131333e9963e3ba649bf9237eabb4313c300d2 55310 
irqbalance_1.6.0.orig.tar.gz
 a544a869d6898648b77d51c83b2a99768c570b6a2370b898e56cf4650c44d589 12280 
irqbalance_1.6.0-1.debian.tar.xz
 4039e154eb53c02c3e21bf5d8b3b81aa01cff3d52c85a90820c81301938702ac 7183 
irqbalance_1.6.0-1_source.buildinfo
Files:
 e26c352c5263ff59666f77b3a2b0ffae 2121 utils optional irqbalance_1.6.0-1.dsc
 1d0d77b998f562ef8dfe4238b3d53490 55310 utils optional 
irqbalance_1.6.0.orig.tar.gz
 628b180b37f80f761aaecee78146791b 12280 utils optional 
irqbalance_1.6.0-1.debian.tar.xz
 baa106d26c5c16667616ad6c36b7b89b 7183 utils optional 
irqbalance_1.6.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEEhnHVzDbtdH7ktKj4SBLY3qgmEeYFAl1V0cQTHGthY3Rpb25A
a2VlbWFpbC5tZQAKCRBIEtjeqCYR5mF2EACWmpqDj5vVHfPSxtpC51SgmXr21XQU
Or1S06GwYVahMLisAV1+J/rbcXbTVH9PTWOkXKJpI5u6XnyhcbO18qrWRpVh1EsC
727GA5fR6mPy5Fr9i9FD4E03QcYzTfFoQj7Z1GZBAhWhUnSsuLuDO8uvoV5oB+Zl
++THXpqA6v2KZkQ5bsqUizOMf25WC43AbJUogQ0lkb9EupV0k2khOBAyBD5rep9b
3DkOD7f/N/+cho0WwAedcQYqQKIFslYH3cLR0WbdSDGTg7zGW6UOO6LuM5DRdtq9
UfnOU1fHbHN/X1IrxrR+I6tC9lsc6SlURdZ9k0TtEWh5BU51LohbXXL1401IWbl9
GON6aRtOnr1aB17zr4Qwwwn8BQJqN7weWw+fdkYPszLqwKAR2S3pL90WpVHny8Iq
MXJUKW06aO+XyvoMHE3DpBkJ2exOgdiiWJJdmz2f8Uao2YNaQ+7RlN0PQzVO6Qh5
9ndjVIVHOyLtnZm4aGHFcVgnYMNHu6hm2mCRWMWPgfM2KIZGxeHywG06sRB3EHp3
SMw8kgyK/CxRontYbz14JIkRPOivIo+ofA9/jem79s7W/OWW6qtn7woCxKXpyyfk
fZ5fG1NrrngNZ/oPuA7yv+uEgRB77LJwbOUISRO1lmiztv0tMYSYIN3ITpXaxydj
IMFL5Se5iv6UoQ==
=lLtM
-END PGP SIGNATURE-



Accepted rust-wild 2.0.2-1 (amd64 source) into unstable, unstable

2019-08-12 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 21 Jul 2019 18:31:52 -03
Source: rust-wild
Binary: librust-wild-dev
Architecture: amd64 source
Version: 2.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description: 
 librust-wild-dev - Glob (wildcard) expanded command-line arguments on Windows 
- Rust
Changes:
 rust-wild (2.0.2-1) unstable; urgency=medium
 .
   * Team upload.
   * Package wild 2.0.2 from crates.io using debcargo 2.2.10
Checksums-Sha256: 
 dcb47191f10e27b6edcc49a7bc3136ed27ef433b5c5420273ee90617104038dc 9356 
librust-wild-dev_2.0.2-1_amd64.deb
 d485f8ddecaad13035419731e6f76257f62fe82de04b5ea9f1ed57cc4a949c36 6624 
rust-wild_2.0.2-1_amd64.buildinfo
 76d783d0bd7d4cee2667b79a13a33a34114f9f301acfb1d1c809ccc6d027e6a0 1747 
rust-wild_2.0.2-1.dsc
 6cfb4ad948809885b9dae1874e58f734f935cdf8eaeb609a1d387eaf5659 7732 
rust-wild_2.0.2.orig.tar.gz
 f7eb275add4090dbcea9b569125f0f5713d85c80b1bc334ebd5bbf009ddd9e00 2368 
rust-wild_2.0.2-1.debian.tar.xz
Checksums-Sha1: 
 33b4eba15d3a2dbba9ba17084281e783adbfb791 9356 
librust-wild-dev_2.0.2-1_amd64.deb
 57946c3a379e80dafcc53cd3d80d796642f6b629 6624 rust-wild_2.0.2-1_amd64.buildinfo
 6f423aa15090f6067ff236c631eda8a9969d6390 1747 rust-wild_2.0.2-1.dsc
 2a3829504a77982e1d60f126a418ae42b0434db3 7732 rust-wild_2.0.2.orig.tar.gz
 30c01176bf57823619a9b5394b6be090c5427e00 2368 rust-wild_2.0.2-1.debian.tar.xz
Files: 
 08daf9f4049ff1eb67a2b42c4409dbcc 9356 rust optional 
librust-wild-dev_2.0.2-1_amd64.deb
 4ffa7b2e92490682e2513ab0ee695d61 6624 rust optional 
rust-wild_2.0.2-1_amd64.buildinfo
 432b4c778134d8e29868f970855cdb75 1747 rust optional rust-wild_2.0.2-1.dsc
 730d241edd9247293eead84074653363 7732 - - rust-wild_2.0.2.orig.tar.gz
 9b722546926fd2b058be486a113e9d3c 2368 - - rust-wild_2.0.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl002coACgkQXkCM2RzY
OdL7qwf/ezRpCRJ2Fm8UjQ1qrIL8iYAfjeglW2weOfvRyvFjCk96QrHX7UXHXXRP
ENn+EDHincJRI4Ia295HdB0Om3usmxYoFO1RxwbQhzQdu3wld0xWxTsoCgw5YbHw
p3sHL1Qh9HO2u3YlI7O55CYhzdNo+7Y6svryZeDjnnvOq8H6f8fGPFdu4XJeT4sN
pcONfFhjA1KXSwmxQftY/OHjp7qzxGLshZcyrvt8Z0iGTPdw0y9pemHYVyXbnOS0
oXql+AABWjWOgdz2pV3gdkR6AY2A8V0X/w3YiBXq5+AxBWZqK0KDTZIlgXpjAZ1e
12mRB+dxXq+h2rs28tYQGG9Xt/lNjw==
=mq+a
-END PGP SIGNATURE-



Accepted rust-percent-encoding 2.1.0-1 (source amd64) into unstable

2019-08-11 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Aug 2019 12:38:13 +0200
Source: rust-percent-encoding
Binary: librust-percent-encoding-dev
Architecture: source amd64
Version: 2.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description:
 librust-percent-encoding-dev - Percent encoding and decoding - Rust source code
Changes:
 rust-percent-encoding (2.1.0-1) unstable; urgency=medium
 .
   * Team upload.
   * Package percent-encoding 2.1.0 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 7b34e2753977f1474707de9f51bc1b1c9182adfb 2184 rust-percent-encoding_2.1.0-1.dsc
 fef1bcd26b2f338a6a482b226d381047ffe628f2 9748 
rust-percent-encoding_2.1.0.orig.tar.gz
 9d72100f0cf8831700ce75d2f637b5337ea60ac1 2524 
rust-percent-encoding_2.1.0-1.debian.tar.xz
 41ee786f05845d6bc904113224538e7aba8a880e 10580 
librust-percent-encoding-dev_2.1.0-1_amd64.deb
 6ec4690e70a6391c12ddf98b65150dd66dcb623c 7029 
rust-percent-encoding_2.1.0-1_amd64.buildinfo
Checksums-Sha256:
 0f7b465bfc49752b846de7f0c4d8c072a7e0d00bec80f1ab34d19340479d5300 2184 
rust-percent-encoding_2.1.0-1.dsc
 d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e 9748 
rust-percent-encoding_2.1.0.orig.tar.gz
 1b228000d900faa5bfcee9e6ae16cc45c357cee0d633ebbce2e9b7e91651da24 2524 
rust-percent-encoding_2.1.0-1.debian.tar.xz
 9a50ef5ce54d63370879dc0033a8f2df42a062a30557ee34480ebfa9b0bda8ec 10580 
librust-percent-encoding-dev_2.1.0-1_amd64.deb
 d21d0a96b5852df1518f3d133cd6bae715b0be7fa922d33b5a45ee2c62446df4 7029 
rust-percent-encoding_2.1.0-1_amd64.buildinfo
Files:
 8348d2cc4335be159bb2427b721ae32e 2184 rust optional 
rust-percent-encoding_2.1.0-1.dsc
 f490982aceabdbd515348f63e638a782 9748 rust optional 
rust-percent-encoding_2.1.0.orig.tar.gz
 5d00a8fc65305c61269979789607bed0 2524 rust optional 
rust-percent-encoding_2.1.0-1.debian.tar.xz
 e902b5d5f8500cf2bca05c6ecfe10548 10580 rust optional 
librust-percent-encoding-dev_2.1.0-1_amd64.deb
 17d6991a3d09a2aabd46194de76403fb 7029 rust optional 
rust-percent-encoding_2.1.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl1P8LQACgkQfmUo2nUv
G+H6QA/+I6TtWXJv7gZPGfFAaTXeNhvgOrp8D99egBTIYOpBFT3a5J5KO5ZxSljz
e2GuURZ8HF0j3MHVG7GRnY0ZRYYN6NusaxuSl7tgsRUbWAlXU6duBXQCvmnDHrOV
xCwfLVZwuuZS7J4rY19DGMJausfqZ7G/mNpAzFnfzBXNtdfpt5DhFUFGYvKdJKCW
1Q3U2mTSRddNe07855K7x3VAXrnZQAvq83ZxQrfw6aveo2YnZFg+2QqhAlxGWtVH
4CNIUkGvL/lxa/2L0aqKDfsYV4uxgExt7OgWT8SqOwoW28XvKMGgCk9XO6G4/KKh
QdFxoGCqZaDra8L4K/p4VLVA/lbsleofVfoiijajJDIIAxzCkC+80LuiLbtK/MEs
4AVJCadTeOtceLfQKCDLjD920fPYYvjjZnvzgrqY+xM13a83qIvLQn3DDIOerTGs
cA9N2dS4KCOjPKJ+njW5fYhVH0Wbh11lcAJ+PRx+xXAvt97BIKtzhVJEiRd9Uvph
GfYdzAhGROJm1Wvp4UtWMEx0i1fvV0CCzfhTVxlDD8fcTclaQFZ+UqAiQkfNhBJm
gnGEd8kX3XQ0sYZC7np5t6wxDrfgbqAgxyNMHR3r5l9mec+QOD8ahndrrdo9POqW
A0+AmLtTzckAaY2hG4BQZon7Zi2mw46Sv2shW8WYVzKJ11AFKWI=
=k1OK
-END PGP SIGNATURE-



Accepted rust-console 0.7.7-1 (amd64 source) into unstable, unstable

2019-08-09 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 20 Jul 2019 15:07:56 -03
Source: rust-console
Binary: librust-console-dev
Architecture: amd64 source
Version: 0.7.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description: 
 librust-console-dev - Terminal and console abstraction for Rust - Rust source 
code
Changes:
 rust-console (0.7.7-1) unstable; urgency=medium
 .
   * Package console 0.7.7 from crates.io using debcargo 2.2.10
Checksums-Sha256: 
 aef378a51b1c603f4fb640d57711cc03ccf03aec8180b35741087267b437c772 15932 
librust-console-dev_0.7.7-1_amd64.deb
 1e014d6ebe52d8a459d93fbe060b9afb8a49238bcbdbaeb8fcd58660d1387fe3 8538 
rust-console_0.7.7-1_amd64.buildinfo
 299c3f5ceb31d67d576d57c94a716f525f59c2568a025e38bc8369cd8dfc8612 2441 
rust-console_0.7.7-1.dsc
 bbf492753f71a639a15ad12afc91ccf655e7866169aa7d51f4ce2b90d6d18062 14921 
rust-console_0.7.7.orig.tar.gz
 36f7a15c38b229c603e1b599ffa55f381e96887e89223dc15a4d24f37bf04cbb 2476 
rust-console_0.7.7-1.debian.tar.xz
Checksums-Sha1: 
 9cfc1173732a5e02e721d7278a2ea000a5c1aaf0 15932 
librust-console-dev_0.7.7-1_amd64.deb
 bf597dc127f3fff09366a2ad95bebc6be4003747 8538 
rust-console_0.7.7-1_amd64.buildinfo
 b3e461994b14791b72b8741a7f971dbfaa9de119 2441 rust-console_0.7.7-1.dsc
 fef85ba4f37a3e0a5e6dbc2e7071f036d738996e 14921 rust-console_0.7.7.orig.tar.gz
 0d995f07600d806dc7d6710b7998ff3fd3f195dc 2476 
rust-console_0.7.7-1.debian.tar.xz
Files: 
 8bd4761a561b8c5c1220d3db492663ba 15932 rust optional 
librust-console-dev_0.7.7-1_amd64.deb
 0c1aa40ef9404035e520730a95937877 8538 rust optional 
rust-console_0.7.7-1_amd64.buildinfo
 74c58458a0a07c795d69c90669905366 2441 rust optional rust-console_0.7.7-1.dsc
 95638fbf1e8aa5f26fe740244c238fa6 14921 - - rust-console_0.7.7.orig.tar.gz
 9734134ba5d4f1813153ee2a07733be9 2476 - - rust-console_0.7.7-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl0zWH4ACgkQXkCM2RzY
OdLbGQf+Ph0LJLlsdaG+RknMRt3Xr7uC+DewQ9b2dEF0C4JmcP7rdXxi0Wde0ZFk
harZcxaybXajm6+ZmnikE095PRfWVUtHtql7dtij2LJHwnJ6a7E05ye3033VFaiG
+YdOXYQ1rEb+P3hg/wp21ESPvpVDglZOEdgm0VAa/JFGXXBcci3s6EgTQ4tCD9xH
2Rr1ynyZzGO+58eJIy530OIW6KInM5t6ci+ZfM30qGQtrrkHfrg/D6qhJTWeSIyL
g/0WFuyyC8aQbhfKBRsIV6+a2+nEjekppi8J4EIMR6vpgEG0utRIP65puPT5aCqu
SLSQb2uZtdmk5mJzL/fm8Jf2qBtSmQ==
=1g9n
-END PGP SIGNATURE-



Accepted rust-idna 0.2.0-1 (source) into unstable

2019-08-05 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Aug 2019 20:49:54 +
Source: rust-idna
Architecture: source
Version: 0.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-idna (0.2.0-1) unstable; urgency=medium
 .
   * Package idna 0.2.0 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 dc12edaab4a26563914ae3ca901728291b6bfaa7 1866 rust-idna_0.2.0-1.dsc
 5c752ca9292616d93d13495a311ef6fdb6b4649d 257223 rust-idna_0.2.0.orig.tar.gz
 3561113ac20b8e3473fa6f525f5f9b72ffdb3e81 2636 rust-idna_0.2.0-1.debian.tar.xz
 f045dafcae36321aec1444098697f977edfcb18e 6456 
rust-idna_0.2.0-1_source.buildinfo
Checksums-Sha256:
 477db1290c914214fc240f019f65ccc81ec7a5a6231e593930eaf0e8ca65c66d 1866 
rust-idna_0.2.0-1.dsc
 553bbc1b6c6009b9eba2830cbf49f845db98e8336d06c6c9c573cf60086c2fdf 257223 
rust-idna_0.2.0.orig.tar.gz
 995e73b445396f082a7d8cb70fdc7d1494152be56cd12f1517fb54f449d83c09 2636 
rust-idna_0.2.0-1.debian.tar.xz
 e7539181c0cbbcece57cb4e401279f81024c8e3674b4c9db6e2d18d2cd6c7fc5 6456 
rust-idna_0.2.0-1_source.buildinfo
Files:
 5b5b7ed8eb16e353d9c7dba790362799 1866 rust optional rust-idna_0.2.0-1.dsc
 6a049cfc273160a066ef038e42791ba9 257223 rust optional 
rust-idna_0.2.0.orig.tar.gz
 ad1f8eaeaea360bc2f6549a844d426b5 2636 rust optional 
rust-idna_0.2.0-1.debian.tar.xz
 282858f4964637defe03563365170d9e 6456 rust optional 
rust-idna_0.2.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl1IlnsSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25qn8IAIPbF08vMpdiBL0xffU4iro9xALx9ktw
XseuYYl7uzPoIFGVwlxQT/7O7KVceRHBXk3iYcYvIEvl9fZFPmcyeK2Q064obzPX
G7Nk9288dA55rnzj/laNrq4k16Xc6U3X6NjrIkEadsjBHt45Fx7Sbh3KRDleUFlB
msvg/YBOO2Y0FauFN31v3Tiyv+Bm07S7grHakGcHgLerYV4mZ+DSKdSOPkwtwk1v
lrA7foiO+eH4UTOpwYsDR2mRgPPp1y0mGUFObjkUbNbt8rzfFZCvAMl+AuwO/upx
/cDSRDbjpTwQMooI4ajG3PitFVVgqhiaX4sSSNEQKxnx+fkdU1xGkVU=
=SL0x
-END PGP SIGNATURE-



Accepted s-nail 14.9.13-2 (source) into unstable

2019-07-23 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 23 Jul 2019 18:21:26 +
Source: s-nail
Architecture: source
Version: 14.9.13-2
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Closes: 932701
Changes:
 s-nail (14.9.13-2) unstable; urgency=medium
 .
   * Release to unstable
   * Bump Standards-Version to 4.4.0 (no changes needed)
   * Switch to libidn2.
 Thanks to Laurent Bigonville (Closes: #932701)
   * Drop maintainer script support for ancient versions (< 14.8.14-2~)
Checksums-Sha1:
 0ff8dcc8a068c1850343606845bc7fb05f042b03 1900 s-nail_14.9.13-2.dsc
 1b4550e38a9bc518af0263ec3fc9a8cb957c72c4 18200 s-nail_14.9.13-2.debian.tar.xz
 aeecb05862e7cd6b5ff05bba804e7c97865ba35b 5956 s-nail_14.9.13-2_amd64.buildinfo
Checksums-Sha256:
 e96f8ad2f6b44566eeafe9fcca2624f269d6495b0505986046f2cc5d2c78935f 1900 
s-nail_14.9.13-2.dsc
 fb5f60f600db7a16afb839d55e2a6821d7b668f9fee7d9c5063bd666aa977299 18200 
s-nail_14.9.13-2.debian.tar.xz
 d7715b03ee5d058cbeb5cb8cad4808633dd11c426e32bf3172e39d3edeb7c5b1 5956 
s-nail_14.9.13-2_amd64.buildinfo
Files:
 eae4f0437b72ac706c4e22e3d6907994 1900 mail optional s-nail_14.9.13-2.dsc
 7aa985a9a50cf4b7785af1da1c757c21 18200 mail optional 
s-nail_14.9.13-2.debian.tar.xz
 6c239560f986eedd7d38862d2798cfce 5956 mail optional 
s-nail_14.9.13-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl03dSoSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU251HQH/3Zsu19Lvn9VIAlhHajo10esNbS1yjTH
rDLfbAB2o6P6j5eTN3dSKPu3aU43WSWa29s5nD2HIVKXjY7BkV8qRNIBxKjsZcKd
MLgaihKaV5fANXnfxGXkR9g3F9vrdlxEy1uN09E3hlrFFBy3cCtox4SuWb4lmd53
hs6Cvr3rQh+yAxKE2uFNOx9/5wESKLPwv6K0nERj1B5MCRdbrfAqqj4Qidu8CIde
IdUIJxa4SPxuvWeD4GCGy4GWkEVS7Vn24BCuZAm6zGuaXSYqUmpu7iJa5HjB9n8i
8ECB8tNKYI2ryc8o5miciTElqBN1fmgNjPYvV7lwP+anuVe3fBfyuxA=
=QAbb
-END PGP SIGNATURE-



Accepted rust-clicolors-control 1.0.0-1 (source amd64) into unstable, unstable

2019-07-19 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 14 Jul 2019 20:27:01 +0200
Source: rust-clicolors-control
Binary: librust-clicolors-control-dev
Architecture: source amd64
Version: 1.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description:
 librust-clicolors-control-dev - Common utility library to control CLI 
colorization - Rust source
Changes:
 rust-clicolors-control (1.0.0-1) unstable; urgency=medium
 .
   * Package clicolors-control 1.0.0 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 cc33f50681c7a36c1cba186cc053977cd261b21c 2577 
rust-clicolors-control_1.0.0-1.dsc
 d8ae845aaf55f0dc784d0e7615d2741f9535cb7b 3816 
rust-clicolors-control_1.0.0.orig.tar.gz
 929c95b6449fa4a57d674b1c2dd150d7e4ba67f7 2520 
rust-clicolors-control_1.0.0-1.debian.tar.xz
 bb1146e80917ccc184e083c12b9e02dc3c8f209d 6072 
librust-clicolors-control-dev_1.0.0-1_amd64.deb
 88326e18319a12fe53e4ae2af7e46d74bb98d94f 7476 
rust-clicolors-control_1.0.0-1_amd64.buildinfo
Checksums-Sha256:
 13bc6384cfd2943ad6634febec1948413b5e2ddfa73f5ea604751697e27024d3 2577 
rust-clicolors-control_1.0.0-1.dsc
 ae3f3cfb14ad7adb0e51651bb50917e67f0f44a4969f482fb3727e02868972c4 3816 
rust-clicolors-control_1.0.0.orig.tar.gz
 e92ad413ca8ac64cd337308789b976f4ce6294a7617cd9ef59c5dc20377a3ab7 2520 
rust-clicolors-control_1.0.0-1.debian.tar.xz
 332d9626ebf3218941f468ef38a42c48ed3cf9268134d2b2929609c22bdc9964 6072 
librust-clicolors-control-dev_1.0.0-1_amd64.deb
 e4aa8e73e2b2560d9df74de16c509b1ca1b609b6d867774f633866f2620f62fd 7476 
rust-clicolors-control_1.0.0-1_amd64.buildinfo
Files:
 13c7cacad8e3acc7cc59db4fdb6243f0 2577 rust optional 
rust-clicolors-control_1.0.0-1.dsc
 625d148307b0540a939b1c5939bb7d1a 3816 rust optional 
rust-clicolors-control_1.0.0.orig.tar.gz
 5e2501043bb0ebd7df9652c881b0a510 2520 rust optional 
rust-clicolors-control_1.0.0-1.debian.tar.xz
 f190c72f29c1a80a339fac849942ebc3 6072 rust optional 
librust-clicolors-control-dev_1.0.0-1_amd64.deb
 5a23b752247b1e38f816425581195feb 7476 rust optional 
rust-clicolors-control_1.0.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl0rdJgACgkQfmUo2nUv
G+Gghw//YoBGKnqv55Eq8+zj4IfN0oDskTH4gfwlk4j6wH0no0It31S2WL0Z27gh
k2orqqAGpr7xW+Gm7DADcKaPNotiChCFQE5ZyMxsd/e+DtCfYQ3p0vaBt1v5XdXJ
D9a9x32K2sZm1vYzLVAOw5utPnEd41imVzqQ4l/kPhui7/A1XpGo+4uYLEcPnlI2
9+3gEYhjLbJuHA3mW/zTExR/dHUHMAJ0+fYZz9EfLdPkj1dxZ9ZnNN6ybR35C5dK
cAXNM3i6P7D+F2f9YJAt25rIQZcCornArhokrKCzJrokdUGMhzjIdktt1ibdJxfz
UYb+VB+WpGvRpobrND33mV0NKlPqaDP85uRs6p+oJYSbdr1m25VIWY88QSrd6QaA
x10FaZ48Q/9kpOuSTUgv3BTvb1cQZu5Gq5JEymqUfTJTAGc86f53pDJiYmT0RLd7
+QqEhEZtaX6VPuzt/etGzSUiwMxNQSU+jZc9YtTLQHy+sdEIdqRBCo6L6qVFpPgP
kcBaPBQhX6BcRA/jUbq7li1OJhzAeEREOXo/HrEteGlXmN6WaPx1ki/ACZP8IXOT
V/fX/RKJdBGh53W6LqiKrmpMrUKJwkhoROd6caw97kmltkt0790vPABH9Mr3zsMC
1IY6D/p5HRifd31/SBbC5YBW1+uGPAM1MMw5eZpZXmWORjyTufw=
=Zsji
-END PGP SIGNATURE-



Accepted fonts-ibm-plex 2.0.0-2 (source) into unstable

2019-07-15 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 15 Jul 2019 18:00:30 +
Source: fonts-ibm-plex
Architecture: source
Version: 2.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force 
Changed-By: Paride Legovini 
Changes:
 fonts-ibm-plex (2.0.0-2) unstable; urgency=medium
 .
   * Bump Standards-Version to 4.4.0 (no changes needed)
   * Upload to unstable
Checksums-Sha1:
 6945758531c7f00070c01d8bf1b89451a34c 1661 fonts-ibm-plex_2.0.0-2.dsc
 95f56233fd268446683ddfe3c36aaa757ed6e860 5224 
fonts-ibm-plex_2.0.0-2.debian.tar.xz
 044120df893888cf309fc652050019f6c049c455 5202 
fonts-ibm-plex_2.0.0-2_amd64.buildinfo
Checksums-Sha256:
 7e56868c6408432dd6d24b5fabe8d1d9e46677bd11fba91ca32e206c0f162c63 1661 
fonts-ibm-plex_2.0.0-2.dsc
 5862dc80da899aadab05cdf0e45bdfce31928c2761da39a431de3ab8479e7dac 5224 
fonts-ibm-plex_2.0.0-2.debian.tar.xz
 f16189b99a52c0ee1fd439ed5814e0fef958f44ee254274b27741703eff501e8 5202 
fonts-ibm-plex_2.0.0-2_amd64.buildinfo
Files:
 610f33947078fa2a0e668924ff5cbf55 1661 contrib/fonts optional 
fonts-ibm-plex_2.0.0-2.dsc
 c7835426c98cbabf20d63f69ab789095 5224 contrib/fonts optional 
fonts-ibm-plex_2.0.0-2.debian.tar.xz
 a9d8fa9816bacd3366b78771fd234f88 5202 contrib/fonts optional 
fonts-ibm-plex_2.0.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl0sz7gSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25BksH/1LhSl/RBaCb+WeF2aSYsxTIqlPxmfIq
b3FKklDVAza9Hlwv2BOLlGLkIMEUMeY32jIcXw0wkfi/MmVCFwXwFEM7Mauu1iz2
gAcnDJXUXRDu5dlyLr/0OJNmPYCXjfFXQqwOZs4V/zP/Flu3I2UVUakiSp4aWmA/
62nAOS/tIxgmMUK1wDewUL+Bblks1YZgK9pvAdHWe39V4FXAV4JXZ7/2zgdaD87y
hCEWjqNJ68hmk32DEGUSYMgDf2oeC0sYJT6F/SuwqWHbsEupRjljuUuBto7XUsTX
K34gI5myT/KPtqXTcTxla3STSH70+1AFgH3B7LpsJbW+YzVftxSgTn4=
=rnE5
-END PGP SIGNATURE-



Accepted rust-flate2 1.0.9-1 (source) into unstable

2019-07-14 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 14 Jul 2019 15:23:56 +
Source: rust-flate2
Architecture: source
Version: 1.0.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-flate2 (1.0.9-1) unstable; urgency=medium
 .
   * Package flate2 1.0.9 from crates.io using debcargo 2.2.10
   * Refresh disable-miniz.patch
Checksums-Sha1:
 4e387871b56a843b09c90fccc99a09bb026ef779 2321 rust-flate2_1.0.9-1.dsc
 b24b8420658b62fde43481e3211249447b1aac3d 66231 rust-flate2_1.0.9.orig.tar.gz
 547da70dd6df478a7cdd4159ed5a0ad5bf66998c 3568 rust-flate2_1.0.9-1.debian.tar.xz
 b220c03f7b1b6336637510cc0da29d13e46d9378 6814 
rust-flate2_1.0.9-1_source.buildinfo
Checksums-Sha256:
 34533f7ff52e9e7bc42dbb16b3329250c9b7ff5e1ddd0e8c0284cdba1d0c85a3 2321 
rust-flate2_1.0.9-1.dsc
 b165aa1ef73121d01d9bd8898fa8eb9463abffd69d8a0e027fc5a9fb8d77e231 66231 
rust-flate2_1.0.9.orig.tar.gz
 870f793ad5a1e6d431f3581e56f652f60f8722b4c9fd2916e9b318e2d7f2027f 3568 
rust-flate2_1.0.9-1.debian.tar.xz
 ec158625fa92f0919875342e4879851fb8ee85d0eaa508b2fca7c3e9719db60b 6814 
rust-flate2_1.0.9-1_source.buildinfo
Files:
 a8c38efd9a4954b995dcb2b8db594146 2321 rust optional rust-flate2_1.0.9-1.dsc
 18f55cbd80da7eda456a0e1d2669b6a2 66231 rust optional 
rust-flate2_1.0.9.orig.tar.gz
 e799bd177db015fdfa04e10d1654a422 3568 rust optional 
rust-flate2_1.0.9-1.debian.tar.xz
 e09ac2306b9da5325ebc6783fd40eaaf 6814 rust optional 
rust-flate2_1.0.9-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl0rSRsSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25iGoH/ReQ7z1nmcXWODUhcAIfKuphozdFWy1n
phgjM++VNEKAQZZ9RHrwRW267Apnp3d8NuDqc/Issfh9DanB3kyUaRIy6yJeCSg2
CTocFrkokCIrhxJioPIpBn0wT/DQ4194eC3x/AVZOuld4YU5hy32lO7FvGzELM0v
hkFBsxZ1YJ2N0bZawCG70y6q8YraGKiQ0zyBWH4GUld5ZcGSuj42P5GvK7KKlprS
PSR+wo5FztI7eTKr7jyos24YhJy3vPsiyICqwN8owGKwfyuFGbpq9Fr5U7s146XX
W0x+EktqXAIcjsrNCKiVrVpCzNuD7GNRFynJXSi83Wt0K1jDiIAzaMw=
=WYzp
-END PGP SIGNATURE-



Accepted rust-csv-core 0.1.6-1 (source) into unstable

2019-07-13 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 13 Jul 2019 18:10:09 +
Source: rust-csv-core
Architecture: source
Version: 0.1.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-csv-core (0.1.6-1) unstable; urgency=medium
 .
   * Package csv-core 0.1.6 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 c8896975c933f6e9155e6e27c84b4e5d62f98642 1943 rust-csv-core_0.1.6-1.dsc
 7e581b8c4b5c413e7280b6dc69966db73f18623c 25603 rust-csv-core_0.1.6.orig.tar.gz
 ae016d2fa9de61c72d05b753093ce48495a4c3c0 2840 
rust-csv-core_0.1.6-1.debian.tar.xz
 84dacd58103ccee6bec66e933fec3c94a3a3d72d 6618 
rust-csv-core_0.1.6-1_source.buildinfo
Checksums-Sha256:
 545b890ba478d2fd86f30f2eecb51f400122163fd7c2b862d89457168b5d2a93 1943 
rust-csv-core_0.1.6-1.dsc
 233348339c3d09a1e4557c0ee8abbca8e176f91a98ce8491ea0c22e38ae5963f 25603 
rust-csv-core_0.1.6.orig.tar.gz
 a6584a930948cd73efe97951099b9208fcbbeef1bbdb7c9922b14b418351 2840 
rust-csv-core_0.1.6-1.debian.tar.xz
 ea1ee9cc062a7df05e18e755be1612d631f04898941c854504af7ce01aa6eff7 6618 
rust-csv-core_0.1.6-1_source.buildinfo
Files:
 0b830c479fc19c9b7481d6c7cf88edf2 1943 rust optional rust-csv-core_0.1.6-1.dsc
 9c58fc689101bd39fb7cbd746158707a 25603 rust optional 
rust-csv-core_0.1.6.orig.tar.gz
 443900d173ae811b2082ade83ca4a877 2840 rust optional 
rust-csv-core_0.1.6-1.debian.tar.xz
 7eea8ef96bfe9665248d998c9784c8f1 6618 rust optional 
rust-csv-core_0.1.6-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl0qHowSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25UckIALiRbcC3n7XhNaflG0/nm7WQIBGagVcq
EJUDvPEGmBLNp/CofLbGXvRHgHqvvQtg2z8uLPTyiKFmk589LowylqcQR1WPgvGQ
UcAo8AKERLsx8xQQ8ltXT+3sZ5Ia98jTWSMQpN1zKU31BMvFmmVqZBCWvRpHVZWQ
NjjYeC5a5g6cyADfcekFBz8iZGlBGEEn3zYghzJaIkjdd8k+p0qWloQl1HmsGzoU
kQmSYxldi7TpVExFmldjf80Dn94IA2exmYrzrpiTnWLhj7IPrANqcEPucND1cSyA
Q+goFjSEm4dCEXwDTUb1CHyK33ncGRa0aN8GW5+n8fbvpeWOGrpJ7Xw=
=hIfR
-END PGP SIGNATURE-



Accepted rust-ansi-colours 1.0.1-1 (source amd64) into unstable, unstable

2019-07-12 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 20 Jun 2019 16:42:54 -0700
Source: rust-ansi-colours
Binary: librust-ansi-colours-dev
Architecture: source amd64
Version: 1.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description:
 librust-ansi-colours-dev - True-colour ↔ ANSI terminal palette converter - 
Rust source code
Changes:
 rust-ansi-colours (1.0.1-1) unstable; urgency=medium
 .
   * Package ansi_colours 1.0.1 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 05d7989e02a1ea3339d3d3c5b0ac279d5d036e7e 2141 rust-ansi-colours_1.0.1-1.dsc
 b5cb67817feeff773d2a50f39ce7277e2317788d 9937 
rust-ansi-colours_1.0.1.orig.tar.gz
 a3e0f337b5e69f9e693fe887aed92837d8b912b1 2304 
rust-ansi-colours_1.0.1-1.debian.tar.xz
 46976ea4ff60dc5d7eff0cb8eecf19147197255a 11452 
librust-ansi-colours-dev_1.0.1-1_amd64.deb
 9499e5bd183196ebacd384b39e610f55e1b49193 6864 
rust-ansi-colours_1.0.1-1_amd64.buildinfo
Checksums-Sha256:
 1425da60f44d9169d2ddb416cd2fdfa42afc78656fd185cdf46a421e982ac7b1 2141 
rust-ansi-colours_1.0.1-1.dsc
 1d0f302a81afc6a7f4350c04f0ba7cfab529cc009bca3324b3fb5764e6add8b6 9937 
rust-ansi-colours_1.0.1.orig.tar.gz
 07e62c6f6c703a28d418a183e3cb582015ab154e1185df7694ee7a24fb31f5ef 2304 
rust-ansi-colours_1.0.1-1.debian.tar.xz
 dd7e0f00304f9705f12088eb37bdd925cca6ea42216ae4704530b62c3fa3d239 11452 
librust-ansi-colours-dev_1.0.1-1_amd64.deb
 66f99bc58f3942a6a3be40e333ea1e498512fe977eb8350e6e5aec0471733281 6864 
rust-ansi-colours_1.0.1-1_amd64.buildinfo
Files:
 e2d5537b23df0051601fd43a38622da5 2141 rust optional 
rust-ansi-colours_1.0.1-1.dsc
 4b7bc58614d5e591a09f1d43fce506d6 9937 rust optional 
rust-ansi-colours_1.0.1.orig.tar.gz
 3f01f2332b3a7295bd48d901c06af098 2304 rust optional 
rust-ansi-colours_1.0.1-1.debian.tar.xz
 f3d566e1a441fa7d126ac3c7993b02bd 11452 rust optional 
librust-ansi-colours-dev_1.0.1-1_amd64.deb
 2eff6210f0fc1dbea2b06e3c49545177 6864 rust optional 
rust-ansi-colours_1.0.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl0MG+YACgkQfmUo2nUv
G+Ht5xAAkUyv6hrN3OdnlsrvWm14A0f11Up4weGfZheHFQZqVW2E0p8iwTxP1zV+
PfVzqyhC1JahEACGKlx0sV8B5ly52/soIND8XqO40PU85DB1gRoyU2Xc150SWo2D
XoJ819twrR6nvGTH5JHNsKdiC2puYYeBhbOLkIdH4G+BFfz75TWBeN6AUbGTRV0p
fVlWbqgqCxir1ap47RxyI4jw8AODm9Bb4s6qr+lWBRCNXCHpVzVD4vEe6Aqwkt5C
vOCFDpC59kfwznvgEw97txCe48TMva5EnoGRt1Bz3mpqhiO9kTBKzPiQ3Tb7LX55
s+qW6l4Cw8hDKKyhfLSkfWtJ7o3wihoc/btAXo/C3Mza5EJj6CC4rvlvoGsnP/22
rEaayAuswAVm4Hv5dgk5S8gEB5riNrCOGxZxoKr3QIpSXOUdLFQuJw8+8oPaI0E3
j2F4K21Tya5HAJyB2Pj5u5O2wmee1pJzJdaLPZNdDBRuzRgcEOs73l7yar6XQ3qw
PzjV5wNNorUQZgZ6YqgcxB9UXk1J3EipkPykUbTq0zDuFkchJitCAes/+ibvopFT
g+YU8QaHEW+ZV5QR9ZWQebOVnOjxsQ5BqD2bziDX8QOZX+PpMvGTIGUjUPfD4bzN
FAJDHNDW7vyJXPSlDu3hh4pLuQCHwiEA/x2S4OXg1u+XUIZwRRU=
=SFDu
-END PGP SIGNATURE-



Accepted s-nail 14.9.11-3 (source) into unstable

2019-06-30 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 30 Jun 2019 11:53:46 +
Source: s-nail
Architecture: source
Version: 14.9.11-3
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Closes: 930691
Changes:
 s-nail (14.9.11-3) unstable; urgency=medium
 .
   * New patch: 0002-fix-gssapi-authentication-930691.patch.
 Thanks to Ivan Vučica and Steffen Nurpmeso (Closes: #930691)
Checksums-Sha1:
 efb22f65129728617c3483017488d2e8ff019f4a 1898 s-nail_14.9.11-3.dsc
 53be0c91101d7edf3329626f74e701ad5a459373 19432 s-nail_14.9.11-3.debian.tar.xz
 c7143cfeb8a567a11c614d30e53c8b6c702b9565 5834 s-nail_14.9.11-3_amd64.buildinfo
Checksums-Sha256:
 c57c274326eb19a60361515dfae55e1e0cc40be6ec1549f0194e56796b327ad4 1898 
s-nail_14.9.11-3.dsc
 de04b7a33719fcb1d4579b0eb1651b1a31dda10be3a4187113cda54197e3e5bf 19432 
s-nail_14.9.11-3.debian.tar.xz
 c6e73ae73d83e94692bf718b59031d3253910c0354165e7c10907526d1c4601f 5834 
s-nail_14.9.11-3_amd64.buildinfo
Files:
 60895f779cb5a576f9d8d7c6f5c62df8 1898 mail optional s-nail_14.9.11-3.dsc
 6d8b6dda1da1a7cd47b89b0989440206 19432 mail optional 
s-nail_14.9.11-3.debian.tar.xz
 ad298e195bf8b6459ee1257d3d2b0ea5 5834 mail optional 
s-nail_14.9.11-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAl0YqGsSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25GagIAJU64dGjqamAJHeaydcF966fWkXNbdpP
HVNHXUPhIMZ08XXZcC3oBLtyB0dzn1oTuERaFf88ZpUcVZOTgf09xTZjlD+eL0J/
m3mEy3gsfVeNZqih3fEHPTiB1poJdMiMet62P7nVogYZMjjZ6cdknb6m2L6tDYXq
YOlOagyvMccSuSdwENnP04QDm5kE4huwLcZrcxApuVFujM1DSDa0XPp6ag/h30W5
gQhcYlfbwlrIk2CSYIt6/3h04ae9kFhbCLtiO7OcifZGXke3q10+pvtJc2mM4zm9
RPT6ov6Ls3dbOInZenJk7C2ykWtdr3JrkryFa+apcRUNQiRl4Pv+dl8=
=w4TU
-END PGP SIGNATURE-



Re: Content Rating System in Debian

2019-06-25 Thread Paride Legovini
Bagas Sanjaya wrote on 25/06/2019:
> Hello Debian Developers,
> 
> Debian provides more than 51000 packages. From those packages, some are 
> appropriate for every ages, and some others are
> only for specific age groups for some reasons.
> 
> In order to inform to users, especially parents, about potentially 
> objectionable content in Debian packages, Content
> Rating System (CRS) can be deployed to Debian. With CRS, users can choose to 
> install packages that is rated for their
> age. In some cases, CRS also filter or block certain contents in certain 
> jurisdictions when legally required.
> 
> As in Google Play, Debian CRS is based on official ratings from International 
> Age Rating Coalition (IARC).

The rating system in Google Play makes some sense (at least on paper)
because you can leave a phone to a kid, configured with their Google
account, and Google will allow to install only apps deemed appropriate
for the account holder's age.

There is no such a thing in Debian. There isn't a Debian account which
is able to give you partial access to the repositories. If you are root
you can install everything; if you aren't you can't install anything.
And when installing a package for a kid then checking its description is
probably better than any rating system.

We can't achieve the same result as Google, which in my opinion wouldn't
be useful anyway; see below.

> Pros:
> - Users, especially parents, can install packages suitable for their age. In 
> case of parents, this apply to their
> sons/daughters.

I don't think there is a meaningful "Pro" here. The first and in most
cases only packages that would make sense to control are web browsers.
Nowadays not installing a web browser makes a computer almost useless
for almost any purpose a kid or teenager may want it for. At this point
it's just better to install a browser and leave the machine offline. At
least they'll have access to offline documentation! Or to a local
Wikipedia mirror.

> - For users in some jurisdiction, they can only install packages that is 
> legal in their jurisdiction. For example, Debian
> users in USA can only install US version of GnuPG, but in outside USA, users 
> can install international version of GnuPG
> instead.

Didn't this stop to be a thing in the late nineties?
The issue wouldn't be age-related anyway.

> Based on above, what are your opinions/thoughts/positions about Content 
> Rating System in Debian?

My question is: are we trying to solve an actual problem here?

Are there packages that you would consider not suitable for young users,
and whose impact wouldn't be greatly inferior to the one of web browsers
(which, in my reasoning, are going to be installed anyway)? I hope the
answer is not fortunes-off here :-)

While this email is mostly a "thumbs down", I agree with Russ Allbery:
if a group feels strongly enough about CRS to do the work, I think it
will fit well in the debtags labeling system.

Paride



Accepted fonts-ibm-plex 2.0.0-1 (source) into experimental

2019-06-04 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 04 Jun 2019 19:53:52 +
Source: fonts-ibm-plex
Architecture: source
Version: 2.0.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Fonts Task Force 
Changed-By: Paride Legovini 
Changes:
 fonts-ibm-plex (2.0.0-1) experimental; urgency=medium
 .
   * New upstream version 2.0.0.
 Adds IBM Plex Sans Variable.
   * Update the font description and the metainfo file
Checksums-Sha1:
 249428ad7bee297799005158c2533994f950d5f2 1661 fonts-ibm-plex_2.0.0-1.dsc
 d13bbdb3f4246244bf901d22893a5af965b1d1e6 77671382 
fonts-ibm-plex_2.0.0.orig.tar.gz
 c20e1da5ac36c8a5d7ff76835dc0e92ddfe07993 5180 
fonts-ibm-plex_2.0.0-1.debian.tar.xz
 71d84e9398ec7757806e7bea9cad93214e3a6a4f 4950 
fonts-ibm-plex_2.0.0-1_amd64.buildinfo
Checksums-Sha256:
 38ce14b9c8e10a3f943a096c63fcf0c7fe76d764603c5ed5adf3f3aaf589bff2 1661 
fonts-ibm-plex_2.0.0-1.dsc
 3ab141a5311f4d7ac05d0672f03e2cad377987b266d3d9a8758793c71bac0a43 77671382 
fonts-ibm-plex_2.0.0.orig.tar.gz
 8287f8d1793310e94a9c1ef605f30c161c2a365ccef6fe490b405fed4ac6ceb4 5180 
fonts-ibm-plex_2.0.0-1.debian.tar.xz
 7f32a438f96bbea6472eca6c5765ce090ffc35107d4add3a10757892038384d9 4950 
fonts-ibm-plex_2.0.0-1_amd64.buildinfo
Files:
 1ec6a2a70ac06a45fd3d1a4250914648 1661 contrib/fonts optional 
fonts-ibm-plex_2.0.0-1.dsc
 d799cc4827d5bf055f1b4c5b78305c4d 77671382 contrib/fonts optional 
fonts-ibm-plex_2.0.0.orig.tar.gz
 580aa2d88330777cb2d119a628673714 5180 contrib/fonts optional 
fonts-ibm-plex_2.0.0-1.debian.tar.xz
 2570ccef8d94dae53da887c1177603f2 4950 contrib/fonts optional 
fonts-ibm-plex_2.0.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlz20TASHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25NpoH/38ahRkc3GM9GIPKDCSN/NLsTd8ePKck
wiQ6/V5ZQ1qjVgtNcii3zzLSiwf2Vgr3ISpse2UnswBu+x0f8XrMNm2tQNYTLJ93
uY21DSb3M3WAJDdd1VP2Upk/zL4FrwooPzFP/FSWEc2oiJlWK+QjpqykJlvdJZQp
G2qDnFz4OY7X3o3lUD7SKjtmxCqHl03LlI8jYaValADNrkRX/hcbxQvUZfnY38ZJ
0VbAwAsJgau8L0Z2isAEGzCX5GvYvG3vwjRqnDQvWJjbsuAPf95qQocSAKiLE9br
zPTHfftkJ9ljzVfm0cx9JoPRjshuwwIECcl7vsJ5JKGt1Akno55Qapw=
=L1Ph
-END PGP SIGNATURE-



Accepted rust-ctrlc 3.1.2-1 (source) into experimental

2019-06-01 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Jun 2019 17:05:46 +
Source: rust-ctrlc
Architecture: source
Version: 3.1.2-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-ctrlc (3.1.2-1) experimental; urgency=medium
 .
   * Package ctrlc 3.1.2 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 fecfe0b641bd69ee822b4e113a25ee2e91184562 2064 rust-ctrlc_3.1.2-1.dsc
 ca8350225c6c4477706213ac982457ed1885930b 12266 rust-ctrlc_3.1.2.orig.tar.gz
 cbc639cb7e60aa78acc3493b4d92e2197bf91cf4 2724 rust-ctrlc_3.1.2-1.debian.tar.xz
 9124a50c0f6b4ac03070529e11af87511d41fd8b 6530 
rust-ctrlc_3.1.2-1_source.buildinfo
Checksums-Sha256:
 8ec57700e285a9fc076b50328640d478bee3cf738492d97725153d1eb00aa672 2064 
rust-ctrlc_3.1.2-1.dsc
 d3d0f505664cbe9a046774aa4900035eaaf775749ce467e706d64b46ec8fa7a4 12266 
rust-ctrlc_3.1.2.orig.tar.gz
 fe2f91956c1abcd4d7e02ec34fe6f6c95129eee38eb75c237bd57efcb551d07a 2724 
rust-ctrlc_3.1.2-1.debian.tar.xz
 48a586c413b29914bda79d07552855f3f00e2e966cb72e9dea653c82cff92bef 6530 
rust-ctrlc_3.1.2-1_source.buildinfo
Files:
 22d3dfa5cad91f3c4df5ddd02b54e4eb 2064 rust optional rust-ctrlc_3.1.2-1.dsc
 308b8c9d9868d7c859bbd9ee67a04afd 12266 rust optional 
rust-ctrlc_3.1.2.orig.tar.gz
 f622905c89709e346aee8cddecd06ed5 2724 rust optional 
rust-ctrlc_3.1.2-1.debian.tar.xz
 062906cb0ef8ff3655b499d4beb3d317 6530 rust optional 
rust-ctrlc_3.1.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlzysG4SHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25xgUH/1/XESiwRqRwTC2c6b0hB1XZ9uGOHFlS
c7FfrMDxqhFUz1rNn8azbJevWnosVYdx0m54v+kcW/B1eD415Fo/ljN9FPLUCRP9
fjLKDF4Snp6UUjlKEgZrLjyROVBZ5iMhzIBa60A8ALpZhKtJHVKC+JXMu5W5tFIb
g8ck0WlrLWnKhYBk5ifMABtggSwnVd1Bnt5SM+SNqvExDa5qPOEje9jyCznQDhKL
Or2r4+XnpnMkkKUSX5Jikum5BvoXsLXh7QEa22ntoW719rQLbM/YxrspRNBa/VDH
40Xy+egWeOJaoJN7VYMymXltYHa1Y7gdqYa3cnAAnP+QaU/ATxkkFiI=
=fmbc
-END PGP SIGNATURE-



Accepted rust-csv 1.0.7-1 (source) into experimental

2019-05-31 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 31 May 2019 19:05:02 +
Source: rust-csv
Architecture: source
Version: 1.0.7-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-csv (1.0.7-1) experimental; urgency=medium
 .
   * Package csv 1.0.7 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 1ca752907bb118fe6c7863d147e33327a160 1962 rust-csv_1.0.7-1.dsc
 a10ffa0bcd56426877061738d7d93f490e3f0915 888919 rust-csv_1.0.7.orig.tar.gz
 2b3e19618bba6d08a8170536a683bdfbb07f7b65 2848 rust-csv_1.0.7-1.debian.tar.xz
 14373ee99a5f4f43e8ec87815d005d60c5a4eead 6492 rust-csv_1.0.7-1_source.buildinfo
Checksums-Sha256:
 1794483e13eca1b6b27f02b918c4df5bc7ff47f330205a37b91cb096d5884f8b 1962 
rust-csv_1.0.7-1.dsc
 724e10b0ba47714292692f5ed87478c96903afb9a89bc300d93c6144fbdd59df 888919 
rust-csv_1.0.7.orig.tar.gz
 fad5936c43b0db6e3eccdaddc5899caa9455c88a0c588ac80339fcea6e810b38 2848 
rust-csv_1.0.7-1.debian.tar.xz
 2bb177763e2ecf377bc8fc24ee74ba3921fc7a4136588921760d7da9e089c84b 6492 
rust-csv_1.0.7-1_source.buildinfo
Files:
 8e6ca79f2a308d394365e3e481586448 1962 rust optional rust-csv_1.0.7-1.dsc
 1972608b52c4420ee2c80577780c5719 888919 rust optional 
rust-csv_1.0.7.orig.tar.gz
 17edb9446bf7163ffca8498a5a516d88 2848 rust optional 
rust-csv_1.0.7-1.debian.tar.xz
 5380e41c92ce541e53f8d64de45f4793 6492 rust optional 
rust-csv_1.0.7-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlzxeuMSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25SOEIAKvtsRXngb+5X08DJgN20MoTImkSk2NL
knIsiw5Vx2c/gk01JkQQS6Q30/+1k6oqMLwVboaf3CM0PjuCsNACz87shieuESqa
r09rsmp9q+eT4Mir9X+/xWnGYkXFpsmGQF6F8gNRdVzDuTZf/NF8toMqa2vOd+Qg
7dL7V5KM82IdCFrUBUWZienseVJNo5S1dnZ1eK1clbKJZ7XtfAsa4XlCAyKV6zjO
U7Sb4HMAr7ysSbY30keUx8CsIhD+kQln0XPd3tHTZwKXojGB8MLlPJvA/OEaN8gW
SEttjyIh/An0ByFq4qf2JhLfsqZCaEBJFyItghVn5xCEjXKP0Y146wM=
=zlaA
-END PGP SIGNATURE-



Accepted rust-bincode 1.1.4-1 (source) into experimental

2019-05-31 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 31 May 2019 18:52:52 +
Source: rust-bincode
Architecture: source
Version: 1.1.4-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-bincode (1.1.4-1) experimental; urgency=medium
 .
   * Package bincode 1.1.4 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 6ce5bc7c58f793a4d91c5a9560ebe93f8093300d 1902 rust-bincode_1.1.4-1.dsc
 981dc8e97313e2ce7665449e504d13d97896d819 14434 rust-bincode_1.1.4.orig.tar.gz
 63b07e871f4643831e4a38d7871cf2eeda1daaf4 2564 
rust-bincode_1.1.4-1.debian.tar.xz
 560e6c1438e3b7a7b26901bb55b6a4d99e91b215 6276 
rust-bincode_1.1.4-1_source.buildinfo
Checksums-Sha256:
 52e5aec174869dc9220f59885bda928819d23ef29f98f9fde5b36d476444c861 1902 
rust-bincode_1.1.4-1.dsc
 e424928e6ccbe65d7c27384429208471387575d68281c60ea60e97d28dec33da 14434 
rust-bincode_1.1.4.orig.tar.gz
 ef0bcf33ba1a6ba4caa5f11c52f9454391b3d265ab3170f2d97ae99734661c47 2564 
rust-bincode_1.1.4-1.debian.tar.xz
 121f2098ef5e3213d57c08745c32e24acfc09a45e319dbf1d955723fc51a2a63 6276 
rust-bincode_1.1.4-1_source.buildinfo
Files:
 281f87a0d51f6fdc8948226c53d23acd 1902 rust optional rust-bincode_1.1.4-1.dsc
 a0e5c528a97c7c77cfb3b5d2a105b1eb 14434 rust optional 
rust-bincode_1.1.4.orig.tar.gz
 20b418f915411dab8981eebb50336d99 2564 rust optional 
rust-bincode_1.1.4-1.debian.tar.xz
 eb79cdd6dfad79c7e57bda7fd7b47daa 6276 rust optional 
rust-bincode_1.1.4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlzxeAgSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25ap8IAJ5ujZTbb7S7F1SjiYBY3nqthStLmIAM
h1mIOKs9QkoOkJS0hqUHX3/KgeIEoEWhwAPsi5y1UpLiI47x6xTbBTJ2ZbPMfXSr
SFsJwW517MAIu3pj2NQIV5O8faXc0Kanafw1BQ81+7m8Qv7Dhygev3DhteTo9n2G
WemH2jCpadoTM8cCodcVrZTKzIjmEt/rWR4C2MaSzMC0nx+Ls/HJrSZCk8A2F+HI
vNjgvlcDKKh3W7iOhsKoyPkwlip6sCxDAqamfmXMWws6JlLh4igWmlWpHdEgDk+a
yLBCgZUw973cyg/H2qSjgrxxcA+X3Cg6kU0F7jTX+2SqH0v81DxE9Hc=
=6RDh
-END PGP SIGNATURE-



Accepted rust-ar 0.7.0-1 (source) into experimental

2019-05-31 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 31 May 2019 16:40:16 +
Source: rust-ar
Architecture: source
Version: 0.7.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Changes:
 rust-ar (0.7.0-1) experimental; urgency=medium
 .
   * Package ar 0.7.0 from crates.io using debcargo 2.2.10
Checksums-Sha1:
 e9ae10c7d95727c3db0f1d5ebe68e95aac8e46a7 1720 rust-ar_0.7.0-1.dsc
 f9a3ca658b8ca9e5e94a4783ecf9f76b37fa278f 14765 rust-ar_0.7.0.orig.tar.gz
 a2a7be4166d60e2c6fda802bcd404c883dc32cef 2380 rust-ar_0.7.0-1.debian.tar.xz
 915d07d98946fa7abcce5c910647db8449dcadba 6218 rust-ar_0.7.0-1_source.buildinfo
Checksums-Sha256:
 ba2e05a949ccbf0cbe941b90448f0dc22c689047fa2dc6ab5847fbb39de6f40a 1720 
rust-ar_0.7.0-1.dsc
 6c1afd66a96a235fa8eeec0ee757ec0d2c0db7cb89b4e04ae159f37952b97bd5 14765 
rust-ar_0.7.0.orig.tar.gz
 94ceb4f372c8993dbfef16c7fce05c0aa75456d0314e08691bfc5c3c19b0df95 2380 
rust-ar_0.7.0-1.debian.tar.xz
 132c5486a13818d7f0b9cf504568a064bc67cca71d4156d17ab1caaf474fa625 6218 
rust-ar_0.7.0-1_source.buildinfo
Files:
 2e244ff49af4669cba52e9b0d27e5143 1720 rust optional rust-ar_0.7.0-1.dsc
 06048c686f3d6480c3991ac57fe963d8 14765 rust optional rust-ar_0.7.0.orig.tar.gz
 de1347ab98aa1f71f9a04910f7255e65 2380 rust optional 
rust-ar_0.7.0-1.debian.tar.xz
 41d3625f5c81507bd6c25b31bad18741 6218 rust optional 
rust-ar_0.7.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlzxWPYSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25ZkoH/R750afPJ6EKgYKqxpS80hApxPf+AdP5
gMjk7IIEmBJV3NVtW6ruF77qZQNv/fR9AatAkVDwTUXfUi1Ak8pQbypS7Z3bYZBq
RhLG05Oall43w6fB6b/yBLFnk0ynoSpr2irZ8NN1pqEqyrU7tf3pROu0iAdg8zur
Ekahvjvx6a4GE94jS+qE1OlNn8NnNqcENwhhQBZzL4e/l0lBf4M/5Mr6kk/UqqYf
ySIquuxLidPnDpLp1ENt0zf6Pqk5wwJ7ST69BAS5iGjl9/oNBfCrwazoolgQ9OGm
fuPH4oreqm85Vy6m+/WcCh7PQnuWupl3Q56ero63ZiUim0CtLabuic8=
=UiNi
-END PGP SIGNATURE-



Accepted fonts-ibm-plex 1.4.1-1 (source) into experimental

2019-05-19 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 May 2019 21:07:13 +
Source: fonts-ibm-plex
Architecture: source
Version: 1.4.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Fonts Task Force 
Changed-By: Paride Legovini 
Changes:
 fonts-ibm-plex (1.4.1-1) experimental; urgency=medium
 .
   * New upstream version 1.4.1.
 Adds IBM Plex Arabic and IBM Plex Thai Looped.
   * Update the font description
Checksums-Sha1:
 82d288823bfd8c98bf87022d78bfa86a1fa7f71d 1661 fonts-ibm-plex_1.4.1-1.dsc
 847494eea4308491221d2d851c319331a098582b 75656097 
fonts-ibm-plex_1.4.1.orig.tar.gz
 fc2d6c1b730c479c142c5c0840de47412d3b9ff6 5132 
fonts-ibm-plex_1.4.1-1.debian.tar.xz
 e1f4d5ca1052b361a613349ab1f8a07fe5d1b0e5 4948 
fonts-ibm-plex_1.4.1-1_amd64.buildinfo
Checksums-Sha256:
 579bc4309f26da6547e0827c0753997ac0c8d81f4bab348f7284e80d97a827a4 1661 
fonts-ibm-plex_1.4.1-1.dsc
 a9dbfc574843e8a1e20abf74197fc9042f31412dbbc579bdeb0ace9217509c50 75656097 
fonts-ibm-plex_1.4.1.orig.tar.gz
 0fa0082240521c4d92681dcd66acb5be3d860f27e551fe73594278c634879ecb 5132 
fonts-ibm-plex_1.4.1-1.debian.tar.xz
 45f0f0579459ee0f610784a917eca51d5ba137889d0ddb0c78dbf23652decf9f 4948 
fonts-ibm-plex_1.4.1-1_amd64.buildinfo
Files:
 a705d5d69d66362d2a416e3fdf0e5006 1661 contrib/fonts optional 
fonts-ibm-plex_1.4.1-1.dsc
 fabd05c0b78e979d2a3c00f709abd595 75656097 contrib/fonts optional 
fonts-ibm-plex_1.4.1.orig.tar.gz
 61b9bc7cd9951ed64fab491c5f76ab04 5132 contrib/fonts optional 
fonts-ibm-plex_1.4.1-1.debian.tar.xz
 0ea0f7c57f4ca0fca0568c841ed955a2 4948 contrib/fonts optional 
fonts-ibm-plex_1.4.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlzh1NgSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25izgH/R8BIyznD40xXrpZCnfLq+ex9lJYk/+H
ibN0EMwwttdUtEnfww2xJVhrw62cxTy9J60O/WwOaL0MmXCMAXpYlfde6EZzSf9j
kGcDxoEODzG6u3BLwl7vsPZLsX/RIpIJPjilT6CHHXdQttJI3r3jdDia63Gs1JZS
yZYw1AvSTkXJBZFDpDLMiOaJWJYM8gItrXATRWYKIqbJYhm93WImXVTCD/pg59U6
MY7kB3agkJqRmWIGIjhIcvvCSOuMGbbHwhklIZeTO5I8u1lHtHE8gqAPbNMHonGx
Auv477utt0JZcYbwYaLN+Js/yDsPTMg1rUZRVpf8tU4/6M4hAsCGUWs=
=ZsbH
-END PGP SIGNATURE-



Accepted s-nail 14.9.13-1 (source) into experimental

2019-05-15 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 15 May 2019 10:05:29 +
Source: s-nail
Architecture: source
Version: 14.9.13-1
Distribution: experimental
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Closes: 920544
Changes:
 s-nail (14.9.13-1) experimental; urgency=medium
 .
   * New upstream version 14.9.13
   * Add the Brazilian Portuguese debconf translation.
 Thanks to Adriano Rafael Gomes (Closes: #920544)
   * Bump Standards-Version to 4.3.0 (no changes needed)
   * Bump dh compat level to version 12 (no changes needed)
   * Drop 0001-Fix-spelling-errors.patch (upstreamed)
   * d/{rules,postinst}: s-nail-privsep is now called s-nail-dotlock
   * autopkgtest: mx-test.sh replaced cc-test.sh
Checksums-Sha1:
 b8281b03fe1bcf3aaa4a3375043b452648c2a876 1901 s-nail_14.9.13-1.dsc
 a00b523d1e2475d4d41e06e0930240e7f1973780 1005355 s-nail_14.9.13.orig.tar.gz
 456fc9b00e7bfe2cf818c676978699e90d0fc9b4 801 s-nail_14.9.13.orig.tar.gz.asc
 e532905fca53e8bca404e3537a36fd8bc2afbab4 18180 s-nail_14.9.13-1.debian.tar.xz
 7de6b538b46a5d91547ad83f034edc33bf983545 5823 s-nail_14.9.13-1_amd64.buildinfo
Checksums-Sha256:
 9584d53b77b92258977ed45a4846be8ddf87770c696012d897bf22674afb8a13 1901 
s-nail_14.9.13-1.dsc
 6cfeed551baa1116b1d295e3c0701344597faf12a9747a8363092b80964ae468 1005355 
s-nail_14.9.13.orig.tar.gz
 dd84fd3141ca52c5485d43178782c07f7d0735aa9b267e68a45a93a4b5db1006 801 
s-nail_14.9.13.orig.tar.gz.asc
 eb71969081eb7cda7b572b6276326969b4cd0bf83e287fe402b52c253fdf23d5 18180 
s-nail_14.9.13-1.debian.tar.xz
 0969ca0801aa3430e581cbf6c3ef0164e76c5a880bef309a166df8c2002cfaf0 5823 
s-nail_14.9.13-1_amd64.buildinfo
Files:
 968e094ccd5cd6b9163868e0ab014959 1901 mail optional s-nail_14.9.13-1.dsc
 db6018b5ec75ef4b077b5852b68b820a 1005355 mail optional 
s-nail_14.9.13.orig.tar.gz
 4cf697ef20b3feef6f8f203c8eddb04e 801 mail optional 
s-nail_14.9.13.orig.tar.gz.asc
 054767497b2f42fcb997cf354150c9b2 18180 mail optional 
s-nail_14.9.13-1.debian.tar.xz
 c546045c6c0475cec9f22d3abde81e7d 5823 mail optional 
s-nail_14.9.13-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlzb5d8SHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25UFEH/jhirzK7Xx0GHCsXFmdVlKIePw5RckeI
Fg1MLIgYQdcovXVlkFD4Wh7d7USO3mHzhUzT8T6VnY5ln7gGBPaDLEzN/xtFypJk
WlYnDdDK27CKvQlcSRKPz913AZt6u/q5iD3ecy8/Ppa0MWcoP7/22WnYMDhFkZ5D
4G1Yp3NN1S4DnkiSP8irMY7d1XvFbdcgu6/OZhouGStsw4dJ2orB4qjHDK0LpNk0
8E83DqCHxF1ADp1ATx/Z3xx4UFwie4gRpLUZVnF+8tKvTC8qk5O2ZvsicbCCLdDm
L1i2qo7jtLWmpfUczzTgOBUlmQqyNJXqnsZ2NPdax//1bMjPInQcZUA=
=jV9g
-END PGP SIGNATURE-



Re: Please drop anacron from task-desktop

2019-03-08 Thread Paride Legovini
Hello Adrian,

Adrian Bunk wrote on 08/03/2019:
> On Thu, Mar 07, 2019 at 10:11:41PM +0100, Paride Legovini wrote:
>> Michael Stone wrote on 07/03/2019:
>>> On Thu, Mar 07, 2019 at 09:02:23PM +0100, Holger Wansing wrote:
>>>>> I'm actually wondering if this is a good idea..
>>>>>
>>>>> There are lot of other packages installing cronjobs and people, I would
>>>>> assume, expect that they will run.
>>
>> cronjobs run even without anacron, they just don't run
>> "anac(h)ronistically".
> 
> Which means some won't ever run on a 9 to 5 desktop.

Right, but idea of removing it from desktop-task began with observing
that in a default desktop install all the important cron jobs also ship
a .timer.

>>>>> I would personally revert his patch as long as all the cronjobs have not
>>>>> a corresponding systemd .timer
>>>>
>>>> Any thoughts on this?
>>>
>>> What's the downside to having anacron there if a .timer supersedes the
>>> cron job?
>>
>> Having a useless service running is itself a downside; I second the
>> removal.
> 
> Please explain your usage of the word "useless".
> 
> The output of "ls /etc/cron.daily" is not empty for me.

But a few (a good part?) of them will just do nothing if you are using
systemd, e.g.:

if [ -d /run/systemd/system ]; then
# Skip in favour of systemd timer.
exit 0
fi

This will happen more and more over time and I think it's the practice
to favor: having three systems to manage the execution of periodic jobs
(systemd timers, cron, anacron) in the default install is IMHO far ideal.

I don't doubt there *are* cases where anacron is useful, but we're just
talking of removing it from desktop-task, not from the archive, after
all. This said, I just wanted to add a data point to the thread, I agree
there is no strong reason for the removal -- but there is no strong
reason for inclusion neither, and I tend to favor simplicity.

>> I'll also mention that anacron has been orphaned almost one
>> year ago.
> 
> I'll also mention that "has been orphaned" does not imply anthing about 
> the quality of the package.

I know, and thank our QA team. But I think it tells something on the
interest our community has for the package, especially if orphaned for a
long time.

Paride



Re: Please drop anacron from task-desktop

2019-03-07 Thread Paride Legovini
Michael Stone wrote on 07/03/2019:
> On Thu, Mar 07, 2019 at 09:02:23PM +0100, Holger Wansing wrote:
>>> I'm actually wondering if this is a good idea..
>>>
>>> There are lot of other packages installing cronjobs and people, I would
>>> assume, expect that they will run.

cronjobs run even without anacron, they just don't run
"anac(h)ronistically".

>>> I would personally revert his patch as long as all the cronjobs have not
>>> a corresponding systemd .timer
>>
>> Any thoughts on this?
> 
> What's the downside to having anacron there if a .timer supersedes the
> cron job?

Having a useless service running is itself a downside; I second the
removal. I'll also mention that anacron has been orphaned almost one
year ago.

Paride



Accepted stterm 0.8.2-1 (source) into unstable

2019-02-11 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 11 Feb 2019 10:54:52 +
Source: stterm
Architecture: source
Version: 0.8.2-1
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Closes: 921961
Changes:
 stterm (0.8.2-1) unstable; urgency=medium
 .
   * New upstream version 0.8.1 (closes: 921961)
   * Drop all the patches (upstreamed)
Checksums-Sha1:
 314beecb673b0d7f65525d708985f71d2bb84712 1493 stterm_0.8.2-1.dsc
 3527a62decb5ef6534a66eec69c65e05fb3e230b 44930 stterm_0.8.2.orig.tar.gz
 acf98c489e4d82948e3b7d295a820313d8f7dc78 6176 stterm_0.8.2-1.debian.tar.xz
 e4004e599f8912c39232e962207e57057a2518a6 6064 stterm_0.8.2-1_amd64.buildinfo
Checksums-Sha256:
 a5a368164e17ef3d1ddcc9a1bc75988b6b15516f7a419052494f821e41622752 1493 
stterm_0.8.2-1.dsc
 07b4d9dea19a9d3fc8cbcc17a55fc9eda0c5288eb52ae1b18752dead34a4e803 44930 
stterm_0.8.2.orig.tar.gz
 5f7764c096c5eafb2b5294a1e678dc06b8da396ae497b52407c32a108579e1e8 6176 
stterm_0.8.2-1.debian.tar.xz
 c06dfcf52beda1aa5d6617c79df02d9e6a340075a2b2fa2f5153a06f1c94ab7d 6064 
stterm_0.8.2-1_amd64.buildinfo
Files:
 0fc97ee78bd28c979bc59f5a27737f07 1493 x11 optional stterm_0.8.2-1.dsc
 332b1665de09fca6c3f426476bdf8b03 44930 x11 optional stterm_0.8.2.orig.tar.gz
 54cb7be5bef53d1de2d916aa1b0ed803 6176 x11 optional stterm_0.8.2-1.debian.tar.xz
 f01816a198f3059d9854b47d37dca03f 6064 x11 optional 
stterm_0.8.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlxh+jwSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25kfQIAJkxkpdolUS/HtnImqYpAbKzgG14FedT
GFfaZiG9BtwPdBk7fbAEXbIlex8KZFAyCRfodddDlUWLHu3ZVI5pdgFvQL/OUz20
+B5ndyBL07zBc0yHNpp/Q7WrFCjgJ7Da8XzamWKFYD3xgM8Q8dmL/I8sITi8ZXjp
4EnXALeFdZ5bWD4G82wqFBV6RJa9cfvy0zkFI3S+SFhMCzI/EVjXJxtuksbrs1yS
wqLnhph0/kxT9zGaslM0yStpQRoqfiM7NrJJDChBLUY2vA2qQYvN0bz7WBk27CWv
yFa8YnSP53gQJegTd7s56j6lxGy0LUnAXhmaENc8lLYp8xlIks11TCI=
=IdwG
-END PGP SIGNATURE-



Accepted iw 5.0.1-1 (source) into unstable

2019-02-05 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Feb 2019 23:39:14 +
Source: iw
Architecture: source
Version: 5.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Changes:
 iw (5.0.1-1) unstable; urgency=medium
 .
   * New upstream version 5.0.1
   * Bump compat level to 12 (no changes needed)
   * Bump Standards-Version to 4.3.0 (no changes needed)
   * d/gbp.conf: upstream-branch = upstream/latest (DEP14)
Checksums-Sha1:
 792fba79d0582934c685d55d42e7091f6069ba7d 1540 iw_5.0.1-1.dsc
 f175091a5a53d3f65d6966b9d916e0e6802c7514 132664 iw_5.0.1.orig.tar.xz
 c26badf4f36fcd5b633c036377d9f76181bc52c9 34664 iw_5.0.1-1.debian.tar.xz
 af86e9ed1d5e0a8a2e83ce0a8fc29b0c23e24625 5263 iw_5.0.1-1_amd64.buildinfo
Checksums-Sha256:
 012f4af360f58ea9b40e57891adeeafd9c271f27c2c76e119ffb5ee212568e3a 1540 
iw_5.0.1-1.dsc
 1e38ea794a223525b2ea7fe78fd14f2a56121e62e21ba5f9dbe8c494b35b5c0d 132664 
iw_5.0.1.orig.tar.xz
 d0f9a7471efb8408f9f72be7d0b16910cf503effeb4b81d48b9f4ce17cb07345 34664 
iw_5.0.1-1.debian.tar.xz
 525e6a372286ef6d3cfb289ad510b10f2bf945f8abdc82378a59045018e2dff6 5263 
iw_5.0.1-1_amd64.buildinfo
Files:
 d499a0e846e6211e3ca19b32ecbef110 1540 net optional iw_5.0.1-1.dsc
 04d9ca2f20a11213985cea0c53bb3928 132664 net optional iw_5.0.1.orig.tar.xz
 59932c87d38705998ddc837a615624e0 34664 net optional iw_5.0.1-1.debian.tar.xz
 787b5e7dddf61a42a4df469d591eb2ca 5263 net optional iw_5.0.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlxaKrYSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25tkwIAJKw3hRZ8lg6/cQws6FeWAFja6shCV0K
Ov0bvoy7f1GJUBUM16maTg36GvMAI3GUkzvPry8Xntw5W0xfAz27yiWpQ0T02D0G
nHwUe+SNd5+w915Oy/3a4xCSTaYX4W72CeKNMDrD9YNthnwqsHRe48rFf2Oa5k8F
Gqbe0iUMZ1vUXq/ucN8oNBQtsLBkUOQAe7LWv8gwxiEF01kAyWLRV+9+l1IYKMqG
VKQ+ASH2RvFp7TV+0d94EDO8Egjgpg/JYxUPayIJloUp1j1YXMWv9v0QmXnRyT1y
GPVzXCJ32JF/l6Mjj7Y14yLLJ8PCCvScl2+wjLtkfMG9BGrNCPFGpEM=
=5Mfe
-END PGP SIGNATURE-



Re: Switch to DEP-14-ish with an existing "debian" branch

2019-02-04 Thread Paride Legovini
Hi Peter,

Peter Pentchev wrote on 04/02/2019:
> So these days I decided that DEP-14[1] actually seems to be a Good
> Thing(tm) and I started thinking about switching my packages' Git
> repositories to this layout.  However, I immediately hit a snag:
> in some of my repositories the upstream branch is named "master" and
> the Debian packaging branch is named "debian".  Due to a (somewhat
> understandable, even though a leaky abstraction) limitation of Git,
> I cannot create a "debian/master" branch if there already is a "debian"
> branch in the repository.

I normally name the Debian development branch according to the suite
name, so most of the time I'll name the branch "debian/sid". This layout
is documented in DEP14.

> I'm thinking of prefixing the new branches with, say, "pkg/"

Not a good idea: this defies one of the main goals of DEP14, which is to
have consistent and predictable branch names.

Paride



Accepted fonts-ibm-plex 1.2.3-2 (source) into unstable

2019-01-29 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 29 Jan 2019 22:39:30 +
Source: fonts-ibm-plex
Architecture: source
Version: 1.2.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force 
Changed-By: Paride Legovini 
Changes:
 fonts-ibm-plex (1.2.3-2) unstable; urgency=medium
 .
   * Install the TTF fonts instead of the PostScript/Type1 OTF
   * d/copyright: add entry for the AppStream metainfo file
   * Update description in the AppStream metainfo file
Checksums-Sha1:
 71a8a1cfc784a76ba738428dda23c804bc49937f 1661 fonts-ibm-plex_1.2.3-2.dsc
 d7561dffacd608158b23b95109fd339d53c6fa76 5052 
fonts-ibm-plex_1.2.3-2.debian.tar.xz
 c11cc89434a9d8859adeb9528b9f1bfe8260c701 4967 
fonts-ibm-plex_1.2.3-2_amd64.buildinfo
Checksums-Sha256:
 6e9737aa08f424706c82c0cee83701e884332bdd8f2a04538704f04552dfdd70 1661 
fonts-ibm-plex_1.2.3-2.dsc
 c7d996d23e2056e7ec011813ff04fcefb8679081b74250c17ddb8890af4dbd86 5052 
fonts-ibm-plex_1.2.3-2.debian.tar.xz
 3a82990465b9f1dca72ecfde63f2c10a5dd67d5b288a87bfbb5face797f1e5b6 4967 
fonts-ibm-plex_1.2.3-2_amd64.buildinfo
Files:
 a74e5c59171255fa7ee091365d4f2bd5 1661 contrib/fonts optional 
fonts-ibm-plex_1.2.3-2.dsc
 695f7a9a190cbcee3ac37e27636e098a 5052 contrib/fonts optional 
fonts-ibm-plex_1.2.3-2.debian.tar.xz
 8199b264bf0151ab653def42610f1f20 4967 contrib/fonts optional 
fonts-ibm-plex_1.2.3-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlxQ1xwSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25YjgH/j8mIX8nLZdtQfW60Z0evOdVOWaI/eP7
p5LPE/E7rl0OvaEoPeO35pkchJ6p34SSi1680E0Hl4aFiJvAA9JVLr1CJ+1VHlCQ
2WDOOoi7ZvW+QdptBagLR0+4cJkuKL2bBgc6WojaKRc0Q0nqVSpbS0z9nXqY3gT2
WDov6ONJn5p54caNSVboM3HqylK0b0OrDySQl0hoRLthKIx6YGUHC9mIriFEv54Q
6Q112i0+p/gcj22kQPEwzxHr1irdtXkrpCV+QZM+9JVVtcvHF2x0zafagch12yn7
CF9ibV61wxbOWZrddQhb1HcLwYBNAd16TxZLxd4lKvVuKxLpXrSkv8g=
=DFHF
-END PGP SIGNATURE-



Accepted rust-nix 0.12.0-1 (source) into unstable

2019-01-13 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jan 2019 21:12:02 +
Source: rust-nix
Binary: librust-nix-dev
Architecture: source
Version: 0.12.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description:
 librust-nix-dev - Rust friendly bindings to *nix APIs - Rust source code
Closes: 917060
Changes:
 rust-nix (0.12.0-1) unstable; urgency=medium
 .
   * Package nix 0.12.0 from crates.io using debcargo 2.2.9
 (Closes: #917060)
Checksums-Sha1:
 bb9917a8ec58d3a579e4ccb89594368794f9ddf8 1929 rust-nix_0.12.0-1.dsc
 e192e923b48fdbab2ba8fd68e956b1e0b812d5ba 172736 rust-nix_0.12.0.orig.tar.gz
 6324b2fff29258885e5e9e379ff9eed825416ea4 2540 rust-nix_0.12.0-1.debian.tar.xz
 ad081e98801e6c004549e834254a0fc6b7d3a9dd 6417 
rust-nix_0.12.0-1_source.buildinfo
Checksums-Sha256:
 2fd67bad73c3eaa1139f0b0125e3e59bf2c843d9638612cec17e6527b8d83993 1929 
rust-nix_0.12.0-1.dsc
 921f61dc817b379d0834e45d5ec45beaacfae97082090a49c2cf30dcbc30206f 172736 
rust-nix_0.12.0.orig.tar.gz
 1188daf681449346e9406f63ed09a859a98004ba89ac6d82c2f99e3d405ff074 2540 
rust-nix_0.12.0-1.debian.tar.xz
 9ff01206d8ad4af34d22458bf5b5d4a4f2cd33b5ae6349b9abf14a11bd6d071f 6417 
rust-nix_0.12.0-1_source.buildinfo
Files:
 74865a548066b0bc1f7c11c81951bc5d 1929 rust optional rust-nix_0.12.0-1.dsc
 5926caf8f20dcbeda6875cbfd4920686 172736 rust optional 
rust-nix_0.12.0.orig.tar.gz
 2d1a9fdbe10a6d26ec7cfcc8df6500a6 2540 rust optional 
rust-nix_0.12.0-1.debian.tar.xz
 40d8bc02031e01100e33f9b92848d207 6417 rust optional 
rust-nix_0.12.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlw7qaYSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25W70H/00zHnMAS/r6ReFwc6aVAnsknAHInG+W
lgKZ9l/Fw2/QjDpdGgh3xaTz6Ma4GyZ78nI/v7+5NWEglm1JSR+95dACwJESY3Vt
gP2Oia2xgRtxPgz1/QvVwPmCil6L+7h+QtH4BiyKOGJfl4d+J5iRldKx6ocSd30l
sqkti7QSQoYgi8M8VWQiWYlUs8CzEwdhpMPGZ5vXPgEOjUierJT8KH3i5a/C6dNT
HxwiIUYuU8SG2wa5uvBZ69kvDkVHXPIMvjHQoSlbH1XDuPXPeQfqRf5Eo259CU98
r9MFhLmTid3TGKOFVukYg9RcCl39Ici8V1//2miQlcwq2/e2T/KhP/A=
=W39A
-END PGP SIGNATURE-



Accepted rust-ar 0.6.2-1 (source) into unstable

2019-01-06 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 06 Jan 2019 15:30:05 +
Source: rust-ar
Binary: librust-ar-dev
Architecture: source
Version: 0.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description:
 librust-ar-dev - Encoding/decoding Unix archive files - Rust source code
Changes:
 rust-ar (0.6.2-1) unstable; urgency=medium
 .
   * Package ar 0.6.2 from crates.io using debcargo 2.2.9
Checksums-Sha1:
 2c5857155d96aa465464a2bb846826a96e225a79 1720 rust-ar_0.6.2-1.dsc
 5e7986e4300898a264118f899cc86504ef4d6b24 13681 rust-ar_0.6.2.orig.tar.gz
 3f0741663ed2f22038c8877f45dcb2c05a6ada78 2356 rust-ar_0.6.2-1.debian.tar.xz
 8d1b83e93f443972b332639f52271ab5b853ed01 6268 rust-ar_0.6.2-1_source.buildinfo
Checksums-Sha256:
 cd638f4a3f18a073b66efbbea51a8701d5d0bb22c37263c44eedd6dcbaaefa49 1720 
rust-ar_0.6.2-1.dsc
 579681b3fecd1e9d6b5ce6969e05f9feb913f296eddaf595be1166a5ca597bc4 13681 
rust-ar_0.6.2.orig.tar.gz
 c534afd0b3a9bcaf4cebc0f2d115363740ff80b95cb766d6f6d259c34b4ba8ff 2356 
rust-ar_0.6.2-1.debian.tar.xz
 c68679aed8ec7b6ea5c4ad4227c0838c9d2e5d9511174746a8ebda2a183dc2b5 6268 
rust-ar_0.6.2-1_source.buildinfo
Files:
 79034f51eecc4c5b22fe6599a8f628eb 1720 rust optional rust-ar_0.6.2-1.dsc
 88cead7ca52df12736ea8f3f90ac7760 13681 rust optional rust-ar_0.6.2.orig.tar.gz
 a83952f57f163c9c17bf5f434c72356a 2356 rust optional 
rust-ar_0.6.2-1.debian.tar.xz
 18533c60fc4fa56de3aad39f21f1b4b8 6268 rust optional 
rust-ar_0.6.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlwyHwESHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25llwIAKvS2+aJKkKHqCbOcgnx47pKey/JIslO
kCVa0wHURiRiRiXnAJZ7CEEx9NhztRHheqwM6J/huAU25plhm/9/1j9uiUSW9paX
ILDEEh8OkinaEzJ9hKVd6uTfU8ql68bSQOw5gK5GVhJxF6szdKPeF324dSCPb/eL
SI0HnwdJ4E32w/WLUojRssEm2T7qNA7yWI1Jw8FvamlRJYrFmJtPwAkjdEsR8hjl
GgJ+pPCySZR4zOIrCpsC3WI0wawMjqpTGMOzjvL7dFb5imW159Q9ibdToWKOavLZ
7QTlVmxL3q3nnwekg//06hxic03IVlWUYktbGqDH3D9iS+NTIYxSfBY=
=rvEG
-END PGP SIGNATURE-



Accepted rust-csv 1.0.5-1 (source) into unstable

2019-01-04 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 04 Jan 2019 09:36:50 +
Source: rust-csv
Binary: librust-csv-dev
Architecture: source
Version: 1.0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description:
 librust-csv-dev - Fast CSV parsing with support for serde - Rust source code
Changes:
 rust-csv (1.0.5-1) unstable; urgency=medium
 .
   * Package csv 1.0.5 from crates.io using debcargo 2.2.9
Checksums-Sha1:
 dfcec73f7c93b7c1e0d8dc42079656798edcd851 1853 rust-csv_1.0.5-1.dsc
 3d60c1ec34e6da44bb99d56ad7dbce1119f1f313 889260 rust-csv_1.0.5.orig.tar.gz
 64e22d329604e50e9e3e8c0b574c51361c4c41ed 2796 rust-csv_1.0.5-1.debian.tar.xz
 4e51c6588f84952b8a578514f95ea9cc02f7fd4d 6450 rust-csv_1.0.5-1_source.buildinfo
Checksums-Sha256:
 8b68ff6e5a459f0ac692e976d85bdaa3c6ac7bc2806a4e824fcacad1b71dcb82 1853 
rust-csv_1.0.5-1.dsc
 9fd1c44c58078cfbeaf11fbb3eac9ae5534c23004ed770cc4bfb48e658ae4f04 889260 
rust-csv_1.0.5.orig.tar.gz
 60a216714ab6adb984d26537621878c61ee3aa4644b51c0b424a1568469878df 2796 
rust-csv_1.0.5-1.debian.tar.xz
 98ff8b23822f321bb7fca6b4ee539774aaddc924c4becd25d751f556e04f61f5 6450 
rust-csv_1.0.5-1_source.buildinfo
Files:
 4632d17056de367c2b2ac3acbb1e4cec 1853 rust optional rust-csv_1.0.5-1.dsc
 746477154fd5631d1e8e4a0145fce938 889260 rust optional 
rust-csv_1.0.5.orig.tar.gz
 ccc7db0e4f9458a0afa242a3ec7c38bb 2796 rust optional 
rust-csv_1.0.5-1.debian.tar.xz
 1b5053f74881916469811abee398027c 6450 rust optional 
rust-csv_1.0.5-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlwvKTcSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25pbYH/jD0e4uBf2xnic4MkKWm6U2weuGMLBA5
IBnMFKwAQwcVx6Jm1S+kKrsivrPPS7ud93lXUdNREcSrCrd3jZcCpVzoJrWXIgPf
DSBRJoK93vmKokbAOOWjewm+ZdnHYgpQkA/mMhZC2jRE9TmEWnPZVoEOhCk+oKFK
WsyFVgNUrhRuHchpbFqMA1pVi4GsYlKQx/WeYemHWG2owgnPClWwYaFF1qpEqg3c
WK4r3OF47oTkf7i6DWJB7dV5h+uzn1BJJNxWAJMnt8sjClblXpuIZfwzhflf43XU
sehfYXOF1e8YlrPgVZ95M6BvyxsXqzYaielRHiai5Dkut95+y7ToYu0=
=fntn
-END PGP SIGNATURE-



Accepted fonts-ibm-plex 1.2.3-1 (source) into unstable

2019-01-04 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Jan 2019 16:28:23 +
Source: fonts-ibm-plex
Binary: fonts-ibm-plex
Architecture: source
Version: 1.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force 
Changed-By: Paride Legovini 
Description:
 fonts-ibm-plex - extensive typeface family designed by IBM
Changes:
 fonts-ibm-plex (1.2.3-1) unstable; urgency=medium
 .
   * New upstream version 1.2.3. Adds support for Devanagari.
   * d/control: do not mention the planned languages as suggested by
 lintian's description-mentions-planned-features.
   * Bump Standards-Version to 4.3.0 (no changes needed)
   * Bump debhelper compat level to 12 (no changes needed)
Checksums-Sha1:
 91908c0ba4ac93c30677203736aff5f205865f84 1661 fonts-ibm-plex_1.2.3-1.dsc
 a025b3fa4fbd9776fa2d28d1be26cd3ec0eb4906 64019972 
fonts-ibm-plex_1.2.3.orig.tar.gz
 a90dc3a2f78fc80dcebdab1d9b5c4ff08404539b 5012 
fonts-ibm-plex_1.2.3-1.debian.tar.xz
 35bccfc7e2dc66c6bbf4240d75700afe8b7d3f52 4965 
fonts-ibm-plex_1.2.3-1_amd64.buildinfo
Checksums-Sha256:
 2f4b9834651c5dfcf7239df99920e264115521c5462a354489cc08eb77e7f382 1661 
fonts-ibm-plex_1.2.3-1.dsc
 496416d63c73b637c6ab3531d6fb50b48872c807089fae1e5a7ad26090c594db 64019972 
fonts-ibm-plex_1.2.3.orig.tar.gz
 306319aa2315c370c2f7d5e27bd0a0782d4e82dd5f6b9a8e233ce0682f9dc291 5012 
fonts-ibm-plex_1.2.3-1.debian.tar.xz
 fe8f6f4c028407f85abb7e11be7b1c0ce5de71fc2a8e520331acf8043aa8ab63 4965 
fonts-ibm-plex_1.2.3-1_amd64.buildinfo
Files:
 2b30e8d25d0f42694a417e234a22a4e8 1661 contrib/fonts optional 
fonts-ibm-plex_1.2.3-1.dsc
 37fc9df497f2d728dcd2d3da3640e91b 64019972 contrib/fonts optional 
fonts-ibm-plex_1.2.3.orig.tar.gz
 6f48c4130d4a425d7dee251f02307794 5012 contrib/fonts optional 
fonts-ibm-plex_1.2.3-1.debian.tar.xz
 52ea478ad88d1fa740b71aeb620b9988 4965 contrib/fonts optional 
fonts-ibm-plex_1.2.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlwvJWwSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25DjkIAI8ulAjCCqzYJg8yZcfeDCp3lMtKmmoc
v4066fj3apOxkGIN/i/OdpGM3o7tUv7TvVwRDjWGRCPsxECW0/YNCpgTwOlU0vEn
VDfIepFC/NAUJggHmj9bVU6TzOf99t4lQDNv17PwrCdzfQE62kPxTZBqilZ/nxkY
/egiDxs8/6nr6y27sak6kEG8tYB4I4wiWZHfL8MUxdX9/Hz1Vwh277m4zXPb7lvx
uveasbe6g3knYmdKCDAyGM/2piEC1f6AbBDOxSxek93QQdDjbsQjyGV+u41k15Jf
F2fgpUv7QYIpyuBkQ47H13AKd3uJdcUk1IANcA5zcyIGuOp9FLyEgu8=
=NsWZ
-END PGP SIGNATURE-



Accepted stterm 0.8.1-2 (source) into unstable

2019-01-03 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Jan 2019 15:48:26 +
Source: stterm
Binary: stterm
Architecture: source
Version: 0.8.1-2
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Description:
 stterm - simple terminal emulator for X
Closes: 900901
Changes:
 stterm (0.8.1-2) unstable; urgency=medium
 .
   * Bump Standards-Version to 4.3.0 (no changes needed)
   * Bump debhelper compat level to 12 (no changes needed)
   * Patch: allow pkg-config substitution for crossbuilding.
 Fixes FTCBFS. Closes: #900901. Thanks: Helmut Grohne.
Checksums-Sha1:
 f72ca5b771631cfa851e6f12e8f21dbf54c35f56 1814 stterm_0.8.1-2.dsc
 ccaba3481ddb8f32879d48e7dd39a6eaf52b8dd9 6548 stterm_0.8.1-2.debian.tar.xz
 1c54d19a5adbc7ad6f339c86d5f2edc9af99 5327 stterm_0.8.1-2_source.buildinfo
Checksums-Sha256:
 1e6eadb85e3fe7e8934bc114459f85bf78d2ee8547bbcdabce05dfc609030fb5 1814 
stterm_0.8.1-2.dsc
 45c8b300b5f9bce0cc5eba14ade93f84714c828746326f8755696c0faa6c95da 6548 
stterm_0.8.1-2.debian.tar.xz
 dec76bfb9cf06cf95bcd837bbb4f2b5cd17860676f38d09014a6be6df507c9f5 5327 
stterm_0.8.1-2_source.buildinfo
Files:
 a5b6e40b3a2e92de761b0b9be581c227 1814 x11 optional stterm_0.8.1-2.dsc
 62cf5853fe3b7f81a0236775bb5710c4 6548 x11 optional stterm_0.8.1-2.debian.tar.xz
 f4212e4c628335c1513911ac67c457cd 5327 x11 optional 
stterm_0.8.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAlwuO2wACgkQweDZLphv
fH43fA/+Nuo8wjsKuBHs8+daBu364y2HDWjgVMDtii3v7KifdNagp4U8ZHMss5a7
c4O43wfd5xdAkEFsPoPUYfdcTAh7KZYktz6xP/henJzYJ/PynQHFgH+rH3fbW8yX
Sq+6j2b0ZIlsVwQffWqv9xlXgngW1q7glgptFDpCjWOKxuFdyXa4BDszlxAB2nw8
/tqOn1ZGwxsHNzz2LxxR6dJOqPY6oy4qfR9+G5sSEKOrulNyxclNuoEq6FKNJQLb
k0T7xu2x4Nkxz+0I/J5bz1G15e0Kdgq8t1e/Gs/0UvhekQZq4qM+sQHibr00R+Fy
lcvN8fqUeoFCsmw2r8D9kK1Dpy4af5USFAmWks1Hw3PWiE4hkan6JW42lYGcvVgv
F1bhyEdOdaHdLiBZ4KpQ+pBCKx83h3TmxTcJsrQ3gfTnmH4ZOFEgP5O8+pZoM4JS
8d6jgpxiRACTAam0aSo12Qg1gI8gqFvAUln/VQAw1yVSnqczUdJ6tA9oa1nmAmsy
TrTJfFLObV2WGiPwcdvdChkpgCWuY8e0vTDDqvcHx64wJoVZQbb0mn6b5pPzJ9Sr
gjVDXo1KJDPye8IPBL+wUf2xG+4bV/B9HItw6fA7vULqhWkPBiwasIecvADyeHRA
//93ADmpDrC4XKbaZc6dq9vadpjXuSBj49mhySTZxtuWQh3DIHw=
=8IT3
-END PGP SIGNATURE-



Accepted rust-csv-core 0.1.5-1 (source) into unstable

2019-01-03 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Jan 2019 15:24:52 +
Source: rust-csv-core
Binary: librust-csv-core-dev librust-csv-core+libc-dev
Architecture: source
Version: 0.1.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description:
 librust-csv-core+libc-dev - Bare bones CSV parsing with no_std support - 
feature "libc"
 librust-csv-core-dev - Bare bones CSV parsing with no_std support - Rust 
source code
Changes:
 rust-csv-core (0.1.5-1) unstable; urgency=medium
 .
   * Package csv-core 0.1.5 from crates.io using debcargo 2.2.9
Checksums-Sha1:
 de970be975b6d6b031e426053e81592b6824662e 1943 rust-csv-core_0.1.5-1.dsc
 f9bc7e7892f46b9729f8609899f2b11249865545 25529 rust-csv-core_0.1.5.orig.tar.gz
 764f4c0fdf7de2456d1b50ad87a7f18f304ec498 2816 
rust-csv-core_0.1.5-1.debian.tar.xz
 f7348183244eec41cd6a625c93ce3a547ed562ce 6393 
rust-csv-core_0.1.5-1_source.buildinfo
Checksums-Sha256:
 bb2214fb47575d54962ab77b409dc29ce3272ec6b7e5288c6f7191447d79661e 1943 
rust-csv-core_0.1.5-1.dsc
 fa5cdef62f37e6ffe7d1f07a381bc0db32b7a3ff1cac0de56cb0d81e71f53d65 25529 
rust-csv-core_0.1.5.orig.tar.gz
 58c2a7bf7a8c7c908806c7718f8ee7e6386a66e94cf7ade28c8382addb7b1df9 2816 
rust-csv-core_0.1.5-1.debian.tar.xz
 e6f2cc7beb0422c3c685e7e4a6a6034d0aefbd896eb172c4171144ebdcf62f9a 6393 
rust-csv-core_0.1.5-1_source.buildinfo
Files:
 6c87b96e8a7356985f9ed10c7846336b 1943 rust optional rust-csv-core_0.1.5-1.dsc
 1d02d0623b0893385652f3fd9d7ef1a7 25529 rust optional 
rust-csv-core_0.1.5.orig.tar.gz
 3842dc3501288944ebe83fbcec86640e 2816 rust optional 
rust-csv-core_0.1.5-1.debian.tar.xz
 4ab14d0a478421d79313ac4dad249797 6393 rust optional 
rust-csv-core_0.1.5-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlwuKUgSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25JpoIAJGeliyUslnMtMAw4r/CwJDRjFBgtxL+
h4SkGGsLaJ2UxxmXcIH+76QwOqZGxvUr7QUgDvQ+I9MioKRzD1ozdc7Yea8tOZsQ
Q945V/1jt2Qx1s8C/0+U3MI10GqSg0+Nw1tboTMeBatghz/aszsuMsKQ/xsT5jsX
bWV5KI+FnVpQ4HCPzJ/4UKspZMMgcAnqLa3BL5RjxDpAn0J+a14l3A4v2n3xCHxt
KQIhQ1Hn4KTcj32NxE+MMSjBImIaeTNPGwS10ZfLAjQQAjddHQgk9B8Q3O2QEZT6
GVIBl04COGZ+3YoqdaDF13MMnGzdVd3PcHiJljjd4dJe5JcMThx0WSQ=
=I73p
-END PGP SIGNATURE-



Accepted stterm 0.8.1-1 (source) into unstable

2018-12-20 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 13 Nov 2018 22:35:13 +
Source: stterm
Binary: stterm
Architecture: source
Version: 0.8.1-1
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Description:
 stterm - simple terminal emulator for X
Closes: 785219 838372 838439 909663
Changes:
 stterm (0.8.1-1) unstable; urgency=medium
 .
   * New upstream version (closes: #838372)
   * New maintainer: Paride Legovini (closes: #909663)
   * Standard-Version 4.2.1 (no changes needed)
   * Compat level 11 (with B-D on debhelper-compat)
   * Do not install the terminfo file
   * Depend on libncurses-term (provides st's terminfo)
   * Drop the unused build-dependency on libxext-dev
   * Dropped all the patches. Now:
 - TERM is st-256color (closes: #785219, #838439);
 - The binary is installed as 'st', with a 'stterm' symlink.
Checksums-Sha1:
 c58ce482fe5aafd86a21cc7d8a28f30d3d925758 1814 stterm_0.8.1-1.dsc
 85e64b1e974b6a6cb4ea6f6e240b6e52cef6fd98 45109 stterm_0.8.1.orig.tar.gz
 86f9a4dbca9fd2a0803069bf251b76ef9235f7cf 5996 stterm_0.8.1-1.debian.tar.xz
 0564b4134c15cca780120ca1e34a0539e05feec7 5322 stterm_0.8.1-1_source.buildinfo
Checksums-Sha256:
 590b1407c49662425db1855ec6f3192fea38e6d4799f3bed05261d64666ce322 1814 
stterm_0.8.1-1.dsc
 08601c7111b222c90c439efe12164ebb703010d947433f0b8dc190cc913aa39e 45109 
stterm_0.8.1.orig.tar.gz
 d1e21fb077eb62e5282c09d92c9b3de3c66640c018535fa8256d343d88933b5b 5996 
stterm_0.8.1-1.debian.tar.xz
 80cfd33a0fe061eeef0d2b188b9022acf1439e2295feb16fe69ea0cf26fb0af3 5322 
stterm_0.8.1-1_source.buildinfo
Files:
 fcd8a871fb8f3a939557d75a7ee76a87 1814 x11 optional stterm_0.8.1-1.dsc
 9191a3bce7bcd82bdd3c1dfe19eed603 45109 x11 optional stterm_0.8.1.orig.tar.gz
 c59f5f5ebbbfbd0bfa66258833a514f8 5996 x11 optional stterm_0.8.1-1.debian.tar.xz
 6564a925fe0367efa08e78b40c3ece42 5322 x11 optional 
stterm_0.8.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAlwSKfwACgkQweDZLphv
fH5jLxAAqbK+1nY+0KDcljFUgR6JBntEAdmeQbEaiuQ21xBrAzz8MGLD8F26KIND
Qybz/A22GnDdlupTc4J+H/Ef+DaQmjUDWpTIeHm6ybfFPGVBFS+cF3ihAkIyBJGd
yZX3J380AI+SHwXFbZ3GIgoJat6gMSMYKtTo/0fezDdsuUcWiYoaIKlfR0xnWNJu
cx3KFWax//G8rIg42nMEcVDMJsPYsVP9MZe3f1xRxmxpfkX6ceSPLN+15WWXBgjM
7pACAKGjUBP0XXEpZntZdOJf52NnEuoATCPF6+dTY7AdOSjG4mDdx+rJml1Qs5WB
YNAc7MaLMhky8wlOBn9ca16kX14lfiQo5w2jPA+5MQ/GBuFIg4suwVcEZEfYaDA0
BByZjJNTqTgy/OxLfbeytrzv49mnMMeAumI/M3eTSCLU7l40H3cXnh9J23usIfQH
vLNQegxcr6z5rw35xAsw6cPZP8ois+Ty9crZFUSBrHT6NlU6jglvBKc8Vy+VuQ9u
WAo3wUyWbBuNjuJ88DyAPS3+wMiOi1D4Ru0SSNc44nl/cjt0D0eISTFScdriJdRm
nx3tGsQ+Ntr9xHJ2D/rUrKIa1ar9VXifERfxLKB85+QSlzVzFKQBEeGd8zrIJBbz
pLH3aiYMP4i+cf5CjUVvj9OwN+uynodsks5tXi4WDWZk4tjRCfU=
=zL10
-END PGP SIGNATURE-



Accepted an 1.2-5 (source) into unstable

2018-12-15 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 15 Dec 2018 12:52:09 +
Source: an
Binary: an
Architecture: source
Version: 1.2-5
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Description:
 an - very fast anagram generator
Closes: 915380
Changes:
 an (1.2-5) unstable; urgency=medium
 .
   * Patch: replace icu-config with pkg-config (closes: #915380)
 Thanks: Hugh McMaster
   * Build-Depend on pkg-config
   * Build-Depend on debhelper-compat (= 11); drop d/compat
   * Bump Standards-Version to 4.2.1 (no changes needed)
Checksums-Sha1:
 3e9bb9608f10b2e1b6fc73acaf3c9cb2b17787c1 1477 an_1.2-5.dsc
 0cf3d01751f6c4ab072fb1072528f40b40fd5871 4284 an_1.2-5.debian.tar.xz
 2b25b2fb3b1e397578c1392eaef385833f52a2ca 5160 an_1.2-5_amd64.buildinfo
Checksums-Sha256:
 6f788c1bcf5d1bc3a56630b15d88bbf7738385a0b1aaa3f9fd48ea6167a56083 1477 
an_1.2-5.dsc
 372438424bf653ab5471e84c3981cb07e31caa7f27bf350c1827d81cb9ceed73 4284 
an_1.2-5.debian.tar.xz
 941d6bcee2f9e8224cc398e57aefa8c13ecbafec2808ed8fafa4d8fb30b7c6b6 5160 
an_1.2-5_amd64.buildinfo
Files:
 c1aec7599b6768c1deb07115ab1d0a32 1477 games optional an_1.2-5.dsc
 29321d8f5ea5f209729adbe4669ae92a 4284 games optional an_1.2-5.debian.tar.xz
 095d4f356e1439e58a743c0a40e81b93 5160 games optional an_1.2-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlwVEvgSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25euEIAKmohRnbtEoYDoUUabpzgTJWMJ2rjk8S
aMx74LeGCbjZV7yxeU2MaUU8mjnR+OcGFAWi4ud8IQtYBMyQ53u+G70riBx4Ry/d
Fy+64vjAg8+ExRxWI6SDWmtQZEnJe1B1SidQggowPJxnvIEGlcJJNizrSKePr3Uu
aLACaBLrMuATcaHWw9ISTO/PkrK5QbNsi6f9utZAKIvQ9biqMOPOtmCWQdz95BXQ
H02NXrEY7IBUUerxdnVmuVttZGsPYBCR+5uC7oXTePp0+cmroKjpOVXL9qbeh/4v
8FVEduwJl+51juCaMikWKohi34FBqrLAOQyKgWupNKK8BUHHdcMjV/s=
=rKwv
-END PGP SIGNATURE-



Accepted s-nail 14.9.11-2 (source) into unstable

2018-12-07 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Dec 2018 18:16:26 +
Source: s-nail
Binary: s-nail
Architecture: source
Version: 14.9.11-2
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Description:
 s-nail - feature-rich BSD mail(1)
Closes: 907677 907991 908925 909688
Changes:
 s-nail (14.9.11-2) unstable; urgency=medium
 .
   * Bump Standards-Version to 4.2.1 (no changes needed)
   * Depend on debhelper-compat (= 11); drop d/control
   * debconf: update the English template strings
   * debconf: add the French translation (Closes: #907677)
   * debconf: add the Portuguese translation (Closes: #907991)
   * debconf: add the German translation (Closes: #908925)
   * debconf: update the Dutch translation (Closes: #909688)
Checksums-Sha1:
 9a8e5a96d3d96a1b9f35d532abb801a03c1e4e65 1898 s-nail_14.9.11-2.dsc
 913e62cbb3c464e88199c3b2f79ecd86710d517d 18568 s-nail_14.9.11-2.debian.tar.xz
 f6b582962861a8cb586adc66ba7346c541341f1f 5861 s-nail_14.9.11-2_amd64.buildinfo
Checksums-Sha256:
 0cee2f61b43c67b4f52b7aca6d98c2b25082bf6ba15434b0a067918ae62eef35 1898 
s-nail_14.9.11-2.dsc
 af457830c163edb63c5ed025eac792b502311fab37835ff1e291702fe783e667 18568 
s-nail_14.9.11-2.debian.tar.xz
 36758e6898d3a3f024eddc3c851ce8836f20c12d4de06dea951ba90ef1aef09a 5861 
s-nail_14.9.11-2_amd64.buildinfo
Files:
 2e4f630fa48d85387fb67f50cbbaa608 1898 mail optional s-nail_14.9.11-2.dsc
 cef1c34f58ba1494dce529f2b88a3892 18568 mail optional 
s-nail_14.9.11-2.debian.tar.xz
 b5ad7f33ce6a534a38ab53f85e755667 5861 mail optional 
s-nail_14.9.11-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlwKuc8SHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25LHMH/1WKODiuANHQilbCcnCRVwF+Qxjp4yJ6
pI5F5b88JwOrHPHFnYRCmMoQhmOiaSORdTWW/Abtn41wJz8syO2lKpciLHUeCFIs
hlnSQVTWKCasR1SQ6bW4IAl6AxVoU4B9m29OP6NsCI+0SiX/kiIflVlFshNbM9xj
3360youWOVNpU4x3M7esMFCGQf5YSBs5HWM/doB/bUCP6I3GnNQN2am8xqoyV2mk
5/6KKENe9VNbBGRLoTTCOCRwirrBQSxwBl4+QtPgFSztxJ1nWA8xG8//sSUNNvhH
AhN0iujSIwZa69K8dIWaCUIvZ0JQsybk1bqTQhhsLToVA4lLPOYzqBE=
=U0PF
-END PGP SIGNATURE-



Accepted golang-github-ulule-limiter 2.2.1-1 (source) into unstable

2018-12-05 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 05 Dec 2018 21:43:31 +
Source: golang-github-ulule-limiter
Binary: golang-github-ulule-limiter-dev
Architecture: source
Version: 2.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Paride Legovini 
Description:
 golang-github-ulule-limiter-dev - Dead simple rate limit middleware for Go
Changes:
 golang-github-ulule-limiter (2.2.1-1) unstable; urgency=medium
 .
   * New upstream version 2.2.1
Checksums-Sha1:
 20166838a4bc44680214ba22705a7adf716de1ce 2346 
golang-github-ulule-limiter_2.2.1-1.dsc
 57ea50ab5c6368a36c0dd9a24d80f1a9778ed03a 16889 
golang-github-ulule-limiter_2.2.1.orig.tar.gz
 b1baaac954044b325ff9bd18bc9fd558161a011b 2916 
golang-github-ulule-limiter_2.2.1-1.debian.tar.xz
 747d3859ab5a7ddde1534ae8d27148de4c58241a 6849 
golang-github-ulule-limiter_2.2.1-1_source.buildinfo
Checksums-Sha256:
 4e54c49d6cc47ba1207e446be0caa7c5dc3d683707e0d7664e56f8767d8218c8 2346 
golang-github-ulule-limiter_2.2.1-1.dsc
 4aa404571fd64726f6b249d4054674485bf8c8187bb341cb367b633f73c75c62 16889 
golang-github-ulule-limiter_2.2.1.orig.tar.gz
 df25d3d885feb30c91715811a4bf618ba804fa5a87b26fa7ca938731a7736c21 2916 
golang-github-ulule-limiter_2.2.1-1.debian.tar.xz
 02305a3058d17944758aeb7187e79a6fce40bfefda502592ae3284728462582f 6849 
golang-github-ulule-limiter_2.2.1-1_source.buildinfo
Files:
 f3b8a2a418e48f6f7b9f8deedb095a47 2346 devel optional 
golang-github-ulule-limiter_2.2.1-1.dsc
 a593c2391ba09df97130b5dc1008cf14 16889 devel optional 
golang-github-ulule-limiter_2.2.1.orig.tar.gz
 237b180b3879458ca7b66c1afca4c3fc 2916 devel optional 
golang-github-ulule-limiter_2.2.1-1.debian.tar.xz
 4cfe8633c59f7bc9a91a7e8d3eaef16d 6849 devel optional 
golang-github-ulule-limiter_2.2.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEB0B3ii38SjnAyLyMjysRPGU1xacFAlwIYQ0ACgkQjysRPGU1
xaclGA/+M951oVydEwzfR4wz3OOgOU7lnXDHDLVyc4KLUtczAzA2xwFd1nmyYsLW
CzBbEPsy1nWB6RsiVSXHOtRceYo4WZB8fZjiN9wsnWcK+xsipCH1JJ3NIk4Swiml
jIyleZR/5o5hm1WBqG+XCNpke7OOAQM5fSrR/hwTC90lLBj9uODCjyWkWiUQBaJ0
OxXyqOUGv1iDV1Ee13BJzJO4qt+yZuAncTOX37NNMOkBMGIeZ3tJuz70vcEvsn0W
qqirlIu8sL3+f39Yrlk9VFxpVC6qms9pJojNsOo2yzQHMkmtuSv5hS8qXIC5f3Dg
B5LACyGqcKLXMADjHMP2fuvIPkAFds+rirNieNis9P84WIyVjhklheCrLrCuuE/d
dnCv1IITeRWvodIPSmobFUM8S8a8BfcdhY4a5ryGxPpdiQBmUVojKpVQd/MU4/BD
tHfxE8okAsp1ay2jX6DQmbhRPM9Z+jVDDVgqy57wCB8MhKltLZjBcKltmgdytWzG
6NLUEDdHmLS7semriY5FxTEpPNZpWn0jAxhaLRK3ibgGdROWXgMx4gOwDwGvGp08
k9aV0vW6JolFLU7urKAJGezEgEiUycgGWcuXVh1T94yNNM096aFEJVYKviQEZyMN
14H7gSjSCQlGqfueYAk32vN5EXH0LOIGme3cOmxpUIly1KyxkT0=
=Sc0E
-END PGP SIGNATURE-



Accepted golang-github-gin-gonic-gin 1.3.0+dfsg1-3 (source) into unstable

2018-12-03 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 08 Nov 2018 21:47:42 +
Source: golang-github-gin-gonic-gin
Binary: golang-github-gin-gonic-gin-dev
Architecture: source
Version: 1.3.0+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Paride Legovini 
Description:
 golang-github-gin-gonic-gin-dev - HTTP web framework written in Go
Closes: 911912
Changes:
 golang-github-gin-gonic-gin (1.3.0+dfsg1-3) unstable; urgency=medium
 .
   * Team upload.
   * Build-Depend on tzdata (closes: #911912)
Checksums-Sha1:
 a43339036777357201a60b9670753b20f95e2dee 2533 
golang-github-gin-gonic-gin_1.3.0+dfsg1-3.dsc
 112f4e106971cfd434c9226d5ee6f5a02322ab44 4548 
golang-github-gin-gonic-gin_1.3.0+dfsg1-3.debian.tar.xz
 7953b25232c2a81cc6a55d6fded674cc6856be45 6930 
golang-github-gin-gonic-gin_1.3.0+dfsg1-3_amd64.buildinfo
Checksums-Sha256:
 f523756115fcb718ef937bbe25943b9a2c9d5ad4f3c2d87eff39968d0bcd6623 2533 
golang-github-gin-gonic-gin_1.3.0+dfsg1-3.dsc
 f257df3062fbf7a4874cbaab57ece41c17757285fe83bf1b301345a54bcae361 4548 
golang-github-gin-gonic-gin_1.3.0+dfsg1-3.debian.tar.xz
 30e3e573854dba28c67ce27f17a9e449aa1e9fc456efd05895785adac347f03e 6930 
golang-github-gin-gonic-gin_1.3.0+dfsg1-3_amd64.buildinfo
Files:
 e74a2c4674e2a12411e014a474f0e0a3 2533 devel optional 
golang-github-gin-gonic-gin_1.3.0+dfsg1-3.dsc
 8f22885531e103da405415bab4489da3 4548 devel optional 
golang-github-gin-gonic-gin_1.3.0+dfsg1-3.debian.tar.xz
 1c7136daca9ab73839dcf22f09a864c3 6930 devel optional 
golang-github-gin-gonic-gin_1.3.0+dfsg1-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEQk4U1wPnxtQ9nW82TnFg7UrI7h0FAlwGHlYACgkQTnFg7UrI
7h0OwQ//X5yt9tefpLJZpFcXcJb2tjwcFRkAJo9Muj+gOUSp91at54aHjVQxpaKX
M5r4ZPOdcMMIe9GQwzREUDF9QhSFd740OMHK3GBz3LAOrgFKC7GaGILbmmZ451/v
cL7rJdASCzKaKCInHHk6QRwImsFdSeLxCM2/pquYZgkDlVcWxZlYzC7YGniq/8Vi
G3snJQAldIq7Zx6f4AS+/Fy1mKO6v7j6dr8FAE1oHukB0AoTl+BOT3Fs0V4vJqAm
tfGt2i1qh5iHslFg0TCRaHSpJs5qO3nJYq9pmHutI2W1YPvZtf2v5N44Fn4/STDw
DkvOOYuwq55ghsOgMXh1LLXB978Fupw3KGytX9OBT1HfWmRu2VE41cyOcEYGeUH6
b51bpjPoBy+jEMGcezoKCpDzzp9ZhW1t2Ubc+jFyezkAoQ34ewm2A2W6XEVsHTLW
BC80xMzCAWUZL9ohA64a1iohxfpEnLxXsV+iaF7JQTLFVgvfGp78Gw+Lzdzf6NiY
mWRXH3DN33xz4R3xxHyYUIVBX4U2kYrKBbGlVI6mAaDoMRLea+SuUVADPZIvzRVz
mh4oNo6yZdX80XwJwZ0ZMfrCMZAEfwWj9yJ1R5ti5nLDaZ1BEcP+yIGWwL2pLUzh
hAtVIIhuHRkcVho7xUIv3VqgIbizY1vrlh/OmKLVn1Qli+9zoAs=
=iS+m
-END PGP SIGNATURE-



Accepted rust-fd-find 7.2.0-2 (source) into unstable

2018-12-03 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 Dec 2018 16:46:12 +
Source: rust-fd-find
Binary: fd-find
Architecture: source
Version: 7.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description:
 fd-find- Simple, fast and user-friendly alternative to find
Changes:
 rust-fd-find (7.2.0-2) unstable; urgency=medium
 .
   * Drop the patch removing the dependnecy on wrap_help
Checksums-Sha1:
 883193b0c613549b8b5253d22f1f5e4e72e593ff 2383 rust-fd-find_7.2.0-2.dsc
 9a19507a9a30774906bbd6579253e69c57afc7ff 3648 
rust-fd-find_7.2.0-2.debian.tar.xz
 2807d30eafbddcecf9883fb756d771d4952a8073 7952 
rust-fd-find_7.2.0-2_source.buildinfo
Checksums-Sha256:
 0574a0dad1c7149dd89b8a67bba50496203e6ffb0eb86ce440343011acebdfac 2383 
rust-fd-find_7.2.0-2.dsc
 7cda2fe2e428e16aa1939de68d97a343328b36f5360e6ea64018b663f76f1e56 3648 
rust-fd-find_7.2.0-2.debian.tar.xz
 1a52e883e5a4139701838f12bd820bcfd1528b3dfea508a1037b5550db7d4cb7 7952 
rust-fd-find_7.2.0-2_source.buildinfo
Files:
 5dc0a980c50946cfe545a03382667816 2383 utils optional rust-fd-find_7.2.0-2.dsc
 0a87ea31a8b462e7b3be8e9e636e0330 3648 utils optional 
rust-fd-find_7.2.0-2.debian.tar.xz
 a150a722a2f4f5f1ea0b9916eeadec9c 7952 utils optional 
rust-fd-find_7.2.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlwFXdkSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25gmoH/1+AbjxwFxfpEi2s4JRYezOaYFk7PFWr
zViy4WI61KHjJn4/DiOTBIxqxdQCcIRkMsFxZK/Q+4g5Btg9XFJkrUFNt2W7DQMD
3VrMP/h51e4sKvON6088+pVOl5EdRxHBVsJr48XR7F00F2cZObhST0TSJZ44/RM3
WckaXSOpA2EzLlIPwfw3x1c9ov0U8/SPB7Szm9CIGq37kbgc6xNJ0EXU7qKG81ci
Pdw+FgJG9o2+30tfg0R4S3S/3n+M0q2Wi/E2an+P4bxoHGYCmoqzTgbrQT4rutb4
PrO8Sap1odLlT9NDvJ6oH1i+rWxzKXgi7ICQ249TdaOQCXwOH1IOVZ4=
=gwIN
-END PGP SIGNATURE-



Accepted rust-lazy-static 1.2.0-1 (source) into unstable

2018-11-27 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 27 Nov 2018 11:04:04 +
Source: rust-lazy-static
Binary: librust-lazy-static-dev librust-lazy-static+spin-dev 
librust-lazy-static+spin-no-std-dev
Architecture: source
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description:
 librust-lazy-static+spin-dev - Macro for declaring lazily evaluated statics in 
Rust - feature "s
 librust-lazy-static+spin-no-std-dev - Macro for declaring lazily evaluated 
statics in Rust - feature "s
 librust-lazy-static-dev - Macro for declaring lazily evaluated statics in Rust 
- Rust sourc
Changes:
 rust-lazy-static (1.2.0-1) unstable; urgency=medium
 .
   * Package lazy_static 1.2.0 from crates.io using debcargo 2.2.9
Checksums-Sha1:
 177d4995632bde952c2a8d32ad86cfd90a9b6f27 1963 rust-lazy-static_1.2.0-1.dsc
 ebb50de839c69a6e4ceb467bc5e10f9a3b4b153a 10840 
rust-lazy-static_1.2.0.orig.tar.gz
 232c7c1fd96f37159a006d3ffcfbb35ee5b3d999 2704 
rust-lazy-static_1.2.0-1.debian.tar.xz
 930862778d8e97b5591d1e0420d3fdaee687017a 6023 
rust-lazy-static_1.2.0-1_source.buildinfo
Checksums-Sha256:
 f00e523752ea248835107ebcf8c22a0ade8e028fb26a9cc2e002723ced20 1963 
rust-lazy-static_1.2.0-1.dsc
 a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1 10840 
rust-lazy-static_1.2.0.orig.tar.gz
 4cba3f9862c4dbe7fa739133ddcec7a143c81e0239e54d4518fc6c26a6904561 2704 
rust-lazy-static_1.2.0-1.debian.tar.xz
 fb74b91727861a46aa3eeb7b120ac2bc96e92aafcd2d34c85f6d02db33ef2457 6023 
rust-lazy-static_1.2.0-1_source.buildinfo
Files:
 c39482bdcb399300cb0e7da23a272ea4 1963 rust optional 
rust-lazy-static_1.2.0-1.dsc
 330c760718d1130f318457fe4725b0dd 10840 rust optional 
rust-lazy-static_1.2.0.orig.tar.gz
 b48d6720a52a1982dca1000d530afbcc 2704 rust optional 
rust-lazy-static_1.2.0-1.debian.tar.xz
 c056d8584bc73cbcfff9246337852d99 6023 rust optional 
rust-lazy-static_1.2.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlv9JKgSHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25vQ8H/1e+zpZN+1t5I0qrG/E7+f0ldLW8tnU8
lyDN0rMvfPMOwM7mHL7l+21J1OkddETQW1CjDvQ6HT8Hq6AoJUOUQwO7y6BCPJfy
7teSpMFjnM5SSLcfoSgSb0g6EjECBYeKzLkGC/datVZ2eOFIfO2lG8zS1xLP+AYV
v+CtxI+ZiCm2bU8PuGgCOyfUEXoz+/X8cPIGyrzPbOPceUXPzennl5M4HOko0P7y
L3mTma6iZdP+7TPAvl6VNNuSKLamm/IPw+lFLn94OZc+WqFZMwPwFPJFDbmwCkGh
eUZQPbuQAVY2M7V9747T3OvSeF9DIcRJOmJukHdHmTwa4MdD0fSNugc=
=z6gL
-END PGP SIGNATURE-



Accepted rust-ar 0.6.1-1 (source) into unstable

2018-11-22 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 22 Nov 2018 17:18:02 +
Source: rust-ar
Binary: librust-ar-dev
Architecture: source
Version: 0.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description:
 librust-ar-dev - Encoding/decoding Unix archive files - Rust source code
Changes:
 rust-ar (0.6.1-1) unstable; urgency=medium
 .
   * Package ar 0.6.1 from crates.io using debcargo 2.2.9
Checksums-Sha1:
 acf872612c080cf97520d4331b0ac02edaa51bbd 1720 rust-ar_0.6.1-1.dsc
 5443e20069f64c35b3056981635f2b9da71cb10d 13383 rust-ar_0.6.1.orig.tar.gz
 8f30c4b90203600481b3c05d92553fa673e1389b 2320 rust-ar_0.6.1-1.debian.tar.xz
 75dc613321f36649be1f928db4ebed87de8bfdae 5932 rust-ar_0.6.1-1_source.buildinfo
Checksums-Sha256:
 0cfd4d948b6ebdafb3f62aae2635f5bc36e02c0072ea1cbce4bcbdf47b940b46 1720 
rust-ar_0.6.1-1.dsc
 2b66b66d06e6bb6a8c6866d31ac48fc225ef2823d29940165c8084b4f120d2b3 13383 
rust-ar_0.6.1.orig.tar.gz
 f748a7e77f83c290bc75301ab1ae186d15e7789c8e1a6419f7216b52ecb17785 2320 
rust-ar_0.6.1-1.debian.tar.xz
 436b5c4cedc1174322f996b94877fcc57b6c3798049f30e19af3f17062eba68f 5932 
rust-ar_0.6.1-1_source.buildinfo
Files:
 b28186d4e983b83d59bd873cdf355622 1720 rust optional rust-ar_0.6.1-1.dsc
 8636b95a012fca60fc4dc6d901493ed0 13383 rust optional rust-ar_0.6.1.orig.tar.gz
 421a7f5a1f2db3e24fb1143ffdd6956c 2320 rust optional 
rust-ar_0.6.1-1.debian.tar.xz
 7b5e821332fe51c60e1dac1f4e142530 5932 rust optional 
rust-ar_0.6.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlv25M4SHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25eU8IAKb3/SNJW8iLsK0Dr/8piUaUYeQZPPic
JoqNpf5WmDubYMkdIP4Nlb6zmPLmQkunC35Dag1UhXMloXGbxpmki8Ukie5pa1SW
qYPBIdCZW8TKO8tzrcL75wlorjTUgGiKWpvw+A15q3XxgcEB59aLfiJHi/6X0u9A
3DDW/cWhkAPn0HG/sKtuPAZiNR5Uku3qq1R7HrUre8yZu4oIcf/38t3nRaBTT59l
4HgEVGvHPIptlXywRaCvBaEQxTUPXemOcsi6eC+pSI1j2fhKuZx84RO3yrRAjqDz
mKgZ8tbZy2+hG1m9rqpZle1gWOXx2v4MCK2spg2nwehhbVdDGpnQTYg=
=68rQ
-END PGP SIGNATURE-



Accepted sacc 1.00-1 (source amd64) into unstable, unstable

2018-11-22 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 13 Sep 2018 10:18:39 +
Source: sacc
Binary: sacc
Architecture: source amd64
Version: 1.00-1
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Description:
 sacc   - simple terminal gopher client
Closes: 907117
Changes:
 sacc (1.00-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #907117)
   * Add upstream metadata file
   * d/rules: add comment on the lack of a distclean target
   * d/control: improve the description
Checksums-Sha1:
 29c79a8b275eae409bec7280d1d1bdcae09c3234 1778 sacc_1.00-1.dsc
 560402682d6043c66243596fc7e0e943133f91e0 11158 sacc_1.00.orig.tar.gz
 43d57b59b1a43094691738b8f12f2e51b0554443 2528 sacc_1.00-1.debian.tar.xz
 5c0dd9796b46c38de26c15b28d2906658faf998b 28824 sacc-dbgsym_1.00-1_amd64.deb
 a1faf9c8b63544f7f4e81a893d101c652ba7b408 5696 sacc_1.00-1_amd64.buildinfo
 9bf0ed39207c813d374e8329651a94ddf873d4d2 14212 sacc_1.00-1_amd64.deb
Checksums-Sha256:
 32b192b9caabea7562e48c6639968d2e9ec19bdb0b6523409ab6e81420fca45f 1778 
sacc_1.00-1.dsc
 9522a31c1d5a49d74679d1e8ef44a627765621ac571e4f2bc2f4d7c758a6d105 11158 
sacc_1.00.orig.tar.gz
 42b550f4166dfed607c88a240a96568fdcb32ce8308e12d664c6beb873a0df6b 2528 
sacc_1.00-1.debian.tar.xz
 62d8ad30013f07f9b396b5af17f0563fc766a8bfc8c5f50f674b005be145d4df 28824 
sacc-dbgsym_1.00-1_amd64.deb
 4bf8d006833acf3133da79b55646af547b5ada6df9e9cca90531c6026e3e3287 5696 
sacc_1.00-1_amd64.buildinfo
 17611cc7135cfa313a24cdb8c7656c5b7197bcf97deec2615cb70aee7158450f 14212 
sacc_1.00-1_amd64.deb
Files:
 9e6460cc351cfa4b821f5ba3e1c024d1 1778 net optional sacc_1.00-1.dsc
 3547215d922f57612a20a47e200b93a8 11158 net optional sacc_1.00.orig.tar.gz
 1114defa492e68dd6f63d2abc3f1fd26 2528 net optional sacc_1.00-1.debian.tar.xz
 900cd3b7654475a337ecba7f8ce2511e 28824 debug optional 
sacc-dbgsym_1.00-1_amd64.deb
 cfb3c086cb8e006fcdbac605ef201025 5696 net optional sacc_1.00-1_amd64.buildinfo
 859bc7f837e9249719a0968e318212cc 14212 net optional sacc_1.00-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAluadPYACgkQweDZLphv
fH4Exw/+O7kdeLAGt6wVBXkgxhscqWwDLG/Am5iMJy/hvtQoa2etU85l9sSqU5YW
XMtQ/2ccOyZZX/VNKn0pPZAVZsGAaFQc7xhifP+1rL7IB4p9Ub/F+GUhVdRbv7L7
nI+00E7HLjVfsGuuu2DQaXEuJusW/w+Rb+jusaahG2DBlZbErH6ilpX2FBVbk2+0
7IGGAUQojRozGh0onnXOrnyWHiVXvH4UMRJpggV+E22neuCO5f6fmPmdKesXoIgM
kNA4EAsIzbboBDwd3hVQ0GHK2hbyjaK8p525MRtgutW1VC89QJrRPlkRPwwNqLr2
2HH73FAXbJQxZOZnGA4fLv0E/e9zBHyYuiz7EpSmOx6MbmDxeMQML7K2FvZzO2lk
KONauciWUD1sJFpoB5kWGKzGfIyGtHhE6oZ24JwpiIUvgBrVZjyKOw2LXPcxnZS+
vF13/+AEnH3L9mdDiMyp7mlITVHko/WxC649k8CVnlUNrX6YzeWNM/4I4Z8ddpcw
EeOY7BtRx7PWpTw6+IITiMLyTnJtJYjshcdsTTFlPQP1SAhPd75uSs1pyNqnkq6P
H4FD9O8tuuLyS5/k6gg2+HcSno4swdXzJ4PbCbQq+TT/SB97LZwMH76T/iBWwzpI
wyq9vGckSTCMNLOeW4kiYyDD17vIf27AnQQfNHHBVZceAxaLP4k=
=Gn57
-END PGP SIGNATURE-



Accepted fonts-ibm-plex 1.1.6-1 (source all) into unstable, unstable

2018-11-20 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 18 Sep 2018 09:23:39 +
Source: fonts-ibm-plex
Binary: fonts-ibm-plex
Architecture: source all
Version: 1.1.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force 
Changed-By: Paride Legovini 
Description:
 fonts-ibm-plex - extensive typeface family designed by IBM
Closes: 899273
Changes:
 fonts-ibm-plex (1.1.6-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #899273)
Checksums-Sha1:
 98ff43e582e14a5ccdb64c73cea201e23d40dcb7 2006 fonts-ibm-plex_1.1.6-1.dsc
 c093fb013109bf420067b444d6e725ffdd0b2571 49953300 
fonts-ibm-plex_1.1.6.orig.tar.gz
 50db05beb3f73881fd1a45001707f407fcc0d497 4412 
fonts-ibm-plex_1.1.6-1.debian.tar.xz
 906730afd7ad974beb88c3a392334f891476a19f 18685984 
fonts-ibm-plex_1.1.6-1_all.deb
 56fc25e76276a81a307aeb8eb659680e2a262150 6459 
fonts-ibm-plex_1.1.6-1_amd64.buildinfo
Checksums-Sha256:
 a9dafe3d4e25de6a100768997079c9acda2551f291f8bc0fbbfe84f26d7bbdec 2006 
fonts-ibm-plex_1.1.6-1.dsc
 042b8de074e489d30f15f7cbf12499105e288dbcaf26933509a52e1a52f72146 49953300 
fonts-ibm-plex_1.1.6.orig.tar.gz
 aab824a050be06ca34f666f8cc67bb03f803fd28aae573a383b0d3a1dd4b9be9 4412 
fonts-ibm-plex_1.1.6-1.debian.tar.xz
 ca88f8f603c26b8d19a2bbca90893237277443c14f4436d6b03da055b9d62aa3 18685984 
fonts-ibm-plex_1.1.6-1_all.deb
 474e89aaa7cfeb79925ee9ad84cf55a6b6e83fe01484e373400213b11bb8ec84 6459 
fonts-ibm-plex_1.1.6-1_amd64.buildinfo
Files:
 f53a9fd65edf6b83a1a903eeb1adf67b 2006 contrib/fonts optional 
fonts-ibm-plex_1.1.6-1.dsc
 381470304229c11b143a675aa3605cb6 49953300 contrib/fonts optional 
fonts-ibm-plex_1.1.6.orig.tar.gz
 21bba913f918d97a7d5686c5ed099ce1 4412 contrib/fonts optional 
fonts-ibm-plex_1.1.6-1.debian.tar.xz
 bd43b25442b672031a3f469d34ed1e84 18685984 contrib/fonts optional 
fonts-ibm-plex_1.1.6-1_all.deb
 4d9141f023d4d6b370c2b173a8914137 6459 contrib/fonts optional 
fonts-ibm-plex_1.1.6-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEIsF2SKlSa4TfGRyWy+qOlwzNWd8FAluhHM0VHGZhYmlhbkBn
cmVmZnJhdGguY29tAAoJEMvqjpcMzVnfwA4P/31RqG33q9egg0NFl52sejMX9cV+
Aqcfn5FAYfcYhAGkrpHHCytADQV3Qs5VZLRsY0RgrEsTeosgfkehnx9uJJZppH+T
wMFvJs4sUyWTJmHxMV206SeQlfjrmBErVSqFqp+JEYkZY6aTloOalh2AvKBQCk5q
u/ashJYJ/UAGAYNqtF8BhO9Gbm4uuT6UiuZhTAuaF4Hk5MLFbJyODXeMX/x9QwBU
CztUp5VnN8NqsQQn1oqDO+HVujQNoW4Waw0pKRi79CpMOA6Bdk4D9n+EjpyCeC0J
fDVMEXWX0HDqQEg+fwfcK3VXhlW70qqrpQEUjv8ydljf3LUANnl+nADV6O2Yu0iQ
68iiaHcgBcgHRn+9zHBGswoZoecyri6uca/kDkOnsp3JJwetnRmbZ6+4FMNGnDGj
py88csVSMQGpEJt0TutA2ty3yiBI5rNtVT1pSdXflrvlqqdI4e13G8rCI/+VrUQP
+fxR6z9Z0zqqOfrjsm4FBSMMz2gYFr2KxbhSMj/Y+c3xJQJH4ynAtZZB1pc9k+LP
4QeFaZczDvBDjIpUiJy8f5aY/VIGjnlVFeaKMQwwvAnobK1ePhInqAqDXGlJ73Mr
NdzLH6IKK7dr9mBRlsMTJmMJSCih+e2xk7zPDISneridPSNieAajzNEQIHBEUJ7j
V6WiROQ7F7FRR5b0
=bKde
-END PGP SIGNATURE-



Accepted dtl 1.19-1 (source all) into unstable, unstable

2018-11-20 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Aug 2018 17:14:01 +
Source: dtl
Binary: libdtl-dev
Architecture: source all
Version: 1.19-1
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Description:
 libdtl-dev - diff template library written in C++
Closes: 906102
Changes:
 dtl (1.19-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #906102)
Checksums-Sha1:
 7024dc70c6a2fbda8987553c3ddb166467f1c442 1800 dtl_1.19-1.dsc
 654de837fc7cca08bcea00ae132bae0eb9ca47a5 25612 dtl_1.19.orig.tar.gz
 a47b44993ac6509f1ac5fa5adc88097fe00f63d9 2056 dtl_1.19-1.debian.tar.xz
 12c0ccc55a354bc69f5104358035524d8149fbea 6394 dtl_1.19-1_amd64.buildinfo
 e29afc4db81d83c1e0ecb820dfd97ebdb5e57899 19484 libdtl-dev_1.19-1_all.deb
Checksums-Sha256:
 3c9caf22084e61ce899a127fa3ede53faf045b276fd8f68bb52f3b2241caef7c 1800 
dtl_1.19-1.dsc
 f47b99dd11e5d771ad32a8dc960db4ab2fbe349fb0346fa0795f53c846a99c5d 25612 
dtl_1.19.orig.tar.gz
 95bc13f1cfc994835bbd773f66d785253b6ea4fee69b20b96fbfdbf8a49ac0d0 2056 
dtl_1.19-1.debian.tar.xz
 81d467f13b2b5973fe10ffef3435d9d4a3965bd15db1aefeca62ceae62de4072 6394 
dtl_1.19-1_amd64.buildinfo
 fa06fc6924f8b0cf2ddd2f57dd3d24d2910f33bc0b39f8391aea4a3934c85fb2 19484 
libdtl-dev_1.19-1_all.deb
Files:
 a4fb4c5be8cb19b7466ae6c13f61e7ce 1800 libdevel optional dtl_1.19-1.dsc
 5e6f326042ef4e80900b7b50283ddff9 25612 libdevel optional dtl_1.19.orig.tar.gz
 6450bb2b2c8f950db0b23d0d1b52cf44 2056 libdevel optional 
dtl_1.19-1.debian.tar.xz
 2671bdc430d339a6bac18d0e6d80b890 6394 libdevel optional 
dtl_1.19-1_amd64.buildinfo
 149c2a39104561fc5015e4b3e2cefcca 19484 libdevel optional 
libdtl-dev_1.19-1_all.deb

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEEIsF2SKlSa4TfGRyWy+qOlwzNWd8FAlt/FosVHGZhYmlhbkBn
cmVmZnJhdGguY29tAAoJEMvqjpcMzVnfDhkP+gORJWtF/5hYbP8kN1HKCuaq7b1V
L51cOXxvJ25S9a9ph2t1SoI2uvRWY5iwduxDLFhibs9VHkLGGpWSQ7gvGWqlMbje
7nC7eB1amDoDygMJmXT1La3FT30pDsaJ28HVYfsrCgZ0hC+AkXmdPxBgt0IS7sWG
AL7lRLWOz6unbGREzq39KkOEQcUbj1Ki2e6gBcT1InwfYko1y0f6zZVjkMe2+2Mf
gp582Kk0jlVKWj31h9g+bV0xdAS0jv23mqrPTPreps7O9L/trNKBxVeNBjZTgz+e
ZnloNI54mt2PKKPmPYouV1TgqWAqODGPcWyKPjaHgU8QgIm1y1zpvpFKoFYebjuQ
VxfPcQ7XCB26JHFg0b30rd7k943xFMox8zlEGEso1fcYWCMnlOx5lIlQYwp3vmwI
mCKjqW/zDcuWcPN+htmTTtlPwv/74Pmuo5a0idQNRobsis1t/yBsB33/7pbs/pV7
g3nDM4h1WAobbLZVlv9EqIhnJgZc+JrWROlGa62eEUnObn5z47QwCpJjspgXhaJh
pGZ5a6bXc8YpK6ZRi9yEgfM1RuuWdE+MhvOqVRd/oEylKE9Kb37RUZ+WsjfEaUUT
pqXd7NMvIcjQeV0IMKIL6mN+RPzUUwk7MspOnjdOwCzM8Wd2GTfFDRyk91PSIjhl
LN5cZtsixst4k57m
=RbfD
-END PGP SIGNATURE-



Accepted iw 4.14-1 (source) into unstable

2018-11-09 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 08 Nov 2018 15:44:41 +
Source: iw
Binary: iw
Architecture: source
Version: 4.14-1
Distribution: unstable
Urgency: medium
Maintainer: Paride Legovini 
Changed-By: Paride Legovini 
Description:
 iw - tool for configuring Linux wireless devices
Closes: 910798
Changes:
 iw (4.14-1) unstable; urgency=medium
 .
   * Set myself (Paride Legovini) as Maintainer (closes: #910798)
   * Add d/gbp.conf (DEP14)
   * Make uscan verify the downloaded tarball signature
   * Bump Standards-Version to 4.2.1 (no changes needed)
   * Bump compat level to 11:
 - Delete d/compat (will use a debhelper-compat B-D)
 - Build-Depend on debhelper-compat (= 11)
 - d/rules: drop the `--parallel` dh option
 - d/rules: remove unnecessary V=1 (set by debhelper)
 - d/rules: no need to include buildflags.mk with compat >= 9
   * d/copyright: use secure copyright format URI
   * d/copyright: use kernel.org as Source
   * d/copyright: add myself (Paride Legovini)
   * d/rules: remove unnecessary cross-compilation settings
   * d/control: point the Vcs- fields to salsa
   * d/control: use secure Homepage URI
   * Drop append-cppflags.patch; append CPPLAGS in d/rules
Checksums-Sha1:
 9a1cdc51f30af923b1826808db5a06f21f5108eb 1533 iw_4.14-1.dsc
 17a574363cdaf4ea94c7264a43d64727cc573b1c 34660 iw_4.14-1.debian.tar.xz
 f3144aac057e5b477f504a618474ec9b3ab140ad 5367 iw_4.14-1_amd64.buildinfo
Checksums-Sha256:
 ce9786ccaff78abee8739ce5d064d2bf55768a1a00f918dee8e0bde96dd339d4 1533 
iw_4.14-1.dsc
 cf88aeb6a34ad841a9719c8bbd698330b5c6b78bff101c132f4b893c8fb095c3 34660 
iw_4.14-1.debian.tar.xz
 a5a5e4b79b93aeca70d23181d7173ce197bb2f169e007e7e7af5789b157d4577 5367 
iw_4.14-1_amd64.buildinfo
Files:
 884f9570d632b9d401ef9fb11c389a95 1533 net optional iw_4.14-1.dsc
 6472740992a52a93a21fc5634f55aedc 34660 net optional iw_4.14-1.debian.tar.xz
 cdcc7b9eefa4402bdae84fc1642d976d 5367 net optional iw_4.14-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlvlt+USHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25ZQkH/1fLTl77qh5O+s4A6w0YJ73fKjQzKAg4
QLhpb4B/bDBSghj7vJIW+y5wPd+B5VGpImHCYQZOY5Ard53NPn65FPG40jSZ6Rbx
76Za3aQx7HnB4wkUQSl1tshkVR1FQFlo4kh20rYesaqSOnkVLIHxrWenX7ZwP8wN
DyqWpDQuEi/CEcKhWb3lEmNWnjCzu5fnP5sXfehbLgTubDv9vsKnI0Zq08TcFF+j
PSzPc8PZ4CRDJ6JDEsxEwXwFz4qvLEAdlp/cj8uC2nmQ0w/MpiOqwzU5ZWCDeu0o
f/x407G5dBjK1IUXBQbx8g3AHP+6NSbItgi1fTu5DTb/B6vX5iTTpdM=
=valf
-END PGP SIGNATURE-



Accepted rust-os-pipe 0.8.0-1 (source) into unstable

2018-11-01 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Nov 2018 21:55:08 +
Source: rust-os-pipe
Binary: librust-os-pipe-dev
Architecture: source
Version: 0.8.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description:
 librust-os-pipe-dev - Cross-platform library for opening OS pipes - Rust 
source code
Changes:
 rust-os-pipe (0.8.0-1) unstable; urgency=medium
 .
   * Package os_pipe 0.8.0 from crates.io using debcargo 2.2.8
Checksums-Sha1:
 63bd9bc64a749e818363b36f228e87505d67c28c 2059 rust-os-pipe_0.8.0-1.dsc
 1cdb6fe5aca6ce8928bcfe76a4ddb16a43e29208 9021 rust-os-pipe_0.8.0.orig.tar.gz
 d719714d0226bb452118f75cf823d83636c088f3 2388 
rust-os-pipe_0.8.0-1.debian.tar.xz
 3819a139ab37811f6dd3db2d800ee4a1e928a373 6378 
rust-os-pipe_0.8.0-1_source.buildinfo
Checksums-Sha256:
 96530bf0f1ceade70956182fc34f3309957fc3c5f8ec95626c0cd4b8552e4f27 2059 
rust-os-pipe_0.8.0-1.dsc
 74f262f6c5089437a79be6ff654a766054c40643a5a138fcf301a5f75d564a44 9021 
rust-os-pipe_0.8.0.orig.tar.gz
 548539f2720ce7a3d10fe1b601a50be6e48273d7dda62058732e3bf53d0aeda4 2388 
rust-os-pipe_0.8.0-1.debian.tar.xz
 379f616d6c4e142b91c7c9ea372fe958e2394edfc94a4830a5a08830fd607f0d 6378 
rust-os-pipe_0.8.0-1_source.buildinfo
Files:
 f83f525385e1a4b96e74b2646b633fb4 2059 rust optional rust-os-pipe_0.8.0-1.dsc
 9caeb003c2990ca10ea943264f635bc4 9021 rust optional 
rust-os-pipe_0.8.0.orig.tar.gz
 20ab723f5b8257e811675d1c6a502c74 2388 rust optional 
rust-os-pipe_0.8.0-1.debian.tar.xz
 3a75f1d97811d7b0b94fb8a24d394ae1 6378 rust optional 
rust-os-pipe_0.8.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAlvbdk0SHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25gBIH/Al3sbeocvmMX/prraBvf2tCO+hJ/sYr
/tR4s7CzqWx3/j6KVdwvj3wvMRGASfM1hIdIOglapkwsmvLn2q/xEidF99aiizpW
G6gpCwGksR04jE0thLxpbBVY3UwdVINgYjjDwzbKpvcmnpsKFU4DvsQtd2faBcfy
httkIrOcHr3POS4MCfgASNugYoM1T74qosGILQ5MEnCZjQTtNYsknJGmKey88LIu
skShUAwnbwaV23pSWX1+rMEf31CRdDYcllggCwrZesT2UVoCW1QZQakqyGbMzQW/
CItJlgkEDPpvifVK14BBRansorJPJZRR4L/xhxPLtJX5nRrH52GghY8=
=+E1Q
-END PGP SIGNATURE-



Accepted golang-github-shibukawa-configdir 0.0~git20170330.e180dbd-1 (source all) into unstable, unstable

2018-10-13 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 10 Sep 2018 14:23:43 +0800
Source: golang-github-shibukawa-configdir
Binary: golang-github-shibukawa-configdir-dev
Architecture: source all
Version: 0.0~git20170330.e180dbd-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Paride Legovini 
Description:
 golang-github-shibukawa-configdir-dev - multi platform library of 
configuration directories for Golang
Closes: 868050
Changes:
 golang-github-shibukawa-configdir (0.0~git20170330.e180dbd-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #868050)
Checksums-Sha1:
 6b479a2f3e9c0299f1b53e67f2f2b358f668bc27 2069 
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1.dsc
 49770a24a1b73d86bdc7a23eaa7d5f1f5e3b3a0b 3568 
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd.orig.tar.xz
 08c2f4d7e54e0d722d55eff38635bf93702a63ec 2672 
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1.debian.tar.xz
 5c394a6d71a14d43e82b90ee784c85018619d558 5348 
golang-github-shibukawa-configdir-dev_0.0~git20170330.e180dbd-1_all.deb
 5513ae8fbcd319ead32f66156b92471e4cc4f243 5793 
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1_amd64.buildinfo
Checksums-Sha256:
 68afd3002cf6d0e163e78bd0256d03894d2b6abc4feda6138dd2488974a2c6c7 2069 
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1.dsc
 da5b47e642e92cf89567bfd21f61b36bedae5c5786912a6d8d7486edca35b57e 3568 
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd.orig.tar.xz
 a95ed4e7fc02bdb7c1b1edf16441781859f7e56b5a1b1b67e7ab2ec3e8557945 2672 
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1.debian.tar.xz
 9d206f997a8ba1883439b8337f2ff8825cf190dd03e320ddde34243ef2e715b4 5348 
golang-github-shibukawa-configdir-dev_0.0~git20170330.e180dbd-1_all.deb
 93a121107b94188a34c4e68f0c6505e93830d77b156c7d8e9cb2df64540ba651 5793 
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1_amd64.buildinfo
Files:
 8b8f0a3dde71a878429395d8823e5558 2069 devel optional 
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1.dsc
 58b02c82d0c1e27bde1c333e658d95fa 3568 devel optional 
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd.orig.tar.xz
 2805e24d065d28b3e94cab26bcb5ee81 2672 devel optional 
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1.debian.tar.xz
 edc745bb863d562003e548a4ad5f3065 5348 devel optional 
golang-github-shibukawa-configdir-dev_0.0~git20170330.e180dbd-1_all.deb
 78c8ddce98fe5b4f3331a7ceaf84e54d 5793 devel optional 
golang-github-shibukawa-configdir_0.0~git20170330.e180dbd-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQEzBAEBCgAdFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAluWDqMACgkQONAPABi+
PjUcXwgAiGLG/HS3Wahla1102/iIyWdNkCKT3h6mZNYxjwK9NPTzMRUqsSfGcVb8
tkZqXUo4h67n1iVS6nUqv9QSgQm2gMJXZ1feHHdySpflQc81gRWGXeUmIXZlhL1O
CzoBKqlmKB0Z4Uol5LtMKbW5xEtT8Lk/n8z/ewZFgxLFTFBk2v7AqpzVWRs/0GBd
Qu3/X7ERy2rU1SdOyde5adSewUFQNxIreMwfhDcFee6TAH77wnc4+Qfev7dN+ya2
ukHwccRCoCxwyjIqkmWa/4jIiO+nVqk/CgHx2OeYZ0ltfi8gxRtAnvm3KWAJweQX
/26C61whGm3DcCGLbs4dNZdxqtIx0w==
=Gj9O
-END PGP SIGNATURE-



Accepted rust-term-size 0.3.1-1 (amd64 source) into unstable, unstable

2018-10-10 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri,  7 Sep 2018 20:09:59 PDT
Source: rust-term-size
Binary: librust-term-size-dev librust-term-size+clippy-dev 
librust-term-size+lints-dev librust-term-size+travis-dev
Architecture: amd64 source
Version: 0.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 

Changed-By: Paride Legovini 
Description: 
 librust-term-size-dev - Functions for determining terminal sizes and 
dimensions - Rust so
 librust-term-size+clippy-dev - Functions for determining terminal sizes and 
dimensions - feature
 librust-term-size+lints-dev - Functions for determining terminal sizes and 
dimensions - feature
 librust-term-size+travis-dev - Functions for determining terminal sizes and 
dimensions - feature
Changes:
 rust-term-size (0.3.1-1) unstable; urgency=medium
 .
   * Package term_size 0.3.1 from crates.io using debcargo 2.2.6
Checksums-Sha256: 
 ca436de283751544b37d03f3e8bdb204d878b8528e90b0fc94b52f9a3bf095d5 1048 
librust-term-size+clippy-dev_0.3.1-1_amd64.deb
 847c3de22181a6f38fb8251828d0c1f1dc414ad4a80dbbe1756d90c63f512007 1064 
librust-term-size+lints-dev_0.3.1-1_amd64.deb
 b1a2558657724899c4f7b1f06d86bc0429baeda4b353b804c8cc5030e0d6667a 1044 
librust-term-size+travis-dev_0.3.1-1_amd64.deb
 0186931d92f516c6136dd0d8a1953bb2430568c060936430707cf616aab1afd6 12924 
librust-term-size-dev_0.3.1-1_amd64.deb
 75827868a5d4a2f99f9d51faaa1ac828e7cef15d1d2de2e4924ddee8c1417a96 6817 
rust-term-size_0.3.1-1_amd64.buildinfo
 a401c710bd29e361ff2a91521b7e68f500ce2729486e8c8bf97d9891f552d941 1781 
rust-term-size_0.3.1-1.dsc
 9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327 10754 
rust-term-size_0.3.1.orig.tar.gz
 8254dad6afdf2cee08f69cd19effa168cfefa6f21041769fbc6eae1aa89cb2a1 2960 
rust-term-size_0.3.1-1.debian.tar.xz
Checksums-Sha1: 
 a0d56868cdf076e91146fc5f064b6647e135a1cf 1048 
librust-term-size+clippy-dev_0.3.1-1_amd64.deb
 0810dcd6f9d3e6d22a763d31e4a9eb4ddd19f25b 1064 
librust-term-size+lints-dev_0.3.1-1_amd64.deb
 7d919350431b97240416fa73e695ea4268d7b6d0 1044 
librust-term-size+travis-dev_0.3.1-1_amd64.deb
 6bc04f504951a689640ab700c90bf8eca1ae3fa9 12924 
librust-term-size-dev_0.3.1-1_amd64.deb
 5b9b85e73b03368d7dd2b029bbf739e5f10f8b91 6817 
rust-term-size_0.3.1-1_amd64.buildinfo
 4862857f151c832252f376c02dab99ed46e8b12b 1781 rust-term-size_0.3.1-1.dsc
 8b266d996f62cb3707d8144e67092214add159d1 10754 rust-term-size_0.3.1.orig.tar.gz
 1e6c939d430c4526e203a8c256842482021373de 2960 
rust-term-size_0.3.1-1.debian.tar.xz
Files: 
 c19894c3b385176235dae9d7b84b613c 1048 rust optional 
librust-term-size+clippy-dev_0.3.1-1_amd64.deb
 b03ed7969f131eb95e7b380702affbee 1064 rust optional 
librust-term-size+lints-dev_0.3.1-1_amd64.deb
 6b86a7519bb407bde5fa92027523ac13 1044 rust optional 
librust-term-size+travis-dev_0.3.1-1_amd64.deb
 cf673eb0284b8c0e21fea1bff93c693d 12924 rust optional 
librust-term-size-dev_0.3.1-1_amd64.deb
 b4247f0a100d35d6c4e00488e5fdd82e 6817 rust optional 
rust-term-size_0.3.1-1_amd64.buildinfo
 97c825bb97d299cc22983be4b8d5110a 1781 rust optional rust-term-size_0.3.1-1.dsc
 adf9d2250c2a622c6274514e38d1f559 10754 - - rust-term-size_0.3.1.orig.tar.gz
 72eb44d176218b6d1fd1e9551ea35e58 2960 - - rust-term-size_0.3.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCW5M9hwAKCRDrH8jaRfsp
MLadAQD7MG9LWNT9RfEi134Kz9tNzY5csdREBMlwbhyQ7IBMhgD/dkZ+L+yzT/7c
vgrN22OQBsnrKmVwKy9djapdMllYrgE=
=OwkQ
-END PGP SIGNATURE-



Re: Limiting the power of packages

2018-10-04 Thread Paride Legovini
Lars Wirzenius wrote on 03/10/2018:
> The problem: when a .deb package is installed, upgraded, or removed,
> the maintainer scripts are run as root and can thus do anything.
> 
> Sometimes what they do is an unwelcome surprise to the user. For
> example, the Microsoft Skype .deb and the Google Chrome .deb add to
> the APT sources lists and APT accepted signing keys.

> A suggestion: we restrict where packages can install files and what
> maintainer scripts can do.

> This could be done, for example, by having each package labelled with
> an installation profile, which declares what the package intends to do
> upon installation, upgrade, or removal.
> 
> * default: install files in /usr only
> * kernel: install files in /boot, trigger initramfs
> * core: can install files anywhere, trigger anything

This would be a nice safety feature for users and for us maintainers: I
know I won't screw up anybody's system with a font package as I
restricted it to /usr/share and /etc/fonts.

But I don't think it would solve the problem you pose. Who is going to
set the profile? If if is the 3rd party packager, they will just use
'core' and install their APT source (or whatever they want). If it can
be specified or overridden by the user at install time, then trying to
install Skype with --profile=default will make the installation fail,
and the user will just resort to --profile=core.

Paride



Re: Let's start salvaging packages!

2018-09-26 Thread Paride Legovini
Tobias Frost wrote on 26/09/2018:
> The yesteday uploaded Developer's Reference has now got a chapter
> about "Package Salvaging".

Thanks Tobias for this work, I truly think Debian will benefit a lot
from it. I already filed an ITS: #909663. The Developer's Reference was
 smooth to follow, I just have a couple of impressions to share:

1. Writing the bug was a bit strange, as it was not clear to me whom was
it addressed to. Ideally its objective is to warn the current maintainer
about the ITS, but it feels more like writing to debian-devel to justify
the salvaging. In my case it also felt like writing to whoever I will
ask to sponsor the salvaging upload. I ended up writing it in a rather
impersonal form.

2. The Reference says "you must inform all maintainers, uploaders and if
applicable the packaging team explicitly by adding them to
X-Debbugs-CC". I followed this literally and added an X-Debbugs-CC to
the maintainer's address, but this is probably not necessary as the
maintainer already gets a copy of the email.

Cheers,

Paride



signature.asc
Description: OpenPGP digital signature


Re: Updating the policy for conflicting binaries names ? [was: Re: Re: New package netgen-lvs with binary /usr/bin/netgen - already taken]

2018-09-14 Thread Paride Legovini
Adam Borowski wrote on 14/09/2018:
> On Thu, Sep 13, 2018 at 11:28:36PM +0200, Thomas Goirand wrote:
>>> For example, in the Rust team, we have been discussing about packaging
>>> fd (a find alternative developed using rust [1]).  We are planning to
>>> install it in /usr/bin/fd .. but this conflicts with something
>>> completely different, fdclone a clone of fd, a MS-DOS file browser...
>>
>> fdclone isn't a shell utility, you just start it once, then you use its
>> ncurse-like interface. Renaming it /usr/bin/fdclone wouldn't be a
>> problem at all
> 
> It _already_ is a symlink pair between "fd" and "fdsh".  For the executable,
> "fd" is the master, "fdsh" the slave, the man page prefers "fdsh".

I am the prospect maintainer of fd-find; thanks for spotting this. I
will ask the current maintainer of fdclone if he's willing to drop the
'fd' binary, keeping only 'fdsh' (upstream installs both as hard links).
Shouldn't this be possible, I'll install the fd-find binary and man as:

/usr/share/fd-find/bin/fd
/usr/share/fd-find/man/man1/fd.1.gz

and provide the convenience symlinks:

/usr/bin/fdfind -> /usr/share/fd-find/bin/fd
/usr/share/man/man1/fdfind.1.gz -> /usr/share/fd-find/man/man1/fd.1.gz

Does this sound reasonable?

Paride



Re: Updating the policy for conflicting binaries names ? [was: Re: Re: New package netgen-lvs with binary /usr/bin/netgen - already taken]

2018-09-09 Thread Paride Legovini
Russ Allbery wrote on 09/09/2018:
> Oh, hm, yes, I rather like this idea too, particularly combined with
> putting those symlink packages in their own namespace (and maybe their > own 
> section).

Totally makes sense.

> Maybe this is overkill for the relatively small number of these packages
> we run into, but it provides some basis for writing more interesting
> tools.
In my not-so-long life as a Debian package maintainer I encountered the
issue several times, specifically with:

 * [ITP] fd-find: https://github.com/sharkdp/fd
   (/usr/bin/fd clashes with package fdclone)

 * [ITP] bat: https://github.com/sharkdp/bat
   (/usr/bin/bat clashes with bareos-bat)

 * imv: /usr/bin clashes with renameutils.
   I renamed the binary and manpage to 'imvr'

 * [dropped ITP] spm: https://notabug.org/kl3/spm
   /usr/bin/spm clashes with salt-common
   I ended up dropping the ITP for spm for several reasons.

Sure the number of packages with a binary file clash problem is
relatively small, but I don't think the issue can be ignored.

Paride



Re: Updating the policy for conflicting binaries names ? [was: Re: Re: New package netgen-lvs with binary /usr/bin/netgen - already taken]

2018-09-09 Thread Paride Legovini
Russ Allbery wrote on 09/09/2018:
> Paride Legovini  writes:
> 
>> However, there are clearly cases where renaming binaries makes several
>> people unhappy (most likely: the package maintainers, upstream, people
>> writing scripts, users of different distributions), while not making a
>> single user happier. This is especially true with low popcon packages
>> with a small use case intersection.
> 
> If the packages conflict, though, this is extremely unfriendly to the
> users who do want to use both packages.  They cannot use both packages on
> the same OS installation, and have to resort to chroots or VMs or
> containers, which is a lot of extra complexity.  I'm therefore in favor of
> keeping Policy's prohibition on using Conflicts for this case; maybe a
> combination of two packages will get lucky and there will be literally no
> users who want to use both at the same time, but it's very hard to tell
> when that's the case and the failure mode is ugly.

I agree, and in fact I don't suggest Conflicts right away (though I
think it can be the best solution in some cases).

> I kind of like the solution of putting the binaries in a different
> directory.  This is also a little irritating, since users have to add an
> additional directory to their PATH, but they only have to do that once and
> it works consistently going forward, and they can still use the other
> program.

It would certainly work, but as you say it is still irritating. I like
the idea of putting the binaries in a different directory *and*
providing a "name compatibility package", as it has been already
suggested. This package would provide the symlinks in /usr/bin and set
the needed Conflicts. In this way we allow both packages to be installed
at the same time while leaving the users enough freedom to chose what to
have in their PATH.

As we want the packages to be discoverable, I would name them something
like this:

-debcompat (for "compatible with the other Debian packages"):
installs binaries in /usr/share//bin, does not set Conflicts,
warns the user in the Description, Suggests .

: installs the /usr/bin symlinks, sets the required Conflicts,
depends on -compat.

I would avoid the "-legacy" suffix, as it suggests that something is
outdated.

A "first come best served, modulo a different debian-devel consensus,
modulo CTTE" policy could be good enough to decide which package
deserves to install the "real" binary in /usr/bin.

We have to recognize that there is no perfect solution here. If we
enforce the rename it will often be a big hassle for several people for
a little gain while still leaving room for ambiguity (e.g. user set-up
aliases and symlinks). On the other side if we allow Conflicts to be
always used we will end up having useful but incompatible packages. I
think the best compromise is somewhere in between.

Paride



Re: Updating the policy for conflicting binaries names ? [was: Re: Re: New package netgen-lvs with binary /usr/bin/netgen - already taken]

2018-09-08 Thread Paride Legovini
Hello Sean,

Sean Whitton wrote on 08/09/2018:
> Hello Sylvestre,
> 
> On Sat 08 Sep 2018 at 08:18PM +0200, Sylvestre Ledru wrote:
> 
>> Renaming binaries is a big pain, it is confusing for the user, making the 
>> life of the maintainer
>> harder, the documentations won't reflect the Debian-reality.
>>
>> The wording should be changed from "must" to "should":
>> ---
>> Two different packages should not install programs with different
>> functionality but with the same filenames.
>> ---
>> and give more flexibility to maintainers.
>>
>> Or am I missing a key reason for this?
> 
> My understanding is that there are quite deep social reasons for the
> current policy (please note, though, that I was not involved in Debian
> when this piece of policy was created; neither was I involved during the
> nodejs TC decision).
> 
> The current policy protects maintainers and users of less popular
> packages from feeling that their package is less important in Debian,
> just because something else that is more popular comes along and happens
> to use the same name.
> 
> The current policy means that the discussion about which package should
> use the name begins on neutral ground, without prejudice against the
> less popular package.  By requiring that they both change their names if
> agreement cannot be reached, the maintainers put on equal footing.
> 
> To my mind, this is part of our attempt to be "the universal operating
> system".

These are all sensible reasons, and I think the policy has been written
in the way it is after carefully pondering all the options.

However, there are clearly cases where renaming binaries makes several
people unhappy (most likely: the package maintainers, upstream, people
writing scripts, users of different distributions), while not making a
single user happier. This is especially true with low popcon packages
with a small use case intersection.

I find policy too strict on this point, and I would favor it to be
somehow relaxed or allow other options.

Paride



signature.asc
Description: OpenPGP digital signature


Accepted libmseed 2.19.6-1 (source) into unstable

2018-09-08 Thread Paride Legovini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Sep 2018 16:45:18 +
Source: libmseed
Binary: libmseed-dev libmseed-doc libmseed2
Architecture: source
Version: 2.19.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Paride Legovini 
Description:
 libmseed-dev - seed data records manipulation library (development files)
 libmseed-doc - seed data records manipulation library (documentation and 
example
 libmseed2  - seed data records manipulation library
Changes:
 libmseed (2.19.6-1) unstable; urgency=medium
 .
   * New upstream version 2.19.6
   * Drop all the patches (merged upstream)
   * Bump Standards-Version to 4.2.1 (no changes needed)
   * Disable DH_VERBOSE build
   * Update changelog for 2.19.6-1~4.gbpa1edec release
Checksums-Sha1:
 2086a2efedb2b735c6122fb7ed7075523a1f83c5 1877 libmseed_2.19.6-1.dsc
 c5472d4f25ebcd505939ba9fa71ff472915139de 322217 libmseed_2.19.6.orig.tar.gz
 10d26cb14c1d5339acbb89c5f49aa8174550947a 5224 libmseed_2.19.6-1.debian.tar.xz
 4f1268516bf127bbaa4b6f5f9966cc93b7efd1d8 6275 libmseed_2.19.6-1_amd64.buildinfo
Checksums-Sha256:
 ae2df52a24fba67d666298e557de820bf490f60e6af50cee44591c7110bc4777 1877 
libmseed_2.19.6-1.dsc
 80b7f653589a30dcb4abcd53fe6bc1276f634262ee673815e12abdc1ff179d1d 322217 
libmseed_2.19.6.orig.tar.gz
 2e238a524df19eb4befb02bfd6066ee6419c9adde79024b60a4e0ce0c1263242 5224 
libmseed_2.19.6-1.debian.tar.xz
 4fc1bc291debafa3bc7827b3526f1bf5d7870128d1e728120d6b06aaf4358c92 6275 
libmseed_2.19.6-1_amd64.buildinfo
Files:
 f8e19cca743439bcc69629b9396946d8 1877 science optional libmseed_2.19.6-1.dsc
 b40f7c52301ceb614ed9f1c3212353ec 322217 science optional 
libmseed_2.19.6.orig.tar.gz
 b6a126a0983a0d281802ebfda4be20a3 5224 science optional 
libmseed_2.19.6-1.debian.tar.xz
 a7ded0096813a8087aea79efcb05f253 6275 science optional 
libmseed_2.19.6-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFGBAEBCgAwFiEEVhrVhe7XZpIbqN2W1lhhiD4BTbkFAluT444SHHBsQG5pbnRo
Zmxvb3Iub3JnAAoJENZYYYg+AU25V4QH/0d2LWMatrr3vvGktZSQpYygTbRSD9pY
jcwr35Jz0ehx1YAV86zt6cDXDniIJ4XzM7h+K6qxjSxUPx/4g6qK01CAXFBG/0Wb
o/EeyMWQqgTLRrC8GBVt4uePSvf6I2eodq5o3UEGEGwxbnOYwwRr4D8YQG95GcJe
HsiIw4MCr6LBB2EeoY07RU/pQZN47jav2/LxCNY9gVdmb0xIQwFseShHHTHwvi7X
Bk9b/kjQQ7Xq8D6Ut95DXbjYPCeI7trb0Yqd9Prvlk6SdXra6cv3cN9jUpFRv9Hs
oL4i9bJDtGoVHyLSZDEIMFMiOzn1Qx3UMept5+LUcVOjvJEAZ8tvG+k=
=v3fi
-END PGP SIGNATURE-



  1   2   >