Re: default network management tools (was: ifupdown maintenance)

2024-07-11 Thread Santiago Ruano Rincón
El 09/07/24 a las 11:45, Simon McVittie escribió:
> On Tue, 09 Jul 2024 at 10:57:39 +0200, Matthias Urlichs wrote:
> > Agreed: either it's drop-in compatible or we may as well switch the
> > default to NM and/or systemd-networkd.
> > 
> > Well, here's a heretical thought: why don't we do that anyway, at least for 
> > new
> > installations?
> 

[snip]

> ... See my recent mail about how we should probably not be inventing
> Debian-specific container frameworks that will end up with one overworked
> maintainer being a single point of failure for the distribution, but
> replace "container framework" with "network management tool" and the
> same ideas are equally valid. Like Podman in the containers space, NM
> and systemd-networkd both have the advantage of being used outside the
> Debian bubble, sharing the responsibility for their continued existence
> among *considerably* more people.

ACK. This is a sound argument. Thanks.

 -- Santiago


signature.asc
Description: PGP signature


Re: ifupdown maintenance

2024-07-11 Thread Santiago Ruano Rincón
El 09/07/24 a las 11:25, Daniel Gröber escribió:
> Hi Santiago,
> 
> On Mon, Jul 08, 2024 at 12:23:16PM -0300, Santiago Ruano Rincón wrote:
> > > > Santiago, how do you feel about ifupdown's future maintainability and
> > > > feature development? I honestly never looked into why people started
> > > > writing ifupdown replacements. I had my own gripes with it so I never
> > > > questioned it but I'm happy to hear why we should all rally around it.
> > > 
> > > I've long wondered how we ended up with so many implementations. Team
> > > maintenance of just one implementation would make more sense.
> > > 
> > > > For me the reason to work on ifupdown-ng is that it has a better core
> > > > design, clean code, an active upstream community, a ***test
> > > > suite***
> > 
> > I fully acknowledge this. After trying to fix some of the ifupdown bugs
> > but hitting some design issues, 
> 
> Can you elaborate on that point? What are the sort of issues you run into
> with the traditional ifupdown design and/or it's maintenance.

For example: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804396.
Fixing it is not trivial.

> > I think it makes more sense to focus all
> > the efforts in just one of the implementations, and since ifupdown-ng
> > has all the above mentioned advantages, I'd would be in favor of
> > replacing ifupdown by ifupdown-ng...
> 
> Good to hear.
> 
> From the looks of the BTS page I feel like part of the burdon of
> maintaining ifupdown is that people just default to reporting any
> networking issues there, is that something you see a lot?

No, not really.

> Perhaps we should have a debian-networking mailing list as Maintainer to be
> able to load-share the user-support better?

I'd happy with that!

> > > > and the potential to fully replace ifupdown without breaking anyone's
> > > > system doing it. Full compatibility is not there yet. I'm working on it,
> > > > see [1] but I'm optimistic so far.
> > > >
> > > > [1]: https://github.com/ifupdown-ng/ifupdown-ng/issues/247
> > > 
> > > Noted.
> > 
> > ... but it would be *great* to make ifupdown-ng a drop-in replacement
> > first.
> 
> Naturally.
> 
> It is pretty close though. The remaining issues I know about are documented
> in the GH issue: the locking protocol is sligtly suboptimal (and more
> importantly for interop: different), ifstate file is separate and interface
> renaming ("rename" statanza) isn't supported. I didn't even know that last
> one existed, does anyone use those?

Yes, I am aware there are users of the rename stanza.

> If you're on-board with transitioning to -ng that should make the ifstate
> compat pretty easy since we can freeze the old format and behaviour.
> 
> I haven't thrown -ng at a large legacy setup in anger yet (since I don't
> have any), but for regular desktop usage with some mildly custom stuff in
> /etc/network/interfaces I hardly notice which ifupdown* I have installed.
> 
> Note: For testing you have to keep in mind to (tranditional) ifdown the
> ifaces you want to test first since the ifstate is still disjoint
> currently.

ACK.

[snip]

Cheers,

 -- Santiago


signature.asc
Description: PGP signature


Re: ifupdown maintenance

2024-07-08 Thread Santiago Ruano Rincón
El 07/07/24 a las 18:02, Martin-Éric Racine escribió:
> su 7. heinäk. 2024 klo 16.56 Daniel Gröber (d...@darkboxed.org) kirjoitti:
> > On Sun, Jul 07, 2024 at 12:38:34PM +0300, Martin-Éric Racine wrote:
> > > While discussing pending issues with Santiago (ifupdown's de-facto
> > > maintainer), we came to the conclusion that team maintenance of just
> > > one ifupdown implementation would be a better way to go than having 3
> > > different implementations of the same.
> >
> > Is that discussion public? What's the reasoning of that conclusion?
> 
> Not until now.

Thanks Martin-Éric for initiating the discussion, and Daniel for making
it public. The topic should have had to be discussed openly at some
point.

> Basically, there's pending issues involving ifupdown and DHCP clients
> that I've randomly discussed with Santiago.
> 
> One of these is to swap the default DHCP client (isc-dhcp-client
> i.e.dhclient to dhcpcd-base).
> 
> Another is the plethora of unresolved issues with ifupdown and
> Santiago's limited time to devote to its maintenance. He initially
> asked if I'd be interested in maintaining it, then pondered whether
> having 3 implementations even makes sense to begin with. I suggested
> contacting the maintainers of all 3 implementation to discuss this.

[...]

> > > This e-mail is meant to launch discussion over which of the 3
> > > implementations would be the best candidate for this.
> >
> > Santiago, how do you feel about ifupdown's future maintainability and
> > feature development? I honestly never looked into why people started
> > writing ifupdown replacements. I had my own gripes with it so I never
> > questioned it but I'm happy to hear why we should all rally around it.
> 
> I've long wondered how we ended up with so many implementations. Team
> maintenance of just one implementation would make more sense.
> 
> > For me the reason to work on ifupdown-ng is that it has a better core
> > design, clean code, an active upstream community, a ***test suite***

I fully acknowledge this. After trying to fix some of the ifupdown bugs
but hitting some design issues, I think it makes more sense to focus all
the efforts in just one of the implementations, and since ifupdown-ng
has all the above mentioned advantages, I'd would be in favor of
replacing ifupdown by ifupdown-ng...

> > and the potential to fully replace ifupdown without breaking anyone's
> > system doing it. Full compatibility is not there yet. I'm working on it,
> > see [1] but I'm optimistic so far.
> >
> > [1]: https://github.com/ifupdown-ng/ifupdown-ng/issues/247
> 
> Noted.

... but it would be *great* to make ifupdown-ng a drop-in replacement
first.

> > From where I'm sitting ifupdown2 is completely out of the question as *the*
> > Debian ifupdown since it doesn't even support *basic* IPv6 use-cases like
> > DHCPv6. Upstream community seems nonexistant since this is software by a
> > corp for a corp where community building was probably never the
> > goal. Admittedly I didn't look very hard, this is just my impression
> > currently.
> 
> That's also my impression.

and the python dependency makes me consider ifupdown2 as not an option.

> > DHCP on the other hand affects us all. I'd be very much on board with
> > pooling resources around that.
> 
> dhcpcd covers both v4 and v6 transparently and also provides IPv6-PD.
> The current plan is to swap ifupdown's default to prefer it to
> dhclient and to swap Priority between dhclient and dhcpcd-base.

And we would need to the change in the override first, isn't it?
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038882

Cheers,

 -- Santiago


signature.asc
Description: PGP signature


Bug#1074242: ITP: opentelemetry -- C++ OpenTelemetry client

2024-06-24 Thread Santiago Ruano Rincón
Package: wnpp
Severity: wishlist
Owner: Santiago Ruano Rincón 
X-Debbugs-Cc: debian-devel@lists.debian.org, team+freex...@tracker.debian.org

* Package name: opentelemetry
  Version : 1.16.0
  Upstream Contact: https://github.com/open-telemetry/opentelemetry-cpp/issues
* URL : https://opentelemetry.io/
* License : Apache-2.0
  Programming Lang: C++
  Description : OpenTelemetry client

OpenTelemetry is an Observability framework and toolkit designed to create and
manage telemetry data such as traces, metrics, and logs. Crucially,
OpenTelemetry is vendor- and tool-agnostic, meaning that it can be used with a
broad variety of Observability backends.

OpenTelemetry is focused on the generation, collection, management, and export
of telemetry. A major goal of OpenTelemetry is that you can easily instrument
your applications or systems, no matter their language, infrastructure, or
runtime environment. The storage and visualization of telemetry is
intentionally left to other tools.

This package will provide the C++ OpenTelemetry client. It will be a dependency
of tango 10.0. It will be maintained by the Freexian packaging team.


signature.asc
Description: PGP signature


Bug#1070494: ITP: linux-livepatching -- linux livepatching module for Debian

2024-05-06 Thread Santiago Ruano Rincón
Package: wnpp
Severity: wishlist
Owner: Emmanuel Arias , Santiago Ruano Rincón 

X-Debbugs-Cc: debian-devel@lists.debian.org, t...@security.debian.org, 
debian-ker...@lists.debian.org, debian-...@lists.debian.org, eam...@debian.org

* Package name: linux-livepatching   
  Version : 0.0.1 
  Upstream Contact: Emmanuel Arias , Santiago Ruano Rincón 

* URL : https://salsa.debian.org/debian/linux-livepatching
* License : GPL-2+
  Programming Lang: C, Shell scripting, Makefile
  Description : linux livepatching module for Debian

Livepatch modules from the Linux Kernel gives the possibility to apply
security fixes to the Kernel while minimizing the need of rebooting the
machine. We can list a lot of cases where users cannot or do not want to
reboot the system. For instance, while running complex scientific
computations, or systems that need to keeping services up and running as much
as possible without interruption. But in those cases, the system needs to be
stable and secure. Livepatching gives that possibility. For now, this package
is a prototype to do a first step to integrate linux livepatching into
Debian


More than an ITP, this is an Intent to Design an Implement.

(CCing debian-lts, since the subject was brought up there some time ago last
year, and there may be people interested. However, this is something that
should be discussed also with the kernel and the security teams. And as Ben
said during an LTS Team meeting, if this idea is implemented in Debian, it
must go through unstable first.)

Other than having serious fun, the goal of this is ITP is to bring livepatching
for security fixes for the kernel that have been available in the Debian
releases. For the moment, we are looking to design and implement a first
approach, that will live in experimental, while we solve the known and unknown
challenges.

# State of the art, what others do

As readers most be aware, some commercial distributions propose linux live
patching.  However, none of their services is freely (as in beer or as in
speech) available.

* RedHat:
Introduced Kpatch in 2014. Kpatch is packaged in debian, but its current status
is not good. It was removed from bullseye (currently only in buster, sid and
experimental)
https://www.redhat.com/en/blog/introducing-kpatch-dynamic-kernel-patching

* Suse
Released kGraft also in 2014, under GPL 2 (and 3 for userspace tools).
According to the wikipedia, it aims at being merged into the kernel, and a
minimalistic design became part of linux since 4.0.

* Ubuntu
Livepatching is included in Ubuntu Pro. No public details about the
implementation. This is offered as a service where it seems the modules are
downloaded directly from a Ubuntu server (not as a package).

# Mainline kernel

Documentation about livepatching support in the mainline kernel can be found
at:
https://www.kernel.org/doc/html/latest/livepatch/livepatch.html
We aim at building on top of it.


# Limitations and known questions 

As discussed with Salvatore some time ago, there are quite some things to 
consider:
* Triaging issues: who and how issues would be triaged?
* Preparing patches: how patches will be selected, backported and etcetera, and
  maintained as a patch stack for specific kernel versions, during the whole 
life
  of a Debian release.
  We don't intend to add any extra load to the already busy Kernel or Security
  teams. We aim at maintaining this as a team though.
* Testing: what are the requirements for the testing infrastructure? What kind
  of machines are needed for testing the patches before publishing them?

Also:
* Patches should be cumulative.
  How long a specific linux version/package would be supported? The goal of
  this project is to make it possible to apply a limited set security issues
  without rebooting. Until when, for how long?
* We limit the initial prototype to non-signed images. Secure Boot does not
  allow to install non-signed modules.
* We limit the initial prototype to amd64.

The initial prototype is based on binary module packaging, contrary to what
other vendors do. We will see how this scale.

Comments and questions are welcome in the ITP bug.

Cheers,

Emmanuel and Santiago

P.S. This is the outcome of one of our conversations during the MiniDebConf in
Santa Fe, Argentina. Thanks to the people that made it possible :-)


signature.asc
Description: PGP signature


Re: xz backdoor

2024-03-30 Thread Santiago Ruano Rincón
El 31/03/24 a las 00:53, Christian Kastner escribió:
> On 2024-03-30 22:59, Santiago Ruano Rincón wrote:
> > The backdoor was discovered by someone using the compromised xz-utils *in 
> > their own machines*. So we are lucky we have people eating our own sid 
> > stuff before it becomes part of a stable release.
> 
> The luck was that this particular compromise was discovered, not that it
> happened.

I don't say the opposite.

> 
> I agree that dogfooding is important for discovering quality issues, but
> I think it's a poor argument for discovering security issues, especially
> if it concerns a host which is used for building and signing packages.
> 
> As I mentioned earlier, I think containers are one good way to have
> almost the best of both worlds. One can do anything one could do on
> host, all while being isolated from that host, and with very little
> overhead but also a ton of useful extra features.

I don't see the real benefit.

As others have said, the best solution is to relay on HSW for handling
the cryptographic material.


signature.asc
Description: PGP signature


Re: xz backdoor

2024-03-30 Thread Santiago Ruano Rincón



Em 30 de março de 2024 13:00:26 GMT-03:00, Marco d'Itri  
escreveu:
>On Mar 30, Jonathan Carter  wrote:
>
>> Another big question for me is whether I should really still
>> package/upload/etc from an unstable machine. It seems that it may be prudent
>If we do not use unstable for development then who is going to?
>I think that the real question is whether we should really still use 
>code-signing keys which are not stored in (some kind of) HSM.
>

The backdoor was discovered by someone using the compromised xz-utils *in their 
own machines*. So we are lucky we have people eating our own sid stuff before 
it becomes part of a stable release.



Re: proposal: dhcpcd-base as standard DHCP client starting with Trixie

2024-03-10 Thread Santiago Ruano Rincón
Hi there,

El 20/11/23 a las 19:44, Martin-Éric Racine escribió:
> (non-subscriber - please keep me in CC)
> On Sat, Nov 18, 2023 at 4:26 PM Martin-Éric Racine
>  wrote:
> >
> > On Sat, Jul 22, 2023 at 2:55 PM Martin-Éric Racine
> >  wrote:
> > >
> > > On Fri, Jul 7, 2023 at 12:55 PM Martin-Éric Racine
> > >  wrote:
> > > >
> > > > On Thu, Jul 6, 2023 at 3:06 AM Santiago Ruano Rincón
> > > >  wrote:
> > > > >
> > > > > El 22/06/23 a las 09:57, Santiago Ruano Rincón escribió:
> > > > > > El 20/06/23 a las 08:29, Martin-Éric Racine escribió:
> > > > > > > On Mon, Jun 19, 2023 at 9:11 PM Santiago Ruano Rincón
> > > > > > >  wrote:
> > > > > > > > El 19/06/23 a las 13:54, Martin-Éric Racine escribió:
> > > > > > > > > Greetings,
> > > > > > > > >
> > > > > > > > > Seeing how the ISC DHCP suite has reached EOL upstream, now 
> > > > > > > > > might be a
> > > > > > > > > good time to re-visit Debian's choice of standard DHCP client 
> > > > > > > > > shipping
> > > > > > > > > with priority:important.
> > > > > > > > >
> > > > > > > > > I hereby propose bin:dhcpcd-base:
> > > > > > > > >
> > > > > > > > > 1) already supported by ifupdown.
> > > > > > > > > 2) dual stack (DHCPv4, Bonjour, RA, DHCPv6 with PD) with 
> > > > > > > > > privilege separation.
> > > > > > > > > 3) writes both IPv4 and IPv6 name servers to /etc/resolv.conf
> > > > > > > > > 4) supports /etc/resolv.conf.head and /etc/resolv.conf.tail
> > > > > > > > > 5) a mere inet line in /etc/network/interfaces is sufficient 
> > > > > > > > > to
> > > > > > > > > configure both stacks.
> > > > > > > > ...
> > > > > > > >
> > > > > > > > I agree that dhcpcd seems the best alternative to 
> > > > > > > > isc-dhcp-client for
> > > > > > > > the moment, and I'll make the relevant changes in ifupdown as 
> > > > > > > > soon as I
> > > > > > > > can. Josué, any thoughts?
> > > > > > >
> > > > > > > 1) As someone pointed out in the thread, the reason why
> > > > > > > isc-dhcp-client had priority:important probably was to ensure that
> > > > > > > debootstrap would pull it, since debootstrap ignores Recommends 
> > > > > > > and
> > > > > > > packages with a priority lower than standard.
> > > > > > >
> > > > > > > 2) However, as long as ifupdown explictly depends on a package, 
> > > > > > > it can
> > > > > > > also pull dependencies with a lower priority. Right now ifupdown
> > > > > > > Recommends "isc-dhcp-client | dhcp-client" which debootstrap would
> > > > > > > ignore. It would have to Depends "dhcpcd-base | dhcp-client" 
> > > > > > > instead.
> > > > > > >
> > > > > > > 3) At that point, swapping the priority of isc-dhcp-client and
> > > > > > > dhcpcd-base merely becomes "nice to have". Heck, the priority of 
> > > > > > > both
> > > > > > > could, in principle, be optional, just as long as ifupdown 
> > > > > > > explicitly
> > > > > > > Depends on a DHCP client, and the first alternative is a real 
> > > > > > > package.
> > > > > >
> > > > > > I was about to bump dhcpcd-base as ifupdown dependency, but... if
> > > > > > isc-client-dhcp is a Recommends, is because not all users want a 
> > > > > > dhcp
> > > > > > client installed, where all the ipv4 is handled statically, and 
> > > > > > ipv6 is
> > > > > > done via SLAAC. As a user, I don't want/need to pull in dhcpcd-base 
> > > > > > the
> > > > > > next upgrade.
> > > > > >
> > > > > > So I'd prefer to go forward with the steps proposed by Simon, and
> > > > > > s/isc-d

Re: Limited security support for Go/Rust? Re ssh3

2024-01-16 Thread Santiago Ruano Rincón
El 16/01/24 a las 17:43, Simon Josefsson escribió:
> Bastian Blank  writes:
> 
> > On Tue, Jan 16, 2024 at 10:59:30AM +0100, Simon Josefsson wrote:
> >> Rebuilding a bit more than what is strictly needed sounds fine as a
> >> first solution to me.
> >
> > Building maybe.  But how do you want to publish them?  The security
> > archive is not made to handle that.
> 
> What is the limitation?  Is it human time involved to rebuild and QA
> packages?  Or the technical infrastructure related to publish security
> fixes?  Or the hosting infrastructure to deliver the package upgrades
> via security.debian.org?  Or something else?
> 

I cannot talk for the security team, but there are infrastructure
limitations (as stated in the release notes):

https://lists.debian.org/debian-lts/2023/12/msg00035.html


signature.asc
Description: PGP signature


Re: debci / salsa ci: support for qemu runner

2023-07-25 Thread Santiago Ruano Rincón
El 25/07/23 a las 19:49, Johannes Schauer Marin Rodrigues escribió:
> Hi,
> 
> Quoting Michael Biebl (2023-07-25 16:16:35)
> > apparently, we in Debian struggle to find good opportunities where to spend
> > our money.
> > 
> > I think support for qemu runners, i.e. supporting isolation-machine in 
> > autopkgtest on both debci and salsa ci would be an excellent opportunity.
> 
> is this just about isolation-machine or is this about architectures where qemu
> support exists but no real hardware?
> 
> If it's about isolation-machine I have "solved" this problem in the past by
> creating a qemu virtual machine as part of the autopkgtest and then run my 
> test
> inside that. This is slow because kvm is not available but it works for small
> tests.
> 
> As far as I'm concerned, having kvm available in debci and salsaci would be a
> big plus.
> 
> No idea if that is easier or harder than what Michael proposed.

FTR: https://salsa.debian.org/salsa/support/-/issues/345
For Salsa CI, AFAIU, this means Salsa Admins would need to use for the
gitlab-runner another type of google machine supporting
nested-virtualisation (such as N1 or N2, instead of E1). I cannot say if
that is possible/feasible.
Thanks to the Salsa Admins for their work, BTW!

I can talk for some of the debci *ARM* runners, and the current setup
doesn't support nested virtualisation either.

Cheers,

 -- Santiago


signature.asc
Description: PGP signature


Re: proposal: dhcpcd-base as standard DHCP client starting with Trixie

2023-07-22 Thread Santiago Ruano Rincón
El 10/07/23 a las 14:52, Helmut Grohne escribió:
> On Sun, Jul 09, 2023 at 05:58:07PM +0100, Luca Boccassi wrote:
> > On top of that, a minimal installation chroot doesn't need a
> > fully-featured dhcp client. As Simon said already, busybox is there
> > for any reason for a minimal one. For the rest - installer and whatnot
> > - the installer and tasklets should pull in the required stack as
> > needed.
> 
> I contend that currently a debootstrap includes a dhcp client and this
> is more of a migration from one dhcp implementation to another. Since
> dhcp is the most common way of configuring a network, supporting it in
> ifupdown by default also seems like a reasonable choice.
> 
> > So I think not only we should not bump the priority of dhcpd-base, but
> > we should also change ifupdown's down to optional.

I would like to just echo this:

> 
> I don't quite see consensus on this yet, but I already see significant
> interest in changing the default network configuration method. I hope
> that it is out of question that we'd demote the priority of the
> recommended dhcp client when demoting the priority of ifupdown. Demotion
> of ifupdown needs to come with a proposed replacement and/or with
> changes to the debian-installer. I do hope that we can get that
> discussion going and implemented before trixie. However, this is about
> changing the default dhcp client for use with debootstrap and moving the
> priority from one package to another seems like an incremental
> improvement that is not blocking the bigger goal of changing the default
> network configuration tool in any way.
> 
> I expect that dhcpcd will not be important in trixie, but for now that
> move makes sense to me, because it is as easily reverted as it is
> implemented. This is an instance of "The perfect is the enemy of the
> good."

[snip]

Could we just give a shorter step right now to make things move forward,
and let the discussion about the default network interfaces
configuration tool for later?

Thanks,

 -- S


signature.asc
Description: PGP signature


Re: proposal: dhcpcd-base as standard DHCP client starting with Trixie

2023-07-05 Thread Santiago Ruano Rincón
El 22/06/23 a las 09:57, Santiago Ruano Rincón escribió:
> El 20/06/23 a las 08:29, Martin-Éric Racine escribió:
> > On Mon, Jun 19, 2023 at 9:11 PM Santiago Ruano Rincón
> >  wrote:
> > > El 19/06/23 a las 13:54, Martin-Éric Racine escribió:
> > > > Greetings,
> > > >
> > > > Seeing how the ISC DHCP suite has reached EOL upstream, now might be a
> > > > good time to re-visit Debian's choice of standard DHCP client shipping
> > > > with priority:important.
> > > >
> > > > I hereby propose bin:dhcpcd-base:
> > > >
> > > > 1) already supported by ifupdown.
> > > > 2) dual stack (DHCPv4, Bonjour, RA, DHCPv6 with PD) with privilege 
> > > > separation.
> > > > 3) writes both IPv4 and IPv6 name servers to /etc/resolv.conf
> > > > 4) supports /etc/resolv.conf.head and /etc/resolv.conf.tail
> > > > 5) a mere inet line in /etc/network/interfaces is sufficient to
> > > > configure both stacks.
> > > ...
> > >
> > > I agree that dhcpcd seems the best alternative to isc-dhcp-client for
> > > the moment, and I'll make the relevant changes in ifupdown as soon as I
> > > can. Josué, any thoughts?
> > 
> > 1) As someone pointed out in the thread, the reason why
> > isc-dhcp-client had priority:important probably was to ensure that
> > debootstrap would pull it, since debootstrap ignores Recommends and
> > packages with a priority lower than standard.
> > 
> > 2) However, as long as ifupdown explictly depends on a package, it can
> > also pull dependencies with a lower priority. Right now ifupdown
> > Recommends "isc-dhcp-client | dhcp-client" which debootstrap would
> > ignore. It would have to Depends "dhcpcd-base | dhcp-client" instead.
> > 
> > 3) At that point, swapping the priority of isc-dhcp-client and
> > dhcpcd-base merely becomes "nice to have". Heck, the priority of both
> > could, in principle, be optional, just as long as ifupdown explicitly
> > Depends on a DHCP client, and the first alternative is a real package.
> 
> I was about to bump dhcpcd-base as ifupdown dependency, but... if
> isc-client-dhcp is a Recommends, is because not all users want a dhcp
> client installed, where all the ipv4 is handled statically, and ipv6 is
> done via SLAAC. As a user, I don't want/need to pull in dhcpcd-base the
> next upgrade.
> 
> So I'd prefer to go forward with the steps proposed by Simon, and
> s/isc-dhcp-client/dhcpcd-base in ifupdown's Recommends:
> Unless there is a strong objection, I'll file the override bug report.

(sorry for taking so long to come back to this)

For the moment, ifupdown is still installed by the debian-installer as
default network interfaces manager. And after sleeping over it, and
discussing with debian fellows, I would like to call for consensus to
rise Priority: Important to dhcpcd-base (as initially requested in
#1038882), and switch to Recommends: dhcpcd-base | dhcp-client.

This addresses two scenarios: keep some systems as small as possible
(ifupdown users can remove dhcpcd if they want) and having a useful dhcp
client available after installing/bootstrapping.

So I would like to retitle #1038882 back as originally reported. (Sorry
for going back and forth) Objections?

The situation regarding the default network interfaces manager could
change, even in the short term. But that could be discussed in another
thread.

Cheers,

 -- Santiago


signature.asc
Description: PGP signature


Re: proposal: dhcpcd-base as standard DHCP client starting with Trixie

2023-06-22 Thread Santiago Ruano Rincón
El 20/06/23 a las 08:29, Martin-Éric Racine escribió:
> On Mon, Jun 19, 2023 at 9:11 PM Santiago Ruano Rincón
>  wrote:
> > El 19/06/23 a las 13:54, Martin-Éric Racine escribió:
> > > Greetings,
> > >
> > > Seeing how the ISC DHCP suite has reached EOL upstream, now might be a
> > > good time to re-visit Debian's choice of standard DHCP client shipping
> > > with priority:important.
> > >
> > > I hereby propose bin:dhcpcd-base:
> > >
> > > 1) already supported by ifupdown.
> > > 2) dual stack (DHCPv4, Bonjour, RA, DHCPv6 with PD) with privilege 
> > > separation.
> > > 3) writes both IPv4 and IPv6 name servers to /etc/resolv.conf
> > > 4) supports /etc/resolv.conf.head and /etc/resolv.conf.tail
> > > 5) a mere inet line in /etc/network/interfaces is sufficient to
> > > configure both stacks.
> > ...
> >
> > I agree that dhcpcd seems the best alternative to isc-dhcp-client for
> > the moment, and I'll make the relevant changes in ifupdown as soon as I
> > can. Josué, any thoughts?
> 
> 1) As someone pointed out in the thread, the reason why
> isc-dhcp-client had priority:important probably was to ensure that
> debootstrap would pull it, since debootstrap ignores Recommends and
> packages with a priority lower than standard.
> 
> 2) However, as long as ifupdown explictly depends on a package, it can
> also pull dependencies with a lower priority. Right now ifupdown
> Recommends "isc-dhcp-client | dhcp-client" which debootstrap would
> ignore. It would have to Depends "dhcpcd-base | dhcp-client" instead.
> 
> 3) At that point, swapping the priority of isc-dhcp-client and
> dhcpcd-base merely becomes "nice to have". Heck, the priority of both
> could, in principle, be optional, just as long as ifupdown explicitly
> Depends on a DHCP client, and the first alternative is a real package.

I was about to bump dhcpcd-base as ifupdown dependency, but... if
isc-client-dhcp is a Recommends, is because not all users want a dhcp
client installed, where all the ipv4 is handled statically, and ipv6 is
done via SLAAC. As a user, I don't want/need to pull in dhcpcd-base the
next upgrade.

So I'd prefer to go forward with the steps proposed by Simon, and
s/isc-dhcp-client/dhcpcd-base in ifupdown's Recommends:
Unless there is a strong objection, I'll file the override bug report.

Cheers,

 -- Santiago


signature.asc
Description: PGP signature


Re: proposal: dhcpcd-base as standard DHCP client starting with Trixie

2023-06-19 Thread Santiago Ruano Rincón
Hi,

El 19/06/23 a las 13:54, Martin-Éric Racine escribió:
> Greetings,
> 
> Seeing how the ISC DHCP suite has reached EOL upstream, now might be a
> good time to re-visit Debian's choice of standard DHCP client shipping
> with priority:important.
> 
> I hereby propose bin:dhcpcd-base:
> 
> 1) already supported by ifupdown.
> 2) dual stack (DHCPv4, Bonjour, RA, DHCPv6 with PD) with privilege separation.
> 3) writes both IPv4 and IPv6 name servers to /etc/resolv.conf
> 4) supports /etc/resolv.conf.head and /etc/resolv.conf.tail
> 5) a mere inet line in /etc/network/interfaces is sufficient to
> configure both stacks.
...

I agree that dhcpcd seems the best alternative to isc-dhcp-client for
the moment, and I'll make the relevant changes in ifupdown as soon as I
can. Josué, any thoughts?

Cheers,

 -- S


signature.asc
Description: PGP signature


Re: Bug#995189: RFH: isc-dhcp

2023-03-08 Thread Santiago Ruano Rincón
El 08/03/23 a las 11:37, Philipp Hahn escribió:
> Hello Santiago,
> 
> Am 08.03.23 um 11:17 schrieb Santiago Ruano Rincón:
> > El 08/03/23 a las 10:45, Philipp Hahn escribió:
> > > Am 07.03.23 um 20:26 schrieb Ansgar:
> > > > On Tue, 2023-03-07 at 11:55 +0100, Marco d'Itri wrote:
> > > > > On Mar 07, Philipp Hahn  wrote:
> > > > > > Is it a good idea to keep it alive for another 2+ years in
> > > > > > Debian-12-Bookworm or should it be removed now?
> > > > > > https://packages.debian.org/source/bookworm/isc-dhcp
> > > > > 
> > > > > I do not think that it should be removed at this point, since there is
> > > > > a need for the complex features that isc-dhcpd can provide and there 
> > > > > are
> > > > > is no obvious replacement: Kea is super complex (and I do not know if 
> > > > > it
> > > > > has all the features) and everything else is too much simple.
> > > > 
> > > > Only the client and relay are no longer maintained upstream. The server
> > > > is still maintained and there is no need to drop it from Debian.
> > > 
> > > Are you sure the *server* is still maintained? Sadly my quote from
> > > <https://www.isc.org/dhcp/> got dropped, so here again:
> > 
> >  From README:
> > 
> >  RELEASE STATUS
> > 
> > Version 4.4.3-P1 is a maintenance release of the DHCP client, relay and
> > server. It is the final release for the client and relay components,
> > which have reached end-of-life and will no longer be maintained.
> 
> That does not help: they did a maintenance release in the past. So *past*
> issues were addressed. Excellent!
> But what happens in the future? Will we get *future* updates:
> - client: No, as officially EoL
> - relay: No, as officially EoL
> - server: through "providing professional support services"

OK, I see your point. And I must said I missed this:
https://lists.isc.org/pipermail/dhcp-users/2022-October/022786.html
https://www.isc.org/blogs/isc-dhcp-eol/

> 
> > > > ISC has announced the end of life for ISC DHCP as of the end of 2022. 
> > > > ISC will continue providing professional support services for existing 
> > > > subscribers, but does not intend to issue any further maintenance 
> > > > releases.
> > 
> > You can still read an equivalent sentence from the dhcp upstream url:
> > 
> > "DHCP is available for free download under the terms of the MPL 2.0
> > license. The client and relay portions of ISC DHCP are no longer
> > maintained."
> 
> Again does not help: I can even still download older releases with unfixed
> issues.
> But I want to know if I should still base my environment/work on
> ISC-DHCP-server in the future, that is: Will it be maintained in the future
> and will we get patches for security issues?

"... If we become aware of a significant security vulnerability, we
might make an exception to this (no future maintenance versions), but it
is our intention to cease actively maintaining this codebase."

It is clear that users should migrate. But it is difficult to find the
same set of features, as already said in this thread.

> 
> Do you "Debian ISC DHCP Maintainers " have
> enough expertise and willingness to maintain it for another 2+ years
> ("without" support from upstream ISC)?

No, sorry. At least not me, without upstream support.

> 
> Philipp
> 

Cheers,

 -- Santiago


signature.asc
Description: PGP signature


Re: Bug#995189: RFH: isc-dhcp

2023-03-08 Thread Santiago Ruano Rincón
Hi Philipp,

El 08/03/23 a las 10:45, Philipp Hahn escribió:
> Hello Ansgar,
> 
> Am 07.03.23 um 20:26 schrieb Ansgar:
> > On Tue, 2023-03-07 at 11:55 +0100, Marco d'Itri wrote:
> > > On Mar 07, Philipp Hahn  wrote:
> > > > Is it a good idea to keep it alive for another 2+ years in
> > > > Debian-12-Bookworm or should it be removed now?
> > > > https://packages.debian.org/source/bookworm/isc-dhcp
> >>
> > > I do not think that it should be removed at this point, since there is
> > > a need for the complex features that isc-dhcpd can provide and there are
> > > is no obvious replacement: Kea is super complex (and I do not know if it
> > > has all the features) and everything else is too much simple.
> > 
> > Only the client and relay are no longer maintained upstream. The server
> > is still maintained and there is no need to drop it from Debian.
> 
> Are you sure the *server* is still maintained? Sadly my quote from
>  got dropped, so here again:

From README:

RELEASE STATUS

Version 4.4.3-P1 is a maintenance release of the DHCP client, relay and
server. It is the final release for the client and relay components,
which have reached end-of-life and will no longer be maintained.


> 
> > ISC has announced the end of life for ISC DHCP as of the end of 2022. ISC 
> > will continue providing professional support services for existing 
> > subscribers, but does not intend to issue any further maintenance releases.

You can still read an equivalent sentence from the dhcp upstream url:

"DHCP is available for free download under the terms of the MPL 2.0
license. The client and relay portions of ISC DHCP are no longer
maintained."

> 
> Previously ISC announced EoL *only for client and relay*, but — at least for
> my reading of the above statement ­— they no longer do and *ended all of
> DHCP*. Or do we (Debian) have access to that "professional support services"
> to get future patches we can apply?
> 
> Do we do our users a service by keeping that dead horse alive for another 2+
> years? While being quite stable it had a steady stream of security issues:
> 
> 
> Philipp
> 

 -- Santiago


signature.asc
Description: PGP signature


Re: [Salsa CI] stop building dbgsym packages by default?

2022-11-14 Thread Santiago Ruano Rincón
El 12/11/22 a las 13:16, Otto Kekäläinen escribió:
> Hi!
> 
> On Wed, 9 Nov 2022 at 01:08, Santiago Ruano Rincón
>  wrote:
> > Aiming to reduce the space used in the salsa infrastructure by the
> > salsa-ci artifacts, and to avoid exceeding the size limit in build jobs,
> > we (Salsa CI Team) are planning to stop building dbgsym packages:
> > https://salsa.debian.org/salsa-ci-team/pipeline/-/merge_requests/382
> 
> +1
> 
> > We are aware some fellows have pipelines based on salsa-ci's, and we
> > would like to avoid breaking their stuff, in case something depends on
> > the dbgsym packages.
> > The question is: should `DEB_BUILD_OPTIONS=noautodbgsym` be opt-in
> > or enabled by default?
> 
> The proposal to make it opt-in makes sense to me.

Thanks for your answer, Otto.

But you could please clarify: do you have any reason for having this
opt-in? Do "your" pipelines relying on any of the dbgsym packages?

cheers,

 -- Santiago


signature.asc
Description: PGP signature


[Salsa CI] stop building dbgsym packages by default?

2022-11-09 Thread Santiago Ruano Rincón
Dear Debianites,

TL;DR: does anybody object about stop building dbgsym packages in the
pipeline's build jobs by default?

Aiming to reduce the space used in the salsa infrastructure by the
salsa-ci artifacts, and to avoid exceeding the size limit in build jobs,
we (Salsa CI Team) are planning to stop building dbgsym packages:
https://salsa.debian.org/salsa-ci-team/pipeline/-/merge_requests/382

We are aware some fellows have pipelines based on salsa-ci's, and we
would like to avoid breaking their stuff, in case something depends on
the dbgsym packages.
The question is: should `DEB_BUILD_OPTIONS=noautodbgsym` be opt-in
or enabled by default?

For the Salsa CI Team,

 -- Santiago

P.S. If you are interested on the development of Salsa CI, don't
hesitate to subscribe to
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-salsa-ci


signature.asc
Description: PGP signature


Re: Firmware GR result - what happens next?

2022-10-14 Thread Santiago Ruano Rincón
El 14/10/22 a las 13:32, Paul Wise escribió:
> On Thu, 2022-10-13 at 17:35 +0200, Julien Cristau wrote:
> 
> > I'd prefer if we could make things work vs making things fail,
> > however loudly.
> 
> There seem to be a few ways to deal with this transition:
> 
> 1. Document it in the release notes and let users handle it. This means
> lots of users won't get security updates for firmware (which are mostly
> only issued for x86 CPU microcode), since lots of folks won't read the
> release notes. This also means lots of support requests when users
> can't find the firmware package they wanted.
> 
> 2. Add some code somewhere to automatically modify the apt sources,
> somehow ensure that code is run by all Debian users and hope that other
> automated processes (like ansible/puppet) don't overwrite those changes
> and hope that users aren't storing apt sources config in packages,
> which would mean conffile prompts after the modification happens.
> 
> 3. Add some code to apt to download non-free-firmware when non-free is
> available in the sources and the downloaded Release files. This would
> solve the issue for Debian and all other derivatives too, if they
> decide to add a new non-free-firmware component too. This might not
> be accepted by apt developers as it is kind of a hack to special-case
> Debian component semantics in apt, although maybe a component mapping
> config option would be accepted. This might result in extra Debian
> support requests when users notice the new component in `apt update`. 
> This might not work for users of tools not based on apt, like cupt?
> This wouldn't result in users without non-free getting any non-free
> firmware though, which maybe we want since it is the new default?
> 
> 4. Keep all non-free-firmware packages in non-free too. This would be
> backwards compatible, but may expose bugs in dak, debian-cd, apt and
> other tools, so IIRC this has been vetoed by the archive and CD teams.
> This also wouldn't result in users without non-free getting any of the
> non-free firmware, which maybe we want since it is the new default?
> 
> Personally I would choose 4 first, I expect any potential issues could
> be easily fixed before the freeze. Next I would choose 3. Next I would
> choose 1 because I think /etc belongs to the sysadmin not packages.

5. transitional packages along with a helper package (that fails or
success during install) to prompt the user so they add non-free-firmware
section when needed.

Is there any reason why you are not considering 5.?

Cheers!

 -- Santiago


signature.asc
Description: PGP signature


More on nonfree firmware transitional packages (was: Firmware GR result - what happens next?)

2022-10-13 Thread Santiago Ruano Rincón
El 06/10/22 a las 17:13, Tobias Frost escribió:
> On Thu, Oct 06, 2022 at 05:03:20PM +0200, Julien Cristau wrote:
> > On Thu, Oct  6, 2022 at 15:45:25 +0100, Steve McIntyre wrote:
> > 
> > > On Wed, Oct 05, 2022 at 10:11:27PM +0200, Julien Cristau wrote:
> > > >On Sun, Oct 02, 2022 at 08:21:31PM +0100, Steve McIntyre wrote:
> > > >> On Sun, Oct 02, 2022 at 11:08:47AM -0400, Michael Stone wrote:
> > > >> >On Sun, Oct 02, 2022 at 03:53:00PM +0100, Steve McIntyre wrote:
> > > >> >> On Sun, Oct 02, 2022 at 04:43:47PM +0200, Michael Biebl wrote:
> > > >> >> > What's the plan for upgraded systems with an existing 
> > > >> >> > /etc/apt/sources.list.
> > > >> >> > Will the new n-f-f section added on upgrades automatically(if 
> > > >> >> > non-free was
> > > >> >> > enabled before)?
> > > >> >> 
> > > >> >> So this is the one bit that I don't think we currently have a good
> > > >> >> answer for. We've never had a specific script to run on upgrades 
> > > >> >> (like
> > > >> >> Ubuntu do), so this kind of potentially breaking change doesn't 
> > > >> >> really
> > > >> >> have an obvious place to be fixed.
> > > >> >
> > > >> >Is there a reason to not continue to make the packages available in 
> > > >> >non-free?
> > > >> >I don't see a reason to force any change on existing systems.
> > > >> 
> > > >> Two things:
> > > >> 
> > > >>  1. I'm worried what bugs we might expose by having packages be in two
> > > >> components at once.
> > > >>  2. I really don't like the idea of leaving two different
> > > >> configurations in the wild; it'll confuse people and is more
> > > >> likely to cause issues in the future IMHO.
> > > >> 
> > > >> Plus, as Shengjing Zhu points out: we already expect people to manage
> > > >> the sources.list anyway on upgrades.
> > > >> 
> > > >I think in the absence of a release upgrade script (which I very much
> > > >doubt will happen, and be tested, and we can rely will be used, for
> > > >bookworm), Michael's suggestion seems like a reasonable way forward.  I
> > > >imagine we'll need to patch dak to allow that, but it seems like it
> > > >should be tractable?
> > > 
> > > I'm also worried what effect this will have on other tools that have
> > > to grok the archive (mirror tools, debian-cd, etc.). I'm not going to
> > > try and veto having things in more than one component, but (ugh!) I
> > > really think it's ugly. Actually, I think I'd much prefer Santiago's
> > > idea:
> > > 
> > > > Couldn't we handle this via transitional firware* non-free packages,
> > > > that depend on bookworm non-free-firmware packages?
> > > 
> > > We'd need to add some transitional binary packages for the small
> > > number of n-f-f source packages. That way people would get errors from
> > > apt if they don't read our warnings and update. Maybe this is a way
> > > forward?
> > > 
> > I don't think that will work well, the packages will likely just be held
> > at the old version if the new ones are uninstallable because the new
> > component isn't enabled.

Good point!

> Maybe and idea would to do something like isa-support does for e.g 
> sseX-support
> on CPUs that does not have that feature: It fails on installation with an 
> debconf message, IIRC.
> So that would allow something like "new package" | 
> "you-need-to-enable-nonfree-firmware-reminder-package"

And this could solve the issue, indeed. Picking up my other mail in the
thread, the transitional packages could be summarised like this:

bullseye:
firmware-linux-nonfree (non-free)
bookworm:
firmware-linux-nonfree (non-free) - empty
Depends: firmware-linux-nonfree-bookworm* (non-free-firmware) |
 non-free-firmware-needed-warning-package
trixie:
firmware-linux-nonfree-bookworm (non-free-firmware) - empty
Depends: firmware-linux-nonfree (non-free-firmware)
trixie+1 (forky):
firmware-linux-nonfree (non-free-firmware)
and so on.

* find a better name/suffix

Would this make sense?

I could volunteer to test this and propose the needed new package,
unless someone else wants to do it.

Cheers,

 -- Santiago


signature.asc
Description: PGP signature


Re: Russian locale on reprotest in Salsa CI?

2022-10-13 Thread Santiago Ruano Rincón
El 13/10/22 a las 10:48, Joerg Jaspert escribió:
> Am 2022-10-13 10:13, schrieb Andreas Tille:
> 
> > my Russian is a bit rusty but I can understand what I can read here:
> >https://salsa.debian.org/science-team/cimfomfa/-/jobs/3372898#L1249
> 
> > I'm just a bit astonished to see this locale set.  No idea what's wrong
> > here but I think this should be switched to English.
> 
> Well, scroll up a bit. It starts all fine in English, only the last make
> appears to switch.
> Build system doing something fun?

like varying the locale where the package is built. It is a reprotest
thing.


signature.asc
Description: PGP signature


Re: transitional packages? (was: Firmware GR result - what happens next?)

2022-10-03 Thread Santiago Ruano Rincón
El 03/10/22 a las 19:40, Shengjing Zhu escribió:
> On Mon, Oct 3, 2022 at 7:31 PM Didier 'OdyX' Raboud  wrote:
> >
> > 3 octobre 2022 11:11 "Santiago Ruano Rincón"  a 
> > écrit:
> > > El 02/10/22 a las 20:42, Michael Biebl escribió:
> > >> Am 02.10.22 um 20:14 schrieb Luca Boccassi:
> > >> On Sun, 2022-10-02 at 10:52 -0700, Russ Allbery wrote:
> > >> In Bullseye we changed the name/syntax for the security repository, and
> > >> for that a mention in the release notes was enough, no? Isn't this a
> > >> very similar situation?
> > >>
> > >> The main difference is, that the renaming caused an error message by 
> > >> apt, so
> > >> you knew something needed to be fixed.
> > >>
> > >> For this particular change, there will be no error. So yes, I have the 
> > >> same
> > >> fear as Russ that this particular change might go unnoticed.
> > >
> > > Couldn't we handle this via transitional firware* non-free packages,
> > > that depend on bookworm non-free-firmware packages?
> >
> > That would only work if we renamed all concerned binary packages, or if apt 
> > grew a "section/packagename" syntax (which would be bizarre).
> >
> 
> Can we have different versions in each section?
> 
> + non-free/pkgA version~1
> + non-free-firmware/pkgA version~2

that wouldn't comply with the current policy:
https://www.debian.org/doc/debian-policy/ch-binary.html#the-package-name

> 
> And let non-free/pkgA version~1 just fail during upgrade and produce a
> migration guide.
> 
> -- 
> Shengjing Zhu
> 


signature.asc
Description: PGP signature


Re: transitional packages? (was: Firmware GR result - what happens next?)

2022-10-03 Thread Santiago Ruano Rincón
El 03/10/22 a las 11:31, Didier 'OdyX' Raboud escribió:
> 3 octobre 2022 11:11 "Santiago Ruano Rincón"  a écrit:
> > El 02/10/22 a las 20:42, Michael Biebl escribió:
> >> Am 02.10.22 um 20:14 schrieb Luca Boccassi:
> >> On Sun, 2022-10-02 at 10:52 -0700, Russ Allbery wrote:
> >> In Bullseye we changed the name/syntax for the security repository, and
> >> for that a mention in the release notes was enough, no? Isn't this a
> >> very similar situation?
> >> 
> >> The main difference is, that the renaming caused an error message by apt, 
> >> so
> >> you knew something needed to be fixed.
> >> 
> >> For this particular change, there will be no error. So yes, I have the same
> >> fear as Russ that this particular change might go unnoticed.
> > 
> > Couldn't we handle this via transitional firware* non-free packages,
> > that depend on bookworm non-free-firmware packages?
> 
> That would only work if we renamed all concerned binary packages, 

Indeed. Something like:

bullseye:
firmware-linux-nonfree (non-free)
bookworm:
firmware-linux-nonfree (non-free) - empty, that
Depends on: firmware-linux-nonfree-bookworm (non-free-firmware) -
find a better name/suffix
trixie:
firmware-linux-nonfree-bookworm (non-free-firmware) - empty
Depends on: firmware-linux-nonfree (non-free-firmware)
trixie+1:
firmware-linux-nonfree (non-free-firmware)
and so on.

It is (also) bizarre, but this would help users make sure they include
the non-free-firmware section when required. I suppose apt would
complain if it cannot satisfy the dependency due to a missing section.

> or if apt grew a "section/packagename" syntax (which would be bizarre).

Beyond being bizarre, users and other tools would have to learn that
syntax.

Cheers,

 -- Santiago


signature.asc
Description: PGP signature


transitional packages? (was: Firmware GR result - what happens next?)

2022-10-03 Thread Santiago Ruano Rincón
El 02/10/22 a las 20:42, Michael Biebl escribió:
> 
> Am 02.10.22 um 20:14 schrieb Luca Boccassi:
> > On Sun, 2022-10-02 at 10:52 -0700, Russ Allbery wrote:
> 
> > > will
> > > be very obvious.  But if you currently have non-free configured but
> > > don't
> > > add the new firmware section, everything will appear to work but you
> > > won't
> > > get new firmware, so the problem may go unnoticed.
> > 
> > In Bullseye we changed the name/syntax for the security repository, and
> > for that a mention in the release notes was enough, no? Isn't this a
> > very similar situation?
> 
> The main difference is, that the renaming caused an error message by apt, so
> you knew something needed to be fixed.
> 
> For this particular change, there will be no error. So yes, I have the same
> fear as Russ that this particular change might go unnoticed.
> 

Couldn't we handle this via transitional firware* non-free packages,
that depend on bookworm non-free-firmware packages?

Cheers,

 -- Santiago


signature.asc
Description: PGP signature


Re: ifupdown/dhcp

2022-05-08 Thread Santiago Ruano Rincón
El 08/05/22 a las 11:24, Michael Stone escribió:
> [apologies to package aliases getting this twice due to autocomplete fail]
> 
> I've been trying to make sense of the NEWS item in isc-dhcp-client (that
> alternatives are needed) in combination with the functionality of ifupdown
> and what the implications are for debian upgrades generally.
> 
> isc-dhcp-client as of the last upgrade is telling users to stop using it
> (the default dhcp client for debian).
> 
> ifupdown (the traditional tool for managing networking on debian systems)
> has a Recommends on "isc-dhcp-client | dhcp-client". "dhcp-client" is a
> virtual package provided by "dhcpcanon" (version 0.8.5, which hasn't been
> touched in 4 years), "isc-dhcp-client", and "dhcpcd5" (which will trash a
> working configuration managed by ifupdown if installed, as it will try to
> take over interfaces currently set, e.g., to manual). This seems suboptimal
> at best.
> 
> I believe that ifupdown will attempt to use udhcpd if installed, which
> should be a mostly-transparent change (except for the potential loss of
> lease information and any customization of dhclient scripts) but it isn't
> even on the ifupdown recommends list.
> 
> ifupdown also (used to?) use pump, but that package went away a long time
> ago.
> 
> So what's the path forward, maintaining compatibility and not breaking
> systems upgrading from current stable? Do we come up with a dhcpcd5 variant
> that *only* touches interfaces it is directed to touch via
> /etc/network/interfaces? Do we add udhcpcd to the "dhcp-client" virtual
> package and/or make it the default for ifupdown? Do we fork isc's dhcp suite
> and just continue to use dhclient? Revive pump? Something else?
> 

OpenBSD maintains its own fork of dhclient, just to list another
alternative.
I haven't been able to take the time to work on this, but it is on the
top of my ToDo list.

Cheers,

 -- S


signature.asc
Description: PGP signature


Re: Como colaborar?

2021-10-08 Thread Santiago Ruano Rincón
El 08/10/21 a las 02:04, Ernest C. Suarez escribió:
> Hola, quisiera unirme al proyecto Debían como desarrollador.

Hola Ernest,

Gracias por tu interés en contribuir a Debian. Te recomiendo leer este
par de páginas:
https://www.debian.org/devel/join/
https://www.debian.org/intro/help

Para repetir lo que encontrarás ahí, no necesitas ser un desarrollador
oficial para poder ayudar. Es más, la vía natural es primero contribuir
y luego, después de un tiempo, buscar ser miembro oficial del proyecto.

Saludos,

 -- Santiago


signature.asc
Description: PGP signature


Re: Bug#995189: RFH: isc-dhcp

2021-09-28 Thread Santiago Ruano Rincón
El 28/09/21 a las 13:01, Marc Haber escribió:
> On Mon, 27 Sep 2021 15:48:25 -0700, Noah Meyerhans 
> wrote:
> >It's worth noting also that ISC's DHCP client, packaged as
> >isc-dhcp-client from the isc-dhcp source package, is considered EOL
> >upstream.
> 
> Same applies to the relay, doesn't it?

Indeed. Just to give some references:

https://gitlab.isc.org/isc-projects/dhcp/:

  Please note that this project is in maintenance mode - we are not
  actively adding new functionality and may not respond to non-critical
  issues.

https://www.isc.org/dhcp/:

  ISC is developing a new DHCP server, Kea, which we intend to
  eventually replace ISC DHCP in most server implementations. We
  recommend that new implementers use Kea and implement ISC DHCP only if
  Kea does not meet their needs. The Kea distribution does not currently
  include either a client or a relay.

Regarding the server, I don't find very appealing to have to install a
relational DB along with the DHCP server.

About the client and server, if I am not wrong, about 3 years ago ISC
dhcp was the only implementation able to configure DHCPv6 clients by
their MAC addresses (thing that I needed at work). It is a pity that ISC
is giving less love to it. That said, the EOL date is still TBA
(https://www.isc.org/dhcp/)

  -- Santiago


signature.asc
Description: PGP signature


Accepted lua-cqueues 20190813-1 (source) into unstable

2020-01-28 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 28 Jan 2020 11:46:11 +0100
Source: lua-cqueues
Architecture: source
Version: 20190813-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý 
Changed-By: Santiago Ruano Rincón 
Closes: 925772
Changes:
 lua-cqueues (20190813-1) unstable; urgency=low
 .
   * New upstream version 20190813
 - Fix compilation in GCC 9 (Closes: #925772)
   * debian/control: update Vcs URLs to salsa
   * Add debian/salsa-ci.yml
   * Add myself to Uploaders
   * Bump Standards-Version to 4.5.0. No changes needed
Checksums-Sha1:
 ff9d51cf4195f7619e36298679988c175c5637d0 1478 lua-cqueues_20190813-1.dsc
 4f95b7267a47262b41ec9b05be11c477568b4958 434532 
lua-cqueues_20190813.orig.tar.xz
 363ebd86d71ff838cf1592adc9ece608dd21e325 3640 
lua-cqueues_20190813-1.debian.tar.xz
 fd852c6fc9510727c38dcc28eac0ede4c0525ece 6275 
lua-cqueues_20190813-1_amd64.buildinfo
Checksums-Sha256:
 7e8a9b5f6b0385b85910881c05be4e2407a003f67f4a1060d536c1c3ece49be3 1478 
lua-cqueues_20190813-1.dsc
 ede52aecbd3ec37dbb5e001713f0321d58bce943ed7394136f49f8c38d92e18a 434532 
lua-cqueues_20190813.orig.tar.xz
 6561c6fcc0d074e2a80561dc18cd58a5a772d35cf6a3f123f3b04bdddb67c746 3640 
lua-cqueues_20190813-1.debian.tar.xz
 d2371696e3f2b934ebd09d5b16d3dd1bfb71db25f0e6d82ab18e157976d858f5 6275 
lua-cqueues_20190813-1_amd64.buildinfo
Files:
 5ad2d54d88b39626d6633b02c4302ebb 1478 interpreters optional 
lua-cqueues_20190813-1.dsc
 242e74adb4af5be5b18b6e92b8115c25 434532 interpreters optional 
lua-cqueues_20190813.orig.tar.xz
 906546a86618d136e07898f10f2ab063 3640 interpreters optional 
lua-cqueues_20190813-1.debian.tar.xz
 cd7a30f4654dc2fd4d5c67ac1a5a1d46 6275 interpreters optional 
lua-cqueues_20190813-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIoEARYIADIWIQRZVjztY8b+Ty43oH1itBCJKh26HQUCXjASahQcc2FudGlhZ29A
ZGViaWFuLm9yZwAKCRBitBCJKh26HSgGAQDzVUnUzarUH6P644XTFGVQUuPxcjz3
IazRVz2xWcxCggEA9OVDVZk+VYg+zfkGx3hcgNGp78SeiQZlgk2vCwBD6gA=
=bjnh
-END PGP SIGNATURE-



Bug#941666: ITP: vega-datasets -- Collection of datasets used in Vega and Vega-Lite examples

2019-10-03 Thread Santiago Ruano Rincón
Package: wnpp
Severity: wishlist
Owner: "Santiago Ruano Rincón" 

* Package name: vega-datasets
  Version : 0.7
  Upstream Author : Jake Vanderplas
* URL : https://github.com/altair-viz/vega_datasets
* License : MIT and others.
  Programming Lang: Python
  Description : Python package for offline access to vega datasets

This is a collection of datasets used in vega examples.

This is required to build altair (See ITP bug https://bugs.debian.org/941599),
especially to run the test suite.

Similar to altair, it would be great to maintain it within the Python
Modules Team.


signature.asc
Description: PGP signature


Bug#941599: ITP: altair -- Declarative Visualization in Python

2019-10-02 Thread Santiago Ruano Rincón
Package: wnpp
Severity: wishlist
Owner: "Santiago Ruano Rincón" 

* Package name: altair
  Version : 3.2.0
  Upstream Author : Jake Vanderplas, Brian Granger, the UW Interactive Data 
Lab, et al.
* URL : https://altair-viz.github.io/
* License : BSD-3-Clause
  Programming Lang: Python
  Description : Declarative Visualization in Python

Altair is a declarative statistical visualization library for Python,
based on Vega [1] (A Visualization Grammar) and Vega-Lite [2].

[1] https://vega.github.io/vega/
[2] https://vega.github.io/vega-lite/

It would be great to maintain altair inside the Python Modules Team.


signature.asc
Description: PGP signature


Accepted bzip2 1.0.8-2 (source) into unstable

2019-09-06 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 05 Sep 2019 17:05:14 +0200
Source: bzip2
Architecture: source
Version: 1.0.8-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar 
Changed-By: Santiago Ruano Rincón 
Closes: 933539
Changes:
 bzip2 (1.0.8-2) unstable; urgency=low
 .
   * fix debian/patches/20-legacy.patch (Closes: #933539)
   * Add debian/tests/grep, autopkgtest for bzgrep
Checksums-Sha1:
 8d4932f44871f8b053cc9fba60cbaf40c88fd999 2180 bzip2_1.0.8-2.dsc
 80fc47b1ef74c1ae6a8b9443164760325e93941b 26032 bzip2_1.0.8-2.debian.tar.bz2
 82cef001a26c868f6139fa364525266782500816 8107 bzip2_1.0.8-2_amd64.buildinfo
Checksums-Sha256:
 646cdcbb786a89a647cfafb280ef467143c06c445c4bf6fe69ec4a7882943064 2180 
bzip2_1.0.8-2.dsc
 237c8619bc9bc16f357b1077064a3e58aa1a230dadb4b9bb3bd8dc8f454afc0b 26032 
bzip2_1.0.8-2.debian.tar.bz2
 432d6c3e8ce94692a56ea0481c5473583e017d73a5ccba422797fc0df5509694 8107 
bzip2_1.0.8-2_amd64.buildinfo
Files:
 6b20470eb10d91dde32fc55ff06ca14a 2180 utils important bzip2_1.0.8-2.dsc
 cd417b1e7885093a080b6ae466137fd3 26032 utils important 
bzip2_1.0.8-2.debian.tar.bz2
 52235b4f12fbc9a95528dfbf824bc8ef 8107 utils important 
bzip2_1.0.8-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAl1yE7UACgkQFX/a4RXx
4q1E3hAAmSZPqq+0KkXZnqX0q9y964GLwrPJyboohmfg3HkTTaQzCZfg0UrVw9aJ
WgYCLbOrO7ZavJtiBdQmMcwM7U55YERqzuhJYm69zGuFmqRE/64KfJASMuo5YLV3
O45KulJsNIb4gWuqVUtgIQQDyGQzNqjxgSlytiNkd9upbmgsNaURiQtP+Y+5e7A0
Qgub5V9DsLGE59Z94su8iKT8NhKb10G8v1ZTf2CK0PZ1iuZdOxJoFZpDJa6P8X0Z
aAZIDCN7q6zcJtIrA96xc41AcxKqO/DgB5iHb/uFN/fCjHI1EAdao6kOETfKAk7e
AnrKLSNQn0drGb/P1kCSDvoLi5fSZN1TbrKEBI8pjOYp3Biz7I4mnpv7w9vSRjiN
oRcI8QeKSc5RVOrp7+sPxeVUCyIoZOOXko/Q9J1tLOAOHnh63aRhuKAs+fy8MURB
DrIKAtOwAZOZrbJsoYkjiMYUAcX3HJ/2kJRvoBUUxcJNkX+ueMJimqP7DUul5tAs
FRraLetnKQAFkNyuX+j+HG082q9h+CZ7n0qyP8s/DmvookOhPLP5hCUyY1WkKyzl
mBRQcVlQJg73NwcDt0JWBSYhVajsrquzU1wSZTojDWr1APQ+WJD88LshKHpUVS+n
BcycHxa6E43xR3zCFSsWR+mHKvc2wADtcOMAsUu/Of9pdPj5jGM=
=yh31
-END PGP SIGNATURE-



Accepted bzip2 1.0.8-1 (source) into experimental

2019-07-22 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 22 Jul 2019 18:57:54 -0300
Source: bzip2
Architecture: source
Version: 1.0.8-1
Distribution: experimental
Urgency: low
Maintainer: Anibal Monsalve Salazar 
Changed-By: Santiago Ruano Rincón 
Changes:
 bzip2 (1.0.8-1) experimental; urgency=low
 .
   [ Ondřej Nový ]
   * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
 .
   [ Santiago Ruano Rincón ]
   * Acknowledge NMUs. Thanks to Salvatore!
   * New upstream version 1.0.8
   * Drop patches now included in upstream:
 - bzip2recover-CVE-2016-3189.patch
 - bzdiff-tmpdir-spaces.diff
   * d/tests/control: depends on buildeps
   * Include debian/salsa-ci.yml
   * Re-enable debian/watch updating upstream URL
Checksums-Sha1:
 ed4517accf7cd408debd40cffa10d2ce0b8cb7a0 2180 bzip2_1.0.8-1.dsc
 bf7badf7e248e0ecf465d33c2f5aeec774209227 810029 bzip2_1.0.8.orig.tar.gz
 0338bf2f94f4e307c2325c70aea780f35ec1baca 25323 bzip2_1.0.8-1.debian.tar.bz2
 0374d55ab8c2f80ae4ae0c1c3a4e0d15ec8b277a 8222 bzip2_1.0.8-1_amd64.buildinfo
Checksums-Sha256:
 34aec3b48cb289a8671e42b88b2642f187d58217da6b360b7b080abf8ea10937 2180 
bzip2_1.0.8-1.dsc
 ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269 810029 
bzip2_1.0.8.orig.tar.gz
 891d4900080e69bee11320d836b56fa0ca6c61ba097d31e0c73059816de5bf82 25323 
bzip2_1.0.8-1.debian.tar.bz2
 11f25184effbea05599687dcc683f7284cb2beba69de640c760916b3d90a244f 8222 
bzip2_1.0.8-1_amd64.buildinfo
Files:
 2f79dd739a291fc4092dff28457e5de4 2180 utils important bzip2_1.0.8-1.dsc
 67e051268d0c475ea773822f7500d0e5 810029 utils important bzip2_1.0.8.orig.tar.gz
 581ccb898be4f9922003bbfc017d5e5c 25323 utils important 
bzip2_1.0.8-1.debian.tar.bz2
 7a9da8c65ddc864fadfd830a757ca760 8222 utils important 
bzip2_1.0.8-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAl02NI0ACgkQFX/a4RXx
4q3how/9GFa3dWsD5+zr07Db6XgnSJ4XlTfSMVLr8i6AdbEtW/wSln7hP52A6sC9
bBTTAew72c4mVj8Vo/+TR0kn4YLKlrgaCtpqAfdbw7NTmJc78tw5QN+Cg/4GzdZP
lkmB0LVBVETn3YVHrIIMuLeJFnD4RWpkyldjnHVuEkvLfFSQ474z4WgQgUIxg+ws
i/HyGL4FnXao6QW9cVu3p0vUu0gCDBjE3nGCc9PgPuP56KcBEgcTsxt4J9BoW9gq
6wZTe5hdQnmfhGtx6CMaF+awwbnw9GsqoAYuTGm2FbJ2awylaLGi+3264Nsj4iiX
v5/Y5nHZ3ee7ZMMPGKQl8DSNmH8R2nqUE4FVeiz9sS/QwlA8QezGq10UO8TkB9TA
BN7WZOLSICFVtecfoP9I6omMZfmGeLacn4tU7hv9A6UZBIB8la2aT+UH7ptW9U3j
f3T48VUfYaW6E8mFmPVtY55u4AEmzskPuAnbMQgGJzrj7XCzuNQJD1OQqGJE7PO1
o0Lh6OpoFDj0LaGHhGWJSvc/hur7EPjrvfoGbVr76o2WSjEqAcGkWcgutJOAg/eW
Er/BqRZOk813iFPNfbhsyWabAC11bgnqTpJs6BMBUxAR1yvbv0bCgbCVbAksyqb1
JBSEDzXrUVSkN+GoH03msEyILKifa+iQYkkqRLpd8wldV0Wnn5g=
=4IXD
-END PGP SIGNATURE-



Accepted libcidr 1.2.3-3 (source) into unstable

2019-02-27 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 26 Feb 2019 10:41:43 +0100
Source: libcidr
Architecture: source
Version: 1.2.3-3
Distribution: unstable
Urgency: low
Maintainer: Santiago Ruano Rincón 
Changed-By: Santiago Ruano Rincón 
Closes: 897340
Changes:
 libcidr (1.2.3-3) unstable; urgency=low
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Santiago Ruano Rincón ]
   * debian/libcidr-dev.docs: Remove docs from -dev package to make it
 Multi-Arch: same (Closes: #897340)
   * Bump Standards-Version to 4.3.0
   * Add debian/patches/hardening-buildflags.patch: respect CPPFLAGS and
 LDFLAGS environment variables
Checksums-Sha1:
 11bc915a138e4ba498179e4e880f7adcacf88bc9 1928 libcidr_1.2.3-3.dsc
 212a7e076018cb73a1a0d6a867fd127a4e4e6892 3420 libcidr_1.2.3-3.debian.tar.xz
 a535e50ece2a4170e4d05e697ed8bd3d4d9a93a2 5755 libcidr_1.2.3-3_amd64.buildinfo
Checksums-Sha256:
 4713cccdd52df1c9315d6b2eb86383d3015531d0b10dbc35d2cf1d10015054f0 1928 
libcidr_1.2.3-3.dsc
 b492f6bd10a9f15351929d2a6e870822928942f92919c291b9ee0bb68826e9e5 3420 
libcidr_1.2.3-3.debian.tar.xz
 e59127856dc10e48b4167aeb718270faa02a7fa9e9d70e03bc214c4bf5e5e262 5755 
libcidr_1.2.3-3_amd64.buildinfo
Files:
 b89b2cda1b07214cb97d70303b6416cd 1928 libs optional libcidr_1.2.3-3.dsc
 4f63b4d3b86508072755fef2fcc29b15 3420 libs optional 
libcidr_1.2.3-3.debian.tar.xz
 f2203a92e88d9434f9542d5be8e74a05 5755 libs optional 
libcidr_1.2.3-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJKBAEBCAA0FiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlx2VF4WHHNhbnRpYWdv
cnJAcmlzZXVwLm5ldAAKCRAVf9rhFfHirbK4D/oD3UJehfJxz/oPJ4hoi35RVP1L
jsfH5Mz5uOd8hK0UJDJEaZ0534llqZ/9tfQyDCXolk5VMPr3rBeCjBOiNaCWsozk
i7WoBoHxAPqLMvRvDPY6ClaPHQAEmLoq+zGraeZbut7ck4j8LkpczbiJKRKQVFP1
GjAdtwQclf5FTbqYWE7p4sQtN9dviJ+/fDu0PCYkjeQHVjWRnYWv6UecviCszNIq
jxiOufzzNAHs5fYGVqtefcvr92zE287A+UilfXIhadFJgTWSXNSvDtTdPL8mYCqm
EhU1WanLQ0Rn+iqWy4RBEksTXZZKpL4zmXn7Dz/+feYSVK6mLtOqGIHzPU/ZgxDk
ysp0SjOHMeUSJ15LkTk+rjDN/PNQxmFdHqkxScoJJ6C390p08/6DNOwod6S3zUUc
CeQT9o5p9M6fXuyTFGeMpK/0Bq0TgJFQrVGnwVCvw3XCtjDP8x3iF+3Cv+CBetVQ
hvlC4sTGjsQB4vQ8FOnNGzSXicrCa9kg7G9VXL7FRq/aPjjTR/HPR98MLRTDtaWe
tQnqEMfmTEum/yfkImYr4ePVQnSxXAohyIHe5SdiGFiEcRmLxLb9gvvx1TJcsXNa
xDiD+DjnBnQ6lvh6lgYwDxZvfZ1sg7kazb0tE9kvzAjpw70MFZlBrwgvm447WnWr
14NfgWep1+MRRNb8uQ==
=KGCp
-END PGP SIGNATURE-



Accepted grep 3.3-1 (source) into unstable

2019-01-07 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 07 Jan 2019 12:04:36 -0300
Source: grep
Binary: grep
Architecture: source
Version: 3.3-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar 
Changed-By: Santiago Ruano Rincón 
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 917127
Changes:
 grep (3.3-1) unstable; urgency=low
 .
   * New upstream version 3.3.
 - New upstream release brings performance improvements to some
   situations. (Closes: #917127)
   * Remove upstream patches now included in new release.
Checksums-Sha1:
 1410f819f6613e07b40ac95f25994e1d6941bb2a 2038 grep_3.3-1.dsc
 e0befe21e7d9caa8e5e98385c96355d890f83123 1473056 grep_3.3.orig.tar.xz
 e726d0a7b317eeafe191f8e7368be44dbfd185e5 104280 grep_3.3-1.debian.tar.xz
 7f856c705f24af1c5b51a247b03cbff1cd83c9e1 6065 grep_3.3-1_amd64.buildinfo
Checksums-Sha256:
 4a019e5634f0a3a15715140fe8639af4cff0f2f7af8cee9b95b0607740ba9b25 2038 
grep_3.3-1.dsc
 b960541c499619efd6afe1fa795402e4733c8e11ebf9fafccc0bb4bccdc5b514 1473056 
grep_3.3.orig.tar.xz
 2cea85fdfe3c70855019c3d9ed9346363137bf3f9931103d9b38514828c8989f 104280 
grep_3.3-1.debian.tar.xz
 3e0b7b1e3540019aebbc1768b8b3f914c094c84a9f9b5700e157318ea5ad9c94 6065 
grep_3.3-1_amd64.buildinfo
Files:
 d31195bb2e7c465b4a31e3a72e246e5f 2038 utils required grep_3.3-1.dsc
 05d0718a1b7cc706a4bdf8115363f1ed 1473056 utils required grep_3.3.orig.tar.xz
 5834e6d5b8ccd5b643353ecf849cb8ec 104280 utils required grep_3.3-1.debian.tar.xz
 e548b432c4bd2ba4fe52c119b189f332 6065 utils required grep_3.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEE06kLujRIC+8sk9TaS8gKaUMjh+gFAlwzcioUHHNhbnRpYWdv
QGRlYmlhbi5vcmcACgkQS8gKaUMjh+gP1g/+L3jMTuqrpkr0N1twsDpOZfnXg18s
4t+1/E9vkX5OxNKDesnox1A7x4qnn/pKMNOLN6QP3s+IcaJwSafOvpW9b0rb8H7+
lMP3N2MTW/47bLbQbewc1KJX2f53knfEoaX0t46+RA3WTfhdQZnjqt77Te2aVnvP
DJVH/lorLniazQcR7HPBq7CEvO8C7ipps7nQTYMZbZuV44YybjlfLFft/GoZyuHP
WwN+ztXkQja3zw17Inp8of0g2XaL4OVkzCWzH5LnabT4LTWX9Gy7ulzkQIj0UeB+
xTDsp4P3Xk9cd6DxA1N917atnpg1SECCWndiZhc08aVCzltuhybMkqtANiTBV0sj
J+/ADUL13TPN/cTCp3vfc41d/TFwuCA32tn5sGkWagqa6zCHXchoLn0coYfDqYBu
C34Scu9FbSRbrSO+7tjQzlJE0pFMc6gl2q2NPA47IZwC/tmLfBdC+u3fwoJiBMJr
DMs42P8xem/d0ryyXOcXHED+pGFSMWWvC/fSaNjle3v4dGs2BgZ/G+SSRHZaeIb2
pd21yVz5pXo35w2o7xx8ZMsn2ZqwW28q0jNpUw9SlNTAeyVHHztzJFNJ8YYCC3ER
SvplyoyLKbK1kD/jydRtajAsrBAEKL0qc0Yr+Aqj0srT3XjP5zfZ30ElL1lKbVwx
Jh5i/fqseuysb0w=
=f27X
-END PGP SIGNATURE-



Accepted grep 3.1-3 (source) into unstable

2018-12-02 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 02 Dec 2018 18:58:48 +0100
Source: grep
Binary: grep
Architecture: source
Version: 3.1-3
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar 
Changed-By: Santiago Ruano Rincón 
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 532541 907651 915206
Changes:
 grep (3.1-3) unstable; urgency=low
 .
   [ Santiago Ruano Rincón ]
   * Add upstream-532541-doc-improve-o-help.patch: Improve help about -o.
 (Closes: #532541)
   * Remove debian/patches/03-397262-dlopen-pcre.patch: dlopen libpcre.so.3 has
 been actually wrongly applied and not really used. This patch does not
 make sense any more (since stretch), since late-mounting of /usr is not
 longer supported. (Closes: #907651)
   * Add upstream-915206-0001-tests-backref-alt-works-with-glibc-2.28.patch.
 Fix FTBFS with glibc 2.28. (Closes: #915206)
   * d/source/options: remove compression = "bzip2", let dpkg-deb select
 suitable defaults.
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/control: Remove Testsuite field, not needed anymore
   * d/changelog: Remove trailing whitespaces
   * d/rules: Remove trailing whitespaces
   * d/control: Set Vcs-* to salsa.debian.org
Checksums-Sha1:
 10e6a9075972d98a7be4812a6c400f0682af3c8a 2038 grep_3.1-3.dsc
 e6b06840b91b25a9030d36e0ea0b9cf7c560bb94 105700 grep_3.1-3.debian.tar.xz
 4762a1871f8edee415778713aae0d16fee6edb2f 6066 grep_3.1-3_amd64.buildinfo
Checksums-Sha256:
 6595e7c7a09e762480c9fc6e7f45534de903396f17f71862e939154ec51afbd0 2038 
grep_3.1-3.dsc
 0e549e73f47d007eee51cd49a28eeaee74d9698703b958a5fe0bdab291ddfbaa 105700 
grep_3.1-3.debian.tar.xz
 56163163dd701a4063d678b8528d40da49ff17db1c2e0e6ce3beeb1f86e3a4c6 6066 
grep_3.1-3_amd64.buildinfo
Files:
 7a35ccb2e1ed7455b5bf2f924f2925a9 2038 utils required grep_3.1-3.dsc
 08e50c382b41c5d1e41917f4c611bd89 105700 utils required grep_3.1-3.debian.tar.xz
 a61ba9d458b5c21e25f20109161c4fd1 6066 utils required grep_3.1-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlwEI/kUHHNhbnRpYWdv
QGRlYmlhbi5vcmcACgkQFX/a4RXx4q0YDA//bqwJp3vW92BI+whF1iWxQF/xXwVG
T6IhRqSrpgZWjaezHOE1TjQb+s23S4hRQJSSQPT/J+thc/j3co4heTmzpnNZrnIK
5XJHznQjddLxd/EjwhLBWN552CSFLS6BxoVUk/kI+N2Wbwhv06IRlG+Qdt9PwbXV
OxEM/3HM9bCk5RqBFmWd3vOFcEc7rpxYR/s1LOM4NpDPsgwIof/D1DlvHBvnuyjb
XyxKjJNQAAD/6SsF9Xc8HXkptESc2AjaMB0gcaOgUqHHBON7gmxSUTj3O0XE3F5G
7aT4Z6ItcqliT2mSZz3RP9rkloQOjeTa0go8T4N6+kKd8mf3MnEF2/HUK5Fqytmu
myoxlPxutEwb6QukJ5U+OrEPb1jIDZquVMUIbuJV14wepjkKCYwHjXZnBoVFUcaC
CGZfHsW5gEsZQjclt/uAW3JxGOi1g7cgauybecUiG57y/c5QhJp8Wtd0nnvEamnE
EbnN4a8RfDDzid9LRp9GW8vKmwvbHnW+CWrJXPJERKb4qFslHEFcg6DR0HAISFDY
mmsIQpP7V1PPEcOdpyHLKAv7xkSo7G75uOLaJx7qjTA73PdBKu1QBilxTFCHwD+r
ZZ179HX4iKr0UJOjXxTwvYMOYQz8j18iefWfWKLe3cLkgwCUC/gd9IQoqwQtJ+rm
QdY7iO4vcAslPx0=
=Ix/r
-END PGP SIGNATURE-



Accepted sugar-toolkit-gtk3 0.112-2 (source) into unstable

2018-05-14 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 14 May 2018 14:14:11 +0200
Source: sugar-toolkit-gtk3
Binary: libsugarext0 libsugarext-data libsugarext-dev libsugarext-dbg 
python-sugar3 gir1.2-sugarext-1.0
Architecture: source
Version: 0.112-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Sugar Team <pkg-sugar-de...@lists.alioth.debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 gir1.2-sugarext-1.0 - Sugar Learning Platform - toolkit GObject introspection
 libsugarext-data - Sugar Learning Platform - toolkit common files
 libsugarext-dbg - Sugar Learning Platform - toolkit debugging symbols
 libsugarext-dev - Sugar Learning Platform - toolkit development files
 libsugarext0 - Sugar Learning Platform - toolkit runtime library
 python-sugar3 - Sugar Learning Platform - toolkit Python bindings
Changes:
 sugar-toolkit-gtk3 (0.112-2) unstable; urgency=medium
 .
   * Add 0001-sugar3.speech-remove-GConf-compatibility-support.patch
   * Drop unused gir1.2-gconf-2.0 dependency.
   * Update VCS URLs to match the repository in salsa.
   * debian/rules: override s/libfribidi0-dev/libfribidi-dev/ in
 d-shlibmove to address #895235
   * libsugarext-dbg: move Priority: extra to Priority: optional to follow
 Policy.
   * Declare compliance with Debian Policy 4.1.4.
Checksums-Sha1:
 522f88911485bcd74b83be71b08cee837db7b0db 2794 sugar-toolkit-gtk3_0.112-2.dsc
 c47c52259cbf336c078d1f0905ca580243e3917b 16700 
sugar-toolkit-gtk3_0.112-2.debian.tar.xz
 2ab7cf5270e6909e4716b00e4787f49f7588a9aa 16794 
sugar-toolkit-gtk3_0.112-2_amd64.buildinfo
Checksums-Sha256:
 a77625a9ba88a988badcd5dbf7ac0d7175e79386c6368df88936f7dcfda1162d 2794 
sugar-toolkit-gtk3_0.112-2.dsc
 5739ea06f97b8a566bf37ca8b60fe24c150cf20ed97018c835acd00117d340f7 16700 
sugar-toolkit-gtk3_0.112-2.debian.tar.xz
 011d4649081be12efdda216a19b1a3b86ade3c42223b7db0b00f1447413fc019 16794 
sugar-toolkit-gtk3_0.112-2_amd64.buildinfo
Files:
 ccb4af1180b33107099262f62dcae4ce 2794 python optional 
sugar-toolkit-gtk3_0.112-2.dsc
 422ed9130360075704702123b65e688f 16700 python optional 
sugar-toolkit-gtk3_0.112-2.debian.tar.xz
 c4dab23447b9836725c082bf797d4d49 16794 python optional 
sugar-toolkit-gtk3_0.112-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlr5iGcUHHNhbnRpYWdv
QGRlYmlhbi5vcmcACgkQFX/a4RXx4q3SGw/+IINuLz+k2+R/SIN1P35wNhshOECV
1wF+6pBHDj7dZqWP4J1j1DVsvsPvERbZo/OmpfETAYrO9vuQHT2E8qnn1dxs1SaR
q6Lv4Q95npCykp5rC5sClxIvKcLLQ6B1l+nNAtw72ju8dcOmiUkO6Rv3WPk0k+Xc
5sWfLFfsxU7FOE/y/AtCK7jpNU/xiggviLHJHHUjMHMuNHRY2YnTA6T7NqLZFHqu
6QDpMqXBSjCwdQDdJlCv03RO2cFp7YDH5BWQwUs/+2fucCIHnX5bC6yIotM3nWJe
dZvj1hfW/4FnGEyeB1DM3/NeEytx1fnSNpvN4Dgtvl4ZWZfy14vQ//Vrwzp0Owcz
FRbfHpOvUDSxGbt8clrT18HMtye04ufLgkOJv3PjqDj60EiLdUpqnG1J9NX8MR8G
/jfZosUTFBDyL+zkFGA4FEJEvKgDPYtm+MWYZDMe4pQlFK+h2tAuU0d8ewMTkrac
rwMAeBiCbjR0ztih80UQ7d8iRQyTc3KfMWHw4cbj9UduVpTtX8LI35lcoUxdZ3+l
x1cZERWUHV8i2TVn2g0RFpMMmoklNoQf19xZeNBfgePrr+XGfSGkZIY5k1gRJoX6
Fn48n2Kh6G4tMZ7Q0IYPFEJonwZ3TYWe3Vgjko3Qht1stTu27pZkr5Jiw90mSrm7
p/ZcHylaxrDki6g=
=RcPY
-END PGP SIGNATURE-



Accepted sugar-read-activity 120-2 (source) into unstable

2018-04-27 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 27 Apr 2018 11:41:08 +0200
Source: sugar-read-activity
Binary: sugar-read-activity
Architecture: source
Version: 120-2
Distribution: unstable
Urgency: high
Maintainer: Debian Sugar Team <pkg-sugar-de...@lists.alioth.debian.org>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 sugar-read-activity - Sugar Learning Platform - document viewer activity
Changes:
 sugar-read-activity (120-2) unstable; urgency=high
 .
   * Drop unused gir1.2-gconf-2.0 dependency.
 Thanks to Jeremy Bicha.
Checksums-Sha1:
 780e68886c89dbc89e11540495b3beea9fe32ce6 2137 sugar-read-activity_120-2.dsc
 773c20e843b1362aa1f4ca04249f906a74358647 6096 
sugar-read-activity_120-2.debian.tar.xz
 21f066e0898bc91d437fd39a888535b442632af4 11044 
sugar-read-activity_120-2_amd64.buildinfo
Checksums-Sha256:
 fc15bd6ffb5deb9a5de214dacc8591ad25663b2df21c92dbb77d91e39a64f816 2137 
sugar-read-activity_120-2.dsc
 8656c26c0cb90abfb2537a4c58f63928625fbd4ac4d94b336d430cc6ad065525 6096 
sugar-read-activity_120-2.debian.tar.xz
 3c5208c56a369877c61f06a3293fa220a347b6472902c583f2036ad21b9d668b 11044 
sugar-read-activity_120-2_amd64.buildinfo
Files:
 c768ae315ceff0a41d998d48e3a42a62 2137 x11 optional 
sugar-read-activity_120-2.dsc
 fa53c659454196c8b599a81c7931d02b 6096 x11 optional 
sugar-read-activity_120-2.debian.tar.xz
 0af8a94c7ffbd0a26b58c81981c3f057 11044 x11 optional 
sugar-read-activity_120-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJKBAEBCgA0FiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlrjBpQWHHNhbnRpYWdv
cnJAcmlzZXVwLm5ldAAKCRAVf9rhFfHirStMD/4m5O3z8F1bu6bGV5+2z1TNBD1m
rpseMnT7tzbBQIWg+Du/dVb8DFkXmEdOdI0HpyzggQcrdSKqEiyH7A7twEr8ZzjG
iQsXl0y7f7gvg6eGy8k2nReTcZGogDlTBbJHuiI+L9jQQW0FzUDcIOdQOAhlWIO/
zE5zwRBStsyKfm7lz+MAyYH3GhtV7TFhk3ufxGUBB7+wRqJd8X8fNypSuC05RHqe
iSa2toxDq2oW4EHPoSxLfidlxY9WnB/TSNaBBrOue2EVg5dk3TJQyC29Iy1u0Zmv
CQO0LBuzS641MIsJRpiCGfOyLZY9/k1E5nwbel1/YVRBBjHw5b4TjCNeJPv4vcme
JzOErkD5+AZhTxNnNBjl/55xIItku/vUORMMILLHlG0C0wx7KqwaDxTVSt55F0Lw
MGKqfBvj8FF9jIemk7QmoUMIBsDCoZUn8+JftV9bOI9g9Reck/bKqtpX50jX7SnR
qg6Pos51wFD07lcS4Dyko3zsT72DYWPdD07GtckwtGN6ptbKomQeOtIwqPM9ikrL
ZxWIS5/9O7161RjWdKeLNYLq/Sug+GEsIK5KwUjS/6Fvr1jEjKNlozFjvkMk0j85
Sk/I8wKLXZIgdcXQENt/CYUpfqjbpBse2iOLnJQWnBbyZzqU10+PFUtXDm6+VeUq
E7eH6yTHmmSYaTn/IA==
=NhUb
-END PGP SIGNATURE-



Accepted sugar-write-activity 99-2 (source) into unstable

2018-04-27 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 27 Apr 2018 11:43:26 +0200
Source: sugar-write-activity
Binary: sugar-write-activity
Architecture: source
Version: 99-2
Distribution: unstable
Urgency: high
Maintainer: Debian Sugar Team <pkg-sugar-de...@lists.alioth.debian.org>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 sugar-write-activity - Sugar Learning Platform - writing activity
Changes:
 sugar-write-activity (99-2) unstable; urgency=high
 .
   * Drop unused gir1.2-gconf-2.0 dependency.
 Thanks to Jeremy Bicha.
Checksums-Sha1:
 d554668e62f773dceac03414452d2230fb4da988 2094 sugar-write-activity_99-2.dsc
 759525318656358fc0d9eed5ba44211f828d71b1 6680 
sugar-write-activity_99-2.debian.tar.xz
 35800d3724cad95394e25169be3aca03506de88a 11045 
sugar-write-activity_99-2_amd64.buildinfo
Checksums-Sha256:
 f2ae72f2566879e20cfe1fc1ba5fac3f20bfdce90cf91cf4fe67892386aa6e88 2094 
sugar-write-activity_99-2.dsc
 da121e480925bf0ca6cbad5deaf304003741722a6bb09bbf78c259c3404d9c92 6680 
sugar-write-activity_99-2.debian.tar.xz
 aed59bb0c3f9b4b2a082eacc66510444c8bc5ddb972387d079a8c549b791c361 11045 
sugar-write-activity_99-2_amd64.buildinfo
Files:
 61bc438a4d2091ef84e91b0924c40c6c 2094 x11 optional 
sugar-write-activity_99-2.dsc
 f0d629e0c7392fa74a9edf4bb7d3097d 6680 x11 optional 
sugar-write-activity_99-2.debian.tar.xz
 a435ce198eb08d4cb94bdc0a920ad514 11045 x11 optional 
sugar-write-activity_99-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJKBAEBCgA0FiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlri9LQWHHNhbnRpYWdv
cnJAcmlzZXVwLm5ldAAKCRAVf9rhFfHirbwjD/9Vii37Ki9NvgCQhexFld4XuWYH
sRG5qqm8SD/3o9lmOkG8jVfiGJvWF5CXhPF6k8K0Q4DWfRmZ9JMVqi2u07ZM2cSC
Bh2zmnv3H/6HssSoB+j351glg41s58urQ2b57hLCD8dOZT86tK0sHpm8yUCA/NR5
0lr1Funtcb5Og501ryA9BLlduBvFhPmLSKd0qxjbNngq/uKslaHrlX+ir57SiMOY
mIZgYMvySbmPYkK1E+Ukr/dH2wsXF+Yj09qkGyxHIreZHlVC5xZVF3baT2X8ndFu
Gog9U8RHsdL3zdCqZ8T7cE0C5LSm1gQ5UxegTVEY6oIu57itLOJ35WUH5cNcuh8G
zwTohGAo76KNeHtBHQv5iKQU70ni7zhVjVpLGf5UaBf2NqGsOsPC2mkUc+Q8dyu/
Flf9WvSKqAu3QbVxrGKD47ZWOozC/ApBSCEvERQyrUfm+TKxhBHKa5ioc+k8W7q+
U5nl3H7weU09JB9sYa9wsQ+12XWJnTIOAMNbC4K4qBmWd5t8dh+K5WENHkKcE5py
MgSWWosPeD0RIrFg0vljbEmVQnwYXHy97XefSFcMjTVQf6UviGtG1h7oxLp/Kloz
Z8ZF6NrMsMZFjHVNZ0+mbtH8LE9z0GCA9aoSGYCdOqLRk5wTuOyDBk4uGD7sQ9mC
ZnMewTTtw+NsxSnbQg==
=Wm4O
-END PGP SIGNATURE-



Accepted sugar-browse-activity 202-2 (source) into unstable

2018-04-27 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 27 Apr 2018 10:27:34 +0200
Source: sugar-browse-activity
Binary: sugar-browse-activity
Architecture: source
Version: 202-2
Distribution: unstable
Urgency: high
Maintainer: Debian Sugar Team <pkg-sugar-de...@lists.alioth.debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 sugar-browse-activity - Sugar Learning Platform - web browsing activity
Changes:
 sugar-browse-activity (202-2) unstable; urgency=high
 .
   * Team upload.
 .
   [ Jeremy Bicha ]
   * Drop unused gir1.2-gconf-2.0 dependency
Checksums-Sha1:
 9e09f6deb15c855b45d0a44b7393c2c2a8f1e3d8 2119 sugar-browse-activity_202-2.dsc
 c859428b17f4eb818455b3bf66b81c04cd0ebe06 10848 
sugar-browse-activity_202-2.debian.tar.xz
 3be0ca5861bd7b5fd784c09614a78f6fef4e62bd 11058 
sugar-browse-activity_202-2_amd64.buildinfo
Checksums-Sha256:
 be76169a0eab4d6cf23f3cbbfe7f2b012c879bd6704fbac21fcf3306aab97343 2119 
sugar-browse-activity_202-2.dsc
 be397fa94f79bb60d86ae762e8ebe9dd5ad9cb4a77c66e61709e8c66d4a9e5b7 10848 
sugar-browse-activity_202-2.debian.tar.xz
 565c51b0b72fe978a77e14f1cf5ae0fb0bb2fbd56bbb10b481f0badf9dc855d0 11058 
sugar-browse-activity_202-2_amd64.buildinfo
Files:
 ee9568db9e608083c180d3e3c51b19e6 2119 x11 optional 
sugar-browse-activity_202-2.dsc
 7984fffcd43fce711130c6229f0267a9 10848 x11 optional 
sugar-browse-activity_202-2.debian.tar.xz
 3d4a30079a8ccefc0cf5d270a3671bd4 11058 x11 optional 
sugar-browse-activity_202-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlri9G8UHHNhbnRpYWdv
QGRlYmlhbi5vcmcACgkQFX/a4RXx4q2Zxw//R909M9uZJMYw2MFRtulN5CQPoLnh
EfxB1A/QeL0NmDNUsCe6Ebq6QfsxuJb+4OUy7ghCHUr1/LHnhFXO6gvXfv8rp83x
L1crXPkObLg2iFhmC1XkfUFjNor6hwUsk7o+DeANkBvjPzACMY2rH1KV3USX+Pfz
LW1D5XDnUibDkBNE5QqokQZS+mgojKwVmlwWcDqoP3+W3tCJgc0oYvXdoHCn9XQ3
SI3yLP/r8tRDltML/y0PWP/RJ/KtPhqQbLtWZEvp5ysOaC0Xbwg42jt9L+VE8qpn
NiqFrxC3jg7n1vyvJ0Z1/yJpDWFVnybV3xvBHb4ankc+mttp7VA8KxSg7L16Kec6
gSYv++7qligLaLR8E8QGQs/pqSJRhjcelV7LvCflrAj3krxdW5XZZORg5G/oE/gx
nXCUywwfecqN5c05948Tq8oiPmUVIDqmLQDByuzbJdBps/6Y5UFdkAV3ADlHrRrV
oc0MbdF6lGfDno001b1p4tvs0pVEetP3+zue8jPwuoTuHtzCDy2e2OibcSQz8jHW
ayK59k68JWOrFPPiwy/nY4kUPQ24Nux29Ttp/Swu/Yeolws7xZTgOUAR79iqwnLg
omtDrRSe24lJUi1it7OnuIxJunv4NhPeEW5pyu9xU1lMfFsCe2xMbCPfR2AJ3d8F
3SEuOJ4tDvrN7dg=
=FnUs
-END PGP SIGNATURE-



Accepted sugar 0.112-5 (source all) into unstable

2018-04-26 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 26 Apr 2018 09:44:54 +0200
Source: sugar
Binary: sucrose sugar-session python-jarabe
Architecture: source all
Version: 0.112-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Sugar Team <pkg-sugar-de...@lists.alioth.debian.org>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 python-jarabe - Sugar Learning Platform - graphical shell
 sucrose- Sugar Learning Platform - Sucrose
 sugar-session - Sugar Learning Platform - window manager
Closes: 857230
Changes:
 sugar (0.112-5) unstable; urgency=medium
 .
   * Add debian/patches/upstream_0004-Port-from-NMClient-to-NM.Client.patch. By
 James Cameron.
   * And thus, declaring dependency on gir1.2-nm-1.0. Previous change (droping
 dependency on gir1.2-nmgtk-1.0) didn't properly fix the bug
 (Closes: #857230).
   * Update VCS URLs to match the repository in salsa.
Checksums-Sha1:
 0eb3fcaf5ff748ef2d70bb959d46ab2139fa0c8e 2200 sugar_0.112-5.dsc
 fbc76ad7be1a70f07a0ee5296f12437ed037d7d8 39404 sugar_0.112-5.debian.tar.xz
 e256a85fd18e0aadf06e776f1eb7d6d5dce3a3dc 185672 python-jarabe_0.112-5_all.deb
 399670e2825b14ee92c74aecfb5aa193849c7b15 25428 sucrose_0.112-5_all.deb
 b8bc98e5d5407d4d11a4ba412724af12ebc8bbfe 509516 sugar-session_0.112-5_all.deb
 c546683b38d3ce1852dd925d0850d08a0ae480c4 15290 sugar_0.112-5_amd64.buildinfo
Checksums-Sha256:
 840d388faf86c904b1f9face6e117f49293a6433e942da67c278e065a5c4c040 2200 
sugar_0.112-5.dsc
 2b15f1c8a817178f08eb999d6348a54a128896780c582cc924dcdc24d015da4a 39404 
sugar_0.112-5.debian.tar.xz
 558ebc28399ff368e352891e77b4acd66ae6af006602421a39fe4ba9b19f0482 185672 
python-jarabe_0.112-5_all.deb
 2aa8933d957745d303032f1bfc293a22eab5279fe69a6366531a121f57e63acc 25428 
sucrose_0.112-5_all.deb
 bc6723be05f1b87113d18571c2f55096444005b50b83b760de73dc321d197afd 509516 
sugar-session_0.112-5_all.deb
 e6d6b7ed4295a321ad4e1126efc38a4d556fb96b516899c38c0f3d8ee33222f2 15290 
sugar_0.112-5_amd64.buildinfo
Files:
 c67db3d473d9797dff6a1ffabdca4b45 2200 x11 optional sugar_0.112-5.dsc
 1eee3292cd97b8889b46685d9540b484 39404 x11 optional sugar_0.112-5.debian.tar.xz
 29a77fd2ae0b78022bb629358b48f9df 185672 python optional 
python-jarabe_0.112-5_all.deb
 1aa64b81bd98ae82cbb2d1aecd221d57 25428 metapackages optional 
sucrose_0.112-5_all.deb
 5e14e02e7983ff709440b7b75a7731f9 509516 x11 optional 
sugar-session_0.112-5_all.deb
 e7fa41d92c3eec8775e856affb9211d9 15290 x11 optional 
sugar_0.112-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJKBAEBCgA0FiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlrhyvAWHHNhbnRpYWdv
cnJAcmlzZXVwLm5ldAAKCRAVf9rhFfHirU1fD/92qDumIfH1JgdVDhksHAloHGDY
y/H/GqGhRLUZcx1RnxHKGpXnsPuRMTMpfbVJYZFpw2gKsaZmhKSExc587vmor/Bg
mVsjacc+k6hKqRMsKkCBMh/O8C2YTnivCoJBoEi7j/lEieudGnsDC+FEVT3nbKZM
k8PGC7ag7xckB+niiPmr3kuTieghbQdV1PsUbqetEu3VVTlBRJpGQnrKWWt1Hvtr
3xNTHl7uypANOLHheuTacgvy2iAF1SjEK7K0NbkZUpovEtJDU8ylNwngHM/7Veoc
/nY7HBGiGq8V3CsHZziuXTZeCPdAgbGIrKQJBLcIgkF5fR1AModogHINnaAYQiLI
iAAfWTJ9nGb6TpoHfR8SJ2NFVQ/C2Zxkj1JNKtv/HN3T1BKRDeHwh+SkZNTuThJ3
oFEuanPa56WkMESXJCzVIR8tuAcnaEWz943Lv76t+VxC2/f0WKHZIxX3FJ8RMbbV
Y7W7PxEz2hgyC8dTOqHABNy9FCiK0cjK39qi433zj39DSLjI/8amewZpsa8L+nX/
2yvF4CewYpnySdujeSLU1kFWqCpJRD0vN76IGcBR4KmBRL9z8+SBIvpNWBuqk5XP
U8/XXTecPzE+2cmVKu8gYxCsCOw5y+8Mgu7LtLEzHXepXGVOrpo6Yy/ee+cCpdEL
KPLfHGneVXXXlZrdTA==
=nWF3
-END PGP SIGNATURE-



Accepted sugar-read-activity 120-1 (source) into unstable

2018-04-26 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 26 Apr 2018 08:09:42 +0200
Source: sugar-read-activity
Binary: sugar-read-activity
Architecture: source
Version: 120-1
Distribution: unstable
Urgency: high
Maintainer: Debian Sugar Team <pkg-sugar-de...@lists.alioth.debian.org>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 sugar-read-activity - Sugar Learning Platform - document viewer activity
Closes: 886042
Changes:
 sugar-read-activity (120-1) unstable; urgency=high
 .
   * Team upload.
 .
   * New upstream version 120
 - Port from Gconf (Closes: #886042). Thanks to James Cameron.
   * Update VCS URLs to new repository in salsa.
   * Declare compliance with Debian Policy 4.1.4.1.
Checksums-Sha1:
 85071d70c720042a2fb81b017a04767ec0243969 2137 sugar-read-activity_120-1.dsc
 799d2b0d55b3ed8c4d95ffdbc0c5840d74b726cf 105076 
sugar-read-activity_120.orig.tar.gz
 84b07d8f307f514a03c911732d821e8db746da8e 6040 
sugar-read-activity_120-1.debian.tar.xz
 54e72eba28b7b2e1176bcdda65aeb5f6e08d959b 10968 
sugar-read-activity_120-1_amd64.buildinfo
Checksums-Sha256:
 d5606cb6a69794b100e20b29a19823adb476349b880514532a2ef5cc41e2f51d 2137 
sugar-read-activity_120-1.dsc
 2ba2104661c1bd3bab61861c57a0dd040abb49b115941396236932f4296449e5 105076 
sugar-read-activity_120.orig.tar.gz
 99d71e4b5c71019c078dfe31f03650bd6872a80b4bd210d556f5a85bf64dbbc0 6040 
sugar-read-activity_120-1.debian.tar.xz
 f7a4522b64a64c52da61fdc86e7410d3a603c3050e65a8b02474d8e23c48d7d4 10968 
sugar-read-activity_120-1_amd64.buildinfo
Files:
 2843dface0cf5218314b05d3b48bfe32 2137 x11 optional 
sugar-read-activity_120-1.dsc
 c4a03691bc7e318a62a8d7a7d2ed40c9 105076 x11 optional 
sugar-read-activity_120.orig.tar.gz
 1872739b501b5c227705a067c992ed10 6040 x11 optional 
sugar-read-activity_120-1.debian.tar.xz
 5d6f09e3df79627cd23da7a10c282543 10968 x11 optional 
sugar-read-activity_120-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJKBAEBCgA0FiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlrheu0WHHNhbnRpYWdv
cnJAcmlzZXVwLm5ldAAKCRAVf9rhFfHirVA6EACnxcH7APow5uDIli+MYfHth2WU
w0xioJRwJ+L4ldLGRzrQ2nNYq6VS/jVQd0ZG9xPU4DJtBS8Zr61IdM2Jxm7t02Y5
0AA80Cfjz2g8bAXynVfLICua5vi/NLDPmVcISrzn/Ca50/oSHAT8GBILdW2I5/Op
Hiiha2/Vnd8gxipsdK1iYbtAqcxcUOK66bR0LFtwynkg09pIVABMYnuYs93aS6yd
epaT/X9Z1jjeV2gru+/1YKPmC7QwOGRX2tMl/CKC+D5HieFFH+ZwZOL+0cozs8j8
REB3jV2QXJqoT0MEJHi+XXXR6Esq9oTACICEzF8U4im36PQsrC3eTsLYyhLCFhYn
+oG+WnwYdoVPWEyqJsk5zr3xj5f5C83eQkA95CIIWhvHrfogukCZQgZ7Lgt7rOmJ
98EtOkrXlpzv//USmMLXwbwOA9p8IugfxcLGBN644K89ML4EEPnaBwRyH6pDb+aS
23b+Kp9v91ovAby2ZwsEm8XgOHMCRRmHeFNpXf+863wnWhFzknWq9kkvSZnSUBiX
86WC5WWpLdGkHJ43Ivu76AJ48eV2KyTOok6i4eCvB5SwX2DaH4UOqCVN62y83xzn
w6QVDLQJh9bdvK7IaYFoz8i49OUFXQu05sb67yB/nP9FFqDhgk3S7cuhgrTKK6rp
tqDtJntAycmIGvxemg==
=D41M
-END PGP SIGNATURE-



Accepted sugar-write-activity 99-1 (source) into unstable

2018-04-26 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 26 Apr 2018 08:54:38 +0200
Source: sugar-write-activity
Binary: sugar-write-activity
Architecture: source
Version: 99-1
Distribution: unstable
Urgency: high
Maintainer: Debian Sugar Team <pkg-sugar-de...@lists.alioth.debian.org>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 sugar-write-activity - Sugar Learning Platform - writing activity
Closes: 886043
Changes:
 sugar-write-activity (99-1) unstable; urgency=high
 .
   * Team upload.
 .
   * New upstream version 99
 - Port from GConf (Closes: #886043). Thanks to James Cameron.
   * Update VCS URLs to the salsa repository.
   * Declare compliance with Debian Policy 4.1.4.1.
Checksums-Sha1:
 462ce0f872d49bcdc7ab3deafc28bfdf2ccbb7a6 2094 sugar-write-activity_99-1.dsc
 db1456ba95e231ef540b378bbc6c525b3d628c49 96282 
sugar-write-activity_99.orig.tar.gz
 d584bf4fe69bb09a2a663c203aca1beddbc46070 6636 
sugar-write-activity_99-1.debian.tar.xz
 2b2577738d4f19538605590baa1fd5f46a73ed37 10969 
sugar-write-activity_99-1_amd64.buildinfo
Checksums-Sha256:
 4e5665d5d7952ae01ce825219e5366fa49fb58340a3175d8d21d19d224040950 2094 
sugar-write-activity_99-1.dsc
 1c0ea093b175d05078cbb50d95d665bad8ef0d023d795f35f870298feb16f000 96282 
sugar-write-activity_99.orig.tar.gz
 cc6b9b7ecdf19e0ebf6b75a399d3458acaf8ce16773a12c45d713037fcb623f3 6636 
sugar-write-activity_99-1.debian.tar.xz
 8eb06a6c9b42057cddfec009e91dcc0b01dafea84f79719935b92fead6187849 10969 
sugar-write-activity_99-1_amd64.buildinfo
Files:
 f0a8bb260613abfdea56bbc848ff15b2 2094 x11 optional 
sugar-write-activity_99-1.dsc
 2d6b3304f721feff5cb3cc459bc6eb68 96282 x11 optional 
sugar-write-activity_99.orig.tar.gz
 5486baf8739f485e93ed80895bce9dae 6636 x11 optional 
sugar-write-activity_99-1.debian.tar.xz
 5b105e75cc585e06f5f5bbd0f7b6e1e3 10969 x11 optional 
sugar-write-activity_99-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJKBAEBCgA0FiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlrhe3gWHHNhbnRpYWdv
cnJAcmlzZXVwLm5ldAAKCRAVf9rhFfHirWtzD/9eZREdd97i3XaY2O84mITS3Ov8
bR6MD6czIhMTPVaYY3RqNvkJTQ2lErRrmDs3C7CrzXZk3BqbP15i8+kDPHcFg+Qr
XQi9EDK8DdiRiHmYOGKFi7YydX9p2TYUQo05/7PQhOYPtgSEpmIJLBykcW0z3VEw
4bwRqfH/UT2a0NA237rgGt81turAPHIRlQcPVIq6IMbPrR15a84KBg0BALNY6LTL
Wg2jkkbqrEW49Kl8NJXEVLyw+ECuYjUSy1N2wnwuX7i/Y7JvXgFxuHIIiTQdr3C8
jk1Ke43qc/MWQtd+vxbIa1NeN17yDpSlSCv6L/he7NHLn94KB+QzcWG4m7FEuJEF
syj+B8U+483hzpnJAWvOLcpLf48gnvg0aHY+UVERx1Hh3+s6rYopUn7X5KOTVRXZ
bNzpU+9Kwhl3F8vnFFQG7LYTmPyp0MJA1fBRk+5DYKiKi76hzGsiB5oUeq+u/bKj
xfW5bsL7V9+m8n07GDlpqm6DxdJ292p7q5uiIBkuHB81COGxyn/g+NfcxgHTlyWM
Z2Ye308zTYbm3eY7Vvn9CCqFYSMHCdt2peFv2oJJqI+vc0gS0lmPpX/bbak3Aihs
waGkbfOYGwde8TZkiUWkwrl79Un/WSfhs7m1CoC1kYiUEik5gAq8Kx4mivaiSz9C
PxZy9wCVHhQ4Xj4DAw==
=gokx
-END PGP SIGNATURE-



Accepted sugar-browse-activity 202-1 (source) into unstable

2018-04-24 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 24 Apr 2018 14:25:46 +0200
Source: sugar-browse-activity
Binary: sugar-browse-activity
Architecture: source
Version: 202-1
Distribution: unstable
Urgency: high
Maintainer: Debian Sugar Team <pkg-sugar-de...@lists.alioth.debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 sugar-browse-activity - Sugar Learning Platform - web browsing activity
Closes: 886041
Changes:
 sugar-browse-activity (202-1) unstable; urgency=high
 .
   * Team upload.
 .
   [ Santiago Ruano Rincón ]
   * New upstream version 202
   * Include changes: a7f2e19 ("Add Gio.Settings for home-page") and fadd3a3
 ("Port from GConf to Gio.Settings"). Closes: #886041
 Thanks to James Cameron.
Checksums-Sha1:
 4ef04c13398e07f3fe88b813ccdd9b31c495e312 2119 sugar-browse-activity_202-1.dsc
 9541f7593ada04248dabfcf3089ca0f9dccddc96 279679 
sugar-browse-activity_202.orig.tar.gz
 18123921ca51b21063699d92dde773343985783e 10808 
sugar-browse-activity_202-1.debian.tar.xz
 35f16f42c83a3c73791787c57d457712d859b32e 10984 
sugar-browse-activity_202-1_amd64.buildinfo
Checksums-Sha256:
 d20668ca402ae035ac347a3cd935a71b125369445214cfdce9ffe507a4e6a24a 2119 
sugar-browse-activity_202-1.dsc
 be690bc68f081c04a8bfb49e9632955f0fe0fba4276a00248ef673d304dc3e64 279679 
sugar-browse-activity_202.orig.tar.gz
 f54dddb7d2b394c44c8b0aa8c1346b08a2a3b86f12d44069e367346a6d2e5890 10808 
sugar-browse-activity_202-1.debian.tar.xz
 b3b0f394a992abee704c83896c273a72b95276560d228c10569f46126667ab83 10984 
sugar-browse-activity_202-1_amd64.buildinfo
Files:
 0e9889b58d0064441ff781c9c16b0cdc 2119 x11 optional 
sugar-browse-activity_202-1.dsc
 fba5e4e2deef593f2fdc39a0ee7a4184 279679 x11 optional 
sugar-browse-activity_202.orig.tar.gz
 647efa4e34af694eb07aa43ca0899cae 10808 x11 optional 
sugar-browse-activity_202-1.debian.tar.xz
 3a0a0dafd7e53231d4c800c1873c87df 10984 x11 optional 
sugar-browse-activity_202-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlrfMMwUHHNhbnRpYWdv
QGRlYmlhbi5vcmcACgkQFX/a4RXx4q1GSBAAlXQk5+sGXt5EJbY0pg04PzBFt3wh
s9PhJpM5U4UF25QIGLvvrgZj3dX9VB2KLtza9EET9zCmUIMOYxK8PHiC9Wi3DnXp
xodc/KVNzlqJhENHUHcVkEfFpbnMEJCYMjT9XK/rwsvFludpq7R2KWQTsd3S4wEu
zKVWFBvAD+LoKZwSFxkbLcWLSL8rrfxVU6oBQTpGDD3FkwuhfvVgeNrEAlCfys/M
SlX1PkFGjBkvGZwKZ/h3RqsBBnd+PegK/txBlFdLO8u8eYRpjVYReJiOPk+ectG5
oHjZRHig9kHbCCLWUGY3G7Q+cdCAnnH58LJYcdWvEOlUrdLeu4MYS/bXui2q+Y2R
3pbOxluk+SYmERdG0euSz56EjXdabUoNtIo307dtKMluwk/EAb+WBhI5A474qjDk
7UtzIpLJKrJ6CixRFxxXkzd9AKzudw2ldwvyitKxUllHVLtVMTss7MV3XRb/ui2a
7Bizbud1+aBnAFp39md6fHlpdDQ4Q9CANgTHB4LVnzavxT0Ltt+tZbRxs402Mkem
XB1PedlfDRNUUT+JQGG3QYE1AEe15gxMQasacP73y1cNL0U1G0Ktc6KD+QD8bvsW
YFNSIuP7E6Ged5z4BVuAy6Bkg5CvUVQutNRr+KNwQ114Pakuv1PQyF3//cwRLeIq
pDFH3dWOZqntiq4=
=fa0K
-END PGP SIGNATURE-



Accepted sugar 0.112-4 (source) into unstable

2018-04-19 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 18 Apr 2018 18:32:50 +0200
Source: sugar
Binary: sucrose sugar-session python-jarabe
Architecture: source
Version: 0.112-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Sugar Team <pkg-sugar-de...@lists.alioth.debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 python-jarabe - Sugar Learning Platform - graphical shell
 sucrose- Sugar Learning Platform - Sucrose
 sugar-session - Sugar Learning Platform - window manager
Closes: 857230 885528
Changes:
 sugar (0.112-4) unstable; urgency=medium
 .
   * Stop depending on gir1.2-nmgtk-1.0 (Closes: #857230)
   * Stop build-depending on python-gtk2-dev (Closes: #885528)
Checksums-Sha1:
 88968938e992bd14c8771e059e1e0e1f3b5f88be 2173 sugar_0.112-4.dsc
 8712bd7d846a274a71c4217b1cae22bda7485859 38992 sugar_0.112-4.debian.tar.xz
 5d5d9d6760e1c572cac105159ba745243ae9b039 14942 sugar_0.112-4_armhf.buildinfo
Checksums-Sha256:
 19945b9f145d5db544dd1cf8862fa346297c3e66cc113a172098ca624cd1fb33 2173 
sugar_0.112-4.dsc
 cc6c8a100236107f6704424037b83d17de11fe60187ae6a251678a3bfdb4f35e 38992 
sugar_0.112-4.debian.tar.xz
 f02bbcca93f91e00afd5a413852f7338bc1afb207c99d08ef60b85249f8fbf5e 14942 
sugar_0.112-4_armhf.buildinfo
Files:
 a4fc688008d1f08bdd25c8adb7b61ade 2173 x11 optional sugar_0.112-4.dsc
 151b4796828b4081dc89925d55fd0d4f 38992 x11 optional sugar_0.112-4.debian.tar.xz
 ce8c29925a489c759ea822c498c7e1a1 14942 x11 optional 
sugar_0.112-4_armhf.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlrYTtEACgkQFX/a4RXx
4q03Pg/+KBNppOOVUfqYmvLMA66ZL6e73mgSTpKZGlFNvtsXI9l6OKOiW+184IkS
X6exQnulyJLbQFAiIA5lNxHn+amMkxyP6x9+CMLSmTTyasEfprRGWshys7EXiUKN
f5ZZjkyTRyUFZ0ah7sayhZMdbdLA9rpxXHc16H1hzxF3iV7tkcLOvBhZff37O5ad
r2k1pBaDfve6QN28Kj5sS5UQqzN3xeYgb+J6EzRpb0jzVHSI31tORFYcwBHIOixS
881lBDuKEY6pHOeNFQj2Xkl72u+Q/3PUlCaVwR0LvAbwZeomEPA8pa8w0a4K/UzV
cc+F/esSrUi0OfVUMDBUgXvW84Cmx6wu3mV8a3HHrxtWnCrjepGXnkC6B4ic1RPc
P3lDQjS7h1uFS2gGHFla8a/PxJQxH28xs6gHhETeut0XjrnulKcqZQVIMFVutcCH
xHShMmaHvkd4E2aA9RwC+pjo3u6Vuckxgb/9x2k5smc/Z/qQmuzH3WSWY6BT6+ct
G1PcHImo5VRSQk3wqa7qqUBG5vdV52M94xS+t8RH2YYISw1jJ0Hs1VDglNCB4nnb
696quuLjnMxbsTgN9LC/vF57vTZExeiUeE3R497UUl3WK2V+XDZKFemRfkjYaLbL
eerNxPwfRst1gn9NrjVcegptIn1cnnQvKXTbUbm+wyZox7fhliM=
=gCuE
-END PGP SIGNATURE-



Accepted sugar 0.112-3 (source) into unstable

2018-04-17 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 17 Apr 2018 13:49:19 +0200
Source: sugar
Binary: sucrose sugar-session python-jarabe
Architecture: source
Version: 0.112-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Sugar Team <pkg-sugar-de...@lists.alioth.debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 python-jarabe - Sugar Learning Platform - graphical shell
 sucrose- Sugar Learning Platform - Sucrose
 sugar-session - Sugar Learning Platform - window manager
Closes: 886040
Changes:
 sugar (0.112-3) unstable; urgency=medium
 .
   [ Santiago Ruano Rincón ]
   * Add upstream_0001-jarabe-extensions-remove-GConf-compatibility.patch
 (Closes: #886040)
   * debian/control: remove Build-Depends on libgconf2-dev
 .
   [ Jeremy Bicha ]
   * Drop more gconf dependencies
   * Run autoreconf so that patch works
Checksums-Sha1:
 1aeae60ffe1047152be4b2403fd4464905a93a17 2190 sugar_0.112-3.dsc
 3f6b688a3a6d23986457d1edf1c32b1d3f267e1e 38952 sugar_0.112-3.debian.tar.xz
 4de8143123c2c78c773a05094127d84b03117728 15355 sugar_0.112-3_armhf.buildinfo
Checksums-Sha256:
 11263b2ae2f26b4c23be4584ce80b7652184c3b6982f0aba4e092bb673169dc8 2190 
sugar_0.112-3.dsc
 e628205956b28ca9940d1d14b06ba001ff66bf8a160a3a156c923a9fcf7f1d76 38952 
sugar_0.112-3.debian.tar.xz
 a77ad77f26a78980eed4b24a78eb0a6225e70e48d2e9e5c714c9ec4a02d8d446 15355 
sugar_0.112-3_armhf.buildinfo
Files:
 0b0d90bdb78117f3df1d480d0c438501 2190 x11 optional sugar_0.112-3.dsc
 499683e1f8cdc643815fc6b87e233f50 38952 x11 optional sugar_0.112-3.debian.tar.xz
 25c3a523326f6d9d66fccb97d8d37225 15355 x11 optional 
sugar_0.112-3_armhf.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlrV868ACgkQFX/a4RXx
4q3jWQ/9GnINGf94nInITDqqDIcPIUEfa6z/GaFhe/nbLBUKvTLbJGoP5A9r6AKz
kUhnaWemtbsDFgBIG5/xLBLDBLPkLPn02h2GAIJ2iv8+AsbcJKge44iNxOhNaO5N
fRGEM4I9k7xJqoc83N+SxUIx39Bh3kj38J30hJA1w19Bm0dQtAxcjtZEvWYzt+FW
AL4ox7tN3jP/Fj/oiQ1M5Y1MF7/K3JaMnerMOYBoeO9UrRkJWZkNUm5KhyqW5PvU
cb9eaP5NUyLyVgpoG4taqzsDaKtYYKaEhx+Iy6/qF4CdFHq7WywuqyH2F02/fnxI
T74HnYhBTWm1JFUVFxYYgR0y4VhlbgIZO+1ZX/dM8C2W/IsHEPFrLZ0rE3svxhN9
HMYapADs+uYErE61gXc8E+Qum7z09bpD4aVZPiTLcC15P0rK7BV/UUyFjxK8GG9V
w+rCGNwU5Uv8PmwYvxm/a5AV398pbdhfFRZUMMFlwAWd2lq/+LGIAG002jqQAMIt
22hQNPwbV/YXZ8SiNnpctFPdAv0v0jOMvq/WZS3wUS4uTvWPuhiWhnQ0DYH+c6Xa
XeZiC9oH5VfCSLTqmWOjGKeCVpRKyGGiYB07ej108r3HewYyjkPJTQidMCtnKbBF
GCxyklzM8ZT4gSYZ4Nibj3V10y42IO4ty5VSa/C6HWP/ZOAHsvc=
=GWhQ
-END PGP SIGNATURE-



Accepted libcidr 1.2.3-2 (source amd64) into unstable, unstable

2017-12-16 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 23 Oct 2017 15:10:50 +0200
Source: libcidr
Binary: libcidr-dev libcidr0
Architecture: source amd64
Version: 1.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Santiago Ruano Rincón <santiag...@riseup.net>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 libcidr-dev - IP addresses and netblocks manipulation library
 libcidr0   - IP addresses and netblocks manipulation library
Changes:
 libcidr (1.2.3-2) unstable; urgency=low
 .
   * debian/control: use my email address for Maintainer. I will switch it back
 to libcidr package maintainers <libc...@packages.debian.org> once
 ftp-master get fixed
Checksums-Sha1:
 aa1701cd59cf15fec37301ca6e8dc2607ea89ace 1920 libcidr_1.2.3-2.dsc
 092bf19ff2b3b3765fc002710d2cd1842ae5baae 155144 libcidr_1.2.3.orig.tar.xz
 a58ba3952684f562ba353dfde02304383231bf6e 2828 libcidr_1.2.3-2.debian.tar.xz
 4d2a22ecb88d21b2c95b078c8da1a8e078fdda28 139380 libcidr-dev_1.2.3-2_amd64.deb
 036c09d9383abeb308413468dd0d7e4a669a63c5 15428 
libcidr0-dbgsym_1.2.3-2_amd64.deb
 90bf731fabb24bf157554767fbda1684eb8a3da1 13908 libcidr0_1.2.3-2_amd64.deb
 64fd6bba79c105ec38729a2b09639af02ca8b46b 5889 libcidr_1.2.3-2_amd64.buildinfo
Checksums-Sha256:
 9449023c621762c3bf60be9447db8a324993585a9f541504a017d9b0fc374bfc 1920 
libcidr_1.2.3-2.dsc
 afbe266a9839775a21091b0e44daaf890a46ea4c2d3f5126b3048d82b9bfbbc4 155144 
libcidr_1.2.3.orig.tar.xz
 5c09c1430d0641caa9d007a154c0e3ef98898f89d1c4aaaf0515039980445f5f 2828 
libcidr_1.2.3-2.debian.tar.xz
 bbcbb982751f917f60e8dd1aa3bd2d559e7578814f648cf971a58bb17216032d 139380 
libcidr-dev_1.2.3-2_amd64.deb
 befcc773d7e33e25cc54b790e23ea3c0e8076aa6f453ef793be7c3d80277605a 15428 
libcidr0-dbgsym_1.2.3-2_amd64.deb
 0e7791d1994904e09a7048d2260e286bb29b0b4926bd7ef91e588369fb2235d1 13908 
libcidr0_1.2.3-2_amd64.deb
 60881b396b07114a1be9f125e43f53d92568e5c454152f7d67f26edd546541b4 5889 
libcidr_1.2.3-2_amd64.buildinfo
Files:
 d288197509ae29c57ca02dd6e49b9f90 1920 libs optional libcidr_1.2.3-2.dsc
 c5efcc7ae114fdaa5583f58dacecd9de 155144 libs optional libcidr_1.2.3.orig.tar.xz
 da3e5ecffe952523ea9efb7c99a16ed1 2828 libs optional 
libcidr_1.2.3-2.debian.tar.xz
 8852b8317fb9519643e1a93e6a3b4595 139380 libdevel optional 
libcidr-dev_1.2.3-2_amd64.deb
 c9cd768027408686c5374f51aef313c9 15428 debug optional 
libcidr0-dbgsym_1.2.3-2_amd64.deb
 868a202035827e637f107fd595d86882 13908 libs optional libcidr0_1.2.3-2_amd64.deb
 64cd5356c75c6409a96daae428598202 5889 libs optional 
libcidr_1.2.3-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlolffwACgkQFX/a4RXx
4q0wkg/+Luql0fsGjsff7KGPmZJrpaQg5PGsAGvk6oms3FftIV4srSJwSw4nevPI
Jyvkd8G1D6qxL4QGEqisNXG8Y06HzqDqXb1KRW77aSpBIgrgqzd+a4dH/eCqj9qB
47beGzYU4YknVHaPpZW4zAqY/wauaRphWPw4PJ4BaN6Te6M6lhr6He1TuLgvj13A
txY0ERvzeNPNIP6OBWDosWBbs07UTvS+94ZGpu1cQ1M7qY3hESJBJuo7YEA0Znf6
+UE9ERjGPQ4g/tiFamlTR8ntgblUwASILBrwwySeQC+mR3ZTBWR23Icqo2DIBlWe
zkG3TKp9xzwBFev/nhwYgnFfwt1PvJjIX1GROzlxPQPVcXj9WBJsMwyviodzwuRG
29EEoevCys2mtoAX3IuEhBlCaAN1B4V5+5C2lJ77Qk8EfbkNZ+fvvLbmuvqBAxvn
S9JC5dA1w6+rckF+G0DtcY2jLc/5miKcNhWoJotGwFPwF3Y9xO8z+tlRX/eRZ5zO
Nk3jfD5Kz4kn6M7ilPIx/woKdYuzeqtY9HTnsh/okvZOO5XdyBryhRzyzOtxmV6q
dzDQQmbV1y4W2+xj5OrgFdGhvS9sbMiP7sQubbyvWdN/h2VlO0xDqc1UCBhoWzL1
bdnWUdHtkymHzfaxu/us4IEGy7f78+e1SZIZns75PUnY9ST+BZE=
=nQlL
-END PGP SIGNATURE-



Accepted paxrat 1.32.0-1 (source) into unstable

2017-12-07 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Nov 2017 23:12:12 +0100
Source: paxrat
Binary: paxrat
Architecture: source
Version: 1.32.0-1
Distribution: unstable
Urgency: low
Maintainer: Santiago Ruano Rincón <santiag...@riseup.net>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 paxrat - PaX flags management tool.
Changes:
 paxrat (1.32.0-1) unstable; urgency=low
 .
   * New upstream version 1.32.0
   * Remove no longer needed patches (changes already in upstream)
 and add debian/patches/local-deprecated-inotify.patch
   * Add debian/patches/local-deprecated-inotify.patch
   * Add debian/patches/submitted-paxrat-test-err.patch
   * refresh debian/patches/manpage/adjust-README-for-manpage.patch
   * debian/tests/control: Add Test-Command dh_golang_autopkgtest
   * Add debian/tests/paxrat-grep
   * debian/rules: overried_dh_auto_test to avoid calling dh_auto_test if not
 called by autopkgtest. we need root privileges
Checksums-Sha1:
 85e7bbe1f6912272dfbaedc63afe981232714ab7 1957 paxrat_1.32.0-1.dsc
 86a3e2df6a131efb4266f8396877e33896c5767a 19310 paxrat_1.32.0.orig.tar.gz
 1c60bce30b4c690a42b713375cc15c5bf184668e 4708 paxrat_1.32.0-1.debian.tar.xz
 0739e1e16aed22127822b7378c378bdc24c5a103 5584 paxrat_1.32.0-1_source.buildinfo
Checksums-Sha256:
 aebad51e3809d27e0d4c8e591098da1e1ec4a4b3538c81e1cdf282f0c67e8c57 1957 
paxrat_1.32.0-1.dsc
 93426474009ba8a0c959bf411b11721c364fea85c2bc1221018a7cdab1d6d1c2 19310 
paxrat_1.32.0.orig.tar.gz
 ea1d1e01117404c25209ba9a5530b17aadf12a4e754a289f66d9767a74f6da64 4708 
paxrat_1.32.0-1.debian.tar.xz
 503fadfcf7695c104083ec420db39ba33aacad9c127fb1945e29e92a16e43400 5584 
paxrat_1.32.0-1_source.buildinfo
Files:
 103929413ac7b5a1bdf1cb7678cadf42 1957 admin optional paxrat_1.32.0-1.dsc
 d5801de6ecd1648420a0ac827f667c56 19310 admin optional paxrat_1.32.0.orig.tar.gz
 efe2fd96a12d2021ab7e5947b28c66eb 4708 admin optional 
paxrat_1.32.0-1.debian.tar.xz
 1e92ea068be2adfd4eb27b5484198b41 5584 admin optional 
paxrat_1.32.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEwUqnBPVvaa0NAVzHFX/a4RXx4q0FAlopMo4ACgkQFX/a4RXx
4q3iAw//RHQ+UtVNCDnXFfXO/8LI7Llnpzdx6CvBdKWVrtNwvBYSIx3X15VrSu7h
rlNaCAXHX8DtH1kBAnjDGyojMBvvNfNIrQ+KKgWQPJ18ijd1Eds52sRV/gAireqA
IFv1ZoFE/vJJY4EkxExarnM5jt0BLV3JLox11/t5D6HvUA7Gu2lz0edp5b3irWKF
DKITzldcLAun3/L8hXF0xRCSogj3UkGcsl0ATYEzYDBuLDenud1+MxZJRZRvUCnN
usdcAFYwSBPXtDS2tyAn4Y9lxn9HoLh4R6lWkMbAs5v12ZNAKdihUvLxp+XtP8dG
e6O3FSm2e2RBSK2T5i0inVUS9gXgj3OgM/Qvu7svnZITLvKqZvUnlDHf2h19BCm9
1RE5BrExdZqQeYVpMSDwArBFFPNeLj9BBgn4ZzuB+WCvzw1ufc3JNy4o7CuCF7g7
cHMdm/Q9KAMQkd86h6Urz82GdrtBj3vkamC1+jT8KLljstISjp4Ey9nvvZXQSilJ
ysHg/bRUOj6vzy4pY3WIUw6oopSFYwWI3uJgcHj9NBjbBT8+in/7p/JFw7x8K5Ah
fl24YDKWyXp9i0fWKgeJtSEqCo2LUHQz8FMiVET0+M5arTpFm5zHwTx83BHaLWgb
K+Az4jEjdeuhdL7DZdrbm8ELp3Dsy0UJZoAKuxlXAbf8ylrJGSo=
=vJ6w
-END PGP SIGNATURE-



Accepted atril 1.16.1-2.1 (source) into unstable

2017-07-24 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 21 Jul 2017 06:59:09 +0200
Source: atril
Binary: atril atril-common libatrilview3 libatrilview-dev libatrildocument3 
libatrildocument-dev gir1.2-atril
Architecture: source
Version: 1.16.1-2.1
Distribution: unstable
Urgency: high
Maintainer: MATE Packaging Team <pkg-mate-t...@lists.alioth.debian.org>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 atril  - MATE document viewer
 atril-common - MATE document viewer (common files)
 gir1.2-atril - GObject introspection data for Atril
 libatrildocument-dev - MATE document rendering library (development files)
 libatrildocument3 - MATE document rendering library
 libatrilview-dev - MATE document viewing library (development files)
 libatrilview3 - MATE document viewing library
Closes: 868500
Changes:
 atril (1.16.1-2.1) unstable; urgency=high
 .
   * Non-maintainer upload
   * Add 
0001-CVE-2017-183-comics-Remove-support-for-tar-and-tar-like-command.patch
 Fixes a command injection vulnerability in CBT handler. CVE-2017-183
 (Closes: #868500)
Checksums-Sha1:
 5693b0b9df584d3aa8fda3e7c8467602edc3c323 2870 atril_1.16.1-2.1.dsc
 43b9fab4c55e27225baabf97247cfbf7a61781df 15312 atril_1.16.1-2.1.debian.tar.xz
 ff4971994c1ecf2145ae51d07230dd6cdccfb738 15986 
atril_1.16.1-2.1_source.buildinfo
Checksums-Sha256:
 dc88f16c84baa9e0315613b49649726c796344e3b29b827d62374aed59739e3d 2870 
atril_1.16.1-2.1.dsc
 6a46ef75cdb19fe7cc09834fc2ed5e0baf642116bbe28877aef6f024e7cf85c6 15312 
atril_1.16.1-2.1.debian.tar.xz
 3d8d775f9f9bbfbb3bc02be0f0f0aa75f1b11db85ae2c88fa73ad16d2532d296 15986 
atril_1.16.1-2.1_source.buildinfo
Files:
 af559ee89947e1b31dd4f8214de958ec 2870 x11 optional atril_1.16.1-2.1.dsc
 0e964604a648204f2c0e66225beb3423 15312 x11 optional 
atril_1.16.1-2.1.debian.tar.xz
 ad5e541a901be6e7cff1945a1135c1b3 15986 x11 optional 
atril_1.16.1-2.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEZBjBLN3JFZ8LzvKD3m/9uMjWSL0FAllxywIACgkQ3m/9uMjW
SL2nnhAAsIcuQJKjZQjElYUX+kb4RJ3RC4yuIfhAABqtKyQ7aoyDP+ScH4kFGpQM
dKvU5JDjFfGZkcrSE3So48wyLT9chC3NMm1q84aumj8ZwyxPLOG39Q9TFXFlOWo/
butyCOX6EFFqLt0R0bqvzclxrNO6ECO2SAMI/t7qCm0zuvW3C4SyWzXFtYkR57/v
X0hCRMCGQ1lmsBqIzJJOvOklA/NjiFNCA9WCMbI5xvbU+U9Wx0YgGtBCzvAiQtlz
xWda2FZYECX98cPGB3xjmsuvXxUpYpfbAJ29TOA9Jl+uEnRXhKIZ7cscrfgeHhLh
EF0yHI5stl7mPlTf5+rdEUXyFefgUKRDVpkuz7ISnWeUOF5bLj5zlsra138uiSJ2
aGNT4KSNM/laViYBkli44TZifmQJ3Oo6PPc8yUBwErPzHh9vwOqAiE6tTyMeANpd
+fX4eQKQxqo6GYC0/cjxia/MIivrC0xpNJYVHHY2bPYJtvnsblWVBEqJO6XlV0Zy
i1VMG6fOey+7CMAoYg2n/Lu9+6pteTk6b8+mRW+2ujcrRgOe+eufyJ+4AwO5cO3F
DiHxQfe/oi+2RMQVTFgiBIrgvddcPxT4v6PPV4ElXY+UZpihMeNCywus7FN13eYu
b2ltkrdtGdyYwlyS3FipRVaN/N92hkylcLAqU//4oR0zvDQIAT0=
=y+X8
-END PGP SIGNATURE-



Accepted grep 3.1-2 (source) into unstable

2017-07-12 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 12 Jul 2017 12:59:03 +0200
Source: grep
Binary: grep
Architecture: source
Version: 3.1-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 868133
Changes:
 grep (3.1-2) unstable; urgency=low
 .
   * Replace 90-submitted-grep-man-Dt-updated.patch with
 90-upstream-doc-define-Dt-string-in-man-page.patch (Closes: #868133)
Checksums-Sha1:
 7654b5456fd56322670ea47f28efe30bd7deeb93 2046 grep_3.1-2.dsc
 f592a6e089b1904de1644976c87e721b58a4f0aa 110067 grep_3.1-2.debian.tar.bz2
 7d9e9e796fc8615afba1aa43d06d5d2bc97db701 5369 grep_3.1-2_source.buildinfo
Checksums-Sha256:
 b75ef8eb1399a49274bafe972679680b7add1500a4ee82eedaa0372f8ed744a0 2046 
grep_3.1-2.dsc
 f09ce7a3c860a5de8939ebceb5fcd85d00d1537ad9f998dae5f623d9bcfe4e40 110067 
grep_3.1-2.debian.tar.bz2
 6cd74378e4320abf34cb526d1031f60911dbff06287522075f20765eadf3c539 5369 
grep_3.1-2_source.buildinfo
Files:
 d3ee0d8b6028e02d6cc74116fb6eb1d4 2046 utils required grep_3.1-2.dsc
 b65411fac5578716f6f2559ba286fab5 110067 utils required 
grep_3.1-2.debian.tar.bz2
 f70ed70b50ff01c8d7f47d93c7f6c5de 5369 utils required 
grep_3.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEZBjBLN3JFZ8LzvKD3m/9uMjWSL0FAllmBGQACgkQ3m/9uMjW
SL1b8A/8Cv65SqbsPKRKqZpp9EdHEjsdcLIfefqrwSPKPpe73ls48pZSbvGyxUb1
eYOpa4qwrvdtNZd9/d+ncYw65yRDNQ1aGM1Px07/F7vLa6f93MPMbER5dukrbWMw
qkktrwZ2DQbLhvLLDdQZ3CdnAnqkZC3JSRjFG8DtzBklFSMu/2bX1pUULduFsVYY
7XrE22LIDv9A58QoFlvwYwuzUf1iCapxiD0O9CDPSy6Py3+jHI40m2zKPxBO4viR
QIEp7SXKeK7A5hA/oOy/pMjbCpxjy0+FUbJBPYEvjmpisW75SaTs/v9lZ7FL/3Rl
Ir5sNouaeRn87qGT1YHxMiFhGVcGAZg3eEBS9MYuRtUAq/m1uf0EoKU6tfYSFcrc
dBP+EVh/saah5k1j+/9xLTyyLjudflPfIvlWlovPgL8qHxCxnqd6F6rEDM352mzV
m2ciLLIhIIlpYbZs7rZmV6wDwo7kpZpfrExDFqYntUPxSIzlXiZYd/p2vhwU/EZo
9ZQt8yu/vREq/7gi36Jfof42y6AQKLwSAxs/MM5VhZIYryfZSYTKOXbpHDpABrLK
XrG4jH1+cTlCYn8dguzuFGEua9+Cqhrjnxm4+ue+EMXwpzfVHlvMS6QIJwdixlze
yRttSl8Fx5b2LL4wptu9qswk1JkjXv8JAni6KIsOsxBpBaEiUdU=
=TJAR
-END PGP SIGNATURE-



Accepted grep 3.1-1 (source) into unstable

2017-07-11 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 11 Jul 2017 16:25:21 +0200
Source: grep
Binary: grep
Architecture: source
Version: 3.1-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 863437
Changes:
 grep (3.1-1) unstable; urgency=low
 .
   * New upstream version 3.1
   * Remove no longer needed debian/patches/81-356120-document-multiple-e.patch
   * doc/grep.in.1: Fix undefined `Dt' macro. Add
 debian/patches/90-submitted-grep-man-Dt-updated.patch (Closes: #863437)
   * Bump Standards-Version to 4.0.0
Checksums-Sha1:
 1435e43b75c30f6af6e89a4dc88ece7932335c41 2046 grep_3.1-1.dsc
 d1d677e959c7d874e18e7e3839f26a0f0c1733d5 1370880 grep_3.1.orig.tar.xz
 4b822255ce8f903b4d212d98f367932fd7b2f5c6 109706 grep_3.1-1.debian.tar.bz2
 9c5bbfd9564745c03ffeac41cb44abc81ff292b7 5367 grep_3.1-1_source.buildinfo
Checksums-Sha256:
 1d0205aafe5c6ffa75ac5eb60b5f52f4471112a45c62829864799065b60a9f0e 2046 
grep_3.1-1.dsc
 db625c7ab3bb3ee757b3926a5cfa8d9e1c3991ad24707a83dde8a5ef2bf7a07e 1370880 
grep_3.1.orig.tar.xz
 68201b3c89f3289fc643c249d779f9ddae06cf3b0812490e6cc6285e75889c9f 109706 
grep_3.1-1.debian.tar.bz2
 b82c40f2455f70f924f18687b74f20313d9c23032e7d94fce1c28037734445a0 5367 
grep_3.1-1_source.buildinfo
Files:
 8ec07c656d39fa693827959ce74f3246 2046 utils required grep_3.1-1.dsc
 feca7b3e7c7f4aab2b42ecbfc513b070 1370880 utils required grep_3.1.orig.tar.xz
 7ee0c24d6cddb0706328cc05bcdb6ee2 109706 utils required 
grep_3.1-1.debian.tar.bz2
 71353fb71a0492da62c017bd63286109 5367 utils required 
grep_3.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEZBjBLN3JFZ8LzvKD3m/9uMjWSL0FAllk4GMACgkQ3m/9uMjW
SL2wqw/+OVTGX4bpP0cJ6aHGjVSpeTprHf90nDWnAeP+f3y45ujq9/kNInwNIVOS
cI0ptIVoM1Q60f2V/Z0vLdBWy4bQI88RqpTj1PBel3V23+L0DXq0tNB6nAPhBysw
w7LhT+P+ADqIFCxgNbqAddPoeyW8dvFSDetTM/V89Ph+xCQCdr+0cKpoD3hgc7D4
fKsmMyBOh7gcYHK6Nfg3BxQF0ezYKuJkpplmth9iXULR5qWoBfbW/aB27eO7Hn8g
7vjt5BZtZ7eg7qnd8UmjCvUOwwMTxaTH+EVk9hSz8tJmk5Q08jYiFLefhaXOmLmO
zyCyqhxewqY4sYH1/tYaBctf0bJPSOAPEvN0oo7si8JNhnTQJV2f3qMd9JrQm2o4
tj7qR+f6YTDDhSPI3gLexh+N/T1CnZZL6wbJufftUQ5IIQfsflfntUnwVQKH92CI
kbQBjl2dnxovsSp+xQfD++foh+fTJOahfmjVhclsBS1b6a8xWKqzcYmJTJqPQjqE
rgjNhHc+GbiJDNkb/fw1Gl1zEoVmBCaTf7zj9p4uqqasrYfZ+2UBI4ONFYyVF2ca
65zzmmX/6xHRQnMw6l3LZjg90o4NDZfw8KCKb5D4/a9yBdy4wp/Z/L3lWo5N+Ikc
DtNa3AKosVSwr0uqji4wWj7YASaujuAfj5jlKg5uYayMfeFAchk=
=CHuQ
-END PGP SIGNATURE-



Accepted grep 3.0-1 (source) into experimental

2017-05-16 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 16 May 2017 11:27:45 +0200
Source: grep
Binary: grep
Architecture: source
Version: 3.0-1
Distribution: experimental
Urgency: low
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Changes:
 grep (3.0-1) experimental; urgency=low
 .
   * New upstream version 3.0
   * Remove no longer needed upstream patches:
 - upstream-grep-simplify-finalize_input.patch
 - upstream-grep-work-around-proc-lseek-glitch.patch
 - upstream-grep-fix-bug-dev-null-output.patch
 - upstream-clarify-early-exit-news-for-2.27.patch
 - upstream-grep-Fo-could-report-a-match-that-is-not-the-longest.patch
   * Refresh 03-397262-dlopen-pcre.patch
Checksums-Sha1:
 8b2a6dc91c616274e263865c039b1d2e864f8ed4 2075 grep_3.0-1.dsc
 7b742a6278f28ff056da799c62c1b9e417fe86ba 1375156 grep_3.0.orig.tar.xz
 02a851efe2f21c19a7e6de814b2293f0a55e4660 109404 grep_3.0-1.debian.tar.bz2
 a386ecfed2f80547c562b78b342259a24f87073f 6951 grep_3.0-1_amd64.buildinfo
Checksums-Sha256:
 ff7b2fe97aa706d5e5beb35d13665c0e5faf99e49773dde1aafc54c03d842d16 2075 
grep_3.0-1.dsc
 e2c81db5056e3e8c5995f0bb5d0d0e1cad1f6f45c3b2fc77b6e81435aed48ab5 1375156 
grep_3.0.orig.tar.xz
 ce58ab51fcf0b62d4ffdd0d0544f4c7feb792cdf62c7111973fa6594d26ba309 109404 
grep_3.0-1.debian.tar.bz2
 3487d0b4230519f733a725feb73ff9f1f0917f0b40c6ce1016fc9b4ff24a31ec 6951 
grep_3.0-1_amd64.buildinfo
Files:
 dd9e5dbaa78bbef8787f40223dfdea03 2075 utils required grep_3.0-1.dsc
 fa07c1616adeb9c3262be5177d10ad4a 1375156 utils required grep_3.0.orig.tar.xz
 a6228e8604635a45521b6125b23f2a67 109404 utils required 
grep_3.0-1.debian.tar.bz2
 7760132fdfb31dac89126950de4e8352 6951 utils required grep_3.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEZBjBLN3JFZ8LzvKD3m/9uMjWSL0FAlka9nIUHHNhbnRpYWdv
QGRlYmlhbi5vcmcACgkQ3m/9uMjWSL2Irw//QW4cbLQFvMYa9YeWrwbyYXkSSrFW
uYXzOBZYM/pG9drhIslYHkFRfpnTnGZ+dile+hgDwkTiIUx1oS368mALefEixxwg
uigtl9FCJ3HLeA7KFC0vGOhMhIo+GINCt6EYo8oc0JYdWc0S9ItsysXSi9IED8Sk
7jFLHBG71FHnZ/KwDIgx1UBwAJIYO6eGjtQ+XkrcWg7yb2+1Cslq4OhdBTzJS9sO
giYNbfknldwwmw8Y4vxXUP7uHVeDxBp/6jNPsmetJSR3bdpSibbSRRi/2j2h/ybo
rnutkohVEfmfU4QSqCTzNo4AuaebC35NEg/Ms+m5G6dSXuVbRu88oTkc7Q3430H9
I5cvOKRRyAwwpNVIljb6xgZDeZPld4lV+eGNrUC8It2DIdSKApDrtHXHivhxXmfP
7/WGYVQmL69jDGH21YgoGkhIzzIO90GXdd02R4z6BrIG+rFTiAQhwtAIEd7XGO5N
RBJ9xmhOasZWmFU+loJXLgYjH6PE8pjtEjmDeScz+5CylvXBVTod0hm0zW79eaZf
FdjDoRhfo/wLOptmjGZdTNyZxLP3UdXAsLfYYeaNJnkhF0phCdru0osNx4S8wfLf
fo6ygEE4AnmWjS+ER8Z9spfOXIZo2ba+SELujsIExr1WY203GzOW2RIVJCW6XOqO
h5+7XWP7o3qiF3k=
=8orF
-END PGP SIGNATURE-



Accepted paxrat 1.0-3 (source) into unstable

2017-01-23 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 23 Jan 2017 22:37:42 +0100
Source: paxrat
Binary: paxrat
Architecture: source
Version: 1.0-3
Distribution: unstable
Urgency: low
Maintainer: Santiago Ruano Rincón <santiag...@riseup.net>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 paxrat - PaX flags management tool.
Closes: 846885 849863 852086
Changes:
 paxrat (1.0-3) unstable; urgency=low
 .
   * debian/control: Fix Vcs-Git URL. Thanks to:
 Robbie Harwood <rharw...@club.cc.cmu.edu> (Closes: #846885)
   * Add Recommends: paxctl (Closes: #849863)
   * dpkg/apt hook checks if paxrat binary exists (Closes: #852086)
Checksums-Sha1:
 e14cfd414921128afa43e50271e433008306fa9f 1880 paxrat_1.0-3.dsc
 5a81797394cf5da7ec23fc603d428870324b7a2a 10732 paxrat_1.0-3.debian.tar.xz
Checksums-Sha256:
 7c33a1c8690113b9689a5dc013c8008312a6ca900612fa65a226a19c70caacae 1880 
paxrat_1.0-3.dsc
 d9d0a536520473a5000fe13118e60cee72e57eba2f4a9cb5edca6f2af0a49fe4 10732 
paxrat_1.0-3.debian.tar.xz
Files:
 218e5a48f328d478056b21f9601eff87 1880 admin optional paxrat_1.0-3.dsc
 14c421761217225c664ce8fe20a511b7 10732 admin optional 
paxrat_1.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEZBjBLN3JFZ8LzvKD3m/9uMjWSL0FAliGfFUACgkQ3m/9uMjW
SL2q+g/9GdstHB3pwe0IVULnkcvOJDeBiaKMz7vTcki1Es6i4Q1A4V7a1SVNnHre
Z7JDvexel9TQlsCDcepOoXC493uOWPOUUxzMDeI8rEH2FE47ibCpz1JGMuJ5j/3S
WIx+N1p5fef+DSNbvXpW8xjTPHDmhrcWSkg9VBEAxoRnNTuiK1s9BBeARIhJCAhF
UHfX7Oyv6M365c6JW56C4+GebUP+iq25jglmREZ5Re9qLC6mAMpIi/zWBmCeXmJ3
ErNwxjs4ScTlhwsWHAX7Rzz3B3uWXW+aNBuXwWACRB/fJ3ZcZ5Mh6fBncd3a8cec
OHy4zWiDgOGlhAli+9BhKY+QTjDXpiBaclR0Wo9I/YlTCnEHkK52D2STV7DOGJ75
Wtpw1nf3tclREBHS0RBwlWFiPM3Ohx6iKRD99VV07OWH/3E2Rjson+hx5LWl1Riw
8AcT0K7pPY2KZkkwCh75quRrrOQlfD03LPUk7OKXIpG/ZGMYLWMwp9GWHjtPlWVl
JrMOCDGQ84cjTNCdOE0PJV8rJ+cSWDU5xke/ODl621194m+jcyN+rnTePzc+51xI
ajszpnWjiXxJf71qa6dYe/YY8J1hcNjshaOFyudwpOLJeJRDyEetoK9aU35NcokB
m44Zhwkqn9XrB2S20qm1+R85Rnq1mkCAWKtkuf7gT2Mibh3+fOI=
=Ikqa
-END PGP SIGNATURE-



Accepted grep 2.27-2 (source) into unstable

2017-01-23 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 23 Jan 2017 19:18:59 +0100
Source: grep
Binary: grep
Architecture: source
Version: 2.27-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Changes:
 grep (2.27-2) unstable; urgency=low
 .
   * Upstream patches to solve issues when standard input is a file in Linux
 /proc file system and standard output is /dev/null:
 - upstream-grep-simplify-finalize_input.patch
 - upstream-grep-work-around-proc-lseek-glitch.patch
 - upstream-grep-fix-bug-dev-null-output.patch
   * Minor upstream patch to clarify in NEWS the new early-exit
 options.
 upstream-clarify-early-exit-news-for-2.27.patch
   * When grep -Fo finds matches of differing length, it could
 mistakenly print a shorter one. Import the patch to fix it:
 upstream-grep-Fo-could-report-a-match-that-is-not-the-longest.patch
Checksums-Sha1:
 8541d5718aac261c97956255098f0ff4e7616ae0 2053 grep_2.27-2.dsc
 208a534bcfb3e06ac55e770b574f94b1924eeecc 112728 grep_2.27-2.debian.tar.bz2
Checksums-Sha256:
 c048a1ad8c39877c2fb0279887c8ea93e59591788fdb08e2f75249ebdcecdea7 2053 
grep_2.27-2.dsc
 445eaf71811df5ca18242fb5adc417d35e349e49810201977bf7086746b967f4 112728 
grep_2.27-2.debian.tar.bz2
Files:
 7393ec7846423c0793e82aeebc1d9409 2053 utils required grep_2.27-2.dsc
 c8cf4a4a1f981dc3c1d7a56690f93f94 112728 utils required 
grep_2.27-2.debian.tar.bz2

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEZBjBLN3JFZ8LzvKD3m/9uMjWSL0FAliGSxwACgkQ3m/9uMjW
SL0fwg//e+TJQl1A91UTN8kS0ptCSTJ1cI3HuxXSXr5i7Oxu9GIL9QETAkzWtY/F
dKbjLZrJivcg2QV1mFABY9Bn4KoWuv2t4zL6DTWzgrTOaZtFcjt4QETWF/LqZmqZ
vDYs9VLCKeSQcmCaeFWfR8om0wR+LsrhK1vMmoD5jL1hmawyLYU8naeg/JEvp7W5
iIK0tzd0sdEw9CqVDtvkLskihMIk9GGyp0QWMZlga5Cy92Jj21aEWyoOsOZb6TAr
HPTw6ACnr6bL6N3S0heXrSsFANa7eh3M6RQTsVTWN7iEcc8qxqKI6+ikWDm6CaOz
LoqKvuAYnVlSBRNWEF3HXKLe5oAUT07LgDrNVZ7vCg5/WEb5YYmrx+HIizj4o5XP
EZJlkCmfnGgCdDF72ahYdOiwI/DOdEoEyjUCaJQmgmImRXc+IOGwKFAQFq43k+k3
1VD5bYMuMUBvKUCVyozfj6YvoP7jInaVP5M2On1eNrIa6DMvVQUvvJv5gokkxiqc
M7JMkTFJq3SnfemUmVI4HQYWYLgaaU19g8S4P3TrimpZaDClCjdy9f+EExPVjTYf
v661Mb05d+5viDNUwDgTPXBgU9gOJ4psxsZDWfPXOAjCWlRiHCJWYQdcmst5Ojij
wBXhM0nvo7CKDJbd0ypeUAC/UXEU5o87CYbx+3qQ5F1qnoZQf2Q=
=QP6B
-END PGP SIGNATURE-



Accepted grep 2.27-1 (source) into unstable

2016-12-07 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 07 Dec 2016 17:31:23 +0100
Source: grep
Binary: grep
Architecture: source
Version: 2.27-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 831673 844286
Changes:
 grep (2.27-1) unstable; urgency=low
 .
   * New upstream release.
   * Improve documentation on context and matching lines. (Closes: #831673).
   * Fix non-deterministic behavior when output redirected to /dev/null
 (Closes: #844286).
Checksums-Sha1:
 96305779c49665612d6071740040122a3afd128d 2053 grep_2.27-1.dsc
 ac68dd7d07cd4318ef5545c29c9a37ed2e96aef6 1360388 grep_2.27.orig.tar.xz
 6ca38d141295ddba8d1b88f8c81412acc7f91f00 109032 grep_2.27-1.debian.tar.bz2
Checksums-Sha256:
 c52e8a3bdae428e786a87aa5501faac621d4d0b017cf0bc2d8f5abd866fd5aac 2053 
grep_2.27-1.dsc
 ad4cc44d23074a1c3a8baae8fbafff2a8c60f38a9a6108f985eef6fbee6dcaeb 1360388 
grep_2.27.orig.tar.xz
 1b99fff124d0a46e97fdb2f67f556d0684c0027ef6f7902f7c421b8828a3eaaa 109032 
grep_2.27-1.debian.tar.bz2
Files:
 02831f811205d0f7948265be97cc5c96 2053 utils required grep_2.27-1.dsc
 6138dd227c39d4a25f81eea76a44d4cb 1360388 utils required grep_2.27.orig.tar.xz
 a8e09d0ab0066cc8b540fc6ecd8db486 109032 utils required 
grep_2.27-1.debian.tar.bz2

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEZBjBLN3JFZ8LzvKD3m/9uMjWSL0FAlhIPb4ACgkQ3m/9uMjW
SL0u6Q/+OwRypvNUNWB1iu8BeQLXu/slPRlzpa3mYiiLS/zb34NzvI2vlx8QjXCb
uBN7/0y0H4jRFiykd+1dgx3TDZExq7uWKDcRV3AWXHYE6pNDRCfo448g8uvEfnPr
7W4OxjPJ59bEWrh+gY60aNUzMhXwoqA/dYNhRL0vwmM8EVLvIwC1ndE3e4EifXO9
XCUaOMe0qlOqiKGq96GQs6uT1EfZqp8lEmUxRriVUb4ukcQz7hIDMW1spGqXgap/
7ELzFkPiAGNVLQ4Zg0SpXv81Ofe+WY6TmK00M+9dyfi86GOU5BLtdXrU+oaeB1JK
0srfPE0ctXCd+u5HCmVqDOAdVYzdffQosxIE01wudpdw9oNKybZs8NvT6Dw4chdB
DNae7C0fiobHuCqht1Uxl9uLP8dnUYRgEUxjUBJyG/v3RNnvP1XcP7xSZff3Irqx
RlK4acnEWiZi1vVqDlAbJdRnGhC7MuEJBDJ/Vfpjv9MwGUEJpm86NACPCAaNJK1H
RsF9xkmVgkR/3ehxlRUmohOlHdPHOcml9GzXZendHN0GmnEaRHLZo9t1AyxmIHfH
X5b5OuFxxljMyWRz16uLceISiNm0HcLeWx0W5Z5bdSuZKqP/Ug3MG/Y/KzcF5FzU
yUYI3K2LoPIM0pAyqsvpwBeLS8BtdS63cVA2ViPTzHmTeQMZAhc=
=b9vG
-END PGP SIGNATURE-



Accepted paxrat 1.0-2 (source amd64) into unstable, unstable

2016-11-28 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 27 Nov 2016 21:05:32 +0100
Source: paxrat
Binary: paxrat
Architecture: source amd64
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Santiago Ruano Rincón <santiag...@riseup.net>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 paxrat - PaX flags management tool.
Changes:
 paxrat (1.0-2) unstable; urgency=low
 .
   * debian/copyright: upstream patches in debian/patches are GPL-3+
Checksums-Sha1:
 643f6a1cc2d518b43a9f448c73877c3ac282b348 1876 paxrat_1.0-2.dsc
 8346d9f517018cd23ebd5f2a2a2c7c62adddf13f 17282 paxrat_1.0.orig.tar.gz
 96d11dd1a88ba175266dd7b4b4f0c34bdc76137a 10408 paxrat_1.0-2.debian.tar.xz
 f4058441cad551c85c1b6059644cfc9b45837c31 5154 paxrat_1.0-2_amd64.buildinfo
 1509eabed4dfbc3f737990bd2445ef5882f60a34 697060 paxrat_1.0-2_amd64.deb
Checksums-Sha256:
 aa0fdffc9d175417571fd92938751d9792c12bd118e13768b772a150a5729d9d 1876 
paxrat_1.0-2.dsc
 227fcdfb8709a8b9c35859db0b7de14db621b41c1aaa47e02641388c3546ff5c 17282 
paxrat_1.0.orig.tar.gz
 24b3ed8d3310160c9a7394a27da9ed75852d16ac45b9609749517c73c9e13c2f 10408 
paxrat_1.0-2.debian.tar.xz
 87a8f4a032620a642585abb362350b2ecc0400835e7cbf8f3691ff7a70f0d8e9 5154 
paxrat_1.0-2_amd64.buildinfo
 d8d5548e14ceb9a88b1b06a83f14139c70a4770d73ee556dd29b2b51d6460379 697060 
paxrat_1.0-2_amd64.deb
Files:
 168c0b5631c1418f9c54f42c80bea34e 1876 admin optional paxrat_1.0-2.dsc
 76fea29e66f26940fe1435763b738863 17282 admin optional paxrat_1.0.orig.tar.gz
 4b90630d499b8bf417beb5853f336c56 10408 admin optional 
paxrat_1.0-2.debian.tar.xz
 f11a26ce6ce93bd09152479e1fda7199 5154 admin optional 
paxrat_1.0-2_amd64.buildinfo
 098fdd43b7e94392a082e749e1aed17e 697060 admin optional paxrat_1.0-2_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEZBjBLN3JFZ8LzvKD3m/9uMjWSL0FAlg8MFcACgkQ3m/9uMjW
SL1cpQ/9GlSGCnnG3a0CBhapWwXJ+kmWnyvElO/UeTFFuJQtCQuGCStR7aYyY/If
mRxpGmXrCrJC5lbeNd2Hcmzx765EVDxR3UmRjJuN70C7K0bbDogA1osPks7WnJzD
67R5PJGy0eBOnpFKoxL30C0rqRW0wNP3mSw9fEp8HbLbD1YEr3nhf7aZdAHwB0Jz
+eR/ndHd+SRhGiHfsnjX1+5vBMqV12GfHPjcRLVhgTSIp/wwtskACwpc8extiNqU
tjCxgkDCnWxrpl4IgqrHrBA5cUWcmon5jg3znV5CN5qGKsjpej5i88HYh9cFbXUf
gwBMMiKOIGTCk1U56sjAbr9zFse4O4BQnh5dFd3V8HYGML4mc6QeVE/qqt5svOp9
uJuUlZApM4ACBOq/BDAhNXj5uOnDBJe9ywASTq4kXfzPrZ6SjeABi6U39q7e7svN
yDy3WYBFjX91oPG5kHGxpNYsfuo2SM9vO/rdg6iAW/bRaSvH8shNjpzvXFloI3yA
ay+qss8x5tMiODaZehBmwnePtJ+P4cFnHL8qlMpV+IhPiUJ1JxeuUh/yd57G00LY
EJd640hjmuIEzukaGxhqhQGWg9FYXVn23k7YyUEucMhvxwndRDtuXXUGq+BC/BeK
YtaumXvctcFE11BSYuvR2m7NT4VWE28Gs62VUZfqUe8t/d40vhE=
=C9wO
-END PGP SIGNATURE-



Accepted grep 2.26-1 (source) into unstable

2016-10-03 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 Oct 2016 06:44:16 +0200
Source: grep
Binary: grep
Architecture: source
Version: 2.26-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santiag...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 525214
Changes:
 grep (2.26-1) unstable; urgency=low
 .
   * New upstraem release.
   * Fix diagnosing errors in regexps provided through -f (Closes: #525214).
Checksums-Sha1:
 d4ea733be8772aa27e7dc01f07aaefcba5c01d48 2021 grep_2.26-1.dsc
 029d8129285fe5bea5097e2090d4fe06e3bae991 2167549 grep_2.26.orig.tar.gz
 4319da60e9ec28cf5f6fd4df976ea86150698953 108885 grep_2.26-1.debian.tar.bz2
Checksums-Sha256:
 04b276cd38ea72b368291c2b22782bdc199da5e5ed6cf51e335c22d60faad85a 2021 
grep_2.26-1.dsc
 802c8f12cb2e317356489fa0f53575d058f733f7d8a88227a2e2e874c0c9181b 2167549 
grep_2.26.orig.tar.gz
 93680d62895a7abb0331a5753c7baf578aeb01d5633ebac2f0f4c8481138a527 108885 
grep_2.26-1.debian.tar.bz2
Files:
 75dd11e48e411369b281b5b5c8459e30 2021 utils required grep_2.26-1.dsc
 270f8b2163cbb45576417aa6876cde22 2167549 utils required grep_2.26.orig.tar.gz
 5a0571d377c4e6341265fa3a4aa2ec9c 108885 utils required 
grep_2.26-1.debian.tar.bz2

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJX8iVKAAoJELPyXWsAqAZioxEP/jYZD3/H/Q4FezWJ58GsBwVg
G0ZCE/uNftKJSBKvBR9UMaNihibGEcKOgnN4PycU9gKYW/owMSyjnXQzG3IYep1j
ce24Ou8jknkgHkZrM0GJqglpbuV4QAxPcGPnKjGAIkIB/E/Grfnifv9apPSkOglM
G6Qu5cWHJn4TU4Mqke/8QKfPLK4EIuJ/O7pmS5W8nXfakCnJIA4cKc1xv0wERQzK
vQuM1ZDTwK2AVg+HZOkI79H6C1v1G0Ia3N2IEwyDFtLdu9EUh/ZlhZ3QQvZpQScw
n2fiyBH3b1ewUdZoREhkHJn78Sa66DtcQji0zP6BUf6AVjL3sLsgWIn8EKQWdu7u
BKiJS+IlHJ5rMsgS6zXW1kcq3jpJjb4RJmI0CRWesWseCi4m4Xed8p+SMcS9kSHC
T2Qa3i9k5iv5FwVkOfO3hRZCiFUelrsmghQJ9gMC6XIh9PUKVXfNTCA89TsorBU2
LtIlUMJkvhc0XoB4KsF61ojhJx8XRAV6mNsh3loHmb+bbn1eCFsS8+FegpBuiKei
ZcffMQb4QiBrFK4EcALv3eNfliUvOmaIflD6Z6Dbqe9EieJ6QQmn1ltQboFWO/9h
fZ6b2fjNgvnfFbU1qxXbnFNsmMLqRpTkY7gXdOZtKFq6c3Zww+NqGgOt2rjlEqve
4m4WRa9+K9h21zyfgtLj
=8FPX
-END PGP SIGNATURE-



Accepted grep 2.25-6 (source) into unstable

2016-07-03 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 03 Jul 2016 21:07:38 +0200
Source: grep
Binary: grep
Architecture: source
Version: 2.25-6
Distribution: unstable
Urgency: medium
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Changes:
 grep (2.25-6) unstable; urgency=medium
 .
   * debian/tests:
 - Remove no-pcre3 test: not possible to run it on available testbeds(?).
 - Add @builddeps@ to fix test dependencies.
Checksums-Sha1:
 f9a6649fbcd391004aa07d1797b92bcca78215a4 1969 grep_2.25-6.dsc
 97ab56bf5a32e74747629b8cc880774e35ff2fdb 110173 grep_2.25-6.debian.tar.bz2
Checksums-Sha256:
 f5969dc2db35392f3a1b23d41578706a9632f3dea346aea4406194fbb18469c9 1969 
grep_2.25-6.dsc
 08b1b1e05122e57e03b47ba9711272590abf341b42ddbd68a07f086699c45f6e 110173 
grep_2.25-6.debian.tar.bz2
Files:
 de12478a092b3609fc2041bca0c94771 1969 utils required grep_2.25-6.dsc
 b87601731b4ac1c80e86d75678847bf4 110173 utils required 
grep_2.25-6.debian.tar.bz2

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXeWMjAAoJEN5v/bjI1ki9/3wP/3c2KNTUlwVZk+GSQEgPAKtT
lcIJ4IrcLtd3aScuAZ0aMWlHLSQ3FSD6ml6DIPwcL3qyNW1+p5lY3zz+YRP8Ee8e
8x+w+FYHOO+fa8yIMdMi4RPMPZxmLmPIp4sxjMkhFhP2jKx5YvBfgcs5WNDlhPd4
6fGyOQ/3MMqlvRCck5FG7o7XaU8p3mjcr3APDagTA8oASxWL3MlFPnItPso+C16l
70RSlOrtdvUJXCOoIl5WLpC1ydwJDajEc2d3ZX+XXgY07dB81EbuYVbD+FXollMq
rKpGLXqABhfVM6xeKpiSGzYrJFpb80kjgyF0gJx5Z9fYsx8YKjxRob4lpuxMIRIJ
7HULNbeLTHqJZRxwJnhtPO2Ln7evE5rQFkEZ7N6ag99BSrDGZbVrFaX9KDEzfKvA
lqps0xFN8i4v/T/rzgeQczvS9UKDD/rFI/AWoRspzKm2/qZPxpY6WGqbkqJ/n29E
rd7/Q7uPQHZ/B1p6n9tyx1GQFFzT76QocIgnbWDzOTKofjUq8LoXtd6RpL+9W90j
cydRfp6Vkn18T7xdVoDE0FDPyjR4yKwDzAdqyOtEFalpuaQVdNbuy7i6xWyxS2TL
7WFj+64DqjzzHa9QjOIcbExxVfL4pPxvt4S3nFYC7pqU1Q4HRkBuMpFd3h3L6OjK
MKSicTsbjGv9gdVem7i+
=ZB9e
-END PGP SIGNATURE-



Accepted grep 2.25-5 (source) into unstable

2016-07-02 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 02 Jul 2016 14:59:28 +0200
Source: grep
Binary: grep
Architecture: source
Version: 2.25-5
Distribution: unstable
Urgency: medium
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Changes:
 grep (2.25-5) unstable; urgency=medium
 .
   * Add debian/tests/upstream-test-suite-no-pcre3: run tests also under
 unavailable pcre3.
Checksums-Sha1:
 64f04351f50c14b48663a12e2b554b7d09d795c7 1969 grep_2.25-5.dsc
 02d71d49dc3ffe6b1197d40428d0968339348ab9 110148 grep_2.25-5.debian.tar.bz2
Checksums-Sha256:
 fd4b3dcfcb40c09cdd934003995afd0bbb29d944eec7392291513b96a0f39b75 1969 
grep_2.25-5.dsc
 f02d3d96571a0ff7f3810af7f48183e6b1624f821bb714fe18a6d3c219478cb7 110148 
grep_2.25-5.debian.tar.bz2
Files:
 05072001117f39da58542ce75ca43440 1969 utils required grep_2.25-5.dsc
 f2a73163a950308b75e51b12e4c047bd 110148 utils required 
grep_2.25-5.debian.tar.bz2

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXd7+uAAoJEN5v/bjI1ki9eM0P/AkrtHFENTseBTKhz7aHqlHR
0zqTAxspVeNNQXirsbYvCyyvA5rIUr8seaJmkoZ0bV+APkzBl7KzIAdIGR+S8R09
eJveCPy42Fj5nwMgA0gB2+dmCB5OJxXGGfKnpQXbar32RzuDkF47Om3B2HvI60ut
NTuDTtOM/iX5ZCvMx5u6L3DOrmIIM9UFdvX45ERkl42KoVGZ5WE6lu6I2W3prTYg
bDlhe0DuUWSdEvoGP/zODKoZam73xLyFcyYnFJbWL6clZysEr2Slg93fk3ZJurBX
FFbQhqvU8MAXPOtualrj2c5BKZfU1hh1/YqLCczDzTTIxJzIm064yIfI3ntyAs9Q
KvkbRgThnIPgoo/z3Wqbo4oRm7GVhgpoLOb2tp3SzyPUP5RIKpatd/6MAoPhhEuV
Rsu/sV81tNJAus7eTStfDayyzknIs9rLppFc8/4y2Qc1Wl9cZvu1un6JbHTLFn4y
q7JuWxA2E3nDKiIZgQnzn+8AtFGpN0lPGDOG9KH4hXWmeSlW0NKZl3KcFKxUyoNF
laGz/FmdHOas8AC51Bdzw1zuKScPbidGZedWcCMACi6p52SafpalxXhacOURMTzJ
ZDW9g1vqsL3eoVd9gVm9I2LBJJHzHOrJC2qKROrHT8LBOA8sd5rx4/blN9+Ic1fP
x4H185IjNPyg3cPbyEZF
=lpq+
-END PGP SIGNATURE-



Accepted grep 2.25-3 (source) into unstable

2016-05-31 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 31 May 2016 19:41:32 +0200
Source: grep
Binary: grep
Architecture: source
Version: 2.25-3
Distribution: unstable
Urgency: medium
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Changes:
 grep (2.25-3) unstable; urgency=medium
 .
   * Add Build-Deps on quilt to make lintian happy
   * Bump Standards-Version to 3.9.8
   * Use Vcs-* secure links
   * Bump debian/compat to 9
   * Update debhelper (>= 9)
Checksums-Sha1:
 cba878f48b24356e3721eeb3c85f28be666e1beb 1969 grep_2.25-3.dsc
 0f472e87cd5bea5c0893d6ed58f07ee836701972 110469 grep_2.25-3.debian.tar.bz2
Checksums-Sha256:
 a5202c0b1cda11b39e9792e4aa87de6ed09e5eb1f4caa81ebddc6c890b94d3a2 1969 
grep_2.25-3.dsc
 5e65464faaf849fccfea33cb510fc5b83a8c813f32c596f62eb37911c7065ccf 110469 
grep_2.25-3.debian.tar.bz2
Files:
 4ec59ca078ea711f51aefd2e017a150a 1969 utils required grep_2.25-3.dsc
 377eca26e2dfb1502cae5a3ef080f22b 110469 utils required 
grep_2.25-3.debian.tar.bz2

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXTdJ2AAoJEN5v/bjI1ki92TUP/Ap6jpA0f+EFx+uDY1Aphg9H
1ls7BX7/HZNSbHNtaNhHyNPvC6ZbKTEeAmNkG/HX4qwjsJ2wlfl155Prb1ESwcbm
nou8F9qiZoiagosOKP7mtqHiWV+MEYTjQ+1umtyeQOLRspcjTmxFAGE0jS5/M8Ua
G9j47s8k9fmqdW7+ub5uv2lzIFlOiucqNZOfpgtWdMl6qdIfWBtPh68iR5DfA+XV
eR9MSDJ/vdYnxVjgEP84hoM28/SclU73kxwRzmH24gIyOVKc6DNUNSEYp4Pxdp9U
13BPWA9gP+kZ1PHCH0GIY0DwTKX+B32tIFiRbUI08u9o8pSN/Qh13tyOy+GM07Xi
0IzrHxAzCelBP+6alZuiCUmQ25RL4sxqLJ4YoKelOflwOxGdUJxW3OBMNW03s842
4k/6Fmlg4MHm3J2as1OtKswXDg8LRG7oveVrsYZkIDSFCtsI89Wd65AsBGXXgg2w
SOh9RdgL9q+9nritVzk4XLkiJkPSyDGfNqlsDNBUjBN0JeURraQnoyjkWkKGUEgO
oQI4SnPCb/Ehfj2/BtfQLemPV/eiUwqv1t8L5SVd3AH+V/Ndd3U8Trj9oH9lpEIl
UMKjR+evg/x/CHSVFOFW/zqAE4b5RjLCuz7GFVLwfc8NZXhuRPGr05Bt1hibsV3k
/wSQFCkuaBeETLvj4ZnG
=BzEV
-END PGP SIGNATURE-



Accepted debian-security-support 2016.05.24 (source) into unstable

2016-05-24 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 24 May 2016 19:53:10 +0200
Source: debian-security-support
Binary: debian-security-support
Architecture: source
Version: 2016.05.24
Distribution: unstable
Urgency: medium
Maintainer: Christoph Biedl <debian.a...@manchmal.in-ulm.de>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 debian-security-support - Debian security support coverage checker
Closes: 824081 824145 824245 824467 824488 824638 824643 824864
Changes:
 debian-security-support (2016.05.24) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Santiago Ruano Rincón ]
   * check-support-status.hook, debian-security-support.postinst: only
 invoke --type earlyend when running a version that supports it,
 i.e. >= 2016.03.30.
   * check-support-status.hook: Make sure to run check-support-status
 from an accessibe directory. Thanks to Raphaël Hertzog (Closes: #824081).
   * Include missing earlyend debconf template.
   * Update Spanish debconf template translation.
   * Update French debconf template translation.
   * Mark as not supported in Wheezy LTS:
 - libv8
 - mediawiki (also not supported in Jessie)
 - vlc
   * Update Danish debconf templates translation.
 Thanks to Joe Dalton <joedalt...@yahoo.dk> (Closes: #824467)
   * Update Telugu debconf templates translation.
 Thanks to Praveen Illa <mail2...@gmail.com> (Closes: #824638)
   * Update Polish debconf templates translation.
 Thanks to Łukasz Dulny <bartekc...@poczta.onet.pl (Closes: #824864)
 .
   [ Markus Koschany ]
   * Mark as not supported in Wheezy LTS:
 - sogo
 .
   [ Salvatore Bonaccorso ]
   * Update Russian debconf templates translations.
 Thanks to Yuri Kozlov <yu...@komyakino.ru> (Closes: #824245)
   * Update Portuguese debconf template translations.
 Thanks to Américo Monteiro <a_monte...@gmx.com> (Closes: #824145)
   * Updated German debconf template translation.
 Thanks to Chris Leick <c.le...@vollbio.de> (Closes: #824488)
   * Update Brazilian Portuguese debconf templates translation.
 Thanks to Adriano Rafael Gomes <adrian...@arg.eti.br> (Closes: #824643)
Checksums-Sha1:
 a593590372564b118fc41bf870449601ccea891d 1845 
debian-security-support_2016.05.24.dsc
 7957d463fc498ca57d5662a1823a403648d908a3 25008 
debian-security-support_2016.05.24.tar.xz
Checksums-Sha256:
 90df6e4734ea3350e7245b7ad0fa978efe39127dd010b59743d33323a41ce71b 1845 
debian-security-support_2016.05.24.dsc
 a1fae2fb4cb2b29dfb0c611d1b5a2a201f6a5746d8a36831167bfe6aa91279a0 25008 
debian-security-support_2016.05.24.tar.xz
Files:
 2fc0bfcd685db191ed36194edcead57e 1845 admin optional 
debian-security-support_2016.05.24.dsc
 7e6ce1bcd044670d28291be530649a1c 25008 admin optional 
debian-security-support_2016.05.24.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXRJsJAAoJEN5v/bjI1ki9qLsP/idWCBjvmQM5BH1V+WnhYXfY
FqaqTB8dKe5nCgalGDwBBHSCqyA0E/F/MFMtB2UUF2RtqIIIeesYFday0PIGNg4H
fMdaV7OhIFFISw5cAebiuMbHZfJnmMqruMuKA0Q/lWjotNhFAZ7h+yEDj1ft5Smv
Qaw7shCFOVNUqJLS+UeNRrCoyi4m4NWYZgnNmZ9iLF1wL1xdV9MSItyrlXQI6JyW
dpLSzmSEe6Sr6DXTtgF+MfSanEic8n7qYGKoax9xFJ1/hFQ4jLaDTMYuhDPf7/e3
oaiNVEbINnazT+peKOCVCphInc1hH9i2tTSulfw+KDcpU24vgJ2qDV+JbWN7tKeC
LlzlbtZ+w9EiAyfApAHBBrUD8sfDoODifdfbfFLYbQ2qOHF9F4TMO8RcUqXU0yDh
GIGHF/ndgzeI73FESqMwtkafZT5JKCM4yY/c0i81Q9GJ8A2geVq7eSZL0hMHPYIc
qp2dBk46Z0S1CQZ6LDigVzviB0NhyRzPM6KceoEgjns+aSHK0ZnbM986w78BHGLP
6eZQAwKA+jfC0zKR5oPBh8lOQEUVZ3U6+sUGE0tI0sQ2HeRxPO9pCCxBECN7450/
Z4u0JR70/PSzxww5GQz4uw8zm7bKk5HbvR8qgoBrbLgSiRV7bGA/w8DnYF9VeHLA
Wcrix+3Q+PEzXJnMuvVg
=oQp+
-END PGP SIGNATURE-



Accepted debian-security-support 2016.05.09+nmu1 (source) into unstable

2016-05-09 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 May 2016 11:24:37 +0200
Source: debian-security-support
Binary: debian-security-support
Architecture: source
Version: 2016.05.09+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Christoph Biedl <debian.a...@manchmal.in-ulm.de>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 debian-security-support - Debian security support coverage checker
Closes: 823563
Changes:
 debian-security-support (2016.05.09+nmu1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Remove postrm file, accidentally included in the previous release
 (Closes: #823563)
Checksums-Sha1:
 bccb69fc340e42537780a7ed34c54472fd5b05d2 1865 
debian-security-support_2016.05.09+nmu1.dsc
 46a58e4e9b86a6256f59d9c40311af1f766a026e 23512 
debian-security-support_2016.05.09+nmu1.tar.xz
Checksums-Sha256:
 273ac591f6c0e9ab744ef364fb662a2872f0db9d03584ddbe7f13441abf2fd4a 1865 
debian-security-support_2016.05.09+nmu1.dsc
 8f1d76e06459ed077378828184ff59007abba570810ac467bde62059d212c982 23512 
debian-security-support_2016.05.09+nmu1.tar.xz
Files:
 fff80fec2300ff38edcb94b06788b2a5 1865 admin optional 
debian-security-support_2016.05.09+nmu1.dsc
 8159cce9918c9b9bfe8bdd194d0a9947 23512 admin optional 
debian-security-support_2016.05.09+nmu1.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXMLg6AAoJEN5v/bjI1ki93/gP/jyjTYrYuMgfesQkrtuVN4Mp
gi4dTc+72z5f8zMMb9F7LEx5NeXpf95XEsFltqbFFSaN5Vy4T2yW2seJ+U7yBq/F
tWz9jV3e3HgmCfNUR29rolZNiUDx/2qvfGzHscG55BgDTsGvaP8aPacEwW4jk5Uk
fnMJZYqh3g3/cr2hJwmHpk5P36rH1wV3SCqMmoYJNdUSXo5TTxEv6NZyBueXT1Un
NatDTrVBTdxODGjXIKy8ZLMHZ8SpMQis7p20fzxwwKBiIX9RdVQt8VbMBLiJfIds
Ctl6at7b71dT7Q21B5njmdRS8isayQA0KVdDnL9Q0YpJ2Gy7ixd7r2MMbOgRU038
vT46ci0bE1UFqFZWQo8nXPggwPPIb/tYbpajQ6dx2fRAOr+v8BQPEDk1aN3l9DRQ
kFNz+AiFpZOL2/Upwwr1sCdhOJOg7r0GDsB/VN6zA9A2PqGe5VAaNtr3u47+aErm
0R3PSQIeUqDETSOCNILw836x1Rwj8SyR3NdXbcbAGgfGilVUjrW7BODFnuOkrtUp
jfQtOX0R3I0prOyRAJ8tTNJKO90TITYYXcq4hw3J+Lp3guLMuXSKvrEb+sPXjPYS
ox7JZIJNnJp7he489tDwcNtZhMduLmO55UHifjEmIOua1oz2ZRBYQ4NHKbVF0uZ6
lvyk67/tZFdD5diramJV
=5mA1
-END PGP SIGNATURE-



Accepted debian-security-support 2016.05.04+nmu1 (source) into unstable

2016-05-04 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 04 May 2016 16:07:40 +0200
Source: debian-security-support
Binary: debian-security-support
Architecture: source
Version: 2016.05.04+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Christoph Biedl <debian.a...@manchmal.in-ulm.de>
Changed-By: Santiago Ruano Rincón <santiag...@riseup.net>
Description:
 debian-security-support - Debian security support coverage checker
Closes: 762594
Changes:
 debian-security-support (2016.05.04+nmu1) unstable; urgency=medium
 .
   * Unify binary package for all distributions. check-security-support
 evaluates the debian version where it runs upon, or according to a
 DEBIAN_VERSION env variable (Closes: #762594).
 - Keep a symlink to security-support-ended to avoid backward issues.
   * check-support-status, man page: Parse version from debian/changelog
   * Update messages.po, Spanish and French translations.
   * Update packages not supported in Wheezy LTS.
Checksums-Sha1:
 105efe223771312b82c5866391084beb9ac3eb12 1865 
debian-security-support_2016.05.04+nmu1.dsc
 b289ba4446f8f2ec84151ae46ab7b41a4bc82b6c 24188 
debian-security-support_2016.05.04+nmu1.tar.xz
Checksums-Sha256:
 b58deb1c608ac5ecbf53c62668b862f915a1809c6225387695c1834e82da67c5 1865 
debian-security-support_2016.05.04+nmu1.dsc
 a02e80780d28e29d9eb2b113bc34d9dc84650787f0c0a5758b5a86647a05710d 24188 
debian-security-support_2016.05.04+nmu1.tar.xz
Files:
 8d40807538acfeb83c3ef20b557e5d18 1865 admin optional 
debian-security-support_2016.05.04+nmu1.dsc
 2a89ef8f438015df6661f5f3c2931740 24188 admin optional 
debian-security-support_2016.05.04+nmu1.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXKg7UAAoJEN5v/bjI1ki9dmoP/1d7N+e1wULkbLcFVADJuXkt
qODYFNTU9Ie854L8zHTxl2oE1mzsdJBaDFsZLgWm65/JSjB7rrgzDrCmtpoo3QcT
FDZOO0whtw8uJ7YURpZoWNbfyZ/n97TI6tA/73fw4kTxCp7F3S/aDTpAV/ECDC6K
x60xA6n9+/eBOYav3lUfXRelGqBmVU4mgRbK1QAZzDqM/yt0W1HD81nf8CRhugtT
BvfBJFSjjmyd+LZTnNCCoaWqdNzVitQNqjc8nntGCjsquhISNGGxgxpoVeipDcnM
XywNEJBJ/AeucnFgUjaZowZ5AmKOLgUg5Y7F6FhfEiiq3R0On2WgXK2JBw3LfDTr
KxGznaRyopN4CVmF+f00OZrkVadbVXPMmpObWxO5nCIhlkn5mreLua3Vq3lrKyob
6wlAw9tAAIh5xE0gTU7YgBmaYdUW9xO5J1vRNWw7mCkePwnUMmXVKssheGBH0WYR
Li8VmZIojS4vz4nhS3zZIJPBDA/Ce/vWTjKD7X4oGOLNZkGw/ZvL544YsGDoq/+G
GjcH+jpl4py24qGTOYv/RlnXYSfU28NCiL7/AL3IfwMuo5BGW/gm6fmQlcbYYFU3
IfALSnzGvMKafXsonmpndbuIlMVMC5YnJxE35egOFIiWWZPMydklUEXUKWRZJtBD
KlvET3R47XmQqBvY2zXT
=J66J
-END PGP SIGNATURE-



Accepted grep 2.25-1 (source) into unstable

2016-04-22 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Apr 2016 11:24:39 +0200
Source: grep
Binary: grep
Architecture: source
Version: 2.25-1
Distribution: unstable
Urgency: medium
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 800670
Changes:
 grep (2.25-1) unstable; urgency=medium
 .
   * New upstream release.
 - Treat all characters as valid in C or POSIX locales. Closes: #800670.
   * Remove 80-587930-man-ere-reference.patch
   * Update 81-356120-document-multiple-e.patch
Checksums-Sha1:
 d5d7e098ad2cd3171e8d0ecd603a583e9e947548 1921 grep_2.25-1.dsc
 d9a7f1d90a6d5c123fdffb9a3b14831d17e05960 1327856 grep_2.25.orig.tar.xz
 3e59b75727c6123f4a31c44e16d642501566b7ce 108158 grep_2.25-1.debian.tar.bz2
Checksums-Sha256:
 49f6d446a4b43ca4bba32d6417b1dc0b9b39ed5cf8cda8af06cde8dc156ba0fd 1921 
grep_2.25-1.dsc
 e21e83bac50450e0d0d61a42c154ee0dceaacdbf4f604ef6e79071cb8e596830 1327856 
grep_2.25.orig.tar.xz
 faf56e3eafb246ded6ed3039971bcde0ecb4e0b9f1c6e7b21104669de87471f7 108158 
grep_2.25-1.debian.tar.bz2
Files:
 2c05fa42772b5d8383e1c2fdc5e8d6f6 1921 utils required grep_2.25-1.dsc
 04e96b0e6f0fe6a180ae62c88fcd0af6 1327856 utils required grep_2.25.orig.tar.xz
 bd31b1c333d710970072839c13d00350 108158 utils required 
grep_2.25-1.debian.tar.bz2

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXGf4mAAoJEN5v/bjI1ki9fcAP/0pd2e3FkU8CjzxwEFIwvLNS
qKPI5oFYihJKi+uvKtQ14TV0XsCubHrCJ8N8QdUMKKa/dL0cbhrDXOqBMAvJNW2g
KJ9jjOtunysTH6hamQZy1YEze74A6RNc3/aoFgUgJCHe3pHDFh//dDD7j3tFGAzB
I5OXzuqeiMpCAD5vgrWMl+Nsk4T3hOHvhGINtiuXw8Jf0OxDcBbgi9RvPLZ61D9s
guFMSOPfe1lFRJNVHggSLNy/aTRpIPFkBHkjowEmJjHFbzYTurOOJ06U42N87/TK
4bDuuvgfDlCnB7qJqMCPmTUqJkyKF19zl9/94yI64h2NgyDxGMRlTYeAlm0+XbHD
4mP5w41u1TclHH7WhOiNHCOxJ/hqbaUB8d6KCVALRmyQr+sU7K1c3U5I1LUfL4Sm
5J4fAFX2Wasfc6+Z5d25fZMophb52/ZwyPtpGh80bIBua7UNkhL23eQckG9d/HNy
L+7KkbtXjepIPPdrHnSaNXdtnhU/5ok+IyCjOJXxHoD0IZ4CdKDLoziPVy7j6N3/
C3Be+f2VfxV7viHBvi0QmSncRI+ygHbNnOoXLXPPCDxyHxcP/15wrLiHGZNRA+bz
3nNDw+PZIFsxndKSD+yTBEFUSoDJXvsq8mjBs7+Jd+56mWf8byKus+84v1bpiCrT
lIXwOWF7qBqtresjYQhb
=Vgw/
-END PGP SIGNATURE-



Accepted debian-security-support 2016.03.30+nmu1 (source) into unstable

2016-03-30 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 30 Mar 2016 19:20:15 +0200
Source: debian-security-support
Binary: debian-security-support
Architecture: source
Version: 2016.03.30+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Christoph Biedl <debian.a...@manchmal.in-ulm.de>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 debian-security-support - Debian security support coverage checker
Closes: 812822 818843 819493
Changes:
 debian-security-support (2016.03.30+nmu1) unstable; urgency=medium
 .
   [ Salvatore Bonaccorso ]
   * Mark virtualbox as unsupported in Wheezy (Closes: #812822)
 .
   [ Santiago Ruano Rincón ]
   * Take into account future end of security support (Closes: #818843).
 - Include early end support checks in t/check-support-status.t.
 - Update man page.
   * debian/rules: Generate right debian version from /etc/debian_version
 (Closes: #819493).
Checksums-Sha1:
 3aa233b680fdcb87995d7ee41faa9e7cd4978b0c 1865 
debian-security-support_2016.03.30+nmu1.dsc
 1d0c846ad5e80c6f1af91003316aa1c0454bcedd 22184 
debian-security-support_2016.03.30+nmu1.tar.xz
Checksums-Sha256:
 3f2eddb5cbfa5eb8a2d4422baec944a099dec416a8ef1c526d1ea5f810e14920 1865 
debian-security-support_2016.03.30+nmu1.dsc
 0bebb5d2b67e73a18419b2cc1a090826ed9ae9afd9c77ff4f6ee3a51835fefbb 22184 
debian-security-support_2016.03.30+nmu1.tar.xz
Files:
 d1388707f23f89ade56c088251efd36d 1865 admin optional 
debian-security-support_2016.03.30+nmu1.dsc
 56f50125ba66ea411ce6927abb583205 22184 admin optional 
debian-security-support_2016.03.30+nmu1.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJW/BXAAAoJEN5v/bjI1ki910wP/jtbPrCKz9+P7xYjeUFyNcgq
nNo534bLbjQZA31UXJWbJ8uQqxXe+tOd9zy6cmWThlAPeQ1vSxFGF3Z751/PTi0Z
ljsj3orROBFs5h5rnOHkY1IeEhJbDyN4vVsKLV07JD9BZFsoIlHzKoQpM6kRYkdg
HLEYPh8GE6fXniPCQ5zryRVCayhFs9/kNyQJxczvPci6KmQ7546iQBZUA5gnp+rg
o9YxV9SSk5siZ1tvVqBL52YJ7fq38gNH1UDmW5o4qmW8rAzYEM0yk3u0mtsjf/Q5
5l8Frsn52I5nl/TH1njJ6vyDx/ja5aogOORqU5hlqj1GB3PSgYaocUoGFwG9c9Kq
r6Q/roQVPoduoLd5Ju02pb++byPuwA6fw8xRUY/rC2I2rJgbI6kkVijef52aFlax
x80XyjHi70vZGzCXWcQnqAom75h74HvORyMxCn9LzgIiLGb9YBgVXaUmlikgCCXA
fJMjqNIjJj35WgHngXzyiiytyC2AkBNAOl0nfathNLEeezx9LfmySWR+B0l+YQuw
Ket+XR+i/SGCjQN2n4o42XGP2OjJXxxqUAxrrmp1NVvUJD/2i5vJ+pRzKU+ymNZV
jkKNdPxS2qLek9Ae0OCHd5hd+LdtEcvyPMaPPFc2stj2LXTYa837jx4MYxkm1P0s
eQVEdF479AD9a0Ji3LjW
=0HPp
-END PGP SIGNATURE-



Accepted grep 2.24-1 (source) into unstable

2016-03-12 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Mar 2016 12:21:28 +0100
Source: grep
Binary: grep
Architecture: source
Version: 2.24-1
Distribution: unstable
Urgency: medium
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Changes:
 grep (2.24-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 bc54adb55fde35e89af126894c3b3d0fe56595a4 1921 grep_2.24-1.dsc
 3ecbec7805b8c3082094dc4dd9c4d415c24b9669 1321680 grep_2.24.orig.tar.xz
 6e9f30b78c8f15763f321615ac0d01783801ad48 108749 grep_2.24-1.debian.tar.bz2
Checksums-Sha256:
 ca47f65aa6120552944c840e34a330990a4c090c41fb432ad6cb182ac0495d48 1921 
grep_2.24-1.dsc
 f248beb9098c5aab94d2fdd03b5a21d705e5ba8a3ce4d8c9f607a670498eec14 1321680 
grep_2.24.orig.tar.xz
 4722c2d9db06dc2238bf7bdbceadfc11e8f07fd43175be260b5c1c1e6fe470ea 108749 
grep_2.24-1.debian.tar.bz2
Files:
 ce10df83dd0df5a0aecefbddb8c9eb75 1921 utils required grep_2.24-1.dsc
 f1c980134c04692a90078e87283074b6 1321680 utils required grep_2.24.orig.tar.xz
 ad0954d5fea7e6a1948920c02c4feac5 108749 utils required 
grep_2.24-1.debian.tar.bz2

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJW5Ac3AAoJEN5v/bjI1ki9RKEP/Rkwd2CaJlg5ipgx8tu5Yejq
hf8im45FyFq1jCMbMPk+A9mGv0jxItIgUunUswZKCzehw7wfUko74zd+O5lk7qJa
YVCKMZqrBheJZojh3lDbutMUODYoV7ZWlHPcciqXx+ettVtbTsbaM6EvjCvl8NkX
+OtO+hHPmPpNRGZcJlYN/AIrg/bsRVT3jrH0/O/NRMch+NWc6/gVcliupVQH879X
JRpcRRpeLTxLiCVACeoXZz/8BC5SK3SIDdxku85pVALnlbFRC3KGugyu9abfIrfS
2EgBZOHl3ROUarK/v4cOi0a/APlUM7aGx0V/SBdjPdWyY20m+XyrTodMhj9yiJ9w
8X6aRm9n3HqREpVxyO0UvWXD9ZZoWTZC5O8D2XAMNF5bfeLff99OosYSk7t73kkz
egXQmktTfKe6JPTx5fVz4jtuvCuyTWfHxTb7oPrkmP9WhVJmYW6PMeqKriV27b4Q
1Hw9CR3DD8uTTRTBkHTio891gDbwHVMAm0V4KeUlstlEV4zTP0kjoMa1vk5aklC6
0AQeu2jWYcISPJWVZjxm6VKT0NU0ZEegU2b/oROtdDFdOBVGg6jjjVQ4rUj1uxKG
r3OTB9Clio7ZzJ2dXSbiwcwBEwZVN+VlCZG33RwW3DcjbNI0nSWVm6TrWVNbMhvs
y2UqXT0Ah9D3nm4YncjC
=/LHz
-END PGP SIGNATURE-



Accepted grep 2.23.7~9e28-1 (source) into experimental

2016-03-04 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 04 Mar 2016 21:14:58 +0100
Source: grep
Binary: grep
Architecture: source
Version: 2.23.7~9e28-1
Distribution: experimental
Urgency: medium
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 356120
Changes:
 grep (2.23.7~9e28-1) experimental; urgency=medium
 .
   * debian/rules: set DEB_MAKE_CHECK_TARGET to run expensive tests on amd64
 and i386 only, and cheap tests on any other architecture.
   * Add 81-356120-document-multiple-e.patch to clarify information about
 multiple -e and -f options. Closes: #356120.
   * Updated 80-587930-man-ere-reference.patch to modify grep.texi.
Checksums-Sha1:
 fecd2dbac355492013f5d5a372167be8a01eabd3 1970 grep_2.23.7~9e28-1.dsc
 eafe207faf634c3f2212cce1ea7cc5eb0147475e 1313280 grep_2.23.7~9e28.orig.tar.xz
 5849ae83eeec6deffa8ed4017112d916dfab7776 108884 
grep_2.23.7~9e28-1.debian.tar.bz2
Checksums-Sha256:
 b6a6868e40500a8aea6d144083139928f4557530607e1ad7e5d278f426b19327 1970 
grep_2.23.7~9e28-1.dsc
 6bc6f46daed1f6cd921dbfa03b2ee91a8feb53efb3698b57081cc3042cc73542 1313280 
grep_2.23.7~9e28.orig.tar.xz
 0bc259d26f2b2cb93585b4df3678851baccd8019dc81d2247641a679060d9c09 108884 
grep_2.23.7~9e28-1.debian.tar.bz2
Files:
 f4d72e82ec4f53f269de701efc21b67c 1970 utils required grep_2.23.7~9e28-1.dsc
 7842607b80cfb67d1e20e803ff5b6051 1313280 utils required 
grep_2.23.7~9e28.orig.tar.xz
 3cf4529ea78b230cbb73d73f1b8c7a13 108884 utils required 
grep_2.23.7~9e28-1.debian.tar.bz2

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJW2fKbAAoJEN5v/bjI1ki9kO8QAIyz6qMKsjp7QWBQ63LHg3BR
XfwCb/aJgboqwX3uKiBS5WXGv0ggreuTGt4YLExvXZSfh71pTjAFxjMhEEoDTRFm
8I6I5ZgQetu0TBmXrzMKlRi5KF4ZxaCHKFc8KeVJm80MD5uTNxhX/+OJgVthmii7
LB7FRjmfJxcTXC4N01RjoWlALU3pTTbj4nI+ixs1ZdriIyy8R7wgLpVNkupo3L0x
p2OHBvf338Xh1hLOgqU0qMo0BqfhFTgt+fPbiH4mTj+88a3wvOd2GrAgr6Zkq6BN
MmJ0MIGmrAhnrPRgx1L7C/5WBg1EugsF1G8x9Qd0p/RjJr/81zUBQW5OvvJPHU91
6NVRu8USkHCqY02bcLGLK5OPvUxZBLwHexykSRxam/ct4YwfZOgKVQDynDYUUczZ
BMY29fYL5bCEdr/P2Br4Rkxl+UHSADKTI4X94cnDe+vYroVjAmeLsXNRNE37R83/
6c5EkTyNZki9Yjg072JPifU9vFPN6ici5cIBfw1JFwAXUUsaq55lHhMFeZg4B/G+
bsRIotxoGzkh0ZjZ7aMbFDotnA3jDeCJh2b0DOkcaBX3GTTfmlMQKsHZl1294Mwp
dAwb7/Viwk7ULzt1KskQXmZmc+ghImggEIEwoT9giz+O5zTSNkfhJzKzZwWJQ8Mn
Krc8F/t7NIUl1fqdQliX
=TRmf
-END PGP SIGNATURE-



Accepted grep 2.23-1 (source) into unstable

2016-02-16 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 15 Feb 2016 23:22:58 +0100
Source: grep
Binary: grep
Architecture: source
Version: 2.23-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 799956 807641
Changes:
 grep (2.23-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix grep --exclude no longer works against arguments with a directory
 name. Closes: #807641.
   * Fix grep treats ISO-8859 text files as binary. Closes: #799956.
   * Remove no longer needed 85-412370-F-x-documentation.patch.
Checksums-Sha1:
 c015cd2e0ee3cb383ec20d87e8ae5745cdd382d7 1921 grep_2.23-1.dsc
 76239b0c7f6d93acc820832b8241227619ff1cdb 1317488 grep_2.23.orig.tar.xz
 c188d65c6d8add69a5502c36160e08cb58108e34 108126 grep_2.23-1.debian.tar.bz2
Checksums-Sha256:
 68292c43a5e1784af64bd4ecffcb030cd493a014dec637a998261e3c84c19ff8 1921 
grep_2.23-1.dsc
 54fc478ee1ce17780109820ef30730c9e18715a949f7d5c6afc673adb2a56ecf 1317488 
grep_2.23.orig.tar.xz
 239a53b2e665a0ea898739b3f9b82f2a9b218b80902197c956c4aff6626b6cd9 108126 
grep_2.23-1.debian.tar.bz2
Files:
 6fcbf757d8c758293233562289d72822 1921 utils required grep_2.23-1.dsc
 f46aa9d0d2577b9212a104348a286787 1317488 utils required grep_2.23.orig.tar.xz
 a34043a3c847cdcc81d64b002c043088 108126 utils required 
grep_2.23-1.debian.tar.bz2

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJWwt2oAAoJEN5v/bjI1ki9EXsP/1MH+IstCsSm/XH6uoKN2EKw
1DZ8kjIGsexviiAbIfBANb4hg1kMIW97UWJLxNZy8NPMIrIozJKdUMJFa6EpcBQf
vQtVk00HYATUQ/9jliqH6fS+3WVcAGFsT03nzuYjOjrJgbG5PWMRoudTSnqR67AS
fnCK4YtOFvIc/PAKlcOtRhVNKTXG9GwOZypgsB3UI1/HtxEn4UvfqeqZ4WXto1uz
ltiF2IzWwRt3p+REPg43aq4aL+XvSWi3IVqNCzXK/tw0fpzoL+Es6tIelNT8gVIc
siGxC1OI+FY4F+TVlyE2QEvYcjMPA5OYtlXzqZQf4xUDnc0fPSxJezcSpT5v4LyA
E7v1JeYancxOVO2imcWNwp9mvmE0RT5FrLd38/w9HhzfA8WDIe7gwjO9ySxh/wlL
zpesz5FfV1snKIWI+GQ8UIwQwlOWKFhFu+IrZD1zXQHa3gbOkFkKlwzqzPYxkBGl
MB7+dg3RwS+aURJpfjNN7Bbi7PHinosAQ67el3FKhjTDRjJmb6xjx2q+EV/vYCBM
WUfXLoyJFsY+4w2+13mAaY1RGMTegrh1in5kHD6FFF1eD77P2oyWxZXIDcgck8PQ
oypMV5q7GLraO7jnK89sUAldTDgTesnf0cmZRHDsWuOxU5aT8lphQRCtvCFe8W4W
BxuoVhbsIgvX6yqOjk5N
=6owG
-END PGP SIGNATURE-



Accepted grep 2.22-1 (source amd64) into unstable

2015-11-09 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Nov 2015 14:31:36 +0100
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.22-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Santiago Ruano Rincón <santi...@debian.org>
Description:
 grep   - GNU grep, egrep and fgrep
Changes:
 grep (2.22-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1:
 e1c412ce4b47a0173a7d325a135a58f62bd34e0e 1921 grep_2.22-1.dsc
 561ba83226872b1c45205bdd583106ee8df0fe79 1297864 grep_2.22.orig.tar.xz
 7a16d31093ada671b347909cd4507a79fab776b4 108898 grep_2.22-1.debian.tar.bz2
 88b05036e2c2c782d31a2672d8aebc3e9e3d5391 351690 grep_2.22-1_amd64.deb
Checksums-Sha256:
 7b97558c71dadbeafab6a1a17b6c5ba98cd1302779e5af92d276b88b35cb796b 1921 
grep_2.22-1.dsc
 ca91d22f017bfcb503d4bc3b44295491c89a33a3df0c3d8b8614f2d3831836eb 1297864 
grep_2.22.orig.tar.xz
 469705c589e90ba7120f84aa70c831952309c8494797d81ce3693a9a56fb0dd6 108898 
grep_2.22-1.debian.tar.bz2
 1b0cb837977ed072c94d998560771f91e8c3306331d3d1f20363777ad3286cad 351690 
grep_2.22-1_amd64.deb
Files:
 0828a88e48a36ff67e2a2f00c9da595f 1921 utils required grep_2.22-1.dsc
 e1015e951a49a82b02e38891026ef5df 1297864 utils required grep_2.22.orig.tar.xz
 031a33dd046b2668bf63e0967332ff83 108898 utils required 
grep_2.22-1.debian.tar.bz2
 3e860a5f998c1e29f6eb4ceb741c6427 351690 utils required grep_2.22-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJWQKv6AAoJEN5v/bjI1ki9DkEP/jjb3R2KbcDLjyjVCUvtqBZG
4mggAGTKJm10KoYRU4Z6VoNth5vIUENCSb7oQB2b8OVIjZ3S95DR0cSPQL+EVl31
/DcV5xEjo0RrpWDFFsGMEH2qHmhm+NoseiUj1kVTeREVGnFO2o5yi0c7HNDZGaF7
UWRieiQRS/WiH2nbBgA0YWC/buXjKE8KDD/0SlTSMVX05k6YsDTq033PrGZ7Zdit
hk9PB1Sr0mpyR0eG7DzSDjRuV0r+pqAsUypgz65LVrptSd4sy5BY2V5N/BXQoRe6
Z3PFQrlZIhXQ9+PCRXtRrQNgg6fVgJ+vCjkvHOa4opFd39mOr0UTrMAYqEORtLXm
PXWdlfZ7Rk2YAXXLbOzeVSJ5ozJ7wo5b7h+Of6lhaZEhzuOriSUQWCVXhiv+gtp1
tY9t7xi+lP7bFEJot+5lizfEufXF3pNTh+XnAk9Rlr//XZ6anZXbjqjtu9ic1XrV
S4VKCIr8W5kM0J6OPzFZykAlE6BIANS/11ICFQXvG5AtFDMKbbPBOpdjVkABonnQ
6EjygmCwe8yH1tkG9oT8OIuyS3arBtQHkqVAgiviSFsqLJNiRLWGR6zXWgoyKZ9U
RNa+119vwzpNdkUjm/JpLLJ1UxkgRlR/25IyX+dJYkqS4NLaYNB5NkNKP+X/RBgF
gqSee4F5qMr3rj0fBqD6
=twsH
-END PGP SIGNATURE-



Accepted grep 2.21-2 (source amd64) into unstable

2015-07-02 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 02 Jul 2015 17:04:32 +0200
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.21-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 776039 779728
Changes:
 grep (2.21-2) unstable; urgency=low
 .
   * Acknowledge NMU. Thanks to Michael Gilbert mgilb...@debian.org
 (closes: #776039).
   * 80-587930-man-ere-reference.patch: Fix typo in man page
 (Closes: #779728).
   * Update debian/watch, Thanks to Bart Martens.
Checksums-Sha1:
 219e0f5d47478cc799a4818547d9fd7454e0e431 1907 grep_2.21-2.dsc
 c7e6525c5c5aaa1bc3c1774db1697f42b11c2d85 1261548 grep_2.21.orig.tar.xz
 32bc4fa132ef499b8d4a365ad577f8e68b3dc3bd 108875 grep_2.21-2.debian.tar.bz2
 9caab638716e22d7ee9d3f04d141cad21e115da9 340224 grep_2.21-2_amd64.deb
Checksums-Sha256:
 48bafc367617ac1d87497a8a09afcfd397b1c1b2bdd97e8ae2d5e777d7c620eb 1907 
grep_2.21-2.dsc
 5244a11c00dee8e7e5e714b9aaa053ac6cbfa27e104abee20d3c778e4bb0e5de 1261548 
grep_2.21.orig.tar.xz
 43fa9c34d3a850d33ef89280febff7031d3840e83a2ba5199d64050ac5122ed5 108875 
grep_2.21-2.debian.tar.bz2
 bc8b7378d819fc73a58dd461b2cb8668d152d143fbf045561e3666182d426aba 340224 
grep_2.21-2_amd64.deb
Files:
 d1f3abc74b56c2c5b96fb8bfdebb1e35 1907 utils required grep_2.21-2.dsc
 43c48064d6409862b8a850db83c8038a 1261548 utils required grep_2.21.orig.tar.xz
 bf0e5ac6f0f48115ced3b4c823465d7e 108875 utils required 
grep_2.21-2.debian.tar.bz2
 a0a3b72a35d7c1e90bc1e7ae9ffb22de 340224 utils required grep_2.21-2_amd64.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJVlVcGAAoJEN5v/bjI1ki9da0P/jKqRdhTaNiitmthSMZ/KiGj
B0JKfFdMrIWvqkdhHnUU3FRaTyiQozauxKjCx+Ufhk36kj7MVBhA1+FoBW+ZywJp
WNCh5eUQ1ZBhY9/OHEL6q4TnKz3qrvEj0PnpZuFPBOd9QEztotGdCKn31fnM2d2l
+wOaZn3PJ+qGEtYEGkZSUpNsBq7dc8T2K4Hw7NnKDa+8Y+D04aSNbboEQn3YOg9h
GeNapPLR5pHHK0+QKp8rDUO8WcUBMTjh6g86Ig7UK0xgN+bvOX3PqBHy8TCMTrOL
lNqY0tgU+nPlBWphpNorx0541pI41WXK8Cl6si1OX9RpdnQXEdJwaB+0d2lYwNAp
2/ycrh/q/wBnnQPOtAel2mAaTNbzqQ+nsLkh3dEEj8lxL1tmAuc4yfUNbGDIom+1
G0MO61sCIqjOyub6TSOLL4wZQE4YYVjJ8W5RQeIm5eFeXE2sIAlKKuV8sQYwr3Zp
O2jt27shSByerl/4qoBHyBKOd8tz1bqkzybTkCTo6k2nqtk/MfqJFpDJY2zzBsO+
FZmwnMYCLTIqsYCTNdCCDmxHOhnIEkjXWfugzOr+ab1gQom9ERNIEtBmMCBR64f0
sJK9JV4Fvpee5Gepg8NjgZbtWvXwFbenHl1t2Sv5CWdjDnkFSL1U9d6F2gJ12DgC
LS9UzrYbsGRCTWYYP4Ta
=kXi6
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1zaglp-gb...@franck.debian.org



Accepted bzip2 1.0.6-8 (source all) into unstable

2015-05-19 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 May 2015 21:37:20 +0200
Source: bzip2
Binary: libbz2-1.0 libbz2-dev bzip2 bzip2-doc
Architecture: source all
Version: 1.0.6-8
Distribution: unstable
Urgency: medium
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description:
 bzip2  - high-quality block-sorting file compressor - utilities
 bzip2-doc  - high-quality block-sorting file compressor - documentation
 libbz2-1.0 - high-quality block-sorting file compressor library - runtime
 libbz2-dev - high-quality block-sorting file compressor library - development
Closes: 778640
Changes:
 bzip2 (1.0.6-8) unstable; urgency=medium
 .
   * Remove Jorge Ernesto Guevara Cuenca from Uploaders, as agreed with him.
   * Drop unused Build-Depends: gcc-multilib. Thanks to Helmut Grohne
 hel...@subdivi.de. Closes: #778640
   * Bump Standards-Version to 3.9.6. No changes needed.
Checksums-Sha1:
 8bb35859d49d012e1464db621e740e1702a5ad14 2042 bzip2_1.0.6-8.dsc
 78c527bdc6eb5727b79d401ebf3ddf2b175af91f 59494 bzip2_1.0.6-8.debian.tar.bz2
 ed46782218f7cb41aa8e010ad96bce215d43a151 306860 bzip2-doc_1.0.6-8_all.deb
Checksums-Sha256:
 46df0e8112487065532829f2340ffd6ca64d46b6ab01b694751d3e67fb11 2042 
bzip2_1.0.6-8.dsc
 60fe87fd3942c385e5921786255a27daf9a962ebc7301a60dfd8d1e1a5c8ce78 59494 
bzip2_1.0.6-8.debian.tar.bz2
 cece63869691ea4863e9eca4820df3dc749e0ef5bb068504abb7c99d8b3cf1e6 306860 
bzip2-doc_1.0.6-8_all.deb
Files:
 7709d3c0a7715bf4f61cc74adc10ee5a 2042 utils important bzip2_1.0.6-8.dsc
 72b1174a04f96b62c1f50391c8f41488 59494 utils important 
bzip2_1.0.6-8.debian.tar.bz2
 04423dd32cab10832c3fe501a93ff0a3 306860 doc optional bzip2-doc_1.0.6-8_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJVW5iwAAoJEN5v/bjI1ki95JAP/24OPLviMMCAYmgzMWFn7KnG
phLiaJZw0BpPiS10U9bqI4crGqQVdJn0s8juSHJzKDsvvq9eHeNZh8pOzec81oIY
88JMxN8MqAn/emxkMwf2Ti9QAZO+TMevCKV5QGqoJE0KcTkNd36wfyLIEdLvinjt
smonl9fUn7GREVY9YbyzfH1qLo580dDKaK4ePALDsoMwUJKYC5ubdfW6jZtEEdUu
8zvmEBCebZZGfg6S4Ul6coWvLi7Ns3oopbnoALrZGH072JleqTVsCWnjmxI+FC2U
uEv8doYZPYqFjCsrUIL+BYD0mrfLLCKANXl4HYxgxP2WJrhd4PsmMeZWA6yT2OAu
HveOG7KsnjQKTfILGKn3Cc3wLrsb2vBL4VLZ68FLEC44RzEpm7vuXkGajP2OB3Ej
ru0FHHdD28ULS8qZAS+uaJK6tRbcHyZ9MrqYfnMuXJoU3Ut0dSCCAviZiqrclqgE
THTRMLrliIcw1E2CsK6S3rv75e5ymY50Ey/AMob+mpZ8pgOrwyuqPnVKzKsb2KgQ
dS3oUkkw7/tp5e31h7jTmbLuyj/temNa3XzBSdBwM9RwyDhnJM7wGOpQ31ORNmgq
tHdFv7rW+bptqy+PcMKq8ACj0sfJvNb+PhxqqUUKSsnF1nbD3x2G7vf08nyl9p+n
7+zPogSHb8bLB6Ffpfrb
=WYIE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yup9p-0007fh...@franck.debian.org



Accepted grep 2.21-1 (source amd64) into experimental

2014-11-25 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 25 Nov 2014 09:06:46 +0100
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.21-1
Distribution: experimental
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 720482
Changes:
 grep (2.21-1) experimental; urgency=low
 .
   * New upstream release (Uploading to experimental since Jessie is frozen).
   * Fix handling of word boundaries in multibyte locales (Closes: #720482).
   * Ignore regenerated files by automake via d/source/options. Remove
 now obsolete d/patches/90-doc-Makefile-Mostlyclean-files.patch.
Checksums-Sha1:
 4c6e63d0aab34d90aba3960618998fb4947d4744 1925 grep_2.21-1.dsc
 c7e6525c5c5aaa1bc3c1774db1697f42b11c2d85 1261548 grep_2.21.orig.tar.xz
 7b335946f226443e12b6c9cd82bb8ae3ee8215cf 108725 grep_2.21-1.debian.tar.bz2
 c85f0d9e43008f4b9cde7e3580ea2a2f29d8008e 340116 grep_2.21-1_amd64.deb
Checksums-Sha256:
 62186f100b05792b384c53730a4f418ecb1d1f56fa86cb0d849b44596f00432b 1925 
grep_2.21-1.dsc
 5244a11c00dee8e7e5e714b9aaa053ac6cbfa27e104abee20d3c778e4bb0e5de 1261548 
grep_2.21.orig.tar.xz
 94c506b750c44a5168ede039d1dbf39dd71a71222895d5012cdd6aa717d56989 108725 
grep_2.21-1.debian.tar.bz2
 742b0a35ed73cbebc50fefa3aed620952a932be311f85eb37665d01ffda7c1bf 340116 
grep_2.21-1_amd64.deb
Files:
 7ddf2a446ee825eb8fe988f6a408ef70 1925 utils required grep_2.21-1.dsc
 43c48064d6409862b8a850db83c8038a 1261548 utils required grep_2.21.orig.tar.xz
 3c24b702a627488a8c8ec099b4595093 108725 utils required 
grep_2.21-1.debian.tar.bz2
 ec676eb9c3e50de9c84f2ab1bb62e443 340116 utils required grep_2.21-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUdEEjAAoJELPyXWsAqAZiUiAP/iQVSie2248+buBjAyHdRzFn
oQS677wpJKBVyqJ3/5gEGuo+o3UrGYAa6gQkfQMybzvlyz/p6dZc9vqbPo7DU0Iu
GwuSj4lZqTWOq1TA0znxR5cxNkZ/TRcKJ5YKvM3nEDTJhhNNENRTH+B3R1q6ga79
z1GIo/TFGFFLbRPgQmZkWdPhL6HHyea9azouYn7LxSm+NP28b3oLXvIDpOhn3Tkf
ez9PM1B6Ed49f1CN9l0bLJ83Q9tyjqbmWS4a8YYfSuSowPfUCi1DblK9kvJKJYE1
d1g09d04sF9xlZp86LQOfl6V7+2jUYbG6j+eD6T0MUSTWSii1bknqeJonljRwAus
LAIENTg+bNamiacJvPuUSvsk5Je6h0+p1bri/vf/EMZbrWCLXUCtlezz6cH4Ec/T
s3Oh4lQcgF0vkG/yOJwbrcBgB0XQmgB6v8ESWlj7gY6lLyjIafPWqFe/hZXOpxxI
+jbrnOKJ3vA9Hi9P+jnXE/MzvxXJ9U9fgMvJQ3rASYwtMTp329ajEgxQgRLEzfqJ
nH74M8uPMfAtRHFpH6JdSnNgoJKdo3u6n8lOEKbIb7oTkBSgrjyTWZ9hIbApvz8i
TWrX43uSxN/t1UtwQ8X4lgjS056jGHfj+Scbt40maB95/ltpkMIWV2HJPM+AGtss
Vp57mxZVzE0k3bjkgtZO
=MK5z
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xtchq-0006vl...@franck.debian.org



Accepted grep 2.21~pre-2.20.90-a07a4-2 (source amd64) into experimental

2014-11-18 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 18 Nov 2014 17:55:11 +0100
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.21~pre-2.20.90-a07a4-2
Distribution: experimental
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description:
 grep   - GNU grep, egrep and fgrep
Changes:
 grep (2.21~pre-2.20.90-a07a4-2) experimental; urgency=low
 .
   * A cleaner d/patches/90-doc-Makefile-Mostlyclean-files.patch replaces
 99-autotools-changes.patch. Needed to allow grep build twice in a row.
Checksums-Sha1:
 e16a94c12c9e474249ccee74a2d813729ad8727a 2051 grep_2.21~pre-2.20.90-a07a4-2.dsc
 6f04dc26351b1082ddb544bc9cc7a918644a49d4 1260896 
grep_2.21~pre-2.20.90-a07a4.orig.tar.xz
 f2b9c78da6c2e3d0b8093d9a43119edc6e470771 112603 
grep_2.21~pre-2.20.90-a07a4-2.debian.tar.bz2
 8b70b45d94d67866c4463c97a55e2c42ec5eccfc 339456 
grep_2.21~pre-2.20.90-a07a4-2_amd64.deb
Checksums-Sha256:
 4f9168f369ebc273388808c156e3120729e6e00ee0281d28b2a1eedb6984d687 2051 
grep_2.21~pre-2.20.90-a07a4-2.dsc
 4bb948d061212b33b891ed55427a07b8b2c9a097302eaf3715164c7f00c2ac75 1260896 
grep_2.21~pre-2.20.90-a07a4.orig.tar.xz
 36d3b5922de4d455d83ed4846a1c340c6c86ee8e839225cb8377aba713067607 112603 
grep_2.21~pre-2.20.90-a07a4-2.debian.tar.bz2
 9c12d5b548ee430283f08633d29fd63579184165f0d987ed26e41b9defdce367 339456 
grep_2.21~pre-2.20.90-a07a4-2_amd64.deb
Files:
 1602a371ce91fcaacf64fea4d2556efa 2051 utils required 
grep_2.21~pre-2.20.90-a07a4-2.dsc
 e29ba1c3f200092c72a0e850b442c5a8 1260896 utils required 
grep_2.21~pre-2.20.90-a07a4.orig.tar.xz
 b7c87fe91a48be80754eeb06c9631996 112603 utils required 
grep_2.21~pre-2.20.90-a07a4-2.debian.tar.bz2
 6beaa4f83cc3f7d48dfa74a24272d3e7 339456 utils required 
grep_2.21~pre-2.20.90-a07a4-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUa4ZLAAoJELPyXWsAqAZiAzcP/jqsFVAhgoIeoaEMJmvh/xG9
bMTXhLhFsRYca9lSMTSraUZgWVxW+whtqNhJwwMKmUhKMf5KNga542Ldv8KEmRKJ
M+XGNVlH3rDqWrq6iA4IBLXE0pVKCwsy76bpIzTIP4jsQCNsoEOpqKXkqHLfcxn+
IQzqJe4Po7GzkwxxKrkpw9nHEA+e2OwRit1uUwCPgecd8qlcJbHlcACNQ7QJ1Rlq
CkS6hrKtH73uwxN4ldO8UjvOURL7zZzn3JkTW4tiBamW5Wq8McAkSU4S8FA2uQEr
wKYGQJQxbgnrkfPmNFeh7Pu10wqjwQwedVPU1+rgzQjgwIexqKtuUFjDSW4TOZ9n
6a+OR6tEF5a3FYxpXfhzSBCQjWt5AmhdWxWBHoYuOpRV6itYjpprgWQH8c8J76Rf
Vo1s/GOqM4p6yAT1NOe9+zcoqsi+tHZzEnLZtFCbF7Dv85n3tuUYN4XcMC64yaJB
VUkAA1+VXRvr5qvG2xcoGWte31Lac5LrFbGdDSUEMDiVdEvL9rGmwl+cJkeOpqXr
qt3VWgu/9cuesv3fsjxi42QbziTPcMbcMgoZaTzlrZ97BXkdByv4IQBY5hFYmpXE
ZUSlytBFVUrTLjyOR7LCitXvyTy1GTiXRxVvfzVxt1EcoeE3DiBKzdTJs93vHW9w
TddSSr7Uhg0ZM+KjSon1
=aYFF
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xqn8a-0008ek...@franck.debian.org



Accepted grep 2.20-4 (source amd64) into unstable

2014-10-03 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 03 Oct 2014 12:09:05 +0200
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.20-4
Distribution: unstable
Urgency: medium
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 762427 762917
Changes:
 grep (2.20-4) unstable; urgency=medium
 .
   * d/patches/05-grep-wrapper-sh.patch: egrep and fgrep wrap scripts use sh
 instead of bash. The patch also removes the possible call ./grep (looking
 for it in the working directory) (Closes: #762427, #762917).
Checksums-Sha1:
 239485dcee4f099fa03f65ff0ee07f1aa27a428d 1925 grep_2.20-4.dsc
 58a73fd2326c3d2746b6071f9e60fc9c2d42d226 111911 grep_2.20-4.debian.tar.bz2
 c465714cfc12579d72b3e115d4c060677f14f27b 324006 grep_2.20-4_amd64.deb
Checksums-Sha256:
 5e14501383cf6254520eda12bc8b5503a1938517674ed61d48a84a04ed9f0e2f 1925 
grep_2.20-4.dsc
 42c50da281f12a64eba80e90d663fcde579788132aa8ce45f93d885f792e05ec 111911 
grep_2.20-4.debian.tar.bz2
 9bf6e522e791b8539414afe2f135d0c9164c5f396c117887bf9e12bd08bc5c75 324006 
grep_2.20-4_amd64.deb
Files:
 c1fa5550e1408f0358cb855d84656013 324006 utils required grep_2.20-4_amd64.deb
 78d57f9d652e0be6e4645d3ac26247df 1925 utils required grep_2.20-4.dsc
 4b0a85225531b3b2347f4ef229df9f90 111911 utils required 
grep_2.20-4.debian.tar.bz2

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJULnpDAAoJELPyXWsAqAZiKtIP/iVzt7mrpsw+nJVDoxKdjskF
U5+jYWfLzTwp6n1W+xM3GFxQ7mxRTguKT+BtVg2N18w1SJ+g4rVj4T4XwdohL+zD
SuvQrAg2tiAORSIrcbZec9+dXNS5+Pza9UoSONEFkkIvvdLFWPeepbiuoPW+sExy
gfUVzdWAhQRAndBpHvsYwK8k9zsmI3A0U4gNWlliJH7+xk65bz8AD4GDQHnyuP9X
IUzQnZm6js4XgjFGDGYy3BcvayJMD+ghWeMS8T5LB3p1YYzuK8glGK5n0APaKURH
XLyAtNblRQ/oqlVVzu4nAQoV8tbujw8favO4+lV9ZVQx4r5rCFw4CQPH9RYOhHC5
jgogvdcjHdgJ7uphECCjYURmDo8kaEbfh6/TDJaIo+slgkDZ422xgTszAXHLK0cq
RKkFG1WFSpkE+FPLK2QKaNKWMDogRVBkdWEBkXEgJ9lhth3WZXdpNIz2xJGZ0h9y
WFZegSpj8MJbviT3ETB7UjEW+V8PYCJ8hL2XHysP6yZoDVnLxIkARtrG6hN/ycS8
wGDJ097pV5fXo0WZihdkXL+yA0BkweaZP9iXUFUn4x21Zl3rEG/i5JmGXlNzhVPh
yPaMwGq1u7qFvB2bnZyWC6LJ4dW/cLWVXL6T7mtpMICkc5PEO84qrK1Z8Vy79GzR
+OBkwMQhPjnGNgottuaA
=XJER
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xa0cb-0004pj...@franck.debian.org



Accepted grep 2.20-3 (source amd64) into unstable

2014-09-10 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 10 Sep 2014 13:10:32 +0200
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.20-3
Distribution: unstable
Urgency: high
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 758105
Changes:
 grep (2.20-3) unstable; urgency=high
 .
   * d/patches/0001-grep-P-invalid-utf8-non-matching-debian.patch From
 upstream: -P now treats invalid UTF-8 characters as non matching.
 Thanks to Paul Eggert. (Closes: #758105).
Checksums-Sha1:
 9081577939796f288ba06bb00c3614100c81bc37 1925 grep_2.20-3.dsc
 e2f2632d105ac191ed2a009f6a61e7b4dbfec629 110999 grep_2.20-3.debian.tar.bz2
 4e604eefc028b817c0b64fb887d7ea6bfed29dc3 323672 grep_2.20-3_amd64.deb
Checksums-Sha256:
 71b2931179a1601ab4ffc3d5f8586829fd6babf9139a037c64dc413f9b920022 1925 
grep_2.20-3.dsc
 ba8430f4fafc0a25771cdbf0cfa745eab1d2c559cfaee307427f33c355f31faa 110999 
grep_2.20-3.debian.tar.bz2
 156d0c7330e61c2fa6f73aa7c542dc7f3ab1598e3c0e3c99802da8a865dba8b0 323672 
grep_2.20-3_amd64.deb
Files:
 d56e9eeb7a324e177343bc24f7fb7879 323672 utils required grep_2.20-3_amd64.deb
 0a65b052e0ab2f792c9b5c1977f26367 1925 utils required grep_2.20-3.dsc
 a7c3d9eb0441833df23cd955a726c829 110999 utils required 
grep_2.20-3.debian.tar.bz2

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUEDhxAAoJELPyXWsAqAZimwYQAMQdQLKTxT2TZwpWzty2ye/W
TncggS5xdFTjGsnq7C1ROPqAzrkSZWYK/yBKDVk9iL8MZszmx4WfHoAbRtP4OTaV
qJ4eOjVK3giOZJdGYwAV51+qOaq5mPw+AeVa23qXP4FeqcVS8zqoeiCef5j8b6Cr
XBqpaIV2AUaXarMEYNlVSrQcMqb95CV7vrQ8WwVImhobIXdp6o3dvkDEuRvJCk1Q
yyQYhUGtPm0/ROT955NGgSxrerbHSBtTDr3w5yWjPi+FxAmHltChDr5C1ldGwFe0
TOBkYo7JeFJq/+tfdQLkcJKvc4HSswlpQhjxUx3g1dkRXOV/YKJMWGyYG5vEGADK
HBhKSd1CnRN6JmvEm1DkZok7/eGOW49TxHv1fwi1Ko7+K0rUhiJMOXjNlnQYSHDt
k4Wto3gjDHdBJFWryz7VD0h/GQuSlqqVqKCGz/ZpaKpHzaOnsZirA408O4jpB+FK
FtFJ29DNLwcmeh/VMkemfWUBLLZ8L7QlM9R8ykVFXZ2NGg+LKqRaqe7ZtfuiWA5+
x7xdNXDcJ+m7yS2iA2yeuGFrrNxY1QWLPQ3PY0XSNeLaacLQ5XXRMcBEU8jHrlNT
amtwClEjyqe1s+B+zi2TRnJkBUQDbK416den/t4LUtMzWG3Fq8Nln24L1ButDKK8
F1uP9QL9/WAkC5vJ/s2y
=o5Fw
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xrgoc-0004pe...@franck.debian.org



Accepted grep 2.20-2 (source amd64) into unstable

2014-08-14 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 14 Aug 2014 17:40:36 +0200
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.20-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 758069
Changes:
 grep (2.20-2) unstable; urgency=low
 .
   * Add 85-412370-F-x-documentation.patch to d/patches/series
   * d/rules:
 - Correct hardening CPPFLAGS. Thanks to Simon Ruderich.
   (Closes: #758069)
 - Set DEB_MAKE_CHECK_TARGET = check to run make check after build.
Checksums-Sha1:
 ab9c55fcdd848abb054dc7a18235b622defd82bb 1925 grep_2.20-2.dsc
 eb86839f39a031a6d46aec1aec90d42c7aa5028f 108970 grep_2.20-2.debian.tar.bz2
 3e21e301200b5198f8b7f6a8db9fb35b1be9acae 323566 grep_2.20-2_amd64.deb
Checksums-Sha256:
 b69c2f7704faa70524dcad6fbd630cf8aa83f29bece5f2d4bd70582ba294559b 1925 
grep_2.20-2.dsc
 5c2075597c2d5f31a9c42e168637d3d933ce85197ae051c8ee6e28f24fbf2dce 108970 
grep_2.20-2.debian.tar.bz2
 d8d035dd0269925d3ae723c3d3fa1869e8563973b8da001874bdd82dd60752d7 323566 
grep_2.20-2_amd64.deb
Files:
 1c00d8e36ce90b3efca3db2f082eed4d 323566 utils required grep_2.20-2_amd64.deb
 18f8d36e2d6d7a5fec7dce8c57e44813 1925 utils required grep_2.20-2.dsc
 1bbaa1e838cc4dffa7cc0f6b347a7d25 108970 utils required 
grep_2.20-2.debian.tar.bz2

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT7Nu/AAoJELPyXWsAqAZiwfIP/ieL6p/nbQ9lNlfxON8ztgsq
1hPyb2ONlP8SHLXIc5N9ocgZBNTYhRK2MzEVjSfCnnNzeOGoTubBhe6akmaeKgLH
lRA51+fVgzmIjCdtOctT9j5WqE+GJN2iShEWO7LiX/GdleknXbWge4G0+gV4UJa8
OSlRSKpKrHsYW7KSbrgbTMYVoUZ9VApyLui/2/jtbOLgXxSMVXIxA6AZ+ttRTzSr
JPYx/+IwnDqayB9aG+Sw/wFCZ36k6K2gySTYoYv1uj6hY3VW1aes40UJitmTF6bN
6Zsf2TkDCwUMt13nveeXXiJA9GGXRjNtGRyTI7cVtbrcVOYktlzV97NUzxuHDR1g
w4RIx83AFumfGgRkFz+mVgpsApWlqfBQjin2t4IncMjEnUg8Yl9e22o0YZpHdHR6
EAUSVlIIynUAvAPSk8y7hRNd/KxHRUZ3KsBlWtW6LZvikCZQ71WXC6XbaJjgULXx
4E7GhjxeI8nDPSNfK+wdAjJT6a9t5KhoxSARPZBMDgNqtaf4ecByCetu/dV/G4SW
Iu2lbKbYZB2T4R6qfXwAzYSEEf564ryyGuevNjyTMK6gKDcl85rCejI2YdF+46By
mZLHTFmfV03fluLKulK+I35Np/xrvcDd23DoYKQa8eqmoMHNasrOSJn9O23CzebA
lhvqpF4pMiz+hvUkQB+f
=ulob
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xhxvy-0002xy...@franck.debian.org



Accepted grep 2.20-1 (source amd64) into unstable

2014-08-13 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Aug 2014 16:49:29 +0200
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.20-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description:
 grep   - GNU grep, egrep and fgrep
Closes: 412370
Changes:
 grep (2.20-1) unstable; urgency=low
 .
   * New upstream release.
   * Improve documentation about -F and -x. Thanks to Justin Pryzby.
 85-412370-F-x-documentation.patch (Closes: #412370)
   * Add d/upstream/signing-key.asc and updated d/watch to verify upstream
 signature.
   * d/rules: Enable all hardening options. Patch by Markus Waldeck.
   * Add 0001-build-avoid-Wstack-protector.patch. See:
 http://bugs.gnu.org/17793
Checksums-Sha1:
 23349591d2db5911d63937f9410e1bd617e70623 1925 grep_2.20-1.dsc
 55aac6158b51baa505669cf8f86440bcc106ec65 1237196 grep_2.20.orig.tar.xz
 36002ae8a2cbde047ca2def5e93a354925c986c4 108762 grep_2.20-1.debian.tar.bz2
 ffc93093850bd11f364798d8ba912515358ac346 323550 grep_2.20-1_amd64.deb
Checksums-Sha256:
 bd3ecceeccdfd56ec42e5dc5b8831d7f30dc99ccfe3957517d3fd6c90ff8fc5b 1925 
grep_2.20-1.dsc
 f0af452bc0d09464b6d089b6d56a0a3c16672e9ed9118fbe37b0b6aeaf069a65 1237196 
grep_2.20.orig.tar.xz
 78bc19ffa7653516b658167fc7e7b93bab343cead00e3754d41efcae08493ce2 108762 
grep_2.20-1.debian.tar.bz2
 d6171bf7e3b19438744f28e375413103802bffd6acf65efd3949a7b90fa903ab 323550 
grep_2.20-1_amd64.deb
Files:
 c1c6ee0d622171b2396e84273ce8bc88 323550 utils required grep_2.20-1_amd64.deb
 cce9be212b35d259c7baed01b1bc1ce6 1925 utils required grep_2.20-1.dsc
 2cbea44a4f1548aee20b9ff2d3076908 1237196 utils required grep_2.20.orig.tar.xz
 c7dd5540ea3f2935c61af95199588c4f 108762 utils required 
grep_2.20-1.debian.tar.bz2

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT64LbAAoJELPyXWsAqAZijwAP/34rIeU8tYXTpoykUsEpiolM
LLEyCgsXNSho7v0iEtnhg4ZkHmtjqaziyVjmtjsU7BdF/6iJD3C+FeThIN7VB88v
LYSg+OkrXiN8u/PnjMyfj3CeCMau6X96DILZmRpERVFEyk4P4iu6ejk4j9/wjC/m
9ZEljf3q4NasW4SYitPK2qpsaDXMzutF0QgPoyui5MC+pkWQOVjJ60K6q9mnr82S
HExJcnV2+XP5czT8yNnnRFOPC4fB7XS58cEJxD4dP2M3ACyZETwQ6YDZtLj9/JOs
mXHOQY7mOi6wPcSxHKzbyuf/py2KQL4StwxBRxEvB73ixHU01z210UGcUFT27e+w
7ikbRdFrjQrt8zd6j2ZysYk6uw7vHrzZSJ/y7JVP89BL2aDDBtzWP6hFO6WDm04x
+AMO2bVFyfcF/rCejSFseGJerFp/CLtY5aDIaJLYB1vQZlIqrZQ+PHVvQKC7+yeC
Cq+Pb7kaKubFksQXdgLa1C1C5LqipXwroJ4xjZHRkLj1vjfeAyBOrFTTh+wgqIAx
lNTwj50ImpnqwEzanEIq4LySYxP/Cx3+51+CnTx1BhTYYDNk9X0EpAuTxqY9v7cf
mbZFRyysxaXOImQ3MJoKjhx3BdIYTV6BMEt1Qt4jN2Pj9xvd2dU7JHSnaFOEQtQY
klGPZnbMicrvbrXQ+JmB
=18uO
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xhaz7-ky...@franck.debian.org



Accepted bzip2 1.0.6-7 (source amd64 all) into unstable

2014-07-31 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 31 Jul 2014 17:02:25 +0200
Source: bzip2
Binary: libbz2-1.0 libbz2-dev bzip2 bzip2-doc
Architecture: source amd64 all
Version: 1.0.6-7
Distribution: unstable
Urgency: medium
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description:
 bzip2  - high-quality block-sorting file compressor - utilities
 bzip2-doc  - high-quality block-sorting file compressor - documentation
 libbz2-1.0 - high-quality block-sorting file compressor library - runtime
 libbz2-dev - high-quality block-sorting file compressor library - development
Changes:
 bzip2 (1.0.6-7) unstable; urgency=medium
 .
   * d/control: Remove useless lib{32,64}bz2* transition fields
 (Conflicts/Replaces/Provides).
Checksums-Sha1:
 f970fefd8f7cb4a02ec74d3ecc21c31068201b5c 2261 bzip2_1.0.6-7.dsc
 e5169afbee8f9ee603c253e03421364819a14c12 59542 bzip2_1.0.6-7.debian.tar.bz2
 1be71bcd0e22511f2d7ab34d5909d1944db138fe 42964 libbz2-1.0_1.0.6-7_amd64.deb
 649efff15825bf99db5645438735a55c4cfc00f1 28874 libbz2-dev_1.0.6-7_amd64.deb
 ba06498bec25f6c56376c9e07fef8d0fb9562764 46586 bzip2_1.0.6-7_amd64.deb
 8952864bdd3aeb6178318b90e469f812d2e9375e 306758 bzip2-doc_1.0.6-7_all.deb
Checksums-Sha256:
 098b7e38d1d634fc361847602bf85753dadeca121b9531f6dba2614b16e0637c 2261 
bzip2_1.0.6-7.dsc
 17e030ccb2908d15553c1510869e09d8ef41b5f8e72c7c65d1d5503396a5bd3a 59542 
bzip2_1.0.6-7.debian.tar.bz2
 d287f0f16b5b4155a284b3c33864c6f5521ee6d696c302725b9278211ecc8126 42964 
libbz2-1.0_1.0.6-7_amd64.deb
 ef9a838e1f1c4454d6c5625bb2c8233194881ea219670fef8f454f9554f9536b 28874 
libbz2-dev_1.0.6-7_amd64.deb
 20ff918b23a0a9cdaa4dd42f540b90d53aab7aaf81dc2ef6cd4c3d395f1271cd 46586 
bzip2_1.0.6-7_amd64.deb
 84885048aa665cb427c80b7c63f0fd11eb51358407dbb389183f013eaeabe06f 306758 
bzip2-doc_1.0.6-7_all.deb
Files:
 7aee254fd606e2be0738631a9d36905a 42964 libs important 
libbz2-1.0_1.0.6-7_amd64.deb
 104e203cbcb4502adddbd9afc254d789 28874 libdevel optional 
libbz2-dev_1.0.6-7_amd64.deb
 39288734c168c6082ca3c8a9a7b7a584 46586 utils standard bzip2_1.0.6-7_amd64.deb
 30efe5bd8d7737e92f8cf447e5f03d8a 306758 doc optional bzip2-doc_1.0.6-7_all.deb
 d4850752a3386592ae416b3fd6fc2c3a 2261 utils important bzip2_1.0.6-7.dsc
 3bc252d3eb0a16a4f5950fac8deb7bb1 59542 utils important 
bzip2_1.0.6-7.debian.tar.bz2

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT2mXyAAoJELPyXWsAqAZiuS4P/1x840eMQiCXJFt8sQTssEfK
yHXTz/8MaHMKeQHtqVbZWo6J2OxH/2/jnTtI4jOTToG4lpvviIHSKcjhC2KBTuFz
QwT3EDFHbVetCauiIiH6KwmcY+1taDktiYDEOcXc8XcjsoXeyK+BJfC/TJoicNiB
+Jp5MTQOvkVRT3t9eh0QhsdUa/9sdaoxjcZOiXWJk2wEztd8o1KvaUut/go9d2AG
EGn0H/quFkE+dWZ4gk1y4TzACw5WGW798z9tDDJdKR19lWe1iQchmMFtAbG4WXJm
ldz/lYeS1aFITNlQIEZJd3rZXo/Hx1cHsrOohUGhOUSgUuc2bxhwjBzYaR8tvAOd
Cre7aykMc2YLreVNQ4fS9HwtYELRgBYONgAzWiOtU6qteV67oobuCJh0EB2KIYc3
g9htBlHO6zb+CnzocdhI4peN54082IdM4vWZWxfaoYMZoE5DvrwZYDn7fUEHjUoz
o/D03R/rwv7+c2D8VaThy0K7+mwXZ4R0VQL1o1D4Gu83lZvYsJS3jDShBqXwqA/2
sNLf3FKdwdi0hKzsTF2id2tQ4YqM5yUCwomPaQHKtU2jMowS+67Ardwiq0+5IS7m
EBE4Gp70N1kz+sftz5qnr9R6MSdabTuMMj5SFF+dW+OFg1EDoOaLxxIk1WU4UOkA
BWcN1KQGbqeaXpFa7EBu
=cyAx
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xct4g-0004xm...@franck.debian.org



Accepted bzip2 1.0.6-6 (source amd64 all)

2014-07-27 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Jul 2014 22:11:31 +0200
Source: bzip2
Binary: libbz2-1.0 libbz2-dev bzip2 bzip2-doc
Architecture: source amd64 all
Version: 1.0.6-6
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description:
 bzip2  - high-quality block-sorting file compressor - utilities
 bzip2-doc  - high-quality block-sorting file compressor - documentation
 libbz2-1.0 - high-quality block-sorting file compressor library - runtime
 libbz2-dev - high-quality block-sorting file compressor library - development
Closes: 149953 736815 754337
Changes:
 bzip2 (1.0.6-6) unstable; urgency=low
 .
   [ Steve Langasek ]
   * Convert packaging to dh(1). Closes: #754337
   * Drop obsolete maintainer script which hasn't been needed for a decade.
   * Refactor the build targets so that we can move texinfo to
 Build-Depends-Indep.
 .
   [ Santiago Ruano Rincón ]
   * d/rules: override dh_auto_clean to call make clean.
   * libbz2-dev recommends bzip2-doc to fulfill the lack of specific
 development documentation. Closes: #149953
   * Remove lib{32,64}bz2-{1.0,dev} packages. No longer needed, we rely on
 multiarch now.
 libbz2-{1.0,dev} conflict/replace/provide the removed
 packages Closes: #736815
   * d/copyright.in: fix versionless GPL.
   * Bump Standards-Version to 3.9.5. No changes needed.
   * Add ${misc:Depends} to all binary packages' dependencies.
Checksums-Sha1:
 4e2ace83a53b406c358a9a906a3da33fb26a4b65 2261 bzip2_1.0.6-6.dsc
 c71700e868b46c3d66c8ed444be65b985f447ce4 59486 bzip2_1.0.6-6.debian.tar.bz2
 2492e3e0da9c585bb83394b08fdb2ef6875faf3c 42936 libbz2-1.0_1.0.6-6_amd64.deb
 09ad00e839f5f1da32cb9496746131b7d53be250 28926 libbz2-dev_1.0.6-6_amd64.deb
 71a043611ceac260dfd0848575ed9d8573a6b16b 46502 bzip2_1.0.6-6_amd64.deb
 1df9d2768e4ec3ea4dc2b9cc49be960eb7a646a8 306710 bzip2-doc_1.0.6-6_all.deb
Checksums-Sha256:
 51bc663ab1bbd00273698743106a04260596d0b08e2eabe590be78ba96efd9e8 2261 
bzip2_1.0.6-6.dsc
 9394e681735a4fb25869ebf1f0a1d0c7df30ba1592019958a979056d2270a445 59486 
bzip2_1.0.6-6.debian.tar.bz2
 a172e79249637bfb9d8e63af07bef6dab5069e0d1417d559077bc37cffee6e19 42936 
libbz2-1.0_1.0.6-6_amd64.deb
 f22abf48fd5a77b119b4b68bb01cde91ea2b390f1e3e97c887c0398077260927 28926 
libbz2-dev_1.0.6-6_amd64.deb
 2993f27d9411e1305994a2a23871e0acdfeaefe15e84858d42613db432cf04db 46502 
bzip2_1.0.6-6_amd64.deb
 b3fda9b72fa51a0a080cf20068455d0171b25785320528aa389658a5dcfd634c 306710 
bzip2-doc_1.0.6-6_all.deb
Files:
 6857d31870c7a572d9763f0842057f4e 42936 libs important 
libbz2-1.0_1.0.6-6_amd64.deb
 f940473d2ea08d8757dc4bc6fc19008b 28926 libdevel optional 
libbz2-dev_1.0.6-6_amd64.deb
 53246c72a25862a5836424b81bf04147 46502 utils standard bzip2_1.0.6-6_amd64.deb
 88e1db4779456949dca56c7a04cbf5e6 306710 doc optional bzip2-doc_1.0.6-6_all.deb
 9a6998bd561d4f3e73b4cf388e9be6ab 2261 utils important bzip2_1.0.6-6.dsc
 3ffa12a5948f038a28c1ab331683cf61 59486 utils important 
bzip2_1.0.6-6.debian.tar.bz2

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1V/MAAoJELPyXWsAqAZiCb4P/AiyDL8Yw+h61hUG/zcnY5i5
pijLFNMnvtVzDIIf+IRevs60JavN20fMVXiNcVhVlI43d8rbrkS3IF7F2sTLfmNo
Km2UurDMiYAtuQl7jXlkmcSurH2KSPRI1QSUJ9gVE5qqYEt3RlD92sbqSuSJg7Tl
glqyX0yo46pHx5Nb6nab/ixWqF59k5Jv5/MWSGBJflHFTHf/I9pTIdEbUG+ioE0t
bqV5vrR2Yp+qjn0DEGjn8EZ3ZATQB7JOexjDRviLPertUIvXazJNHZjxJFSbidbL
m+zAS7kx9ddDysZ62/u8BmMgbILaTBJuC2l0TElVMkgQ/O18Ou4uyMYXK7vbGlQ7
zAjKNFcW7odv04gqbx7ntISbIxmkrdMFbDhX6u95GZgkU5jJ4ksUy3B+NZ/c2/6j
KeGoMOQgxzCQWERlWcvV0Z9iuzrmRCWwu/+bSzrs02ng6j2ZCSYkM4LPVD683Gk0
S6e5hVh53Y0mLMnD6prNHmJvuHLSjXKSdEp/HZ4idPoKiRjC+ZQwGddIaNW9ibY/
w9oYLtx6uZp5l/FurpIv7Uc2JStNN2NMoBvhAWzbJm1TCHck2XUg/IZzGomX32ca
smhc159PZFYVdZAqiuIPKzYegb8W39aCtbToGSjCO3Ecu5XXs4IhXGajTkqtAIz2
7ZRJSX+S2h2S1WaUqi+s
=Fwn6
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xbvqd-0002uf...@franck.debian.org



Accepted grep 2.18-2 (source amd64)

2014-04-15 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Apr 2014 19:40:35 +0200
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.18-2
Distribution: unstable
Urgency: medium
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 grep   - GNU grep, egrep and fgrep
Closes: 736919
Changes: 
 grep (2.18-2) unstable; urgency=medium
 .
   * Depends on pcre3 = 1:8.31-3. Since that revision, pcre3 enables to
 compile JIT regexes (Closes: 736919)
Checksums-Sha1: 
 600dbff81da4861cde31f1464a5d3aced3086e93 1934 grep_2.18-2.dsc
 d2d43df4cf07f9b12f9095b4e8b391c70c96f108 13031 grep_2.18-2.debian.tar.bz2
 362623a4c5b40aec08ad9d4238ae6bde26e914e4 323440 grep_2.18-2_amd64.deb
Checksums-Sha256: 
 18d4d90bef0dc5fd71db38d85a4e538abceb3db71093023a83301c143529793f 1934 
grep_2.18-2.dsc
 cd77de09ec6e8ab9e9f11b3fcab3076576072c2e52bc414d4907e0af02019fda 13031 
grep_2.18-2.debian.tar.bz2
 9f01196ab09c92f4a1e3dc432f8e522c157ce5cddc7a52c959dde174b696cf4b 323440 
grep_2.18-2_amd64.deb
Files: 
 1bc4c3c8b86c429bbc2d91b6b653028a 1934 utils required grep_2.18-2.dsc
 0ba47547a84216bbc5d26903ea31636b 13031 utils required 
grep_2.18-2.debian.tar.bz2
 f4833ac9f5a20727f8b0e6c0694ef409 323440 utils required grep_2.18-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJTTa6LAAoJELPyXWsAqAZiGo8P/3hJCU45bOpPrRaPxfX2w0aR
PmvqXP8r8f25xffk+aHAlRD21/B+/MIsKWtVMeCDL0AdkXgCeLJYe/u9786F3Phn
e6VDKT9qgz6X57QaQ6CumHfA1QpAvCDcJGYAL8eX3G+5S0pBUIq0dMFzxf6L9gSd
kB4P5z/grDWqpDhy0MOqySxroDX6G6tvMj89k94yYELUkDQEWOFrRl7MulTHNhNo
9A7ecYCQsxGuIJSmrfetdVYHNOvOFodixFrtCGTFcMuHoMP+2KApDZ5UMxTHnQDa
jcJBSgi9ukaJDzRDbKKEBE+ciUyQPuVfcoikgB95tp5sjJJN198CDzJJhbfedTIn
KRKNnRx8H1JgR+VjrEqytFuON6+qI1vVa/sb4FLXHq9IqDYTV1cDh/seFcVH5XaN
EEr5fSjEQmzUJ4CqUqh1I+to0pCixB5YROcYJVsOZNCgu7tkl27CUJMSPw/2G8yb
yz4jOjYgvTJy/wRD5XA08u53DWQaDlobzQHw/kUmYwI5Hy9c2Jiv/SkpYqumqSNm
S6GD5h66/6pergXWvmR7w8x7hyGkVwnW2PcgoDrfVVG+l+Vl6llBLEWtyF48AN0I
ODkSi2b4MB9r8COCNV70ORxDFKtl16i1B6O74xZim+cbOl5w7S16+fOv7Xwm3HPs
LKSSFqhUMenfRaVZGjRY
=AA/j
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wabhm-00052i...@franck.debian.org



Accepted grep 2.18-1 (source amd64)

2014-03-06 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 06 Mar 2014 22:25:25 +0100
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.18-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 grep   - GNU grep, egrep and fgrep
Closes: 736977
Changes: 
 grep (2.18-1) unstable; urgency=low
 .
   * New upstream release
   * Move to CDBS. Jointly with included patches, makes grep build twice in a
 row (Closes: #736977)
   * d/patches/
 - 03-397262-dlopen-pcre.patch: removed unneeded changes in configure
 - 99-autotools-changes.patch: included modifications made by autotools
Checksums-Sha1: 
 ed8920fb6731aa76028e46c6e11d3aff679c9158 1929 grep_2.18-1.dsc
 fdb12580714966745635da7d9db55060f88db28b 1213220 grep_2.18.orig.tar.xz
 f096dcf69e68171ede9d53b8c71b865355801687 12945 grep_2.18-1.debian.tar.bz2
 f07ccbeab5e91119ddd07bbe9ad29036adc15011 323442 grep_2.18-1_amd64.deb
Checksums-Sha256: 
 2a35882c642a1119794f7a17e41348fcdaa8813448e3c64cb29705dca2047c3a 1929 
grep_2.18-1.dsc
 e6436e5077fa1497feccc8feaabd3f507b172369bf120fbc9e4874bba81be720 1213220 
grep_2.18.orig.tar.xz
 8953bd1691a9829b271952b1f32560e2b22032af2d100b9d6727c8f138736a3f 12945 
grep_2.18-1.debian.tar.bz2
 bf0bb1663e91ff0e6e60fdfcb1aef3b20e112043a730f008316cd82319270f39 323442 
grep_2.18-1_amd64.deb
Files: 
 a5e5c4af634a10af3399f3b678aeed65 1929 utils required grep_2.18-1.dsc
 7439f8266f50844b56cc3e2721606541 1213220 utils required grep_2.18.orig.tar.xz
 4dc3b0074ee199cbc8a7e5423aeb4575 12945 utils required 
grep_2.18-1.debian.tar.bz2
 44f4942127ac2493e2d795a964b726b0 323442 utils required grep_2.18-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJTGOxlAAoJELPyXWsAqAZiLikQAI4bvBDY9bll5u5TYnkuKBLe
nr8ZFpW93cdsgc4J+sGAEZL4HHaS7QbpXpVUfn2Qkmh5KNDkNo6pBV/R4RHXjp4d
538lYD7KGjZHYRNW45dNbakQXGtybwqrkZvNhSDVlXUePCuDOkhYFb66Dij+KSqi
X2t7qEMigAyXWV157im1Ar922HYzLPHg9ThjmA5sxB2J4Q4p8ziIOoiwgRhriGdC
XckYw2GMZ4WGsOfQYbxNN6zKljMtqG+UrW4UhynTptkryWbq8V6pO2thbH9joeyQ
AxM/pwhTvQExyytZ4cV8aW2QpP00MR7fMFVjv5KqkD++SiRT30f1x44mCdUb8pxY
hG4ci+W0NO4ZBjfPC7GH5YoQPrcIYe8ax/nY8egwe/6SuZGtKqqFMd22vGCQ5wPz
SIrWOhPq1a9nBNwXQUjHSUku/xErWxXgfiXJManU4fLWKMPotHuBd2E/QceLpaCz
aFOuirGZ3VqUxS/GcHYJMCXkT2Q0odBGfXuFE2qAtXyQugvt1hnBc3e01GiKLzPu
8uR1wqCi5JcrPLUB0yPvpJDcwE0mskMXhUb12VgDXPw2Uw3SZs7TJQaLbBr5zjOK
FQaz4A92m3Z+euV7RcKG56rUfhVdIIe0E4J86dmSK3vZwjhgmGCkNhz1LUozNVg+
7XjjktoMOkjigV5Qdizr
=s1XV
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wlgof-m6...@franck.debian.org



Accepted grep 2.16-1 (source amd64)

2014-01-18 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 18 Jan 2014 13:41:31 +0100
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.16-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 grep   - GNU grep, egrep and fgrep
Changes: 
 grep (2.16-1) unstable; urgency=low
 .
   * New upstream release.
   * d/patches, Removed not longer needed patches:
 - 85-automake-warnings-bc9c23a4350598db4ec04225e1e0194a7b17175d.patch
 - 90-729581-multibyte-s.patch
 - 91-P-regression-9a9b4c59babc60e15a79cf7db8167d42e68e44b9.patch
 - 92-730472-PCRE-no-check-UTF8.patch
   * Bump Standards-Version to 3.9.5
Checksums-Sha1: 
 50fb09b249d3f51cdd55e60982a9c280ba9a7fb0 1923 grep_2.16-1.dsc
 4ab9c1f8a5934734d3e01dc32ee1a8ae0f974359 1210192 grep_2.16.orig.tar.xz
 ecdf3c9d53a44d4ada7086e850db46b2c6857d93 13191 grep_2.16-1.debian.tar.bz2
 3d6f275ee0ab5bbd65ba7fc02b7ce6534fb0a8a2 321636 grep_2.16-1_amd64.deb
Checksums-Sha256: 
 648adab733a96826b0e804e9779e5c97ccc0809be4140ace0b4699a5eb5b232b 1923 
grep_2.16-1.dsc
 16dfeb5013d8c9f21f40ccec0936f2c1c6a014c828d30488f0d5c6ef7b551162 1210192 
grep_2.16.orig.tar.xz
 4bd94480c8e3437aa058aed14db5f78234c6d820581c77e09b3bf82e73b92087 13191 
grep_2.16-1.debian.tar.bz2
 957650629ba7599e34153771691dd0402aed95f6f2120bd28add340a3dd7adcb 321636 
grep_2.16-1_amd64.deb
Files: 
 8ecbb87504ade0de3a8e2564d44dc98f 1923 utils required grep_2.16-1.dsc
 502350a6c8f7c2b12ee58829e760b44d 1210192 utils required grep_2.16.orig.tar.xz
 481389542a4c354576708afa99298626 13191 utils required 
grep_2.16-1.debian.tar.bz2
 e67505e4d2efbb96eea888d5aa8f75cd 321636 utils required grep_2.16-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJS2n3UAAoJELPyXWsAqAZiC4MP/RJTcx7I9X0PrE0eJ7s9RpSP
Z5lybCBKm9km3Ev4iDSJqvQ0YGyFtujspjcd60LQDlpWI9CLHQyCidDalSIegOcK
yHXQJP+z6+wkzN9ORK9kTUtPCUa6zLSIFz+XVKwES2rkRTQDQ7HUaVQbik/Ozyjt
xr/XGHgUqc7ickMw/KbA86sfzu0PTjLb/6HKbdwVuZs/YejSv1ap4OwA1kobIqEd
nowNoo+8Cm7tOLbXDfuAls06HT5Li1MoMF0SlT1Ip9FMuHYHz2Q8aFZbYbNMNuv+
5Ifa2cTqdTbINhYRL2oYeUbQbx3w+PobUCPsZb72PRKDav8Z4U/dxKU5yZFZlJFU
YoTZFTHHJvWk/q5Gx8ELj80eQA5DmJKBwc/NDCyJKfg34M6kwIRRlJhTrbkY7pTw
fGqoJWQkrLODPq8p/8a+8IvvG9taMTrKV0NQWMCWMFdJ077FB+OUfhPrgStY0Zp5
QFl3HsglLQ5JK+3udTHJPzZ6bFRCYVxI7cNv8+w0wQqE/FCwWWdM6+KfIwhUS2Ea
u7sbshvWG0Zo6HvP5lHU4NnixjT85jD91BcK/E/Wo8EQiVQdZioOHqsr6jfdj3k4
CNQZcs2M/LRp5ENosHc+/m2QenHMjxk8yenTOmMcDVIz5HawmvRixndLvG3G+qjg
Lo4Wa/yZYDzL4k3hrlyL
=NMo/
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1w4vnc-0004pc...@franck.debian.org



Accepted grep 2.15-2 (source amd64)

2013-11-27 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 27 Nov 2013 23:39:35 +0100
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.15-2
Distribution: unstable
Urgency: high
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 grep   - GNU grep, egrep and fgrep
Closes: 730472
Changes: 
 grep (2.15-2) unstable; urgency=high
 .
   * d/patches/92-730472-PCRE-no-check-UTF8.patch flags PCRE with
 PCRE_NO_UTF8_CHECK instead of PCRE_UTF8 to avoid checking if input is
 UTF8 valid (Closes: #730472).
Checksums-Sha1: 
 5bc532bc0142972735d609684845890f81786569 1923 grep_2.15-2.dsc
 c4db9f9c9a70cf5610fad33bb59fe1b8532e9470 15909 grep_2.15-2.debian.tar.bz2
 124d5b8d098a0e0be3847680b45696ea8a669dce 318292 grep_2.15-2_amd64.deb
Checksums-Sha256: 
 511814e23ba56ae2ae01f5f75799497f1057518e90718f305ea8a64be502aedf 1923 
grep_2.15-2.dsc
 0b183d517ef57c7927c940abc39d018bd51437f9e15520df864c1d372b76a515 15909 
grep_2.15-2.debian.tar.bz2
 3fc70be039e47f97b9e5316a4fd0743ec595a1ca7ef62de7adc759fc84486411 318292 
grep_2.15-2_amd64.deb
Files: 
 fd7e6aa1105a33409204877b3c0085db 1923 utils required grep_2.15-2.dsc
 41477618380b61fed586db839b2b774d 15909 utils required 
grep_2.15-2.debian.tar.bz2
 cd4697f8ce0573f19e1af55f4ac2b0ff 318292 utils required grep_2.15-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJSlnuNAAoJELPyXWsAqAZiLlUQAKpME3XL2icJuFf6eTB1UnHy
7IFYVEQqpsS+WAcFJ3R4/zunpPA2lvmBG1P7GZUuQZHHJzJRjmUX4dYFvqzbtlPx
B/ly4/ZZXoS7r0MeSYUk27m6Zl3UyRRFStudnZNrBgEkVrbzJ352LBsWUYPBGbH2
BfWN2rf38LrdsakoLa+8Zdkz0xpKJcMAtj/pRTtWLKdd8wXQVRSZyBj5ljYlYHLJ
bTYog7oL65Uz3kZpst1o8GTZl1InTwUvy3zMbsJp6gVO0Ad+O2DBat3BOjlnGEcA
1NXSEwqpJduQm2Gl6mdJ+9fPmjNNarLLDLPoVvgmph5HtqTp1spb9rNyoAvCd9Ig
zswL0y6um38OqvwY1OLmdNB2fQiM+ZLrVlJobewAk5g3ngv6X5yNiZrMoCaFD8XK
ztQGyixXBxo+BkJoccCGTiqQsA/UlWqHVL11Yqr3iIERL8cjHfVtrkk/s6BhCYq2
TOjKkvuO1PpG+HEVKB05EjNq5A7iuAg1n9EB15v60mxDM2Obbwf/wIRxwCZGJxIM
OOjSZ0V21jbZ2ALYbdGk8DOQt3l7sc73JQsiR3f25wKuKIYByxHiqDM/he1NIaQ5
6kun4HtJrNUVX4cRyyiOm3s5OYRKur1eIUyJ5VZGXemXArq0AXiNj6NP2nOKTggq
pS6yAp945/qXGTZ97osF
=zFM7
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vlone-0002b8...@franck.debian.org



Accepted grep 2.15-1 (source amd64)

2013-11-24 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 24 Nov 2013 17:53:03 +0100
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.15-1
Distribution: unstable
Urgency: high
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 grep   - GNU grep, egrep and fgrep
Closes: 729581
Changes: 
 grep (2.15-1) unstable; urgency=high
 .
   * New upstream release.
   * d/patches/
 - 85-automake-warnings-bc9c23a4350598db4ec04225e1e0194a7b17175d.patch
   avoid automake deprecation warning re ACLOCAL_AMFLAGS
 - 90-729581-multibyte-s.patch fixes a regresion bug, the \s
   was not working on UTF-8 systems. (Closes: #729581)
 - 91-P-regression-9a9b4c59babc60e15a79cf7db8167d42e68e44b9.patch
   improves handling of PCRE errors and invalid UTF-8 inputs
   * Trying autoreconf again: disabling autopoint, autoheader and libtoolize.
Checksums-Sha1: 
 533a3a28d6484058e95fc0f86681ef3d317ccf29 1923 grep_2.15-1.dsc
 1dffd7a82761166cc4d39727944655233c2d95fd 1267312 grep_2.15.orig.tar.xz
 54db8a8c25f3f90db0af1da25620fcffd654620b 15740 grep_2.15-1.debian.tar.bz2
 8612e77358a5083194071120782ea0e9e3ec5c10 318268 grep_2.15-1_amd64.deb
Checksums-Sha256: 
 cb71fea297db1222b49222872858111decebac179c2c82984656995c1bb6155c 1923 
grep_2.15-1.dsc
 bf5a834e587974c8c64e71b35b9e75cd21c7ff253c0e7fbfb0a78be794965314 1267312 
grep_2.15.orig.tar.xz
 c91e6fcf74038599b3797ec3bda4c2da921872d5e773df8cd7ded29a954ae9fc 15740 
grep_2.15-1.debian.tar.bz2
 cfb743507cdef829d26a450e2506695477ec929b00052cfe0bb1ce0338aaa38f 318268 
grep_2.15-1_amd64.deb
Files: 
 834a090f348bf526a6f7915fca1bca93 1923 utils required grep_2.15-1.dsc
 8cab8ca52bcae735af40278423c7c942 1267312 utils required grep_2.15.orig.tar.xz
 3bf69ab0084271c57abc66b67a4c6e5e 15740 utils required 
grep_2.15-1.debian.tar.bz2
 263ece85f5f24b9e841322af11a03bbe 318268 utils required grep_2.15-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJSkjMpAAoJELPyXWsAqAZiF1YP/jtPprqrPNDsooTjABKCHrlu
xJEXVQaRpdrlNWCRDpfXMGMwb1CSaCFJkHD3zesuWD4BSmERAXdm7kOGkFBHqNMn
6Mk2HxGvFCbxPnmktfo5fvMrZgDGLTHTsSTztbR3S1jLIQreR79UNvJ/9MgHRe+t
rmicMps9applZT21bzL5wR/I6lf5MIP7K+pv4l1bEkBPAlt/hMoQ3f+uEkRGOWsQ
VAZUzX5JaFOcPRBoZdd/dqRkfxFJJKdBlhWKx63qSTSMZC49uvGdbzc5Ei7+DRzw
gYLtjqVlE52MjTdkXE12b4Dvg4nuDIyrcFTnG1KvMzLVRqSjJEHs6HsPK2Bp4SNr
5d2qPGZBNAc5oCBFkI3X6A6K2fCBeFV2hasb9hHhtogbJfVsP3ohMBPKUDpm4T4D
9Of33mLAVwiPJggCufN9KAcZw7sbs4FwGWlQ8yqTG4wFNzKz84DGLUAwnXcsPcxB
Xq8to5+D6yfyv/d9x8xfYWsUEPQfTkLd8WhzbpI8KG8xLYpMOIHNSBSKsYzqOF8y
339sphThNJI8CvmutQLxstD3HgfwecJhdgbUUgOq4CaK56Nq2YMvajEhY6ouFDSY
mC5tQ4vn/kuGsXOrQwv2KX2qJnv4Z/x+hrbsL7y3yL7Der2g7+ZPcFvM23aOnXtw
6zcZGl68CXM0urUWSzyC
=qFI3
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vkdkl-0002l0...@franck.debian.org



Accepted grep 2.15~pre-2.14.54-37f7-1 (source amd64)

2013-10-25 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Oct 2013 01:43:19 +0200
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.15~pre-2.14.54-37f7-1
Distribution: experimental
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 grep   - GNU grep, egrep and fgrep
Closes: 726391
Changes: 
 grep (2.15~pre-2.14.54-37f7-1) experimental; urgency=low
 .
   * New upstream release
   * d/control:
 - Multi-Arch: foreign (Closes: #726391)
 - Removed Build-deps: dh-autoreconf
 - Added Build-deps: texinfo
   * Updated d/patches/03-397262-dlopen-pcre.patch
Checksums-Sha1: 
 f1fe01ec59503783b8e6a331d19e2bd076acc8fe 2027 grep_2.15~pre-2.14.54-37f7-1.dsc
 7848bc2b0ccd660b3f6a5898aec6566759940586 1349664 
grep_2.15~pre-2.14.54-37f7.orig.tar.xz
 59154b82f75ae8976641360ea28e86172654 12713 
grep_2.15~pre-2.14.54-37f7-1.debian.tar.bz2
 1cede19c0f33fd06da37513142dd181f91b2c975 317164 
grep_2.15~pre-2.14.54-37f7-1_amd64.deb
Checksums-Sha256: 
 8277acc4078c8103015a2836176d1c54a729881c98b3255b1ac78e6b47a472a7 2027 
grep_2.15~pre-2.14.54-37f7-1.dsc
 6c85804af8dd8cba044ba52b90f60206f38c97ef8ad32e5f355b0d70d7b89d26 1349664 
grep_2.15~pre-2.14.54-37f7.orig.tar.xz
 ac5d14b6ea3b63dd441a8998542b7b73ea5f25c4967451a32b782deb70aac7b2 12713 
grep_2.15~pre-2.14.54-37f7-1.debian.tar.bz2
 660ecefa020078c5846053bf4eabe1af77135e6be6aacd42a39d2c0f31917fdb 317164 
grep_2.15~pre-2.14.54-37f7-1_amd64.deb
Files: 
 5f6c1c808add102911d44fd0fe3fda95 2027 utils required 
grep_2.15~pre-2.14.54-37f7-1.dsc
 a422e15d5daad3652ddf4eb984ea4b02 1349664 utils required 
grep_2.15~pre-2.14.54-37f7.orig.tar.xz
 922149914773c10a2a588e27fe8af983 12713 utils required 
grep_2.15~pre-2.14.54-37f7-1.debian.tar.bz2
 206fcbd3c4d456db24bc2084fc6da029 317164 utils required 
grep_2.15~pre-2.14.54-37f7-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJSawORAAoJELPyXWsAqAZiEPsQAK+nykF8lRp1Qi5GhKcC8e9/
dcShg1FG+5cp2lpqqoVCuaPjT5O4zJ+r6AbSJYXpyQDb3+u/D5jTDR0cubtU9LgZ
LodZ9VAKUlkovMqSor81A7mWmPWh3YDB9CktIyFloHJRR5Yt+u09rPCwdTNRoqxY
oTnAFLyQWsiQxqTggVS/07hgpbQ6ylbKyW/RhOm5RYBRT9Rzk/BU2nwKi6CHbDTI
6IyZy3cRv8YP1vAHmH5sU4tOqTVtAL1n4y52QFL/rPWX3uyASNexqoKA9RAHLQGT
sTvNTdgL6K1Px1t+SCvU1VrQ0yaPIsssbsgC7nJr0gdK/Biu4owZrTlDrD8Vzp0i
dKWJq1F2EhqRCVBlqXgq22UIXJiQhRMGHWvfZ7shJCvdgzre6yCjCytDoMRN74NG
7qQgglmURvGAVGdcCf/Gw04IRViETUr1hdYfbnUzbn34NQH1vfzw6YqZ8yFPqwu6
kpMsyYj/grNVx8zMfXp/iFV4HAiDVBVZo2nMo+TEKR4ZPj6QvLOMrcQURlePeHAw
iSdbu9BxMdUq/cemqMQ6YfjV9k3UiE5+Lp3OuQDc+jARVud3PFPIbCJLthdOMRAo
bKEYz0z8cfMQ7NHquqP7cEAx1odqUxXyjYfSLcxDeKdalcAV4R1OZ6/5+VBKvueF
ZMpPeKAxmgCfiL0oWp8p
=d3pv
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vzrlg-00027s...@franck.debian.org



Accepted grep 2.14-4 (source amd64)

2013-10-02 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 Oct 2013 15:00:06 +0200
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.14-4
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 grep   - GNU grep, egrep and fgrep
Changes: 
 grep (2.14-4) unstable; urgency=low
 .
   * Making debian/copyright machine-readable, according to the specification
 of version 1.0
   * Fixing matching of multi-byte white spaces
   * debian/rules: using dh_autoreconf tools
Checksums-Sha1: 
 1d069beb4f4fa3c976909ebadbfc65a101fe4787 1917 grep_2.14-4.dsc
 2c524f3de83ae53ce3eb1dba8594742d489512ae 14864 grep_2.14-4.debian.tar.bz2
 8b5ee2e8b1895b313728b5f2b7b94e2abe4b9ae8 298960 grep_2.14-4_amd64.deb
Checksums-Sha256: 
 f24485c4008119d202d1a4d03bc25826a2f889a9ba170c1c12425fb0b7643763 1917 
grep_2.14-4.dsc
 4c2c9580c916a2e9e24cd337fc2a230622cad14f736c85ea037ec8744a7466d4 14864 
grep_2.14-4.debian.tar.bz2
 86041d119c1ffd3a9744504607558c45cb969427bcb1629f66765f7919a09f6a 298960 
grep_2.14-4_amd64.deb
Files: 
 fb1bba3608b19b3d3295481a7830ec90 1917 utils required grep_2.14-4.dsc
 75fcb676f3029b645d5876ad28822afc 14864 utils required 
grep_2.14-4.debian.tar.bz2
 8b1c8ba581ef46f9b80287afc3d8bd99 298960 utils required grep_2.14-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJSTBqDAAoJELPyXWsAqAZilZkP/30ZzMsUx7uNhLdEValE7xFR
h9QJVFyg/J1lyREd2gncr9Si+MZqtYox7+h0VD5qBqik2igM21TQb16WRmZvE/Vq
JtRIesZXrEEBYGCPsanGRHiWwdOAyt8l3/Zu824vmZ8808MBbzpBR4hQxCUd1zBB
kL7XpEEZLSUMkpvZjyOmpn0CUoMRbayFE7EVuUHmou6HU263pymKFUzFPVIuf+rf
0YG75J9cmXFu1Enn3Zyy9LQTdZ0b+zVZfZoBf6sX7upU04p9Zxjpmipj8l9YeIIE
Nvdxh3TxwNDphVThqOEPenO0nWzwmt65YW8ToqWkuftqcte0hV1/dLDHcRh3SIXI
dBPmsGfUTNOWtCMzYCRIDvQFsiHnFJaBjrbJx5/BC79Wuitus+Mhb3HurOIttX73
CqiNoUxVAUU3EKWO0pNFzENMYrG7njixC1+WLERl2piy6B5q03P8qontpc9atw0i
wobM69Hq3AsEr2dYG52sVz5qo8xYkSXLDTN5aL6c4qk2TGp9dYiQ9/BrgYCNTSUx
bkh79SVFD9g/dFimL3NByx3Tm24V2BmCapW4jro2ZWtBweHMD8xbH51meNXsrIey
Xn0mQtbjHkU06ioX/LeTxP14fx7Icil37NQCj3hWEZfZTe2DZxO9boIkf9tPT4h2
/Z6vmntkqVQeU1GFKrCr
=nU9H
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vrmka-0001rs...@franck.debian.org



Accepted sugar-artwork-0.96 0.96.2-2 (source amd64)

2013-09-08 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 04 Sep 2013 23:39:12 +0200
Source: sugar-artwork-0.96
Binary: sugar-artwork-0.96
Architecture: source amd64
Version: 0.96.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 sugar-artwork-0.96 - Sugar graphical shell - artwork
Closes: 713581
Changes: 
 sugar-artwork-0.96 (0.96.2-2) unstable; urgency=low
 .
   * Added sugar-style-h-prototypes.patch to specify missing prototypes.
 (Closes: #713581)
   * Adding myself in Uploaders
Checksums-Sha1: 
 342211087d7519b4841c459d195d47d2aa65eb12 2271 sugar-artwork-0.96_0.96.2-2.dsc
 0a8c0cd899a513b5072e876d866b8cd0e351db49 14190 
sugar-artwork-0.96_0.96.2-2.debian.tar.gz
 bbca5bc9de65b6327e4f2f22c0366546d1a5883f 91516 
sugar-artwork-0.96_0.96.2-2_amd64.deb
Checksums-Sha256: 
 95098b75fd2c13b9af9b2b2c36679c66d7aa7d65a612b3417b8f68f4fb352193 2271 
sugar-artwork-0.96_0.96.2-2.dsc
 2cad020c958709e5cc9a11ac8ffcf489d7088367f1bd2d2072b66b630724d254 14190 
sugar-artwork-0.96_0.96.2-2.debian.tar.gz
 9c286d4633621350f10325f14768cd785c85985207c347dd27be7a29bef49f06 91516 
sugar-artwork-0.96_0.96.2-2_amd64.deb
Files: 
 6bae37b52c0ddaa07160c423bc9f8227 2271 x11 optional 
sugar-artwork-0.96_0.96.2-2.dsc
 096a4ce273fa1be30fe75f0bbaf35990 14190 x11 optional 
sugar-artwork-0.96_0.96.2-2.debian.tar.gz
 30fb779f5ea0cddd70f9d0ca5ce4004c 91516 x11 optional 
sugar-artwork-0.96_0.96.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJSLDlkAAoJELPyXWsAqAZibK0QAI2zM/2J6hOkJ6p76MtB0Efj
KP8Eq55j6RxIKlYn23oWsWrdUOESrtUgZYo3vNV12O1HeY7KXxBzYSzry3yNP4md
8j9jngjxE4oUEj7SUl8LU145D5RMWtJcyfdHwR1CRRn91BEdkTRTyr9Or1C2WXLL
K1h9B5P0dVhJc5Ieb7j/IZgeJLiKMx3TjnFsDXHL1MMHCMd1rl4qCgU8lF6MGZgc
1ioblwrfa8/gAvt0g5W9PG3rWzfhD+UJYUdqKaIjX+SLjtzoqUtNHMRiDwWxJvvt
dZzKARmyUThzIy4fnsSMCQXYR6JknDGkXpoani8yxdCNN5n2rLUC02R/UgVyXz9k
pDJt+ZbFQQZpkqRdH3v6TGfkXku1wpmwEQK8LL+WKKy9y//i+Ik7OzbPU2ZveTUP
UUynMW5Ofo0LQKMcdRm70sQWy371xvrZ/4jDzvvkISRa610/LzXPx83Ywcwjh1AK
tyymyFAJf3QmjR+o3KnocrZADvtO0tmZu5eNTc0ppMAeAojARsvgxvWCJzThXOP7
YeTmj2FD2OvaEzZ6izGugUO4y2Jkeey0Bhx72eqFkmD0jV7zB6E0lDZv9u+IjZZS
ivmtscyDELQQhdeXasURnplxrwfeDvX/f0u1WVZeK4LV8L8GUWpmxSchNKbhTLoK
XiCqgfrV93DQrcfd4Gzd
=vJGo
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1viaur-0004we...@franck.debian.org



Accepted sugar-0.98 0.98.8-1 (source all)

2013-09-07 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Sep 2013 00:46:58 +0200
Source: sugar-0.98
Binary: sucrose-0.98 sugar-session-0.98 sugar-emulator-0.98 sugar-tools-0.98 
python-jarabe-0.98
Architecture: source all
Version: 0.98.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 python-jarabe-0.98 - Sugar graphical shell - library
 sucrose-0.98 - Sugar graphical shell - Sucrose 0.98
 sugar-emulator-0.98 - Sugar graphical shell - emulator
 sugar-session-0.98 - Sugar graphical shell - window manager
 sugar-tools-0.98 - Sugar graphical shell - window manager
Changes: 
 sugar-0.98 (0.98.8-1) unstable; urgency=low
 .
   * New upstream release
 .
   [ Santiago ]
   * Switch packaging to upstream 0.98 version branch
   * Adding myself to Uploaders
   * Bump Standars-Versions to 3.9.4
Checksums-Sha1: 
 3b9a81c6b08e759a5fd2d5189bdf8a2576a6dfd5 1752 sugar-0.98_0.98.8-1.dsc
 978ded0c3b6c3391aedd654e359bfce84ca6baa6 599218 sugar-0.98_0.98.8.orig.tar.bz2
 274841107705794bf3509c0d67fc43d7447a36a6 25576 
sugar-0.98_0.98.8-1.debian.tar.gz
 9f02ecaa23cebe2f4234346512783900ed60e325 21218 sucrose-0.98_0.98.8-1_all.deb
 1d845a2730427f1750723e1ab4392be94b99bbfe 319486 
sugar-session-0.98_0.98.8-1_all.deb
 762e9b656e058f25ff5aef9945737a559d1b9f34 21834 
sugar-emulator-0.98_0.98.8-1_all.deb
 5ea1537b376c454435405d79deae7ab12b0baa8b 22490 
sugar-tools-0.98_0.98.8-1_all.deb
 1caef64a8efdd25a205bf27c1a292b411f3966e8 140526 
python-jarabe-0.98_0.98.8-1_all.deb
Checksums-Sha256: 
 1d69137ba0722c2997eb4dc56d9aa7d55cfa0ac67a6857130c121bdb37992203 1752 
sugar-0.98_0.98.8-1.dsc
 9175998d9b77269c6ecac4039aaf79bba8193f451b680f10fd16fcf6ca62d09b 599218 
sugar-0.98_0.98.8.orig.tar.bz2
 98d9462181b7e112a33bd7c625dcd6593168149def8db5c5890a030c40bd137b 25576 
sugar-0.98_0.98.8-1.debian.tar.gz
 bf5117fe7a50f34702fd74f673cfe7838816a6b409d3c9c6e6d52d0bf770962c 21218 
sucrose-0.98_0.98.8-1_all.deb
 ba4c28e88ccc14538cc293f78f06ba3b9a25aa218db41abd37ab336cfd1d669f 319486 
sugar-session-0.98_0.98.8-1_all.deb
 9cf04a7981e856611ab2efeaca6bd4c4d4d8b30567b80a3a598e9ffb66b5b54b 21834 
sugar-emulator-0.98_0.98.8-1_all.deb
 4541a90c7406baf32237f041c434e4bacf86684be6876fe023bb3ad1d7e31dd5 22490 
sugar-tools-0.98_0.98.8-1_all.deb
 395bd27035f147868dc98b695cc34b1c2e6a4d95772c783bdb6fe3686af37676 140526 
python-jarabe-0.98_0.98.8-1_all.deb
Files: 
 75bfc0895041b5071f5933d07ef8e6ca 1752 x11 optional sugar-0.98_0.98.8-1.dsc
 07d2256597a32cd844567f6f1af6daa3 599218 x11 optional 
sugar-0.98_0.98.8.orig.tar.bz2
 7ee61c505ddfd9374d42da4e338b8959 25576 x11 optional 
sugar-0.98_0.98.8-1.debian.tar.gz
 a21e0a03b7090ec31076b13f6ef9641b 21218 x11 optional 
sucrose-0.98_0.98.8-1_all.deb
 f6284c860daa3bdc10b1a8cf8e09daf7 319486 x11 optional 
sugar-session-0.98_0.98.8-1_all.deb
 b4b42733a794159dc2d76c7d0082ad78 21834 x11 optional 
sugar-emulator-0.98_0.98.8-1_all.deb
 328fc8d406bcd86b452b8e2a67af0632 22490 x11 optional 
sugar-tools-0.98_0.98.8-1_all.deb
 b582c4711d3d8593b86d896f56ec2715 140526 python optional 
python-jarabe-0.98_0.98.8-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIqYVQACgkQQUuEI2/szeAwPACfWGSWAYJwi2aD1Jl7Rg7Q4TwB
xfAAoI4OkmR1n6Mj4e7D/gmF7KylTchU
=ZaFV
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1viwas-0005xa...@franck.debian.org



Accepted sugar-artwork-0.98 0.98.4-1 (source amd64)

2013-09-07 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Sep 2013 00:51:43 +0200
Source: sugar-artwork-0.98
Binary: sugar-artwork-0.98
Architecture: source amd64
Version: 0.98.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 sugar-artwork-0.98 - Sugar graphical shell - artwork
Changes: 
 sugar-artwork-0.98 (0.98.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Adds debian/patches/sugar-style-h-prototypes.patch to specify missing
 prototypes.
   * Added myself to Uploaders
   * Bump Standars-Version to 3.9.4
Checksums-Sha1: 
 ad120ad826b336dbe229745cc49711f15b29241d 1631 sugar-artwork-0.98_0.98.4-1.dsc
 0fc541c3a50a03b24f2a8aeef87f1ae914cf3f2d 511088 
sugar-artwork-0.98_0.98.4.orig.tar.bz2
 5343d9e64ca3e165877a26954c7177704d2abd98 14188 
sugar-artwork-0.98_0.98.4-1.debian.tar.gz
 d8f5d15ec269de6c207270ec64bea45ea24a018c 94096 
sugar-artwork-0.98_0.98.4-1_amd64.deb
Checksums-Sha256: 
 33d7e0d3b3d375f7db6b43b071f1b9b8f2590dcd06247f00be792f30cc249855 1631 
sugar-artwork-0.98_0.98.4-1.dsc
 505302c59651aa7cc88411b44067e20950b5723a7744be0382769aeda4fe3f62 511088 
sugar-artwork-0.98_0.98.4.orig.tar.bz2
 86e66fb512ccddf6098f62728c339844f5117fad56ac26a3b8bd3f01acc75d6e 14188 
sugar-artwork-0.98_0.98.4-1.debian.tar.gz
 993e03ef724c4f9458cd951867026cced80b0c8411e9a541206079ac522a86b9 94096 
sugar-artwork-0.98_0.98.4-1_amd64.deb
Files: 
 71c0301facda02ca2e56f096afda93c4 1631 x11 optional 
sugar-artwork-0.98_0.98.4-1.dsc
 fd6b54f89199532eb39ee05726cf1b0a 511088 x11 optional 
sugar-artwork-0.98_0.98.4.orig.tar.bz2
 e8df4a8e7e263488d77461ec6907f6c4 14188 x11 optional 
sugar-artwork-0.98_0.98.4-1.debian.tar.gz
 0cd94b476109e8cc58478de50152bfb4 94096 x11 optional 
sugar-artwork-0.98_0.98.4-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIqYVwACgkQQUuEI2/szeBD8QCfeB2irZxTNZhLbrFWmNzrenzY
iVAAnjAq3hLXrpMa62Ou+LyJdhSjHSCm
=/jxh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1viwaz-0005c0...@franck.debian.org



Accepted sugar-toolkit-0.98 0.98.1-1 (source amd64)

2013-09-07 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 06 Sep 2013 10:22:16 +0200
Source: sugar-toolkit-0.98
Binary: python-sugar-toolkit-0.98
Architecture: source amd64
Version: 0.98.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 python-sugar-toolkit-0.98 - Sugar graphical shell - core widgets
Changes: 
 sugar-toolkit-0.98 (0.98.1-1) unstable; urgency=low
 .
   [ upstream ]
   * New release.
 .
   [ Santiago ]
   * Bump packaging to upstream version 0.98
   * Adding myself to Uploaders
Checksums-Sha1: 
 5deedb015bcba8e076a09eefc84555418909ed39 1651 sugar-toolkit-0.98_0.98.1-1.dsc
 0260102e58881f06299092509244f5d8e46b6c34 447166 
sugar-toolkit-0.98_0.98.1.orig.tar.bz2
 b3ffa18f6ee97198224872f8b99c800310c9cd81 17484 
sugar-toolkit-0.98_0.98.1-1.debian.tar.gz
 450a38b2a11e33fd608d03c1fd9c0cd5d74881b3 152904 
python-sugar-toolkit-0.98_0.98.1-1_amd64.deb
Checksums-Sha256: 
 ea1674b111ae55ac4e4749b65607c1a25ad5f72133a3f3f86b55434e3cdf9245 1651 
sugar-toolkit-0.98_0.98.1-1.dsc
 42129bbfdc0c7d24cd33216277e68717c514c7e0ce5a420922e34864b01c10a8 447166 
sugar-toolkit-0.98_0.98.1.orig.tar.bz2
 dcf6a9fc72c74bbc0c56ee73f26e14d954ffdab361512d89c34eccf63fa3a0e6 17484 
sugar-toolkit-0.98_0.98.1-1.debian.tar.gz
 eb134daeb1908a69c336e64c8d8b3c460745a1d9a8e662dba8b958bb041b92c0 152904 
python-sugar-toolkit-0.98_0.98.1-1_amd64.deb
Files: 
 a5245a44868360e674ddbfde74edac97 1651 python optional 
sugar-toolkit-0.98_0.98.1-1.dsc
 ff0e201eb0f404a6d2fa7297d5b723c1 447166 python optional 
sugar-toolkit-0.98_0.98.1.orig.tar.bz2
 b6fe874af8109857809982ab9cc72f66 17484 python optional 
sugar-toolkit-0.98_0.98.1-1.debian.tar.gz
 fc03d26dea3801ed3e4214a81168141f 152904 python optional 
python-sugar-toolkit-0.98_0.98.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIqYW8ACgkQQUuEI2/szeANYwCfZUU9kAnAqE9LbNjuPrYA/AJs
fIgAnjo5loOKBkpdOb1vmzRyIAIB9h32
=Jruu
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1viwaz-0005bi...@franck.debian.org



Accepted sugar-base-0.98 0.98.0-1 (source amd64)

2013-09-07 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Sep 2013 00:55:13 +0200
Source: sugar-base-0.98
Binary: python-sugar-0.98
Architecture: source amd64
Version: 0.98.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 python-sugar-0.98 - Sugar graphical shell - core functionality
Changes: 
 sugar-base-0.98 (0.98.0-1) unstable; urgency=low
 .
   * New upstream release
   * Switch packaging to upstream branch 0.98
   * Added myself to Uploaders
   * Bump standards-version to 3.9.4
Checksums-Sha1: 
 5df6cd50d7be977c01b7692eac53b2bdd5117778 1558 sugar-base-0.98_0.98.0-1.dsc
 a6634aabb5bb3f4bf91e361fee19871cc00d033b 295518 
sugar-base-0.98_0.98.0.orig.tar.bz2
 6a7445ff6b1e964d45a2e5105a9a23634f6bafe4 13265 
sugar-base-0.98_0.98.0-1.debian.tar.gz
 c2702a4488f8f89519c1ae4839d2ed262f78dcc4 47532 
python-sugar-0.98_0.98.0-1_amd64.deb
Checksums-Sha256: 
 cb5c3dd4b93723ae6257d42b33f20985c112b3ef96ec02814e6f1589c20d24dc 1558 
sugar-base-0.98_0.98.0-1.dsc
 cab4489eaec13a17ca036082d49e933ecd6462954040b086597cf33772f9e1cc 295518 
sugar-base-0.98_0.98.0.orig.tar.bz2
 85927a2398f757e6d41628f857879da62dfefb197f5bf702ad92cd03862f169d 13265 
sugar-base-0.98_0.98.0-1.debian.tar.gz
 34e2015263e6f0ded8ca72970e1fd0e90be67c266bdf0b53fa3baac2b0d6c9fe 47532 
python-sugar-0.98_0.98.0-1_amd64.deb
Files: 
 de5233de3ab27ccf565f2d3e8f572d55 1558 python optional 
sugar-base-0.98_0.98.0-1.dsc
 0513b1909d57e69d71d92d244576d32e 295518 python optional 
sugar-base-0.98_0.98.0.orig.tar.bz2
 257076f64efb2b6e3013744dfa2689a6 13265 python optional 
sugar-base-0.98_0.98.0-1.debian.tar.gz
 62f2e40ef8480f26cf786b5e34176eb6 47532 python optional 
python-sugar-0.98_0.98.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIqYWMACgkQQUuEI2/szeAiUwCePt96tA6McmDJz3f+bAtChCqL
9ioAnAy7zXeaeFONZyGUD1GoB1D5LzEk
=M7GA
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1viwaa-0005cg...@franck.debian.org



Accepted sugar-datastore-0.98 0.98.1-1 (source amd64)

2013-09-07 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Sep 2013 00:57:44 +0200
Source: sugar-datastore-0.98
Binary: python-carquinyol-0.98
Architecture: source amd64
Version: 0.98.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 python-carquinyol-0.98 - Sugar graphical shell - datastore
Changes: 
 sugar-datastore-0.98 (0.98.1-1) unstable; urgency=low
 .
   * New upstream release
   * Added myself in Uploaders
   * Bump standards-version to 3.9.4
Checksums-Sha1: 
 b605f86556aeaff976be8caa49f2148a4558cf38 1527 sugar-datastore-0.98_0.98.1-1.dsc
 445912daecf4f99e1011b44148974bd2ee9df358 256725 
sugar-datastore-0.98_0.98.1.orig.tar.bz2
 8bdb5a10c443eba8ab6876aadee5257730098813 10014 
sugar-datastore-0.98_0.98.1-1.debian.tar.gz
 f9e175f2971ad265d621f42923d42630b5349d7a 30378 
python-carquinyol-0.98_0.98.1-1_amd64.deb
Checksums-Sha256: 
 312b85a0e814d3c30f3e35a360c299e9f72e1f6d7ae452c0d9ea1d89db926331 1527 
sugar-datastore-0.98_0.98.1-1.dsc
 8b5b099a5b04142be9c6de01e42e5999b854084a573ffb828de5bf88fa779afa 256725 
sugar-datastore-0.98_0.98.1.orig.tar.bz2
 31063f49c31b8ad7ca0e3864b435272094b78dbd0aacec272e66134483686ae4 10014 
sugar-datastore-0.98_0.98.1-1.debian.tar.gz
 69d0d83b6802ab4d88cd1e7f1389dc847cbd5ae6fe23f8a35dad6ac9cc9ffeaa 30378 
python-carquinyol-0.98_0.98.1-1_amd64.deb
Files: 
 00146d7fef680a41e827a9d5fb515183 1527 python optional 
sugar-datastore-0.98_0.98.1-1.dsc
 7ae508b723d719d7ae9ec49f95559523 256725 python optional 
sugar-datastore-0.98_0.98.1.orig.tar.bz2
 9d00f500a4318dda6a2adcec846552ac 10014 python optional 
sugar-datastore-0.98_0.98.1-1.debian.tar.gz
 b51a1bd636a671c7e91daded139d29b9 30378 python optional 
python-carquinyol-0.98_0.98.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIqYWkACgkQQUuEI2/szeC7lQCdHzHKI9UvRUPW5a5/mOSAKP+E
gaAAniFzcklRqQoQm8pVFRHmCFXQh4PK
=uYte
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1viwax-0005a7...@franck.debian.org



Accepted sugar-toolkit-gtk3 0.98.7-1 (source all amd64)

2013-09-06 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Sep 2013 01:01:07 +0200
Source: sugar-toolkit-gtk3
Binary: libsugarext0 libsugarext-data libsugarext-dev libsugarext-dbg 
python-sugar3 gir1.2-sugarext-1.0
Architecture: source all amd64
Version: 0.98.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 gir1.2-sugarext-1.0 - GTK3-based Sugar toolkit - GObject introspection
 libsugarext-data - GTK3-based Sugar toolkit - common files
 libsugarext-dbg - GTK3-based Sugar toolkit - debugging symbols
 libsugarext-dev - GTK3-based Sugar toolkit - develelopment files
 libsugarext0 - GTK3-based Sugar toolkit - runtime library
 python-sugar3 - GTK3-based Sugar toolkit - Python bindings
Changes: 
 sugar-toolkit-gtk3 (0.98.7-1) unstable; urgency=low
 .
   * New upstream release
   * Adding myself to Uploaders
   * Bump Standars-Version to 3.9.4
Checksums-Sha1: 
 6ab87100a9ff51aba4091f2137bbbc01155f1c4b 2026 sugar-toolkit-gtk3_0.98.7-1.dsc
 3a77315d871a85346ab1471819b86113cc648cc2 496932 
sugar-toolkit-gtk3_0.98.7.orig.tar.bz2
 b61b30d3adc33951b774f79d4a87a3054f0e4ebd 12381 
sugar-toolkit-gtk3_0.98.7-1.debian.tar.gz
 0c1b617f9239243b674980f1e912bf67775906b1 36162 
libsugarext-data_0.98.7-1_all.deb
 01a997f6db3c3dae134aec55fd604108920bfd01 55960 libsugarext0_0.98.7-1_amd64.deb
 5b151a3ea0349b781c517b9a8e84d94918c5b2d6 19208 
libsugarext-dev_0.98.7-1_amd64.deb
 e6a17e8ffc92bd52f6612fdbb3c1143437dbaa36 179528 
libsugarext-dbg_0.98.7-1_amd64.deb
 259c5d54f63948ac75fa2c65f491b62917bfc045 114976 
python-sugar3_0.98.7-1_amd64.deb
 1d2f659171f559dcfd3a5236a1316d161df5c686 16728 
gir1.2-sugarext-1.0_0.98.7-1_amd64.deb
Checksums-Sha256: 
 c4ae9942bd90eccaf120ca08a762fb3b1bf89d2028056a5932af77dc55af6312 2026 
sugar-toolkit-gtk3_0.98.7-1.dsc
 1c040958e645b170f81c3340fc126dd948d1ab7701444617dd0730d384cabb1d 496932 
sugar-toolkit-gtk3_0.98.7.orig.tar.bz2
 f66a8f67448cf089c3602c44c5ba0fedc7cb02e45f98f8f327f5e8e7d1f71790 12381 
sugar-toolkit-gtk3_0.98.7-1.debian.tar.gz
 f5ad728b603b5c6240b02e6b78703dff6dffbc070f996a305e2c2d6511dc15e3 36162 
libsugarext-data_0.98.7-1_all.deb
 d05b2ce49a9a462a170934a3bc3833c5eb798e05d2f78fb61ce4a67e9caf1b40 55960 
libsugarext0_0.98.7-1_amd64.deb
 2376665133239f2f1dfb4046267b10903537dba731f0f0d97d6f3373029ad281 19208 
libsugarext-dev_0.98.7-1_amd64.deb
 2f69a2665c65aa536f70ccf0e8cc99c52a10fbfb2d108a91307fb9fb9b347e89 179528 
libsugarext-dbg_0.98.7-1_amd64.deb
 aca2d7198c103f6d434a95a7dbe1ba0b4c6b721a54eadc6a5c92510b525c3b9d 114976 
python-sugar3_0.98.7-1_amd64.deb
 d71f7329daabca54bc398f91dc848791bcb25a2611f74502e71c5e19aa3636b8 16728 
gir1.2-sugarext-1.0_0.98.7-1_amd64.deb
Files: 
 55b208ce9c5aad8616e93af194b653fa 2026 python optional 
sugar-toolkit-gtk3_0.98.7-1.dsc
 5ba7d84cf54880072afabdbf9ef9d0bb 496932 python optional 
sugar-toolkit-gtk3_0.98.7.orig.tar.bz2
 a68b9a8e6012db0a4882439a45560235 12381 python optional 
sugar-toolkit-gtk3_0.98.7-1.debian.tar.gz
 228c172a213519566f64244e0855534e 36162 misc optional 
libsugarext-data_0.98.7-1_all.deb
 0396f8d5f1342e807f73eb9b24d29ffd 55960 libs optional 
libsugarext0_0.98.7-1_amd64.deb
 958b70ef7ae900716dc2ed6b38715267 19208 libdevel optional 
libsugarext-dev_0.98.7-1_amd64.deb
 235a3c44e0e96985a2827b54466fad10 179528 debug extra 
libsugarext-dbg_0.98.7-1_amd64.deb
 8cda6d50cbf80481b49665c80cdb21c3 114976 python optional 
python-sugar3_0.98.7-1_amd64.deb
 cd586bd9aa0d93af3fb46aadde85fd23 16728 introspection optional 
gir1.2-sugarext-1.0_0.98.7-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIqYXcACgkQQUuEI2/szeCpGgCeLOkffzMYcGyo+9Ja7R53PjtZ
Re0An1A4jgnxg+BVrbRbcNnEBSYhAiMB
=rhwJ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vi5j2-0006y7...@franck.debian.org



Accepted bzip2 1.0.6-5 (source all amd64)

2013-08-12 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Aug 2013 00:07:30 +0200
Source: bzip2
Binary: libbz2-1.0 libbz2-dev bzip2 lib64bz2-1.0 lib64bz2-dev lib32bz2-1.0 
lib32bz2-dev bzip2-doc
Architecture: source all amd64
Version: 1.0.6-5
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 bzip2  - high-quality block-sorting file compressor - utilities
 bzip2-doc  - high-quality block-sorting file compressor - documentation
 lib32bz2-1.0 - high-quality block-sorting file compressor library - 32bit 
runtim
 lib32bz2-dev - high-quality block-sorting file compressor library - 32bit 
develo
 lib64bz2-1.0 - high-quality block-sorting file compressor library - 64bit 
runtim
 lib64bz2-dev - high-quality block-sorting file compressor library - 64bit 
develo
 libbz2-1.0 - high-quality block-sorting file compressor library - runtime
 libbz2-dev - high-quality block-sorting file compressor library - development
Changes: 
 bzip2 (1.0.6-5) unstable; urgency=low
 .
   * Adding watch file
   * Updating rules clean rule.
   * Updating Standars-Version to 3.9.4. No changes needed.
   * Don't drink and upload release. Thanks to bubulle, habanero and
 all the Cheese and Wine orga team.
Checksums-Sha1: 
 a3b18376846a2361da209553315a67087041b612 1751 bzip2_1.0.6-5.dsc
 168174abe717bb5fc25492b767d7bcb8e4204007 60984 bzip2_1.0.6-5.debian.tar.bz2
 069e5ebd9e221455be538d0221fe745dc96def7d 300930 bzip2-doc_1.0.6-5_all.deb
 8689ddd6efb02bc0f5dfc04ae3f329aa8b6d892b 42360 libbz2-1.0_1.0.6-5_amd64.deb
 49cc2aade86079cf8d95fb119d8d61c4951669bc 28666 libbz2-dev_1.0.6-5_amd64.deb
 11ca45848796f3177532e73e85e62f173cedc7d8 46502 bzip2_1.0.6-5_amd64.deb
 fce50e9da5127f25cab195ce50d9a7796f9d15c5 36252 lib32bz2-1.0_1.0.6-5_amd64.deb
 32bcfaf43153f69a9b852f38914c82b26cf51d97 25916 lib32bz2-dev_1.0.6-5_amd64.deb
Checksums-Sha256: 
 6ca88d69365722a4d442b9bcd7ada4c3b538e385af48eb0c2becf8ff57fd7745 1751 
bzip2_1.0.6-5.dsc
 182c087bbd173bfcc2b0f4210c790a03f3d49876f6250213332832319b7b5758 60984 
bzip2_1.0.6-5.debian.tar.bz2
 fabbcd8524919b1721fc9e212a35fc0fbb95bcc7b6bd6ff42b837bcb46ec5a21 300930 
bzip2-doc_1.0.6-5_all.deb
 afb224c3e5cd4ace5e855cb638da08e9d6ea30202cca81cf8cfbf6eab029b72b 42360 
libbz2-1.0_1.0.6-5_amd64.deb
 cbaaba2fe79174879e0cfa098869bbc80b9217ceb26102a07192334ef8c367df 28666 
libbz2-dev_1.0.6-5_amd64.deb
 f7f7c0394e4a6372d10417b55fc2d638b8fc937e6afb3d45ef39abea17078663 46502 
bzip2_1.0.6-5_amd64.deb
 0e808ca1322eb9a4a0ecef252665dc97b9c67ce45f56c6c33432cda113e917e8 36252 
lib32bz2-1.0_1.0.6-5_amd64.deb
 d3af3e589aed584c01e1745a70d26cf05f2e17afaee8072052178b9d0f5794ac 25916 
lib32bz2-dev_1.0.6-5_amd64.deb
Files: 
 71ac0e02c621e7f9aaee5e53afbf2be7 1751 utils important bzip2_1.0.6-5.dsc
 779fc6033827676472eaf8c5b1c56b41 60984 utils important 
bzip2_1.0.6-5.debian.tar.bz2
 897d0692c511aaa9bac1171ef94e56aa 300930 doc optional bzip2-doc_1.0.6-5_all.deb
 54d880849508a39dbf68bcda1a8cb2b2 42360 libs important 
libbz2-1.0_1.0.6-5_amd64.deb
 c87567d6fe406cc3c6a0dc381e0a6485 28666 libdevel optional 
libbz2-dev_1.0.6-5_amd64.deb
 a37119c5d76011d48063c58c2bcc8e1b 46502 utils standard bzip2_1.0.6-5_amd64.deb
 12e78cd99196b40d097c65de6292b9c4 36252 libs optional 
lib32bz2-1.0_1.0.6-5_amd64.deb
 076359aba427a8df0a19ad3b4dd6a017 25916 libdevel optional 
lib32bz2-dev_1.0.6-5_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIJYOoACgkQQUuEI2/szeAV9gCgjIeZpMcKNre2tg0SRiqxORN4
dcEAn0lWAGcDvqmmakiVaC1hz3dPYgKF
=ds/q
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1v90ft-0002vj...@franck.debian.org



Accepted grep 2.14-3 (source amd64)

2013-08-11 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Aug 2013 18:17:21 +0200
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.14-3
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 grep   - GNU grep, egrep and fgrep
Closes: 203109 692760
Changes: 
 grep (2.14-3) unstable; urgency=low
 .
   * Updating 80-587930-man-ere-reference.patch to improve documentation
 regarding -P (Closes: #203109)
   * Correcting a formating issue in grep.in.1. Thanks to David Prévot
 (Closes: #692760)
Checksums-Sha1: 
 c40afa7c369f54d5b6e791372b34be50c51a9b21 1262 grep_2.14-3.dsc
 6356003c81cc23df73f98bd234e1d601ed358024 12822 grep_2.14-3.debian.tar.bz2
 d385f62d8e58dac4091df3547a687901669f5cef 299358 grep_2.14-3_amd64.deb
Checksums-Sha256: 
 1d4eb62c99ebc117b2db09553f7bc0b06e4af3e1981507869c7ae92a8c155d2d 1262 
grep_2.14-3.dsc
 f22418c65e7eadb31e77402137a67d0a1ed16f7314cf399bdb898e7b5812 12822 
grep_2.14-3.debian.tar.bz2
 96577999a84ba8f9ec37c9588c2d6b86d2a098afff9525b83c98a48bc082518b 299358 
grep_2.14-3_amd64.deb
Files: 
 738b7c08f524088dacbabf54608bfc82 1262 utils required grep_2.14-3.dsc
 d2b61499e0bdde0a5926409c24d72a38 12822 utils required 
grep_2.14-3.debian.tar.bz2
 cc01d769e13a3f3ea57ac617786d7a3a 299358 utils required grep_2.14-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEUEARECAAYFAlIHwxYACgkQQUuEI2/szeDrJwCYyHu5VSTd0m5HpWy7qhmnqH+o
HACfenlvLW9pxINd2aKAAwWuqPfcyD4=
=kMrC
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1v8z3b-0003cn...@franck.debian.org



Accepted grep 2.14-2 (source amd64)

2013-05-23 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 May 2013 11:02:34 +0200
Source: grep
Binary: grep
Architecture: source amd64
Version: 2.14-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 grep   - GNU grep, egrep and fgrep
Closes: 693917
Changes: 
 grep (2.14-2) unstable; urgency=low
 .
   * Fixing bug in 03-397262-dlopen-pcre.patch: LIB instead of LIBS. Thanks
 to Bjarni Ingi Gislason. (Closes: #693917)
Checksums-Sha1: 
 62b78f6b3e34bb6bd0a7fd3a8a2e7bf3a32248b3 1262 grep_2.14-2.dsc
 d8b06a40f0d2a719ad1b6cfe252a03f03bf94569 12201 grep_2.14-2.debian.tar.bz2
 ab3c05d8ddb4391c49f6f106840afc265dcfbdb9 463228 grep_2.14-2_amd64.deb
Checksums-Sha256: 
 feb6430f88aa9d2bd97fd331bfeb4ca2d87d66ece5b6ffb77e27f6ba7df8f809 1262 
grep_2.14-2.dsc
 7d5e766a60c27322271905f32c9ab6a6128c4861a521b734f66d04c8b22d94ea 12201 
grep_2.14-2.debian.tar.bz2
 e6c6cc7385f1aa04e1bedb4d27f66b387deb0061bd02b68c44e45d8da669eb4b 463228 
grep_2.14-2_amd64.deb
Files: 
 4cd3aedf3d2894a913bcae4854878a52 1262 utils required grep_2.14-2.dsc
 2a97d4a5b03dd84a00980688720bb016 12201 utils required 
grep_2.14-2.debian.tar.bz2
 7a19616be61c169ac6664f87b919025d 463228 utils required grep_2.14-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlGd5sUACgkQQUuEI2/szeB/ygCcCVDKBCGsN3ndxBE+CaPrq0S3
s/IAn2ifu/bEM1r+nbE0KmKDtwLMM1UV
=Prkz
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ufsaj-0004u4...@franck.debian.org



Accepted bzip2 1.0.6-4 (source all i386)

2012-07-29 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Jul 2012 16:14:34 +0200
Source: bzip2
Binary: libbz2-1.0 libbz2-dev bzip2 lib64bz2-1.0 lib64bz2-dev lib32bz2-1.0 
lib32bz2-dev bzip2-doc
Architecture: source all i386
Version: 1.0.6-4
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 bzip2  - high-quality block-sorting file compressor - utilities
 bzip2-doc  - high-quality block-sorting file compressor - documentation
 lib32bz2-1.0 - high-quality block-sorting file compressor library - 32bit 
runtim
 lib32bz2-dev - high-quality block-sorting file compressor library - 32bit 
develo
 lib64bz2-1.0 - high-quality block-sorting file compressor library - 64bit 
runtim
 lib64bz2-dev - high-quality block-sorting file compressor library - 64bit 
develo
 libbz2-1.0 - high-quality block-sorting file compressor library - runtime
 libbz2-dev - high-quality block-sorting file compressor library - development
Closes: 655164
Changes: 
 bzip2 (1.0.6-4) unstable; urgency=low
 .
   * Updating 30-bzip2-harden.patch, hardening LDFLAGS was missing for
 libbz2.so. Thanks to Simon Ruderich. Closes: #655164
Checksums-Sha1: 
 f92600e42e74761e436736b70b046d634dc83e53 1751 bzip2_1.0.6-4.dsc
 0d18086b0e37fc50c6a70bdc566b69bc6b0a357c 60821 bzip2_1.0.6-4.debian.tar.bz2
 cdd1cf43a4ce4e8ef4ade854a4d78923babd0934 306730 bzip2-doc_1.0.6-4_all.deb
 4d0645c15264e6fa1f1aa5222d35d1c372a39421 46314 libbz2-1.0_1.0.6-4_i386.deb
 5300ce8d3f2ad8693219905b124799ca8881ed82 31604 libbz2-dev_1.0.6-4_i386.deb
 88015733dc099742e1f3d527aceb83e4128626b4 49482 bzip2_1.0.6-4_i386.deb
 e4ec91cb0659026f2cbc8d6a33947f550e17f47b 40716 lib64bz2-1.0_1.0.6-4_i386.deb
 bc6545867dd6260a2cdb698b3b37b97044f20732 30428 lib64bz2-dev_1.0.6-4_i386.deb
Checksums-Sha256: 
 c8899f7143588b46652d603b66b2f51e39b75d7dc4a0a5d0f546c7b15c74280a 1751 
bzip2_1.0.6-4.dsc
 87cf84fbef058d13c32f065e63caa9c705c9e029e29babb9f8266674ba6814b2 60821 
bzip2_1.0.6-4.debian.tar.bz2
 293e8cd577f8367420d01a40e0879705b4233a5173a537ed36f4bead430ca734 306730 
bzip2-doc_1.0.6-4_all.deb
 122e7213f9a6b277356ecceeeb57cb86d19300d588c74f7124e3a8dddfb37881 46314 
libbz2-1.0_1.0.6-4_i386.deb
 3c5ddfaebec196aed8413b9b430158b6e7b2bf4b9982751df39c8a15af9607b4 31604 
libbz2-dev_1.0.6-4_i386.deb
 e9997aaf028bdff04526736dec5a10c27969c0661e09663ce97b5e749d36e1e4 49482 
bzip2_1.0.6-4_i386.deb
 82e0c00db0fb63844afd84ec158e3b7f3c2a7198d1b537af685fe2908bdf57eb 40716 
lib64bz2-1.0_1.0.6-4_i386.deb
 6297d01d78c5f6982fedd83c2b32640bcab364608e2094567e84f997b2d62fe9 30428 
lib64bz2-dev_1.0.6-4_i386.deb
Files: 
 869da1b77a5c7c3b25223f8b0d9eccf6 1751 utils important bzip2_1.0.6-4.dsc
 155b7a8914cd45302b440e3f4c822906 60821 utils important 
bzip2_1.0.6-4.debian.tar.bz2
 c11f30b1e399862d6932bbb5addcc57c 306730 doc optional bzip2-doc_1.0.6-4_all.deb
 6a808c271306fa7db4409baa882cd9ab 46314 libs important 
libbz2-1.0_1.0.6-4_i386.deb
 6c5aede587400c67b866d89bfa487d38 31604 libdevel optional 
libbz2-dev_1.0.6-4_i386.deb
 594214b2469de4e3715397f6e03af03b 49482 utils standard bzip2_1.0.6-4_i386.deb
 3fbeaaf06085e393505ddc066b34a2e7 40716 libs optional 
lib64bz2-1.0_1.0.6-4_i386.deb
 27cebcf9d5e7ee35259401be47448e45 30428 libdevel optional 
lib64bz2-dev_1.0.6-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAlAVWtoACgkQQUuEI2/szeDvBgCePczB/Hnb4exW0gAJn4/09bhA
ojMAn1T75DNRU6E2ZATLE92tkbttO4p3
=yauE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1svvwb-0005pt...@franck.debian.org



Accepted bzip2 1.0.6-3 (source all i386)

2012-06-07 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Jun 2012 01:50:04 +0200
Source: bzip2
Binary: libbz2-1.0 libbz2-dev bzip2 lib64bz2-1.0 lib64bz2-dev lib32bz2-1.0 
lib32bz2-dev bzip2-doc
Architecture: source all i386
Version: 1.0.6-3
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 bzip2  - high-quality block-sorting file compressor - utilities
 bzip2-doc  - high-quality block-sorting file compressor - documentation
 lib32bz2-1.0 - high-quality block-sorting file compressor library - 32bit 
runtim
 lib32bz2-dev - high-quality block-sorting file compressor library - 32bit 
develo
 lib64bz2-1.0 - high-quality block-sorting file compressor library - 64bit 
runtim
 lib64bz2-dev - high-quality block-sorting file compressor library - 64bit 
develo
 libbz2-1.0 - high-quality block-sorting file compressor library - runtime
 libbz2-dev - high-quality block-sorting file compressor library - development
Closes: 642657
Changes: 
 bzip2 (1.0.6-3) unstable; urgency=low
 .
   * Bumped bzip2 priority from optional to standard. Closes: #642657
Checksums-Sha1: 
 cf6e27af52c7a5abe6ecd50dad4e23d75f62015c 1751 bzip2_1.0.6-3.dsc
 0123ad8e9f20a318234b7cf36aae9c54978d4f52 60585 bzip2_1.0.6-3.debian.tar.bz2
 6af842f7977e00b49807a6ab2148ac151a49a297 304494 bzip2-doc_1.0.6-3_all.deb
 c49296fee1cfe2ae9f5aeb20f6bcc9cfdc51987d 46228 libbz2-1.0_1.0.6-3_i386.deb
 2d280c5525c7c9d6fef7cbbb322ece1ecc69cff1 31602 libbz2-dev_1.0.6-3_i386.deb
 f97f55acb7c73846931beac4b1d2acb4ff5ef677 49754 bzip2_1.0.6-3_i386.deb
 695d6a38ccb647db03015056be176426502cf901 40340 lib64bz2-1.0_1.0.6-3_i386.deb
 ae322781ccb1849579877697acd5fd6d5797 30438 lib64bz2-dev_1.0.6-3_i386.deb
Checksums-Sha256: 
 fb1b8b01c9592fcb8ec6537cb91142d94ff7816b5bcf2f549bb69c05c0dc53cd 1751 
bzip2_1.0.6-3.dsc
 4b2dd2e220e0a2b0f30862d8ca5b7b19c577aee76106c2a94fae88ab4d704343 60585 
bzip2_1.0.6-3.debian.tar.bz2
 e4b9cabf4ef6f3b2be69a429e863be24ac9e04a79c4ceba54f476d9c74a10e69 304494 
bzip2-doc_1.0.6-3_all.deb
 da6acdc9e6b8698aed9a87a81d056846deb87e79ca75b4683509bb43f5feffbe 46228 
libbz2-1.0_1.0.6-3_i386.deb
 5d8fc2b54152c439185aa5bd5c6c4cba4e707e3f75e33b5ee924c5f370870acb 31602 
libbz2-dev_1.0.6-3_i386.deb
 adfe1a6b20c1c420fc33ff993df0ed23cae54800f6b2fc5a4bfa2f8ac613778b 49754 
bzip2_1.0.6-3_i386.deb
 1667aebb4714ccef08eadfc7b8ad8cf0e8b6231a6844cbad1c116b4075a8641d 40340 
lib64bz2-1.0_1.0.6-3_i386.deb
 4f78800c6dbdea82d13c50d4b5061d5238566994067db274d134b54854aa935c 30438 
lib64bz2-dev_1.0.6-3_i386.deb
Files: 
 09a2a51ed1106045ffda96486aa78bab 1751 utils important bzip2_1.0.6-3.dsc
 49d865e5640d42a9900708cd85e67f56 60585 utils important 
bzip2_1.0.6-3.debian.tar.bz2
 bdd7b3defc8315a5c8b24caacfbdf318 304494 doc optional bzip2-doc_1.0.6-3_all.deb
 951de17487fb0e4addd8b667ca1f884a 46228 libs important 
libbz2-1.0_1.0.6-3_i386.deb
 c436a15ae8e36133bb413511cdf8149e 31602 libdevel optional 
libbz2-dev_1.0.6-3_i386.deb
 5f75943e8bbdf6d2198c4ff56b1e2756 49754 utils standard bzip2_1.0.6-3_i386.deb
 3bbbc82a010354deccfa5e367296f803 40340 libs optional 
lib64bz2-1.0_1.0.6-3_i386.deb
 e1bd4a1fbd11be50748a73619c211dce 30438 libdevel optional 
lib64bz2-dev_1.0.6-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk/RQM0ACgkQQUuEI2/szeCpSgCeMZz8yBAEZKY8PNGQ3k0yTxho
hXUAoJEH8OgISer1Ya3TlMUB+qc5vwH/
=DTpk
-END PGP SIGNATURE-


Accepted:
bzip2-doc_1.0.6-3_all.deb
  to main/b/bzip2/bzip2-doc_1.0.6-3_all.deb
bzip2_1.0.6-3.debian.tar.bz2
  to main/b/bzip2/bzip2_1.0.6-3.debian.tar.bz2
bzip2_1.0.6-3.dsc
  to main/b/bzip2/bzip2_1.0.6-3.dsc
bzip2_1.0.6-3_i386.deb
  to main/b/bzip2/bzip2_1.0.6-3_i386.deb
lib64bz2-1.0_1.0.6-3_i386.deb
  to main/b/bzip2/lib64bz2-1.0_1.0.6-3_i386.deb
lib64bz2-dev_1.0.6-3_i386.deb
  to main/b/bzip2/lib64bz2-dev_1.0.6-3_i386.deb
libbz2-1.0_1.0.6-3_i386.deb
  to main/b/bzip2/libbz2-1.0_1.0.6-3_i386.deb
libbz2-dev_1.0.6-3_i386.deb
  to main/b/bzip2/libbz2-dev_1.0.6-3_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1scmt6-00025o...@franck.debian.org



Accepted bzip2 1.0.6-2 (source all i386)

2012-06-03 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 03 Jun 2012 12:02:05 +0200
Source: bzip2
Binary: libbz2-1.0 libbz2-dev bzip2 lib64bz2-1.0 lib64bz2-dev lib32bz2-1.0 
lib32bz2-dev bzip2-doc
Architecture: source all i386
Version: 1.0.6-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 bzip2  - high-quality block-sorting file compressor - utilities
 bzip2-doc  - high-quality block-sorting file compressor - documentation
 lib32bz2-1.0 - high-quality block-sorting file compressor library - 32bit 
runtim
 lib32bz2-dev - high-quality block-sorting file compressor library - 32bit 
develo
 lib64bz2-1.0 - high-quality block-sorting file compressor library - 64bit 
runtim
 lib64bz2-dev - high-quality block-sorting file compressor library - 64bit 
develo
 libbz2-1.0 - high-quality block-sorting file compressor library - runtime
 libbz2-dev - high-quality block-sorting file compressor library - development
Closes: 655164 675380
Changes: 
 bzip2 (1.0.6-2) unstable; urgency=low
 .
   * Added 10-bzip2.1.patch to remove wrong black spaces in man page.
 Thanks to Bjarni Ingi Gislason. Closes: #675380
   * 30-bzip2-harden.patch to enable hardened build flags. Thanks to
 Moritz Muehlenhoff. Closes: #655164
Checksums-Sha1: 
 bd434d4a9045e2fb1d24402e8d52fa480c09cfaf 1751 bzip2_1.0.6-2.dsc
 50ae8977e0ee2f149cf9f77c8700073bb00ba56f 60674 bzip2_1.0.6-2.debian.tar.bz2
 fa538f6244d7c00023097ff364332d78bc0c6010 306614 bzip2-doc_1.0.6-2_all.deb
 82a86c39f50cd2a5fa4da4061babe658b6088654 46348 libbz2-1.0_1.0.6-2_i386.deb
 a9a42758af5e9bfcb7497f07f083d3dd1c84a866 31708 libbz2-dev_1.0.6-2_i386.deb
 ebfe724ce6950b3da7fc2e6cc392865852e4ee66 49430 bzip2_1.0.6-2_i386.deb
 5673374412fe62af53ecf6ad1eb22c93f4d28fb3 40632 lib64bz2-1.0_1.0.6-2_i386.deb
 0bc82094c74a7321f4d4a4c1d63cf4cb679eda4f 30472 lib64bz2-dev_1.0.6-2_i386.deb
Checksums-Sha256: 
 fb5149cf9475fb62bf7e1842b1fc5691d76999bdf790f39bd600349a882130dd 1751 
bzip2_1.0.6-2.dsc
 cf1f329def8926a2b9991d9fa2be21acf5c948eb1411a949cdad52ba4f12327d 60674 
bzip2_1.0.6-2.debian.tar.bz2
 00e54f5528dbdc031c2b2a9c489a4c2cdb315d06e7a4d666dfd11a1aee87373d 306614 
bzip2-doc_1.0.6-2_all.deb
 27ed765d47c2eedb861865476997f0ac5e13f1421c8d7e6e20f849faf9c47283 46348 
libbz2-1.0_1.0.6-2_i386.deb
 1ce41eb073231fbc96ec6a1c662d1fff0123750296e877964a88a347aac27762 31708 
libbz2-dev_1.0.6-2_i386.deb
 8384ffc2c1293a99a4fe937d035f7237a569708b0dc13eb49f6e87a05ff5e6ac 49430 
bzip2_1.0.6-2_i386.deb
 a178b2e0f6fc6b8b81041dfaa58f94921ddf62e8206424a5aeccd5284aa070f4 40632 
lib64bz2-1.0_1.0.6-2_i386.deb
 a0900877905561e7fe798dcd71841a9feb5355ed1618fa1a3921951ca1db3836 30472 
lib64bz2-dev_1.0.6-2_i386.deb
Files: 
 ae0ae54c6d77f75c977bd08694d6d450 1751 utils important bzip2_1.0.6-2.dsc
 514f0244eeffa001e56c63b885fe3417 60674 utils important 
bzip2_1.0.6-2.debian.tar.bz2
 cba81b9b7096cd8c686c4dbe3c577dea 306614 doc optional bzip2-doc_1.0.6-2_all.deb
 29e8a1640c00d57c38b9be2de83f8e22 46348 libs important 
libbz2-1.0_1.0.6-2_i386.deb
 e3c07b333fdb0d525e26eb0b8da6c816 31708 libdevel optional 
libbz2-dev_1.0.6-2_i386.deb
 39e215eda8732301534eb494b5b1c233 49430 utils optional bzip2_1.0.6-2_i386.deb
 918d846d4ed2a1132ffc2fabe7d2078c 40632 libs optional 
lib64bz2-1.0_1.0.6-2_i386.deb
 98d8b520ef41b99cb7f1ab33a4aeab8d 30472 libdevel optional 
lib64bz2-dev_1.0.6-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk/LOgsACgkQQUuEI2/szeC5ZgCfZJse7C9UZmyCO/caJmngGknO
8fsAn2AVAOM8JAcrqxsqyGcCsu960nzJ
=sJUN
-END PGP SIGNATURE-


Accepted:
bzip2-doc_1.0.6-2_all.deb
  to main/b/bzip2/bzip2-doc_1.0.6-2_all.deb
bzip2_1.0.6-2.debian.tar.bz2
  to main/b/bzip2/bzip2_1.0.6-2.debian.tar.bz2
bzip2_1.0.6-2.dsc
  to main/b/bzip2/bzip2_1.0.6-2.dsc
bzip2_1.0.6-2_i386.deb
  to main/b/bzip2/bzip2_1.0.6-2_i386.deb
lib64bz2-1.0_1.0.6-2_i386.deb
  to main/b/bzip2/lib64bz2-1.0_1.0.6-2_i386.deb
lib64bz2-dev_1.0.6-2_i386.deb
  to main/b/bzip2/lib64bz2-dev_1.0.6-2_i386.deb
libbz2-1.0_1.0.6-2_i386.deb
  to main/b/bzip2/libbz2-1.0_1.0.6-2_i386.deb
libbz2-dev_1.0.6-2_i386.deb
  to main/b/bzip2/libbz2-dev_1.0.6-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sb86w-bg...@franck.debian.org



Accepted grep 2.12-2 (source i386)

2012-05-13 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 May 2012 14:08:01 +0200
Source: grep
Binary: grep
Architecture: source i386
Version: 2.12-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 grep   - GNU grep, egrep and fgrep
Closes: 672240
Changes: 
 grep (2.12-2) unstable; urgency=low
 .
   * Updated debian/watch to match .tar.xz files
   * Added 90-672240-exclude.patch so that --exclude excludes again
 (Closes: #672240)
Checksums-Sha1: 
 15e7050a477497f76867e780e461c1d3e2a67ec0 1262 grep_2.12-2.dsc
 1d199f31121c4b78511b6eddbbdd70d11c7dac21 13641 grep_2.12-2.debian.tar.bz2
 b162de12a3ce3a0a771e697585b0400fc81361c4 456258 grep_2.12-2_i386.deb
Checksums-Sha256: 
 a6a63fd21da40d11ce6ae2bc6f633bd27cd206c2348b2ef306e1b68120f7e58e 1262 
grep_2.12-2.dsc
 37887d8aecec66e75365abd8c41be94f75e7a3acf1d6b27fc121584f47281525 13641 
grep_2.12-2.debian.tar.bz2
 6c63a9aab6b1e5033d198ac86bf2e84917f4a7c2a93c3623a04a013df7c881f2 456258 
grep_2.12-2_i386.deb
Files: 
 846d7e09db87ff0fda71472fd9b5b604 1262 utils required grep_2.12-2.dsc
 5729f1add88f6b01e5661870bd0f8152 13641 utils required 
grep_2.12-2.debian.tar.bz2
 7fe2f16555c7da216f41a63214a53f0d 456258 utils required grep_2.12-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEUEARECAAYFAk+vp7UACgkQQUuEI2/szeALhQCYiCBclnJ+uno1eSN7lBDhC9HY
NwCeNRBjmobMiHImUcbrMLxllT42ndg=
=/q8t
-END PGP SIGNATURE-


Accepted:
grep_2.12-2.debian.tar.bz2
  to main/g/grep/grep_2.12-2.debian.tar.bz2
grep_2.12-2.dsc
  to main/g/grep/grep_2.12-2.dsc
grep_2.12-2_i386.deb
  to main/g/grep/grep_2.12-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1stxzf-0004mw...@franck.debian.org



Accepted grep 2.9-2 (source i386)

2011-08-17 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Aug 2011 00:31:57 +0200
Source: grep
Binary: grep
Architecture: source i386
Version: 2.9-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Santiago Ruano Rincón santi...@debian.org
Description: 
 grep   - GNU grep, egrep and fgrep
Changes: 
 grep (2.9-2) unstable; urgency=low
 .
   * Removed 60-76011-main.c.patch introduced in the last revision. It
 introduces a bug and needs further discusion. See:
 https://savannah.gnu.org/patch/?7577
Checksums-Sha1: 
 82276b532cf2761d3aedf78b859ba86cb3a50e1c 1216 grep_2.9-2.dsc
 10e2c95dd77f5f41c787ba3ac4dca3962b0147a4 13483 grep_2.9-2.debian.tar.gz
 9734f60d90a0dec1cbf08e1023c51208fad8a241 384518 grep_2.9-2_i386.deb
Checksums-Sha256: 
 9ce3a34762aea35ae47f2cb2895f7f29cfc56fa0ddcbfeeb14d7755cbd22d63e 1216 
grep_2.9-2.dsc
 57f9aaada9a32e19ee2b88f5c1df46e10f62d079fb3735b930ae9ac106fb8733 13483 
grep_2.9-2.debian.tar.gz
 e52546d70a029de098710afaeb344969f7b8f50168a94f7e4b0604e841727f75 384518 
grep_2.9-2_i386.deb
Files: 
 7414fbc8b9afdf65c1ac935926342579 1216 utils required grep_2.9-2.dsc
 aaf715e298bb1e5f79b2c7d7e6a3be3d 13483 utils required grep_2.9-2.debian.tar.gz
 e7f72c95ab3d1aea6d96feb1bc4615a2 384518 utils required grep_2.9-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk5MRb0ACgkQQUuEI2/szeAbzgCgjyKfhckpj4HWK88rLSlhbB2l
G4AAnRik6AQ24tOYEizelyerq8qFx7Iy
=ZR1i
-END PGP SIGNATURE-


Accepted:
grep_2.9-2.debian.tar.gz
  to main/g/grep/grep_2.9-2.debian.tar.gz
grep_2.9-2.dsc
  to main/g/grep/grep_2.9-2.dsc
grep_2.9-2_i386.deb
  to main/g/grep/grep_2.9-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qtpgj-00075b...@franck.debian.org



  1   2   >