Bug#1065924: ITP: lfanew -- tool to manipulate MZ stubs in NE/PE binaries

2024-03-10 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: lfanew
  Version : 0~20230825
  Upstream Author : TK Chia
* URL : https://codeberg.org/tkchia/lfanew
* License : MPL-2.0
  Programming Lang: C
  Description : tool to manipulate MZ stubs in NE/PE binaries

lfanew is a tool manipulating the e_lfanew header field in MZ (DOS)
binaries. It can
 - add a .e_lfanew field to an MZ binary, allowing it to be used as a
   DOS loader stub for a NE or PE binary;
 - stubify a NE/PE binary by combining it with an MZ stub;
 - extract a NE/PE binary from a stubified MZ/NE/PE binary pair.


This is required to build dosemu2.



Bug#1065664: ITP: smallerc -- single-pass C compiler for 16- and 32-bit platforms

2024-03-08 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: smallerc
  Version : 1.0.1
  Upstream Author : Alexey Frunze
* URL : https://github.com/alexfru/SmallerC
* License : BSD
  Programming Lang: C
  Description : single-pass C compiler for 16- and 32-bit x86/MIPS platforms

Smaller C is a simple single-pass C compiler with support for most of
C89 and C99. It targets 16- and 32-bit x86, and MIPS, on DOS,
Windows, Linux, and older versions of macOS.
.
Smaller C is primarily useful for building DOS and UEFI binaries.


This is a prerequisite for dosemu2.



Bug#1065378: ITP: libiir -- DSP IIR realtime filter library

2024-03-03 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: libiir
  Version : 1.9.4
  Upstream Author : Bernd Porr
* URL : https://github.com/berndporr/iir1
* License : MIT
  Programming Lang: C++
  Description : DSP IIR realtime filter library

libiir is an infinite impulse response library implementing
Butterworth, RBJ, and Chebychev filters. The filter processes data
sample by sample for realtime processing.


This is a dependency of dosbox-staging. The GH repository is named
iir1 but internally the library refers to itself as iir (e.g. for
pkg-config). The current soname is libiir.so.1 so the library binary
package will end up being called libiir1.



Re: ITP: golang-github-esiqveland-notify -- notify is a go dbus implementation for delivering desktop notifications over dbus

2023-11-04 Thread Stephen Kitt
Hi Ramūnas,

On Mon, 30 Oct 2023 16:02:38 +0200, Ramūnas Keliuotis
 wrote:
[…]
> On Sat, Oct 28, 2023 at 9:06 PM Stephen Kitt  wrote:
> > On Wed, 25 Oct 2023 09:01:10 +0300, Ramūnas Keliuotis
> >  wrote:  
[…]
> > > I was following the `dh-make-golang` example. I am not the owner of
> > > this package, but it is a dependency for my primary golang program
> > > NordVPN.
> > > Was strange to me that it is an ITP request - it is for the owner or
> > > maintainer. Probably this should be an RFP.  
> >
> > If you intend to maintain the package in Debian, then an ITP is
> > appropriate. If you’re asking for someone else to maintain the package in
> > Debian, then an RFP is appropriate.  
> 
> Could you give more details on what would mean `maintain the package`?
> If I would prepare it for upload, then ask to upload it, polish some
> bits if needed, but not any fixing in code as this is a 3rd party
> package, not my own.
> I guess it would be quicker if I did it by myself. Otherwise I would
> need to wait undetermined time for someone to do it as it is not an
> interesting package to anyone else.
> Will I be obliged to prepare new version upgrades or any other effort
> will be needed? Just trying to evaluate the effort needed if I would
> take this role.

To get an idea of what maintainership entails, see
https://www.debian.org/doc/manuals/developers-reference/developer-duties.en.html#package-maintainer-s-duties
— in short, maintaining a package means getting it into shape for the next
release of Debian, responding to bug reports, and liaising between the
upstream developer and Debian and its users.

It is quite common for Debian maintainers to end up maintaining niche library
packages which are required for the packages they mainly care about. When
that happens, the maintainership can be limited to the needs of the main
package, but it often happens that others then start using the library
package and the maintainership scope expands. So you would typically not
*have* to prepare version upgrades unless your main package needs them, but
that may well change at some point — and in any case, even if your main
package doesn’t require an upgrade, it would be best if you did at least keep
track of new upstream releases and evaluate whether it’s important to package
them or not (e.g. if they fix important bugs).

Go packages are typically team-maintained so the burden doesn’t have to be as
heavy as for packages maintained by a single person.

You would *not* be expected to fix upstream bugs or add upstream features;
Debian maintainers do often end up providing upstream bug fixes but that’s
not a requirement. A maintainer’s role can stop at forwarding relevant bugs
upstream and interacting with upstream as appropriate to help resolve it (or
enlist the original bug reporter’s help to keep things moving). However if a
bug is important enough in Debian, the package can be withheld from a
release, and in some cases the only way to avoid that is to fix the bug
rather than wait for upstream to do so.

> > > `dh-make-golang` program example/tutorial is probably oriented for go
> > > package owners or maintainers.
> > > Here is that tutorial:
> > > https://people.debian.org/~stapelberg/2015/07/27/dh-make-golang.html
> > > I found reference to that tutorial in `go-team` packaging page:
> > > https://go-team.pages.debian.net/packaging.html
> > >
> > > Please, advise me how to proceed with packaging third party golang
> > > packages which are my golang program's dependencies and are not yet
> > > available in Debian SID.
> > >
> > > Some examples of my dependencies which are not in SID yet:
> > > github.com/esiqveland/notify v0.11.2
> > > github.com/godbus/dbus/v5 v5.1.0  
> >
> > This one is already packaged: https://tracker.debian.org/pkg/golang-dbus  
> 
> Right, found it. But only Debian package naming is different from the
> established naming system.

Yes, it’s not obvious.

> > > github.com/Microsoft/go-winio v0.6.0 // indirect  
> >
> > As others have mentioned on your ITP for that, it might not be necessary
> > in Debian — you need to determine which dependencies are really needed
> > (don’t look at go.mod or go mod graph, build the binary you’re interested
> > in and run "go version -m" on it).  
> 
> Thank you! Indeed, have to clean dependencies first.

Note that my comment above is over-simplistic — you obviously need binary
dependencies ("go version -m") but there can be other dependencies required
to build the package (e.g. test dependencies if you run the test suite, or
build tools which aren’t packaged yet).

Regards,

Stephen


pgp259ov9r_t5.pgp
Description: OpenPGP digital signature


Re: ITP: golang-github-esiqveland-notify -- notify is a go dbus implementation for delivering desktop notifications over dbus

2023-10-28 Thread Stephen Kitt
Hi,

On Wed, 25 Oct 2023 09:01:10 +0300, Ramūnas Keliuotis
 wrote:
> Was not sure if I'm doing this the right way. Forgive me for creating
> troubles.

dh-make-golang is the appropriate tool. Don’t worry about API instability,
it’s well understood in the Go world that v0 releases don’t provide API
guarantees, and
https://qa.debian.org/developer.php?email=team%2Bpkg-go%40tracker.debian.org
shows that there are plenty of v0 Go packages in Debian (even in stable).

Do bear in mind that unstable APIs can create a burden for the maintainer,
since updates may require bumps to other packages.

> I was following the `dh-make-golang` example. I am not the owner of
> this package, but it is a dependency for my primary golang program
> NordVPN.
> Was strange to me that it is an ITP request - it is for the owner or
> maintainer. Probably this should be an RFP.

If you intend to maintain the package in Debian, then an ITP is appropriate.
If you’re asking for someone else to maintain the package in Debian, then an
RFP is appropriate.

> `dh-make-golang` program example/tutorial is probably oriented for go
> package owners or maintainers.
> Here is that tutorial:
> https://people.debian.org/~stapelberg/2015/07/27/dh-make-golang.html
> I found reference to that tutorial in `go-team` packaging page:
> https://go-team.pages.debian.net/packaging.html
> 
> Please, advise me how to proceed with packaging third party golang
> packages which are my golang program's dependencies and are not yet
> available in Debian SID.
> 
> Some examples of my dependencies which are not in SID yet:
> github.com/esiqveland/notify v0.11.2
> github.com/godbus/dbus/v5 v5.1.0

This one is already packaged: https://tracker.debian.org/pkg/golang-dbus

> github.com/Microsoft/go-winio v0.6.0 // indirect

As others have mentioned on your ITP for that, it might not be necessary in
Debian — you need to determine which dependencies are really needed (don’t
look at go.mod or go mod graph, build the binary you’re interested in and run
"go version -m" on it).

Regards,

Stephen


pgpGfnsMemboV.pgp
Description: OpenPGP digital signature


Re: Mass bug filing / call for testing: dependencies on SDL 1.2

2023-06-21 Thread Stephen Kitt
On Wed, 21 Jun 2023 10:33:01 +0100, Simon McVittie  wrote:
> On Wed, 21 Jun 2023 at 08:50:30 +0200, Stephen Kitt wrote:
> > On Mon, 12 Jun 2023 17:24:03 +0100, Simon McVittie 
> > wrote:  
> > > SDL 1.2 was superseded by SDL 2 several years ago, and no longer
> > > receives upstream maintenance or releases. Maintained software that
> > > uses SDL 1.2 should be ported to SDL 2.  
> > 
> > Given the time scales involved, is it worth waiting for SDL 3 (soon...)
> > before porting SDL 1.2 software? I’m assuming that SDL 3 will be available
> > for Trixie, and this would avoid two porting efforts.  
> 
> I don't know what the timescale for a stable release of SDL 3 is like -
> I hope it'll be ready before trixie, but I can't guarantee anything. Many
> games will not be able to move to SDL 3 until additional libraries like
> SDL2_image have a SDL 3 version, so even after everything is API-stable,
> it's going to take several trips through NEW before we can ask maintainers
> to port to it.
> 
> The first step in porting from SDL 1.2 to SDL 3 will be porting to SDL 2
> (both the core library and the version of addons like SDL_image), and
> the second step would be moving away from any deprecated SDL-2-era APIs,
> so I think it's worth doing those regardless.

Right, so in any case the effort involved in porting to SDL 2 won’t be
“wasted” by a subsequent port to SDL 3.

> What I would prefer to try to avoid here is for maintainers to think
> "I'll just wait for SDL 3", and then time passes, maintainers are busy
> with something else, we freeze, and we have to ship trixie with *three*
> major versions of SDL (or at least their -compat equivalents).
> 
> Ideally these bugs would have been opened in 2013 or 2014, but better late
> than never. (I was not involved in SDL maintenance at that point.)

Indeed!

Regards,

Stephen


pgpCmvhueWNnW.pgp
Description: OpenPGP digital signature


Re: Mass bug filing / call for testing: dependencies on SDL 1.2

2023-06-21 Thread Stephen Kitt
Hi Simon,

On Mon, 12 Jun 2023 17:24:03 +0100, Simon McVittie  wrote:
> SDL 1.2 was superseded by SDL 2 several years ago, and no longer receives
> upstream maintenance or releases. Maintained software that uses SDL 1.2
> should be ported to SDL 2.

Given the time scales involved, is it worth waiting for SDL 3 (soon...)
before porting SDL 1.2 software? I’m assuming that SDL 3 will be available
for Trixie, and this would avoid two porting efforts.

Regards,

Stephen


pgpNOBwOwE0Bk.pgp
Description: OpenPGP digital signature


Bug#1037228: ITP: pycrc -- CRC C source code generator

2023-06-08 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: pycrc
  Version : 0.10.0
  Upstream Author : Thomas Pircher 
* URL : https://pycrc.org
* License : MIT
  Programming Lang: Python
  Description : CRC C source code generator

pycrc is a Cyclic Redundancy Check (CRC) C source code generator.
.
It supports different implementations, with various speed-space
compromises. The CRC parameters can be freely chosen, and pycrc
includes a number of well-known CRC models (CRC-16, CRC-32 etc.).


This is a build-dependency for dosbox-x. It will be maintained in the
Python packaging team.



Re: Using i386 by mistake on 64-bit hardware [was Re: i386 in the future 32-bit archs: a proposal)]

2023-05-21 Thread Stephen Kitt
On Sat, 20 May 2023 18:14:52 +0200, Adam Borowski  wrote:
> On Sat, May 20, 2023 at 09:15:00AM +0200, Josh Triplett wrote:
> > How easily could we add 64-bit system detection to the i386 installer,
> > and a message saying something like:
> > 
> > "You're installing the i386 architecture on a 64-bit system. While this
> > will work, this is the last release it'll be supported. We recommend
> > installing the 64-bit amd64 architecture instead.  
> 
> This is not a valid use for i386.  Running the i386 kernel on _modern_
> hardware is insecure, slower (esp. if you have a non-tiny amount of
> memory), etc.  We should put a big fat warnings for _that_.

And future modern hardware is likely to make it impossible:
https://www.intel.com/content/www/us/en/developer/articles/technical/envisioning-future-simplified-architecture.html
which means it will become increasingly difficult to reliably test i386
kernels on sensible hardware; not on a timescale relevant for Trixie, but
still, worth bearing in mind. VMs and/or emulation will end up being the only
possible ways of running legacy software on modern hardware.

Regards,

Stephen


pgpBMXYacDGJr.pgp
Description: OpenPGP digital signature


Bug#1028050: ITP: pyqt6-charts -- Python 3 bindings for Qt6's Charts module

2023-01-06 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: pyqt6-charts
  Version : 6.4.0
  Upstream Author : Riverbank Computing
* URL : https://riverbankcomputing.com/software/pyqtchart/
* License : GPL-3
  Programming Lang: C++
  Description : Python 3 bindings for Qt6's Charts module

The Charts module of PyQt6 provides widgets and utility classes
for chart rendering in a PyQt6 application.


This will be maintained in the Debian Python team.



Bug#1022800: ITP: dosbox-x -- DOS emulator with complete, accurate hardware emulation

2022-10-26 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: dosbox-x
  Version : 0.84.3
  Upstream Author : Jonathan Campbell
* URL : https://dosbox-x.com/
* License : GPL-2+
  Programming Lang: C, C++
  Description : DOS emulator with complete, accurate hardware emulation

DOSBox-X is a comprehensive DOS emulator, supporting DOS applications
including Windows 3.x and Windows 9x, and striving to provide accurate
hardware emulation. It is based on the original DOSBox and includes
features from a number of forks including SVN Daum, ECE, DOSBox
Staging, DOSVAX, and vDosPlus.

Its features include:
* a built-in drop-down menu
* a graphical configuration tool
* support for save-states
* NEC PC-98, AX, and J-3100 emulations
* DOS/V support for Chinese, Japanese, and Korean language support
* support for CONFIG.SYS commands
* printing support
* long filename support
* DOS SHARE emulation
* wheel mouse support (including the CuteMouse wheel mouse API)
* 3Dfx Voodoo chip and Glide emulation
* NE2000 emulation
* MT-32 emulation

DOSBox-X isn't a direct upgrade from DOSBox, but DOSBox users should
be able to use DOSBox-X without difficulty.



Re: proposed MBF: packages still using source format 1.0

2022-03-15 Thread Stephen Kitt
On Mon, 14 Mar 2022 13:52:14 +, Holger Levsen 
wrote:
> On Mon, Mar 14, 2022 at 01:10:19PM +, Wookey wrote:
> > > You're trying to produce packages from CI builds or other automation
> > > where you sometimes have native Debian revisions.
> > > 
> > > * you are producing a package where you have distinct upstream and
> > >   debian branches, and you cannot control  the upstream version number.
> > >  
> > 
> > Doesn't this make it 'not a native debian package'?  
> 
> yes, exactly, that's the problem.
> 
> > I thought the whole point of debian native packages was that there was
> > no 'upstream' and it was only for debian so you _are_ in control of
> > the source, the versioning and the releases?   
> 
> yes, that was the idea when native packages were introduced over
> 20 ago, when there were hardly any Debian forks, and certainly no
> CI systems and other automated systems which 'constantly fork'.
> 
> > As soon as that stops
> > being true then should one not shift to making it a standard
> > 'upstream+debian revision' non-native package?  
> 
> yes, we should convert all native packages in our archive,
> the idea of a native package has been obsoleted for long.

I think there are still some cases where it makes sense, e.g. for
“meta-source” packages where the upstream is really another package (e.g.
binutils-mingw-w64 and friends). Suffixes for downstreams work fine, see
https://launchpad.net/ubuntu/+source/gdb-mingw-w64 for one instance.

Regards,

Stephen


pgpf7WU3HcrNr.pgp
Description: OpenPGP digital signature


Re: Bug#1006885: ITP: lumin -- pattern match highlighter

2022-03-12 Thread Stephen Kitt
On Mon, 07 Mar 2022 20:29:12 +0100, Vincent Bernat  wrote:
>  ❦  7 March 2022 18:33 +01, Adam Borowski:
> >> lumin highlights matches to a specified pattern (string or regular
> >> expression) in files, using color. This is similar to grep with
> >> colorized output, but it outputs all lines in the given files, not
> >> only matching lines.  
> >
> > .--[ ~/bin/hl ]
> > #!/bin/sh
> > sed 's/'"$*"'/\c[[1;33m&\c[[0m/g'
> > `  
> 
> grep --color -C4000 pattern
> 
> There are other suggestions here:
> https://stackoverflow.com/questions/981601/colorized-grep-viewing-the-entire-file-with-highlighted-matches

Thanks, I’m aware that the program itself isn’t all that useful (or at least,
can be replaced by trivial scripts); it’s been added as a dependency of
Miller, which is very useful. I’m planning on suggesting alternatives for
Miller itself, but I would like to get the new version of Miller in the
archive in the meantime!

Regards,

Stephen


pgpP5BrSfhlzv.pgp
Description: OpenPGP digital signature


Bug#1006886: ITP: gocc -- Go lexer and parser generator

2022-03-07 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: gocc
  Version : 0.0~git20211213.7ea6993
  Upstream Author : Marius Ackerman 
* URL : https://github.com/goccmack/gocc
* License : ASL-2.0
  Programming Lang: Go
  Description : Go lexer and parser generator

Gocc generates lexer-parser pairs or stand-alone DFAs or parsers from
a Backus-Naur form (BNF). The generated lexers are deterministic
finite automata (DFAs), recognising regular languages. The generated
parsers are pushdown automata (PDAs), recognising LR(1) languages.
Optional LR(1) conflict handling automatically resolves shift/reduce
and reduce/reduce conflicts.



This is a new dependency of Miller 6.1.0.



Bug#1006885: ITP: lumin -- pattern match highlighter

2022-03-07 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: lumin
  Version : 1.0.0
  Upstream Author : John Kerl
* URL : https://github.com/johnkerl/lumin
* License : BSD-2-clause
  Programming Lang: Go
  Description : pattern match highlighter

lumin highlights matches to a specified pattern (string or regular
expression) in files, using color. This is similar to grep with
colorized output, but it outputs all lines in the given files, not
only matching lines.



This is a new dependency of Miller 6.1.0.



Bug#1002859: ITP: golang-github-lestrrat-go-envload -- environment variable manipulation library

2021-12-30 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: golang-github-lestrrat-go-envload
  Version : 0.0~20180221
  Upstream Author : Daisuke Maki 
* URL : https://github.com/lestrrat-go/envload
* License : MIT
  Programming Lang: Go
  Description : environment variable manipulation library

This library provides functions to store, modify, and restore
environment variables. This is useful for example to temporarily
change values of environment variables for tests, as doable for
example with Perl 5’s local variables.


This is required for lestrrat-go-strftime. I’m planning on maintaining
this within the Go packaging team.


Bug#1002858: ITP: golang-github-lestrrat-go-strftime -- fast strftime implementation for Go

2021-12-30 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: golang-github-lestrrat-go-strftime
  Version : 1.0.5
  Upstream Author : Daisuke Maki 
* URL : https://github.com/lestrrat-go/strftime
* License : MIT
  Programming Lang: Go
  Description : fast strftime implementation for Go

This is a Go implementation of strftime, optimised for pattern re-use,
and with support for as many conversion specifications as possible. It
aims for POSIX compliance while still including widely-used non-POSIX
format specifications such as "%f" or "%L" for milliseconds.


This is required for the new Go version of Miller. I’ll be asking to
join the Go packaging team to maintain this there.


Re: Wine MinGW system libraries

2021-09-13 Thread Stephen Kitt
On Sun, 12 Sep 2021 20:54:56 +0300, Adrian Bunk  wrote:
> On Sun, Sep 12, 2021 at 07:03:54PM +0200, Stephen Kitt wrote:
> > On Sun, 12 Sep 2021 19:20:16 +0300, Adrian Bunk  wrote:  
> > > On Sun, Sep 12, 2021 at 05:31:41PM +0200, Stephen Kitt wrote:  
> > > >...
> > > > While one could imagine adding support to all the appropriate
> > > > source packages to build similar “Architecture: all” packages, that
> > > > would require convincing all the relevant maintainers,
> > > 
> > > Adding a new release architecture (partial or not) requires convincing 
> > > the ftp team and the release team.
> > > 
> > > It would also require many software changes.  
> > 
> > Yes, it would. However, it requires convincing a well-defined set of
> > people *once*. If we handle Windows dependencies using “Architecture:
> > all” packages, we would either end up with something like Fedora’s
> > MinGW-w64 SIG (with a complete set of independent packages), or we would
> > end up having to convince a huge set of package maintainers over and over
> > again.  
> 
> Based on the package list provided in the initial email in this thread
> (and guessing the amount of transitive dependencies) I would have guessed
> that there are perhaps ~ 30 packages that would have to be touched once.

... which means ~30 maintainers who need convincing individually. My
experience so far is that maintainers tend not to be interested (justifiably)
in Windows cross-builds.

> And after that things will just continue working, just like with udebs
> which are in some ways similar to what is being discussed here.

udebs are mostly a packaging concern. Keeping Windows cross-builds working
tends to require a bit more effort unfortunately.

> > > How would for example the dependencies of wine:amd64 be fulfilled?
> > > 
> > > Just supporting that package dependencies might only be fulfilled by 
> > > also using packages from a different architecture would require changes 
> > > in many places, like for example the testing migration scripts that 
> > > ensure installability after migration.  
> > 
> > In the same way as the none-arch packages would be. Yes, it’s a lot of
> > work, but it’s useful for more than just Wine, and it can be done once
> > for all the interested architectures.  
> 
> It is also the kind of change where it might be required that it is 
> fully supported in one release before it can be used by packages in the 
> next release, if for example any of dpkg/apt/aptitude/... in the 
> previous stable gives an error when seeing dependencies to another 
> architecture.

That is indeed a good point, thanks for bringing it up!

Regards,

Stephen


pgp6oea3PS5Hm.pgp
Description: OpenPGP digital signature


Re: Wine MinGW system libraries

2021-09-13 Thread Stephen Kitt
On Mon, 13 Sep 2021 17:39:25 +0200, Helmut Grohne  wrote:
> I believe I can speak with my "main cross building porter" hat on.
> 
> On Sun, Sep 12, 2021 at 01:57:44PM +, Bastien ROUCARIES wrote:
> > They are a full color gradiant between:
> > - freestanding arches pure cross compile without any depends except
> > arch:all
> > - partial cross built arch
> > - partial arch
> > - full arch
> > 
> > I believe the first step to get partial cross built arch is to begin
> > by freestanding arch.  
> 
> Certainly not. As much as I would love to see this happen, it is very
> unrealistic. wine can quite simply use -$arch-cross:all packages like
> very other bare metal target and switch to our pipe dream once it is
> ready (if ever).

And even that assumes that we can get agreement on what $arch should be for
Windows targets :-(.

> cross building is very far off becoming the thing you want it to be. It
> presently has a bus factor of around 1.5. Around 59% of source packages
> are cross-satisfiable. Around 78% of cross-satisfiable packages are
> cross buildable. In other words: less than 50% of packages are cross
> buildable. Beyond that, the cross porters cannot keep up with the
> current rate of regressions. Fractions are falling.

The bus factor is indeed a problem. For Wine (and even a wider MinGW-w64
ecosystem) we don’t need all that many source packages to be
cross-satisfiable for the whole endeavour to be useful...

The regressions are significant though: if packages can’t stay
cross-satisfiable for Debian cross-targets, there’s little hope they can stay
cross-satisfiable for Windows! This means that separate source packages are
probably the only viable option.

> To make cross building a viable thing we'd need at least three more
> porters determined to make it happen. Talk doesn't make it happen.
> Patches do. Let me know if you want to help. I'll get you started.

Is the process documented anywhere? Or does one simply pick a failure from
http://crossqa.debian.net and figure out what’s going wrong (and hope that
pulling the threads doesn’t reveal a monster...)?

Regards,

Stephen


pgpCQ0PLoIbRU.pgp
Description: OpenPGP digital signature


Re: Wine MinGW system libraries

2021-09-12 Thread Stephen Kitt
On Sun, 12 Sep 2021 19:20:16 +0300, Adrian Bunk  wrote:
> On Sun, Sep 12, 2021 at 05:31:41PM +0200, Stephen Kitt wrote:
> >...
> > While one could imagine adding support to all the appropriate
> > source packages to build similar “Architecture: all” packages, that would
> > require convincing all the relevant maintainers,  
> 
> Adding a new release architecture (partial or not) requires convincing 
> the ftp team and the release team.
> 
> It would also require many software changes.

Yes, it would. However, it requires convincing a well-defined set of people
*once*. If we handle Windows dependencies using “Architecture: all” packages,
we would either end up with something like Fedora’s MinGW-w64 SIG (with a
complete set of independent packages), or we would end up having to convince
a huge set of package maintainers over and over again.

> How would for example the dependencies of wine:amd64 be fulfilled?
> 
> Just supporting that package dependencies might only be fulfilled by 
> also using packages from a different architecture would require changes 
> in many places, like for example the testing migration scripts that 
> ensure installability after migration.

In the same way as the none-arch packages would be. Yes, it’s a lot of work,
but it’s useful for more than just Wine, and it can be done once for all the
interested architectures.

> > and it would end up tying the testing migrations to MinGW-w64...  
> 
> If this partial arch (and Wine) should be part of Debian releases,
> then testing migrations would have to be tied to it in any case.

True, I’d missed that. (In my mind I was comparing this with having separate
source packages.)

> >...
> > The buildd situation isn’t necessarily that much of an obstacle: it seems
> > to me we could have “Windows” buildds which are really Linux amd64
> > systems, that cross-build for Windows.  
> 
> The first obstacle is that if you want to be the first who does cross 
> building packages on the buildds, there is likely a lot of work and 
> bugfixing ahead for you for getting that working.

A lot of that work has already been done for http://crossqa.debian.net/

Fixing this would reduce the burden on all the maintainers who currently
handle cross-built packages in the archive, so overall I think it would be a
net win.

Regards,

Stephen


pgpnUkwnkb6Zl.pgp
Description: OpenPGP digital signature


Re: Wine MinGW system libraries

2021-09-12 Thread Stephen Kitt
On Sun, 12 Sep 2021 10:38:52 +0300, Adrian Bunk  wrote:

> On Sun, Sep 05, 2021 at 08:53:49AM +0200, Bastien ROUCARIES wrote:
> >...
> > Improve dpkg to support partial arch. I volonteer to implement none arch
> > but i am waiting from guillem here.
> >...  
> 
> There is also plenty of infrastructure on the buildd, archive and 
> release team sides that would likely need changes for supporting 
> anything like that.
> 
> A multilib based approach might be more realistic for bookworm.
> 
> What benefits would a "none arch" even bring compared to building
> binary-all packages?
> The ability to binNMU is the only one that comes into my mind.

IMO the main benefit of using multiarch would be that packages could be built
for the new architectures without changes (ideally). libz is currently built
for MinGW-w64 in an “Architecture: all” package, but it’s a separate source
package; various other libraries are built with specific support in their
source packages. While one could imagine adding support to all the appropriate
source packages to build similar “Architecture: all” packages, that would
require convincing all the relevant maintainers, and it would end up tying
the testing migrations to MinGW-w64...

In this scenario the solution wouldn’t be a “none” arch, but a Windows arch,
if we can ever resolve https://bugs.debian.org/606825

The buildd situation isn’t necessarily that much of an obstacle: it seems to
me we could have “Windows” buildds which are really Linux amd64 systems, that
cross-build for Windows.

Regards,

Stephen


pgpgVleJyWbI1.pgp
Description: OpenPGP digital signature


Re: Wine MinGW system libraries

2021-09-06 Thread Stephen Kitt
On Sun, 5 Sep 2021 12:14:47 -0500, Zebediah Figura 
wrote:
> On 9/5/21 11:19 AM, Stephen Kitt wrote:
> > On Sat, 4 Sep 2021 20:17:53 -0500, Zebediah Figura
> >  wrote:  
> >> I'm a contributor to the Wine project. To summarize the following mail,
> >> Wine needs special versions of some of its normal dependencies, such as
> >> libfreetype and libgnutls, built using the MinGW cross-compiler, and I'm
> >> sending out a mail to major distributions in order to get some feedback
> >> from our packagers on how these should be built and packaged.
> >>
> >> For a long time Wine has built all of its Win32 libraries (DLLs and
> >> EXEs) as ELF binaries. For various reasons related to application
> >> compatibility, we have started building our binaries as PE instead,
> >> using the MinGW cross-compiler. It is our intent to expand this to some
> >> of our dependencies as well. The list of dependencies that we intend to
> >> build using MinGW is not quite fixed yet, but we expect it to include
> >> and be mostly limited to the following:
> >>
> >> * libvkd3d
> >> * libFAudio
> >> * libgnutls
> >> * zlib (currently included via manual source import)
> >> * libmpg123
> >> * libgsm
> >> * libpng
> >> * libjpeg-turbo
> >> * libtiff
> >> * libfreetype
> >> * liblcms2
> >> * jxrlib
> >>
> >> and dependencies of the above packages (not including CRT dependencies,
> >> which Wine provides).
> >>
> >> There is currently some internal discussion about how these dependencies
> >> should be built and linked. There are essentially three questions I see
> >> that need to be resolved, and while these resolutions have a significant
> >> impact on the Wine building and development process, they also have an
> >> impact on distributions, and accordingly I'd like to get input from our
> >> packagers to ensure that their considerations are accurately taken into
> >> account.
> >>
> >> (1) Should we build via source import, or link statically, or
> >> dynamically?
> >>
> >> Source imports are dispreferred by Debian [1], on the grounds that they
> >> cause duplication of libraries on disk and in memory, and make it harder
> >> to handle security updates. They also make building and bisecting
> >> harder. Static libraries don't seem to be expressly discouraged, but
> >> share most of the same downsides (see also [2]).
> >>
> >> Note however that if they are linked dynamically, we need to make sure
> >> that we load our packages instead of MinGW builds of open-source
> >> libraries with applications ship with. There's some internal discussion
> >> about whether this is possible while using "stock" builds of MinGW
> >> libraries, but, due to the way the Win32 loader works, we will probably
> >> need to compile each library, and its dependencies, with a separate,
> >> wine-specific name, e.g. "libwinefreetype-6.dll" and
> >> "libwineharfbuzz.dll". For a detailed explantion see footnote [3]. Note
> >> that all we actually need to change is the name; we don't need to patch
> >> the source.  
> > 
> > Assuming Debian provides the dependencies (which is currently true only
> > for zlib), this could be handled in packaging by providing symlinks,
> > couldn’t it? Not in the Wine prefixes, but elsewhere.  
> 
> Almost :-/
> 
> Copying/symlinking libfreetype-1.dll to libwinefreetype-1.dll is easy. 
> The problem is that libwinefreetype-1.dll is still going to link to 
> libharfbuzz-1.dll, but we need it to link to libwineharfbuzz-1.dll.

Ah yes, I hadn’t thought it through. So really Wine needs its own parallel
ecosystem of DLLs in any case, which effectively means building them along
with Wine (from Wine’s perspective, ignoring distribution constraints and
preferences).

> > This also works in Debian:
> > 
> > $ sudo apt install libz-mingw-w64-dev mingw-w64-tools
> > $ x86_64-w64-mingw32-pkg-config --libs zlib
> > -L/usr/x86_64-w64-mingw32/lib -lz  
> 
> Ah, cool, I looked for that and somehow missed it.
> 
> Note that's the wrong path for dynamic libraries, though; those go in 
> /usr/x86_64-w64-mingw32/bin/. We'll need a way to find those. Maybe 
> hardcoding a list won't be too painful, though...

In Debian they go in /usr/x86_64-w64-mingw32/lib currently, which is why
the .pc file points there. But as you point out, that doesn’t help at
runtime.

Also, having pkg-config support doesn’t really help w

Re: Wine MinGW system libraries

2021-09-05 Thread Stephen Kitt
Hi Bastien,

On Sun, 5 Sep 2021 08:53:49 +0200, Bastien ROUCARIES
 wrote:
> Le dim. 5 sept. 2021 à 03:34, Zebediah Figura  a
> écrit :
> > I'm a contributor to the Wine project. To summarize the following mail,
> > Wine needs special versions of some of its normal dependencies, such as
> > libfreetype and libgnutls, built using the MinGW cross-compiler, and I'm
> > sending out a mail to major distributions in order to get some feedback
> > from our packagers on how these should be built and packaged.
> >
> > For a long time Wine has built all of its Win32 libraries (DLLs and
> > EXEs) as ELF binaries. For various reasons related to application
> > compatibility, we have started building our binaries as PE instead,
> > using the MinGW cross-compiler. It is our intent to expand this to some
> > of our dependencies as well. The list of dependencies that we intend to
> > build using MinGW is not quite fixed yet, but we expect it to include
> > and be mostly limited to the following:
> >
> > * libvkd3d
> > * libFAudio
> > * libgnutls
> > * zlib (currently included via manual source import)
> > * libmpg123
> > * libgsm
> > * libpng
> > * libjpeg-turbo
> > * libtiff
> > * libfreetype
> > * liblcms2
> > * jxrlib
> >
> > and dependencies of the above packages (not including CRT dependencies,
> > which Wine provides).
> >
> > There is currently some internal discussion about how these dependencies
> > should be built and linked. There are essentially three questions I see
> > that need to be resolved, and while these resolutions have a significant
> > impact on the Wine building and development process, they also have an
> > impact on distributions, and accordingly I'd like to get input from our
> > packagers to ensure that their considerations are accurately taken into
> > account.
> >
> > (1) Should we build via source import, or link statically, or dynamically?
> >
> > Source imports are dispreferred by Debian [1], on the grounds that they
> > cause duplication of libraries on disk and in memory, and make it harder
> > to handle security updates. They also make building and bisecting
> > harder. Static libraries don't seem to be expressly discouraged, but
> > share most of the same downsides (see also [2]).
> >
> > Note however that if they are linked dynamically, we need to make sure
> > that we load our packages instead of MinGW builds of open-source
> > libraries with applications ship with. There's some internal discussion
> > about whether this is possible while using "stock" builds of MinGW
> > libraries, but, due to the way the Win32 loader works, we will probably
> > need to compile each library, and its dependencies, with a separate,
> > wine-specific name, e.g. "libwinefreetype-6.dll" and
> > "libwineharfbuzz.dll". For a detailed explantion see footnote [3]. Note
> > that all we actually need to change is the name; we don't need to patch
> > the source.
> >
> > Accordingly, although static linking and source imports are generally
> > disprefered, it may quite likely be preferable in our case. We don't get
> > the benefits of on-disk deduplication, since Wine is essentially the
> > only piece of software which needs these libraries.
> >
> > (2) If we use dynamic libraries, should dependencies be included in the
> > main wine package, or packaged separately?
> >  
> 
> 
> Improve dpkg to support partial arch. I volonteer to implement none arch
> but i am waiting from guillem here.

Thanks for stepping up!

For MinGW-w64 dependencies, an additional requirement is figuring out a
solution for https://bugs.debian.org/606825;
https://wiki.debian.org/Teams/Dpkg/FAQ#Q._Can_we_add_support_for_new_dpkg_architectures.3F
gives additional context.

Regards,

Stephen


pgpHCEnwcfbXF.pgp
Description: OpenPGP digital signature


Re: Wine MinGW system libraries

2021-09-05 Thread Stephen Kitt
Hi Zebediah,

On Sat, 4 Sep 2021 20:17:53 -0500, Zebediah Figura 
wrote:
> I'm a contributor to the Wine project. To summarize the following mail, 
> Wine needs special versions of some of its normal dependencies, such as 
> libfreetype and libgnutls, built using the MinGW cross-compiler, and I'm 
> sending out a mail to major distributions in order to get some feedback 
> from our packagers on how these should be built and packaged.
> 
> For a long time Wine has built all of its Win32 libraries (DLLs and 
> EXEs) as ELF binaries. For various reasons related to application 
> compatibility, we have started building our binaries as PE instead, 
> using the MinGW cross-compiler. It is our intent to expand this to some 
> of our dependencies as well. The list of dependencies that we intend to 
> build using MinGW is not quite fixed yet, but we expect it to include 
> and be mostly limited to the following:
> 
> * libvkd3d
> * libFAudio
> * libgnutls
> * zlib (currently included via manual source import)
> * libmpg123
> * libgsm
> * libpng
> * libjpeg-turbo
> * libtiff
> * libfreetype
> * liblcms2
> * jxrlib
> 
> and dependencies of the above packages (not including CRT dependencies, 
> which Wine provides).
> 
> There is currently some internal discussion about how these dependencies 
> should be built and linked. There are essentially three questions I see 
> that need to be resolved, and while these resolutions have a significant 
> impact on the Wine building and development process, they also have an 
> impact on distributions, and accordingly I'd like to get input from our 
> packagers to ensure that their considerations are accurately taken into 
> account.
> 
> (1) Should we build via source import, or link statically, or dynamically?
> 
> Source imports are dispreferred by Debian [1], on the grounds that they 
> cause duplication of libraries on disk and in memory, and make it harder 
> to handle security updates. They also make building and bisecting 
> harder. Static libraries don't seem to be expressly discouraged, but 
> share most of the same downsides (see also [2]).
> 
> Note however that if they are linked dynamically, we need to make sure 
> that we load our packages instead of MinGW builds of open-source 
> libraries with applications ship with. There's some internal discussion 
> about whether this is possible while using "stock" builds of MinGW 
> libraries, but, due to the way the Win32 loader works, we will probably 
> need to compile each library, and its dependencies, with a separate, 
> wine-specific name, e.g. "libwinefreetype-6.dll" and 
> "libwineharfbuzz.dll". For a detailed explantion see footnote [3]. Note 
> that all we actually need to change is the name; we don't need to patch 
> the source.

Assuming Debian provides the dependencies (which is currently true only for
zlib), this could be handled in packaging by providing symlinks, couldn’t it?
Not in the Wine prefixes, but elsewhere.

(The Wine team also maintains libvkd3d and libFaudio, so we can take care of
those at least.)

> Accordingly, although static linking and source imports are generally 
> disprefered, it may quite likely be preferable in our case. We don't get 
> the benefits of on-disk deduplication, since Wine is essentially the 
> only piece of software which needs these libraries.
> 
> (2) If we use dynamic libraries, should dependencies be included in the 
> main wine package, or packaged separately?
> 
> This is mostly a question for packagers, although it also relates to (3).
> 
> I expect that Debian will want to answer "packaged separately" here, on 
> the grounds that this lets them update (say) Wine's libgnutls 
> separately, and in sync with ELF libgnutls, if some security fix is 
> needed. There is a snag, though: we need libraries to be copied into the 
> prefix (there's some internal effort to allow using something like 
> symlinks instead, but this hard and not done yet). Normally we perform 
> this copy every time Wine is updated, but if Wine and its dependencies 
> aren't updated on the same schedule, we may end up loading an old 
> version of a dependency in the prefix.

Debian packaging doesn’t touch anything in users’ home directories, so this
would have to be handled in Wine itself, perhaps in a similar fashion to
existing provisions for Gecko and Mono.

> (3) If dependencies are packaged separately, should Wine build them as 
> part of its build tree (e.g. using submodules), or find and link 
> (statically or dynamically) to existing binaries?
> 
> Linking to existing binaries is generally preferable: it avoids 
> duplication on disk; it reduces compile times when compiling a single 
> package from source (especially the first time). However, we aren't 
> going to benefit from on-disk duplication. And, most importantly, unlike 
> with ELF dependencies, there is no standardized way to locate MinGW 
> libraries—especially if it comes to Wine-specific libraries. We would 
> need a way for 

Re: Raising the epoch of the 'prboom-plus' package, turning it into a transitional package

2021-08-23 Thread Stephen Kitt

Hi Fabian,

Le 23/08/2021 10:53, Fabian Greffrath a écrit :

in the short term, I'd like to replace the prboom-plus Doom engine in
Debian with its more actively developed fork dsda-doom. While
developement of the former has mostly stagnated (granted, it had its
2.6.1um release earlier this month), the latter pioneered with new
features like the introduction of the MBF21 modding standard and
DSDehacked (aka unlimited everything). Apart from that, it also keeps
demo compatibility as its highest goal, has added support for Heretic
and Hexen and has the vibrant DSDA speedrunning community behind it.

The downside is that dsda-coom introduced a new versioning scheme which
is currently at v0.21.0, whereas prboom-plus is already at 2.6.1um. To
provide for an easy upgrade path for prboom-plus users, I'd like to
introduce the dsda-doom package with an epoch. Since prboom-plus
already has epoch 2, this would necessarily be epoch 3.


I might be missing something, but I don’t think a new package needs an 
epoch just because it is intended to replace an existing package with an 
epoch. The dsda-doom source package could be versioned at 0.21.0, 
building a 0.21.0 dsda-doom package and a 2:whatever (later than 
2.6.1um) or 3:0.21.0 prboom-plus transitional package.


Regards,

Stephen



Bug#986918: ITP: key-mapper -- Input device button mapping tool

2021-04-14 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 

* Package name: key-mapper
  Version : 0.8.1-1
  Upstream Author : sezanzeb
* URL : https://github.com/sezanzeb/key-mapper
* License : GPL-3+
  Programming Lang: Python
  Description : Input device button mapping tool

 key-mapper allows users to map buttons on all input devices
 (keyboards, mice, gamepads...) in X11 and Wayland. It also supports
 combined buttons and programmable macros.
 .
 key-mapper includes a UI to configure button mappings, per device,
 and configuration to automatically apply button mappings at boot and
 on device connection.

This will be maintained in the Python team, and perhaps with help from
upstream (see https://github.com/sezanzeb/key-mapper/issues/40).



Bug#979109: ITP: loggedfs -- Logging file system

2021-01-02 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 

* Package name: loggedfs
  Version : 0.9
  Upstream Author : Rémi Flament
* URL : http://rflament.github.io/loggedfs/
* License : Apache-2.0
  Programming Lang: C++
  Description : Logging file system

 LoggedFS is a logging file system which can log every operation
 happening in it. It mounts transparently over any directory and logs
 operations inside that directory (and its children).
 .
 The amount of logging is configurable, and since LoggedFS uses FUSE,
 it can be controlled by users without system administrator
 involvement.


Bug#978725: ITP: ethflop -- Ethernet DOS floppy emulator

2020-12-30 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 

* Package name: ethflop
  Version : 20191003
  Upstream Author : Mateusz Viste
* URL : http://ethflop.sourceforge.net
* License : ISC
  Programming Lang: C, x86 assembly
  Description : Ethernet DOS floppy emulator

 ethflop is a network-backed floppy emulator for DOS, mapping a DOS
 floppy drive to a remote disk image. This package contains the server
 and the DOS TSR.



Bug#978711: ITP: etherdfs-server -- Ethernet DOS File System server

2020-12-30 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 

* Package name: etherdfs-server
  Version : 0~20180203
  Upstream Author : Mateusz Viste
* URL : http://etherdfs.sf.net/
* License : MIT
  Programming Lang: C
  Description : Ethernet DOS File System server

 EtherDFS is a DOS installable filesystem, mapping a DOS drive letter
 to a remote share. This package contains the server side of EtherDFS,
 a daemon exporting one or more directories for remote access by the
 EtherDFS DOS TSR.



Bug#961866: ITP: gztool -- gzip-compressed file indexer

2020-05-30 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 

* Package name: gztool
  Version : 0.11.2
  Upstream Author : Roberto S. Galende
* URL : https://github.com/circulosmeos/gztool/
* License : zlib
  Programming Lang: C
  Description : gzip-compressed file indexer

 gztool indexes gzip-compressed files, allowing them to be accessed
 randomly (instead of from the beginning). It can index existing
 files, which takes as much time as decompressing the file entirely;
 it can also compress and decompress files itself, creating optimised
 indexes as it goes.
 .
 Other features include:
   - watch and index a gzip-compressed file as it is created;
   - partially extract a gzip-compressed file;
   - tail a gzip-compressed file (including follow mode).



Accepted lzo2 2.10-2 (source) into unstable

2020-01-22 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 22 Jan 2020 21:35:19 +0100
Source: lzo2
Architecture: source
Version: 2.10-2
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 lzo2 (2.10-2) unstable; urgency=medium
 .
   * Add missing pkg-config build-dependency.
Checksums-Sha1:
 9d659578a2d99231805de0138717c9b89f6ae6f4 1926 lzo2_2.10-2.dsc
 76896fe41d884c4cc0d8e6390c5b332b7a65c9be 6880 lzo2_2.10-2.debian.tar.xz
 c67145ff7f70c45a1bf121d2876c958bd2b5e123 5830 lzo2_2.10-2_source.buildinfo
Checksums-Sha256:
 65a35d9d2511a88f30d4b10313f807c184d1906062e2421833797dafc2682166 1926 
lzo2_2.10-2.dsc
 095b2bf2012138f6892fcf226a0d1eae5d29406d7afe7129d51d64116e61c472 6880 
lzo2_2.10-2.debian.tar.xz
 6fde752ef33475c44f0383e7e334b47af9e05bc1ce311184a1dbba4672bd4280 5830 
lzo2_2.10-2_source.buildinfo
Files:
 74a6960cf145824b6647dfb29a168349 1926 libs optional lzo2_2.10-2.dsc
 ed17501063d46ae26314390de3f59098 6880 libs optional lzo2_2.10-2.debian.tar.xz
 2c78d911a390bdd11c6a53fafd70b6a4 5830 libs optional 
lzo2_2.10-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl4osjcACgkQgNMC9Yht
g5wUlQ/+IcSgTa2f3KibYlcKuTxUSITj93fN44q1y0tRnW0FUlpmKhBOn68VdQaB
XTc4edfCjPTw444bxQhQMXZf5hC434zy8b6US3CmB9Y+866khqZM77EPegpFBWZR
4dyo+vKDslE5S3galNC1jtfnmptVEqBDERl9knCGFxqHTdJSRmvGzFIasJryloXb
1TqeQ+c58mk9w6gv2jxOZbzghfbCsGzeHaX3RFTorU7vKe9WYfyOsvtwlEusD3FJ
a/tykN8Sv9VdoE6FOf7JE8t1hqY3hcXHj5N71b3IGpeOWgvLp6J3m89/C/23xyna
gBUSlAaBFea6E7OF+atVp32PpZJExwSoy1j1RRp0A8XnrnxFdiHCr9aGSNEMJ/hY
uQYSsQuxGQR8XTG2/buC6/VGI+w93xg+HtxJzzSwMXHTISQdrHL2ynt5tlkrME/C
rzzqua7I6AkFdCERSBoQnOHusZvXHAcvGCP+aGG8dWdOPfHMDXczabJY4zlL+iQL
mDvnV6SkUe7e/QWthyDtGgp4ZxixA85q4V3pLy5zyIcBa0LiTQs8ClzGhdqJq09y
BES3nUtPDQPD5mwtxm541+t7Y1ZcmTeKugZXEChWsBCLKkRZvnfC8Fnoh4XAjFuI
P8nIWmFF+XSSQ1eU86KarkRm8HIgTGz+Ig1x5UBg2Iqp+v6Dvoo=
=k06G
-END PGP SIGNATURE-



Accepted lzo2 2.10-1 (source) into unstable

2020-01-22 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 22 Jan 2020 19:20:25 +0100
Source: lzo2
Architecture: source
Version: 2.10-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 946756
Changes:
 lzo2 (2.10-1) unstable; urgency=medium
 .
   * Adopt the package. Closes: #946756.
   * Switch to DEP5 debian/copyright.
   * Switch to secure URLs.
   * Switch to dh short rules and debhelper compatibility level 12.
   * Add a symbols file.
   * Set “Rules-Requires-Root: no”.
   * Add a repository on Salsa.
   * Standards-Version 4.5.0, no further change required.
Checksums-Sha1:
 474b49b9e2134f7725bc5f34ef19772208a03531 1914 lzo2_2.10-1.dsc
 ddb7cf9e063ad8a0e384a717136ae65b3b6ebed2 6852 lzo2_2.10-1.debian.tar.xz
 fd08113db4f6fba126a542434fd41033ed3d854c 5808 lzo2_2.10-1_source.buildinfo
Checksums-Sha256:
 ef7312a8c8d1d8c3030aa1dc3fae2513dd8fabf619f79274805ab4f96287ff05 1914 
lzo2_2.10-1.dsc
 d34baa5727803942f59b617a7ac444d4f98c721e8ee30ab7337899c0f4bf0d60 6852 
lzo2_2.10-1.debian.tar.xz
 7265d1fb8d1c33e64226e46f06e4c1c98c7e45b5367424dc80fec96a965f75af 5808 
lzo2_2.10-1_source.buildinfo
Files:
 60911c40f7df132c4be56b59b2f65a4f 1914 libs optional lzo2_2.10-1.dsc
 8c6e0b7cca3234caa13b57d39effc8db 6852 libs optional lzo2_2.10-1.debian.tar.xz
 bc3529e2a940e3550994ba96635bd4af 5808 libs optional 
lzo2_2.10-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl4oknQACgkQgNMC9Yht
g5zpBg/9FufPatJmrHWDUCHnj0LDuNhjHCHZLOenClRuINOEtrIcV3CvVrn3gV1o
1DqELa+oI8gjQj0jGMcZAaKxRIMSEf17efknJ9XYuT3bhAhNp8otDCS5Y83gnQfl
okxFP/Dety2OAJvcp/+JAm7GMk8J6drkZ+lT89GnkhfmgUv4VNpLZBFQV61yyBSX
iK/WbOYcMD1YkgC/+RZK4hhuuJdeElk4ZniKZVmj1z6TW91uYlXphJ/zHeyPOFzU
dX87m7rgMY8IwMv7LVXJYiV2br7BO2t72fIZgQe4VX3Yfsyl2hF9gZuGdX7JDLKJ
pO4qCO6fG/A03D1zIQhGXx7YHhCFtG3dSdrmufRsk6BHFyDDkoa1pSbKvBOD8/y1
DBNf8Ew7xkhPTdNTwEEVYPNorIqPRBK6IwZDbexwncimEEq6ZZJcaxBvKk6+CWAX
xmfR5btWrx68YfI+WGzx294cfG6fWY1o711HvQojZOrWNO7Mkno15AztOtpEUkZU
HNf6qu+cGBPTs9APg9ji7HVjZYc2ZuTyoFrUmHdJlrtwwC5Pfsfz8LR2CCQ9dCq0
rYyGipDiDIvTmegoE1U/pojGBJKTbTlveVtXvskxkF3xZyC4ZZRIOPhqyST0iGkf
ts15sb2VE4/oVn0hUKCBI8HDiglQ3U6VCBEZUhHWvQjjxaV9syc=
=4lw/
-END PGP SIGNATURE-



Accepted lzop 1.04-1 (source) into unstable

2020-01-21 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 21 Jan 2020 09:02:38 +0100
Source: lzop
Architecture: source
Version: 1.04-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 934856 946757
Changes:
 lzop (1.04-1) unstable; urgency=medium
 .
   * New upstream release, merging our patches. Closes: #934856.
   * Adopt the package; thanks Peter for all the work! Closes: #946757.
   * Switch to dh short rules and debhelper compatibility level 12.
   * Switch to DEP5 debian/copyright.
   * Fix whitespace in debian/changelog.
   * Switch to secure URLs.
   * Set “Rules-Requires-Root: no”.
   * Add a repository on Salsa.
   * Standards-Version 4.4.1, no further change required.
Checksums-Sha1:
 c3bcb8bd94f5b8ff4969ee344e4309ef5ae35394 1769 lzop_1.04-1.dsc
 3540761ce8fc6dc42c326a9fcb1471e190a4db62 393483 lzop_1.04.orig.tar.gz
 0dd6b3dc431149cce38136fcfffb4d3f7fdeb40a 3284 lzop_1.04-1.debian.tar.xz
 ed8b535d3ba18ce476b95a42e344cb857517e21f 5828 lzop_1.04-1_source.buildinfo
Checksums-Sha256:
 0c51e1005c52ce672853967d24e85261b021be691cd4c479ed24ad975fee81de 1769 
lzop_1.04-1.dsc
 7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f305a2f41 393483 
lzop_1.04.orig.tar.gz
 7aea387aa434eca81c7a0f0eaf9be3fbfb663399850c38c8bb8a833c3d170ce3 3284 
lzop_1.04-1.debian.tar.xz
 a23c06f57c0e70b6a369073591fbb586b9ac4663aee84e7756b8d4dfbe61ab7a 5828 
lzop_1.04-1_source.buildinfo
Files:
 74fa8d5c79ff58815027a230658d0980 1769 utils optional lzop_1.04-1.dsc
 271eb10fde77a0a96b9cbf745e719ddf 393483 utils optional lzop_1.04.orig.tar.gz
 d000f0c06554a797e34c0f97156199b1 3284 utils optional lzop_1.04-1.debian.tar.xz
 2b49867707a386c4d39adf37a8f7935c 5828 utils optional 
lzop_1.04-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl4msCkACgkQgNMC9Yht
g5zFBg/+P9XBLwK4eBtb2ByHLMmPA9yZrdMRmHmWiM7vjO1dSfyKQVXdPICVCuYE
sr0JHWMz2Vnbh/DyNv60SV/btxwSg0e4l4w/C3+n08hgRQzL/uUotzWzH2kXb2PO
8/z/hxPCGOZ8VUXovVvtAaVUCUSGuVLSRDIhM2rTghdmhW85OwIr5fAoYiwWn9gD
A+3THUMDe2eUNsrVirVHMTRIBHbg5KiFxa/rrFWbeI6qIqjKxYkUwrop+yF+BCTD
UGvOi3Hu+sQuDBiK7vqtCWglQIGxhdS/ElxgMRFFQCcbjeRgZqIB9bm4gACog3J4
VcI7V4oEGmwkK6R21spGEp0BFISydtZUTw1SRgmUAG9m5zknot9DB1m/itT3Jwcq
mhaRvLV6F/GG5+Ws5BtFqC2asbY6z/rLlSQxoejttWoNcoAECRAZoUip6uz/LcZU
m6iFRFqsIMudhKs33V+ruuMktxaQlI1uKLeN+OzrspVI4mUL13cQjox4zkYYQen1
dd84P1f6XbLk4MpeUrAgTDwobwlp124nldu87j6f6evUCQbKxNtwC3wzMuwsE43+
+g3go9K78FZHCskCqDI2I7yku0a3rn8kiN8vqmqcEfptdrs/BB7K0JAOaHfjjM7E
zhETbuC8ku4efxQ3rHs9gopMIJ4KE0z3QdAFq56cqmR3tsEPajg=
=R9X2
-END PGP SIGNATURE-



Accepted solaar 1.0.1+dfsg-3 (source) into unstable

2020-01-19 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 20:48:28 +0100
Source: solaar
Architecture: source
Version: 1.0.1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 938511
Changes:
 solaar (1.0.1+dfsg-3) unstable; urgency=medium
 .
   * Recommend python3-dbus instead of python-dbus. Really closes:
 #938511.
   * Drop the recommendation on consolekit or systemd; consolekit is long
 gone, and there’s not much point in recommending systemd. elogind
 could probably be used too, patches welcome.
Checksums-Sha1:
 9c671a6079f66c8dd4f0b0f32f9fa4da499e6955 1991 solaar_1.0.1+dfsg-3.dsc
 23c98def845fb608e19a0b51bfe2cc3fff74f199 23780 
solaar_1.0.1+dfsg-3.debian.tar.xz
 e62b5e5c55d69ede79306f1ed5e427cf71f11fd5 5824 
solaar_1.0.1+dfsg-3_source.buildinfo
Checksums-Sha256:
 aaa59b4c40c926240815091ebe6282b0507ce0b6d0e8cfdde649eac4da32c26e 1991 
solaar_1.0.1+dfsg-3.dsc
 ab5d7ae1633df794b18e2ec3de3a6dc073b155f39db48f897a785a06f1bc50fe 23780 
solaar_1.0.1+dfsg-3.debian.tar.xz
 9215efe1859052eb02300440318377450ef853560b7c5a19aa1160ba4fc32a16 5824 
solaar_1.0.1+dfsg-3_source.buildinfo
Files:
 d18139a15d2c58e952fba638f1ddc99c 1991 misc optional solaar_1.0.1+dfsg-3.dsc
 b50d603e08c9aa30166e1ba335c83968 23780 misc optional 
solaar_1.0.1+dfsg-3.debian.tar.xz
 af88badf051818ca6b3f4d096d96c57d 5824 misc optional 
solaar_1.0.1+dfsg-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl4ksq4ACgkQgNMC9Yht
g5wMlA/7B46lyMTZpuztIZ1TlHRwaVejrnHCgcDplkcsYJGXG29SEIF6LyyPe42D
SMo046XGp/HQl+2Z33+5Ytr1/knxfLS0m+13nSAW9FSkDVeivPrL9OJkcYlzg/NQ
uuZ8uVD8r/2fjLuU+kBUsNXJf8EdWnuYXLFVSVjy9bgP9J2Rik1jj2r12wAUBTnp
j8kYmmEMRuJhPRh+fisgxXC1UHV02tLA62LzyJCiKDsw/G1uK4e7yN+aOQjfb4AC
wf55jXeKJygif2kDWx+Zf3VhOrR/ULQ+z256xB3bZN1wl+5CLLVNjOX9fsYW+lpn
ULkPupp5GzwLNS63dais0Z0mfWnoN7x0od+WLIx672YcJSSBIWPuOmwYZrwErVOu
pV9B7UgzS4JVZ9FCrUUPSUty4ywGCDeCXoo0zGoUUPeaMwBt0g9d2b/OPSoUcgK8
HGopDgnp+Hv3H01J/pcT7wH9XtS+6LCVYW1NTEZTaVUxENC1floYy2BxuKRFoyJc
bJgAfC6lS6dxuvSXnSQJTzSzmtOH6yb0YavoO0OTXQqAzUz1Mi2xHx/RZrYCYLbA
cMMF6yDv2jhm3bHxMkWC5I3/KMurR8njZ7qz23Ux5dXzq+DOvMAPYBjacuTNbRh4
R0Fd3AqM/bmGbLXZnnzUn8sDULmSccXI60STg09zAGubE4G0T00=
=GJcJ
-END PGP SIGNATURE-



Accepted rocksndiamonds 4.1.4.1+dfsg-1 (source) into unstable

2020-01-16 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 17 Jan 2020 06:40:20 +0100
Source: rocksndiamonds
Architecture: source
Version: 4.1.4.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Changes:
 rocksndiamonds (4.1.4.1+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 1c525d2165ac9c39cd6e97e8c6a579bd66ac6139 2128 rocksndiamonds_4.1.4.1+dfsg-1.dsc
 98a0df5f880522e58b87b5d0ef2b48fda84c701e 712776 
rocksndiamonds_4.1.4.1+dfsg.orig.tar.xz
 18969add11556fa3032a909567cdcc60d99723d8 25540 
rocksndiamonds_4.1.4.1+dfsg-1.debian.tar.xz
 a9533bb0ac4273ae5d061f57179dc2272a5e4ddf 11663 
rocksndiamonds_4.1.4.1+dfsg-1_source.buildinfo
Checksums-Sha256:
 ef8fa390d38e02089bd9f701ed6aa60765640d9d357beecea59551ca41a9010d 2128 
rocksndiamonds_4.1.4.1+dfsg-1.dsc
 e9763e98dcbf86493aad422be408edca85bf8eed169566a91bfd8051634900d5 712776 
rocksndiamonds_4.1.4.1+dfsg.orig.tar.xz
 f2195c365ea4eca2e80825ae529d257bcf35a6f0502a5c58e92ba7e74bd4ac1e 25540 
rocksndiamonds_4.1.4.1+dfsg-1.debian.tar.xz
 7e0e7a0b6926a0d0f9350a92071f8ae8a7836544223f025550843c7358d2ae5a 11663 
rocksndiamonds_4.1.4.1+dfsg-1_source.buildinfo
Files:
 bd8357ae1b3f65ef75e00d7a61118c63 2128 contrib/games optional 
rocksndiamonds_4.1.4.1+dfsg-1.dsc
 0402166d06379f2d2e1e1f28e9fa5698 712776 contrib/games optional 
rocksndiamonds_4.1.4.1+dfsg.orig.tar.xz
 58c1f685487f6f182672a9b31eb8ae80 25540 contrib/games optional 
rocksndiamonds_4.1.4.1+dfsg-1.debian.tar.xz
 8575337a3857a3b91dc170bfabb8b47d 11663 contrib/games optional 
rocksndiamonds_4.1.4.1+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl4hSOsACgkQgNMC9Yht
g5xvNQ//UJaasmvJQ3/cXfDwZVhOybwUgHDYWJlseNDDqfi6Ix4NBaDKOQGfVNmm
2b2mCd16UyvI/cfpn5vcbt182V1mbqgVMliHKGtne3XD5QNz1dwTufQMdVraxJIz
VdY9BwBdLtCKJ1TegCJSZewuZn1+LqIljPjSqxq0k3VrkfOQgfUv2fVI7TCpEV8k
JnX1kAdGaGSSzbVBPciyjzpWgSCaO6JviiypgbqE6vTq5aK+Cflg9e1cah4NXITL
c7aZEycBEI/k2+cKoGngTfNN1eZb1fq55adiA8AhYkuHhQDEICcqkukVtCQVmTtq
8Vdk+X7WzhNHn1FESTVVZSL8C2oqRiT+Z3MjHto7oFFaXCfIMkz8vog6PT4So5oG
bnLHXum1bUCWCBG5xIvy453rOhL21H3ZJV8tEcxf4lLqESyzJQQaGpzBTAZK/amO
AKM20xNEvr8VFlJt/aSEUCCjsvf4pfUmFPm8hmrfrWPUTvAUAlSMpP6aFjkXDst4
h7VwcX2hNhspurVr7KZWPmko0Ox+6s8AguDPj8AJtuqOApUbpim7XxUt3kIr+CHZ
98OR2Eu/I+ByiYTTlFcsFSnvlx66L2aHYMkFGN7nE1mwf7s/TE1JblESSzmz1MjK
z37t0WOksJUAw832BIYY0fXuT6qraKpT41HmX3IDpbhywRglfB4=
=NyPR
-END PGP SIGNATURE-



Accepted python-evdev 1.3.0+dfsg-1 (source) into unstable

2020-01-16 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 16 Jan 2020 18:40:57 +0100
Source: python-evdev
Architecture: source
Version: 1.3.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 python-evdev (1.3.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream release, merging spelling-fixes.patch.
   * Enable all hardening options.
   * Move the python-evdev manpage to section 7.
   * Standards-Version 4.4.1, no further change required.
Checksums-Sha1:
 213797b0b42cc56c7db1104d6c9fde5786f21166 2190 python-evdev_1.3.0+dfsg-1.dsc
 5d7a2c4b0b2501a7818274241c3bdd6446ddfd5d 46208 
python-evdev_1.3.0+dfsg.orig.tar.xz
 8fd678b80e885ed2c348809e2f06c71ce540d61c 4840 
python-evdev_1.3.0+dfsg-1.debian.tar.xz
 fe21485eca43b3bc1d7e174dbfb18a96ac4406b1 8091 
python-evdev_1.3.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 938cd9fb884ad6e3f370b7cec5ec5b26190fe76ac52b03a0007266cab457fc18 2190 
python-evdev_1.3.0+dfsg-1.dsc
 6a8b22c865d32772585cd15886da50eb8d389ffbc7a412cdf3a158665de3af4c 46208 
python-evdev_1.3.0+dfsg.orig.tar.xz
 39896e3a888690502780d755ee473c0d7d69f11c02a493baae0d4681c54c77df 4840 
python-evdev_1.3.0+dfsg-1.debian.tar.xz
 d2130667df853f495693c9b0a0096b295318b6adb007fd1fd4b84274aa84af0b 8091 
python-evdev_1.3.0+dfsg-1_source.buildinfo
Files:
 c6a0974ac01240a5925a81117b3edc80 2190 python optional 
python-evdev_1.3.0+dfsg-1.dsc
 d9e94df3a45570b73831f4898eccfaea 46208 python optional 
python-evdev_1.3.0+dfsg.orig.tar.xz
 b7a8a360785bf64535604d05573508a4 4840 python optional 
python-evdev_1.3.0+dfsg-1.debian.tar.xz
 5ae6861073c88acb6dca3c6050a1d9cf 8091 python optional 
python-evdev_1.3.0+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl4goDkACgkQgNMC9Yht
g5yCShAAoBLuSKtmOKCdCYdZFLa8N74t+uTxs0yUFkpazWpmPB5S4R6S+pJgw+HS
nI3WCJ73NVfYeCTzyKdixKxd3pNFNH8z4QkFBmlxZRUsvOuZLEGrzNtiWG3tB3H5
0y+5WVs6vcpNQpPSLWvnkKVSk+8DZWxUBE+wDfm7pdUyfj6ZI21iBaIevKEulguh
WX8LTsA5XkctbGT8U9NT9DUBl4yl0u1+LlF9bnkFpBnWvBCnUzEcf/zErWQJ/vzY
CMrV/xqrNmdq2ybg4uuOWzR3mkUbRHj6GreiKcrcZunGpyOYd4UxExOzpbULoVw/
VJRFNPd3+N4keS9BffjUdzF2ehAwOCzgy84Illf5WQSMYwLQFaWJQ6j3VopxYePp
SCDsWL+BYgFQ7YbJuTl1Yy06qawGZ1rqHziUtLo+tOmHC/4nV/SUPqEwjkEYqaDA
6g8zU/0409EkwSS6lqDW9bwEZkshmLvwEIjnS5NTOYAwPPaq+EST/QA+UleXsk0+
xhFsE0/seVkllhfGXnvdVZipOHzk5y8Ip1hYSmQBcLbiU/1Xrlj39dQyF/cjPvn0
tJwWJf7dnVFH8hMqLQniOOsvtGWBzZPbRmgN93ZhtEgEhfb4EJX4a2TAQtUpzNJI
TkTKZfZ4noIqAc1bkXM3mfChuMXpGyrP8nwGcm7x1DLMB1vnvrg=
=shiK
-END PGP SIGNATURE-



Accepted rocksndiamonds 4.1.4.0+dfsg-1 (source) into unstable

2020-01-13 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 13 Jan 2020 08:59:34 +0100
Source: rocksndiamonds
Architecture: source
Version: 4.1.4.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Changes:
 rocksndiamonds (4.1.4.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 bd8f471a0ac91893f5cd02e80d6f57acad9d6958 2128 rocksndiamonds_4.1.4.0+dfsg-1.dsc
 568a68de40f465dec6e0ba06388c88ed19639b32 712752 
rocksndiamonds_4.1.4.0+dfsg.orig.tar.xz
 8988ec7bec174a5503b485e9844ed948acb3397d 25536 
rocksndiamonds_4.1.4.0+dfsg-1.debian.tar.xz
 8803492de22ecf9052608f23f9c1a762182caf90 11663 
rocksndiamonds_4.1.4.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 3fd66395ad780309aa809d8358c7e982942fc000fc2699744a2dd2f5e786fa45 2128 
rocksndiamonds_4.1.4.0+dfsg-1.dsc
 cfcf1d17c8887898013d845e4cb754717c4d46a1ee3fe2cd5cd1f77e28e7cc81 712752 
rocksndiamonds_4.1.4.0+dfsg.orig.tar.xz
 6667aa16df4391d41882e524634cc8ba2d3150fc29c7583beb997dad670286bc 25536 
rocksndiamonds_4.1.4.0+dfsg-1.debian.tar.xz
 ab60cbb7b7c7c581ee8b265de007302e863ccf55a13f81933068e33fc6aeb891 11663 
rocksndiamonds_4.1.4.0+dfsg-1_source.buildinfo
Files:
 8ba0a19ac2356b60b73a242a870f81ca 2128 contrib/games optional 
rocksndiamonds_4.1.4.0+dfsg-1.dsc
 9944aaeb222f06ac92eb5ac1429a31a9 712752 contrib/games optional 
rocksndiamonds_4.1.4.0+dfsg.orig.tar.xz
 2c7e736cfa2e936b5da8572a1875fee4 25536 contrib/games optional 
rocksndiamonds_4.1.4.0+dfsg-1.debian.tar.xz
 39b419d512d015d1da35d34529f95423 11663 contrib/games optional 
rocksndiamonds_4.1.4.0+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl4cI3cACgkQgNMC9Yht
g5zl4A/5AcQBacPd/XleengsuZkLWGgSMBSz8NnbPTyGTmCdsqPx8XgwVbijJQng
S9gZw1U4Ih4RtQEC0RZMPn8Yc+dS3KBwj1s+z291NW9e29ab7ikQ5poVJBimRy9i
JWwPw+bfE3as7Qorsplr5dcoBcxuSrOdo9UngETFfoVZwGdYvsfmVZSIBoD6BIXv
wEbEk98c8wZHwJQy2z3EA1nsDxvE5on6cQ+a8q5Z+V7vSTw/A4OFgsd8VipoTohP
JJH6kHTFxKi8/c5ol9mK5WLW3GNWd2xzLrjGzT6p0L6juPtD8zK5DO9GvbGxyHTQ
DlQDCeYmzz7X56XkJH0ow7tqFTtbPSYMj1zo+lWYWTaOrSJpeNwhZqejuUqrmJiX
a+mAg6cXd47CsGGuV6upcMG/llkZOePdSVWruEHAi9+ZsAxUeTtsZv48CZREBuqC
JEKrW8lxrYEhvzabOdBOXqba7J9gGbsrs+xrFRfIY7ixpa7G7c9JmubsIbvVhV0v
oJNXrHNuIRjo3GJnAHmBTL23K0KTmnU4nP3eGtoyyRxr699WSHGasvYzU919pk7y
pNMS1nNN5LWxLdTe3dq6pui5geMeOxBBZoSFnKxAHMfeJ2FzsWHuFdhjpZ9cs9sZ
5te/FSoFto3b+jTGMEbdSIRQs5Y0TpzuAFm3q9HcckUhyuOtV+c=
=np+s
-END PGP SIGNATURE-



Accepted gcab 1.4-1 (source) into unstable

2020-01-09 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 09 Jan 2020 22:54:28 +0100
Source: gcab
Architecture: source
Version: 1.4-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 gcab (1.4-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 a8b63659cc8874947ee251b4e3a2d868431c2e42 2273 gcab_1.4-1.dsc
 a7d88dc6da46ade0d4e4bb70e7350690692283a1 78240 gcab_1.4.orig.tar.xz
 78f90c451302562c7b1d17c13efa192c4d895e75 6384 gcab_1.4-1.debian.tar.xz
 9ce8c1b888f849933ae8d97d24d6f6bf0c868f26 9590 gcab_1.4-1_source.buildinfo
Checksums-Sha256:
 e001e7635840bf11a600eec72b5a705e0a6942bd42d26b7ed785837e668d9b5f 2273 
gcab_1.4-1.dsc
 67a5fa9be6c923fbc9197de6332f36f69a33dadc9016a2b207859246711c048f 78240 
gcab_1.4.orig.tar.xz
 7b3fa109dd4e310821d43b82de188465910adb43e89e848e98c5428244d0c951 6384 
gcab_1.4-1.debian.tar.xz
 0411243f8da190b29ee6b7ba621f7feeb9479bba30f82cfaf962083e33af334b 9590 
gcab_1.4-1_source.buildinfo
Files:
 fcf01724f1bbf620eed22a1472b78e57 2273 utils optional gcab_1.4-1.dsc
 2dcb17ec6e472411c06551773cbb156f 78240 utils optional gcab_1.4.orig.tar.xz
 75d982523d135e747c9540989b410e8c 6384 utils optional gcab_1.4-1.debian.tar.xz
 807e908564378ec9f449e435560659ae 9590 utils optional 
gcab_1.4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl4XpDMACgkQgNMC9Yht
g5zYOA/+L3ANfpG06riDSak20A0Ozra0KtAEeALTSwu10eJ/3fCoERpGE5qrkYBP
S64dWETblzEh7lJcQjeb874T3xtDfDB4ZaAuCfn5A1hpP+taKbRTU/lzMbfQnv0Z
4vvAJC3vIeLNLRzRLcEihyrrgd3ONh5BX+3Xx+nXssjZ1jiWAwgxOolOb6jwR4Wo
AuFeL1EKIcjAb5nMZs96y6FGkotkqLxhfuSFyqyRsYNytV1R31dcPd4A6YKh3ul8
9zw8Q5VhfGl+zT38b7BJvybvJ71eczhBCJuHnzOA5iK+DWSuEkBbygLeSBSyUfnq
6LZ29oKzqq3vDZBHDgf8SWifDUMGITT2EBuK2YF3DHiH0wD9XNZAo+B6ZaulEcTU
RY0GV7R0+YBUy/mJu8oqH4A4efz8j3S33zQvBuk6McOZl76fcYjmsoaOXbKSI6mx
PVJVKe5VYlFYXetRo3rqtJXBv79tt8nJ8/F+0YiYqrfCK4LqyrJBSj38E2d1K8fp
T/ZlwkLIB2muLgMuXjA8jgT2IHciFFdmSUxj/ce3d4yy67n/vVvd+hERmAD6vhib
gzGIDqswja2HI4Mi+Ff6Ws7nMhTz1xqVfObs0XHsIiJyRwzXtkFmp74Sx+DFstd/
T2w+cXFdFYnsrGY5iEGN+YVc/WfiyROsoRHOcDQgplsY2pUHwi4=
=BK8k
-END PGP SIGNATURE-



Accepted vgabios 0.7b+ds-1 (source) into unstable

2020-01-07 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Jan 2020 18:05:56 +0100
Source: vgabios
Architecture: source
Version: 0.7b+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 vgabios (0.7b+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * Exclude binary tarballs and drop binaries and debug files from the
 upstream tarball.
   * Switch to debhelper compatibility level 12.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 e0c6c4f2fa1407e29c1b7b10721f76169e67c3fb 1874 vgabios_0.7b+ds-1.dsc
 1341072269ba6fc6b38fdf0e2d045f9896f869f3 70148 vgabios_0.7b+ds.orig.tar.xz
 5883d45ca18eb4ad1a01271581cdbaf0e867ff95 6856 vgabios_0.7b+ds-1.debian.tar.xz
 ebe117239a50c5c576cc4d86104a21f558d26dec 5933 
vgabios_0.7b+ds-1_source.buildinfo
Checksums-Sha256:
 22567b8d7a2ee52a4548923ac07c571addcc7647396b3cbf44601cb4f2e8bac6 1874 
vgabios_0.7b+ds-1.dsc
 ccdd86a1ad245be9ebc8270f28911d76b590f989c5ea318575872de120b8ba35 70148 
vgabios_0.7b+ds.orig.tar.xz
 886639961f92c4f3c00cf05ab44a1eb9cd114a2efe5b638964375dc69502fa06 6856 
vgabios_0.7b+ds-1.debian.tar.xz
 258a5be677f1db578c9ebe51f53e42971c7330ca82dbbdc5af493c268928743c 5933 
vgabios_0.7b+ds-1_source.buildinfo
Files:
 00777255d8b2b97846377fa8bfe34acb 1874 misc optional vgabios_0.7b+ds-1.dsc
 43c3f3ad4fdaa97d29a99db84ed62924 70148 misc optional 
vgabios_0.7b+ds.orig.tar.xz
 986ca37d86c985fe2c4f4096d54738d8 6856 misc optional 
vgabios_0.7b+ds-1.debian.tar.xz
 d254e8f721283a23c69fb945b87678bf 5933 misc optional 
vgabios_0.7b+ds-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl4UupgACgkQgNMC9Yht
g5xfaA//QBSEefQhDaUAUy7MQp87gETrXZL0Pzlp9yBZmweCLBo25wpUgprkPmbi
DXMTDi7AOvlUgItu8yBWrYr+5mVPsu3Xox2GgB4jy3EDRjBVLpDViJqarAgGtUdw
cOktR3shg4qzHHrRuc3Bo/pBU8CWvULNBL6ZmfPzjGHc6gb4Ly7a6guAGRiJW/FF
JpF5OLIXjH2MH43MaDrSYjWSSOUF6YH7s9GSck49LdSHJx7FYGGj+mDtiGGKhPJq
RZnFwlkBgKeP5uYhavHGazqg0yZ5DToGgeEFW13YLklq5JBI3+op69aF+oFQOPSa
GPreTTUcryMGJjvwmmeCp5kjne8CgcSY1kvFQtL8d+NGKZ/EDVuiyOgVkzT40pPt
D0Sh5ezexdo7b0bntUQhJfU3OETBGeejwfMqNBRG+opGV4x2zNaGcp/Uv3sXlZF8
gIWEEkcwdTUqaedQTc4iqyKTswAuInF1xEmprEDt695EFhP5oIcF5sDAEsYMaqDt
CccSDpIXlv8GuMz/9ckrQYGnl6DAc2zeMUGehUZNBzf2rsXwVjUfdaxtT57as0Dk
prUFRgdi6hLNs97BayPxeEae9Xb4YAEaEI4JVpJz5EgC6sF/AcfbQ2Cy9LOM9k0Q
MD24H3L0kb3vPGSy8ZZ84V7W3Q3hXjeLahH9EI+vMoHEcmpq2Ts=
=l9j0
-END PGP SIGNATURE-



Accepted nestopia 1.50-1 (source) into unstable

2020-01-07 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Jan 2020 09:12:32 +0100
Source: nestopia
Architecture: source
Version: 1.50-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Changes:
 nestopia (1.50-1) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Use correct machine-readable copyright file URI.
   * Bump debhelper from old 11 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Bug-Database, Repository, Repository-
 Browse.
 .
   [ Stephen Kitt ]
   * New upstream release.
   * Add appdata license to debian/copyright.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 ad875fb6a38136dd6bfb0d9da21df7539fdd414f 2109 nestopia_1.50-1.dsc
 f508eed1c8208417f1c0874ad9bce852048f9ae2 1529804 nestopia_1.50.orig.tar.gz
 80ec9c3e6777aad1d890488f11dc4707b7233258 10252 nestopia_1.50-1.debian.tar.xz
 7986862f45529f6b9a4bc55af71bbf07558c2322 15540 nestopia_1.50-1_source.buildinfo
Checksums-Sha256:
 651f7181ef3f7b53a2ead6b8cfcf157b3114757a25e82d1b4d70695c6b561a88 2109 
nestopia_1.50-1.dsc
 f0274f8b033852007c67237897c69725b811c0df8a6d0120f39c23e990662aae 1529804 
nestopia_1.50.orig.tar.gz
 1ffb6b465e925cb7834d5dca119e941e33e654fd1add42b826200c4131f181f6 10252 
nestopia_1.50-1.debian.tar.xz
 98adc4768e68fcb28ba8603fc6486770bebbd57855d7dad24a4cf6cc9ed71cf5 15540 
nestopia_1.50-1_source.buildinfo
Files:
 e88dc00e4d9ac963c1602b67e5d8e650 2109 games optional nestopia_1.50-1.dsc
 09f24c934663d93b1266aa6e8afa4592 1529804 games optional 
nestopia_1.50.orig.tar.gz
 b00dc98e7633ba739be02d4f90d2d37e 10252 games optional 
nestopia_1.50-1.debian.tar.xz
 c9c40d9d2350fbf75c1532cb335ab5b6 15540 games optional 
nestopia_1.50-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl4UPX4ACgkQgNMC9Yht
g5xrgw//UaDMz1tOQ3WZGcYXOwcZHQy8L2ky2S9ymg5mI6ebOt/gOg+B/X2gCGK6
ll058lGvyZyCzwOdvFrBhXDUwkkmITE5egR9mg6dT7D3tXHIaJH+aC5TrJJC3Hx9
nFv3XXRC9BChSane1Ru2tUO2B0iH3LPrju5oBHyBpkN/98s0RUSPgXcaor5K+/Jn
au3G1dkDODJRwBicWk/uhu5J7oCmJTa54E3D2YqgdFffDOFe/LAw8AeW6xsauj2g
RseOcpqdo55cHIzQivoLHa11j8figCr5kDoBadWisbhxFfH4uiwTZ4hjPRkBTg0d
g8TQXetjMkzclX8dH2qBkh8tSs7CyjCFePW2ZhUjUvqYgJ2f/5ltIjuOKvnn0xc1
qTYENQ/rPwWrZXola02i8PhZwPUVaJ501KM+CFlpbDjvhv6S0tJXZUJQCPW+PZ/O
pVYHlJ7J9IoTXFkoMcUL787Rrq8QO3gv1wodlPK07f0icfjCK5dTxIGIXGBHen8r
uMJWGNBBNFApKqoesxQUk3GtQp287PMIIbWn5+YK1FNZtGIBmsvS3N5smByZlJk1
Hh1iINeA4gfT7yp6JcQGe0EnZKj6jqh59wYQvQOqu4fEW3m+J0LEy+Pd+SbNZvyE
s/N+t2HEulj20Hb5MNWxxxokgwoCgBKZAjY2E9P1cvAW+7LT/Ss=
=3eOw
-END PGP SIGNATURE-



Accepted bochs 2.6.11+dfsg-1 (source) into unstable

2020-01-06 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 06 Jan 2020 23:00:39 +0100
Source: bochs
Architecture: source
Version: 2.6.11+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 bochs (2.6.11+dfsg-1) unstable; urgency=medium
 .
   * New upstream release, merging a number of patches.
   * Document how to use SeaBIOS, and allow it as a replacement
 dependency.
Checksums-Sha1:
 37ad05348cf92ef80ba75f9e523c4a682a2bb3cc 2629 bochs_2.6.11+dfsg-1.dsc
 10bceced5b9a259ab66017033ca088f6a57ed662 3749616 bochs_2.6.11+dfsg.orig.tar.xz
 5ea6f2003bdfbcbc47804ed7249158134d8948b9 36236 
bochs_2.6.11+dfsg-1.debian.tar.xz
 9a4a746f371ad8fc762144afaa1f40e31ead5129 15876 
bochs_2.6.11+dfsg-1_source.buildinfo
Checksums-Sha256:
 a6aad3ab2e3774851d6390953a6992425d90e998aedd4806f99614c4609e5816 2629 
bochs_2.6.11+dfsg-1.dsc
 5e6ab95070429e62bd9ec851ec1673e097ffc64ea50e4f71f45f8ec52e52b141 3749616 
bochs_2.6.11+dfsg.orig.tar.xz
 7eaa9caceb34f720b05971061aa2de6103ae19459b22fc98a3e71e3d075780af 36236 
bochs_2.6.11+dfsg-1.debian.tar.xz
 a8ac251e06c87d32644503aacaf2d50991fbd2fbe8d947ec9e4ec57780306080 15876 
bochs_2.6.11+dfsg-1_source.buildinfo
Files:
 4279d567fb39701e6d626657a43a3fe3 2629 otherosfs optional 
bochs_2.6.11+dfsg-1.dsc
 0a7e804fbfb226fe88019c6e00e75f2b 3749616 otherosfs optional 
bochs_2.6.11+dfsg.orig.tar.xz
 33637368a1a2e5270c31f7572b2c4427 36236 otherosfs optional 
bochs_2.6.11+dfsg-1.debian.tar.xz
 f4dfe2066206b07fc6879fdede5e945a 15876 otherosfs optional 
bochs_2.6.11+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl4TrhsACgkQgNMC9Yht
g5zKjA/9FZKaw+Ry9c6umrkOzevrrRKvRKETC9TkRK2fDkaSGM1o947bVrNk6hBM
QH9BEwfXpDRlWHx1ofhzjHoxJKwInQfkwb44XgDmurHn1RkSouTIq0hwzDFwjRp3
dc7E7aQYqpnL1VcblzulTz98QOEOzeYC1aJFErnOFWhPohfhHAosjCOZI+fqaGik
dGf+aswDEXv2fLDs5tUJgAUdp++JO9Wax76Rr/Ok8RrqWXUJGuBjq4wLGzo/zOn1
3WojsxPLdEdlvB0yItTGYANuR4HWoI26im4H0b4pYzlHEH2IRydMHlnzdlc2JjNt
zbuc+kgUlJLofRPodID4NS84nv/rGhgOwH+x9guFB32Y71KUTDT7JRWF5t9b001E
J+rVf8ZGg7T1Zhz0rjCNcX/b3J+nhNs/RP0cVA0SSOfIvKCZIlMIG25b7OM5ZYTs
xoeac9fvC6sFZgzZMKKDv6AqWaUuiEceB1UuWoC2KQkxaUmtzXIAa1d4rJv9BWRf
bZXyEiBNSkjHP3inid3NJkRG+LRhZ0Louv96x5UpLa0UScnsO5OJvVqhCmKGnIjM
RGxf927J51FFCua38zSACFZaY1HztX51sdfsiLlAvMkMPdWBn/Q6d6s0MFUdaMc7
SxUYO6M+LTCB4VTMFcBgx6wYij+DyRRwyrwvzZUc1OWHGtZndUs=
=WlUW
-END PGP SIGNATURE-



Accepted gcc-mingw-w64 22~exp2 (source amd64 all) into experimental, experimental

2019-12-23 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Dec 2019 23:14:44 +0100
Source: gcc-mingw-w64
Binary: g++-mingw-w64 g++-mingw-w64-i686 g++-mingw-w64-i686-posix 
g++-mingw-w64-i686-posix-dbgsym g++-mingw-w64-i686-win32 
g++-mingw-w64-i686-win32-dbgsym g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix 
g++-mingw-w64-x86-64-posix-dbgsym g++-mingw-w64-x86-64-win32 
g++-mingw-w64-x86-64-win32-dbgsym gcc-mingw-w64 gcc-mingw-w64-base 
gcc-mingw-w64-i686 gcc-mingw-w64-i686-posix gcc-mingw-w64-i686-posix-dbgsym 
gcc-mingw-w64-i686-posix-runtime gcc-mingw-w64-i686-win32 
gcc-mingw-w64-i686-win32-dbgsym gcc-mingw-w64-i686-win32-runtime 
gcc-mingw-w64-x86-64 gcc-mingw-w64-x86-64-posix 
gcc-mingw-w64-x86-64-posix-dbgsym gcc-mingw-w64-x86-64-posix-runtime 
gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-dbgsym 
gcc-mingw-w64-x86-64-win32-runtime gfortran-mingw-w64 gfortran-mingw-w64-i686 
gfortran-mingw-w64-i686-posix gfortran-mingw-w64-i686-posix-dbgsym 
gfortran-mingw-w64-i686-win32 gfortran-mingw-w64-i686-win32-dbgsym 
gfortran-mingw-w64-x86-64 gfortran-mingw-w64-x86-64-posix
 gfortran-mingw-w64-x86-64-posix-dbgsym gfortran-mingw-w64-x86-64-win32 
gfortran-mingw-w64-x86-64-win32-dbgsym gnat-mingw-w64 gnat-mingw-w64-i686 
gnat-mingw-w64-i686-posix gnat-mingw-w64-i686-posix-dbgsym 
gnat-mingw-w64-i686-win32 gnat-mingw-w64-i686-win32-dbgsym 
gnat-mingw-w64-x86-64 gnat-mingw-w64-x86-64-posix 
gnat-mingw-w64-x86-64-posix-dbgsym gnat-mingw-w64-x86-64-win32 
gnat-mingw-w64-x86-64-win32-dbgsym gobjc++-mingw-w64 gobjc++-mingw-w64-i686 
gobjc++-mingw-w64-i686-posix gobjc++-mingw-w64-i686-posix-dbgsym 
gobjc++-mingw-w64-i686-win32 gobjc++-mingw-w64-i686-win32-dbgsym 
gobjc++-mingw-w64-x86-64 gobjc++-mingw-w64-x86-64-posix 
gobjc++-mingw-w64-x86-64-posix-dbgsym gobjc++-mingw-w64-x86-64-win32 
gobjc++-mingw-w64-x86-64-win32-dbgsym gobjc-mingw-w64 gobjc-mingw-w64-i686 
gobjc-mingw-w64-i686-posix gobjc-mingw-w64-i686-posix-dbgsym 
gobjc-mingw-w64-i686-win32 gobjc-mingw-w64-i686-win32-dbgsym 
gobjc-mingw-w64-x86-64 gobjc-mingw-w64-x86-64-posix
 gobjc-mingw-w64-x86-64-posix-dbgsym gobjc-mingw-w64-x86-64-win32
 gobjc-mingw-w64-x86-64-win32-dbgsym
Architecture: source amd64 all
Version: 22~exp2
Distribution: experimental
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Description:
 g++-mingw-w64 - GNU C++ compiler for MinGW-w64
 g++-mingw-w64-i686 - GNU C++ compiler for MinGW-w64 targeting Win32
 g++-mingw-w64-i686-posix - GNU C++ compiler for MinGW-w64, Win32/POSIX
 g++-mingw-w64-i686-win32 - GNU C++ compiler for MinGW-w64, Win32/Win32
 g++-mingw-w64-x86-64 - GNU C++ compiler for MinGW-w64 targeting Win64
 g++-mingw-w64-x86-64-posix - GNU C++ compiler for MinGW-w64, Win64/POSIX
 g++-mingw-w64-x86-64-win32 - GNU C++ compiler for MinGW-w64, Win64/Win32
 gcc-mingw-w64 - GNU C compiler for MinGW-w64
 gcc-mingw-w64-base - GNU Compiler Collection for MinGW-w64 (base package)
 gcc-mingw-w64-i686 - GNU C compiler for MinGW-w64 targeting Win32
 gcc-mingw-w64-i686-posix - GNU C compiler for MinGW-w64, Win32/POSIX
 gcc-mingw-w64-i686-posix-runtime - GNU Compiler Collection for MinGW-w64, 
i686/posix
 gcc-mingw-w64-i686-win32 - GNU C compiler for MinGW-w64, Win32/Win32
 gcc-mingw-w64-i686-win32-runtime - GNU Compiler Collection for MinGW-w64, 
i686/win32
 gcc-mingw-w64-x86-64 - GNU C compiler for MinGW-w64 targeting Win64
 gcc-mingw-w64-x86-64-posix - GNU C compiler for MinGW-w64, Win64/POSIX
 gcc-mingw-w64-x86-64-posix-runtime - GNU Compiler Collection for MinGW-w64, 
x86-64/posix
 gcc-mingw-w64-x86-64-win32 - GNU C compiler for MinGW-w64, Win64/Win32
 gcc-mingw-w64-x86-64-win32-runtime - GNU Compiler Collection for MinGW-w64, 
x86-64/win32
 gfortran-mingw-w64 - GNU Fortran compiler for MinGW-w64
 gfortran-mingw-w64-i686 - GNU Fortran compiler for MinGW-w64 targeting Win32
 gfortran-mingw-w64-i686-posix - GNU Fortran compiler for MinGW-w64, Win32/POSIX
 gfortran-mingw-w64-i686-win32 - GNU Fortran compiler for MinGW-w64, Win32/Win32
 gfortran-mingw-w64-x86-64 - GNU Fortran compiler for MinGW-w64 targeting Win64
 gfortran-mingw-w64-x86-64-posix - GNU Fortran compiler for MinGW-w64, 
Win64/POSIX
 gfortran-mingw-w64-x86-64-win32 - GNU Fortran compiler for MinGW-w64, 
Win64/Win32
 gnat-mingw-w64 - GNU Ada compiler for MinGW-w64
 gnat-mingw-w64-i686 - GNU Ada compiler for MinGW-w64 targeting Win32
 gnat-mingw-w64-i686-posix - GNU Ada compiler for MinGW-w64, Win32/POSIX
 gnat-mingw-w64-i686-win32 - GNU Ada compiler for MinGW-w64, Win32/Win32
 gnat-mingw-w64-x86-64 - GNU Ada compiler for MinGW-w64 targeting Win64
 gnat-mingw-w64-x86-64-posix - GNU Ada compiler for MinGW-w64, Win64/POSIX
 gnat-mingw-w64-x86-64-win32 - GNU Ada compiler for MinGW-w64, Win64/Win32
 gobjc++-mingw-w64 - GNU Objective-C++ compiler for MinGW-w64
 gobjc++-mingw-w64-i686 - GNU Objective-C++ compiler for MinGW-w64 targeting 
Win32
 gobjc++-mingw-w64-i686-posix - GNU Objective-C++ compiler for MinGW-w64, 
Win32/POSIX
 gobjc

Accepted maybe 0.4.0-5 (source) into unstable

2019-12-22 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 22 Dec 2019 20:22:30 +0100
Source: maybe
Architecture: source
Version: 0.4.0-5
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 maybe (0.4.0-5) unstable; urgency=medium
 .
   * Avoid crashing when AT_FDCWD is returned.
   * Switch to debhelper compatibility level 12.
   * Set “Rules-Requires-Root: no”.
   * Standards-Version 4.4.1, no further change required.
Checksums-Sha1:
 0119d8732c06b5126fa3285316b8d4b1317c3ff4 2071 maybe_0.4.0-5.dsc
 59ef0aff1fbd46aa3948a514dbdba59d39164e80 5844 maybe_0.4.0-5.debian.tar.xz
 9f52469bc45f4ba89774885a901aa5f206d34d60 6326 maybe_0.4.0-5_source.buildinfo
Checksums-Sha256:
 611300d6498a5959bb5dffacf58320ea779a8e5c32493b9a05c9e1c45c3b7e24 2071 
maybe_0.4.0-5.dsc
 62a339f33f136e06e58d3833ae831a9bedd4190ad48ec28c8517dd457570d25e 5844 
maybe_0.4.0-5.debian.tar.xz
 ba92b06b243fc6f161b7d5e73ce75266e61492ee3c986ba102eeac7092741ca1 6326 
maybe_0.4.0-5_source.buildinfo
Files:
 94413905981102b8ae1d8e4c37aafbf3 2071 utils optional maybe_0.4.0-5.dsc
 2dbf5372bd73689ac4b7538fe1022dd8 5844 utils optional 
maybe_0.4.0-5.debian.tar.xz
 1ec333efa4b9e77e9b09ec7fbfdcdabf 6326 utils optional 
maybe_0.4.0-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3/wooACgkQgNMC9Yht
g5yPFA/9G8mVXu7Jd8qUCL+gkw2C5lE9ju7HVCYE8VYhXH9wbV9yoVggv158OYKw
cSdB1zHlOn9pPcem5m1gajwuv2xRhxvK+7N3LeLf4ZibD2R3RGoF+STHSOkY6uTS
Pok/hRIhbO01vwT/IrYyB3e5c/TAQtO4KuNy2CjDlp0eL7jxGVjjqqspg4e6Rd33
NPB3320jyZ9Ty0/GhIMZ1CnAOMXCgzr7IK8HOgWxp1XQwUN/6QDcQM3B8Z/D8L35
9GVcYlZExD9rDGKHB0qpNZ7FeJ9mw/MUbGIbucEBadb8i+lAmTnrFXOEXlMw9CNp
gw8/0C2WALQbrXczLbXc3mPSFE56h9dnthrIvTsGGwY22vDytUR3FbQxK9S/7itn
UGSpKXuEw4SNfhaVjf4JxQ8tluMAO0XSK0uVlxLIentPOMFUJRxPE+izorExPsel
LVPTEIoZglv2Lm4JOoUANB11D80yBOYNwx30/vr+bpS9t5Hq/ycebs3M+MIxJ8Cx
CFOKkGjGdsm1VElfX/YeGtFn/4PHn+QMWHbB2Nzfw/X7o10AjyCnn8ZQ19wd7yi4
DNumWaR+92NnnD6uNT5PtqJkgWKeED6IEeLG1gbM7vZko3XtOz2lliUTPIT8Srjk
a8gGGlwI1ouNz8jKrqFQ0Xi/4xK5y7P6dxGZtdctHDQaRDoLIbo=
=ZJOI
-END PGP SIGNATURE-



Accepted libratbag 0.12-1 (source) into unstable

2019-12-20 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 23:41:32 +0100
Source: libratbag
Architecture: source
Version: 0.12-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 libratbag (0.12-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop the obsolete dh_missing override.
Checksums-Sha1:
 321f7bfd121b959c6a2cd157ae404256e4429e2a 2290 libratbag_0.12-1.dsc
 f937360158ff8d8e2f31f65d8f6c80d615ffdf55 240274 libratbag_0.12.orig.tar.gz
 bbd00c7f4cd6366d5256d83fb570219b8db058b2 5404 libratbag_0.12-1.debian.tar.xz
 ab68a3296773c8dc064cb3a9e259a39ae880 8864 libratbag_0.12-1_source.buildinfo
Checksums-Sha256:
 80fad185c51ef8d7a821f31938418332f00754e0dc386ce248b90c39bf4d2698 2290 
libratbag_0.12-1.dsc
 62d2b7215019d800392aa0fcb635127334661fbc011f169cac9d86d436d13f0c 240274 
libratbag_0.12.orig.tar.gz
 9509c0040cdc3b42fb0ea86e5e3368be9ec17f44bb9d4c389116879f4995571d 5404 
libratbag_0.12-1.debian.tar.xz
 db7a85863bc4801181b2a1e76846accd35a43c587987ce55cc370a3cd2a7f8e3 8864 
libratbag_0.12-1_source.buildinfo
Files:
 8f96b3a2dbec2c9fbde2f13ccbf15a78 2290 libs optional libratbag_0.12-1.dsc
 1dbe953cdbd4fa7f12f344a8ba81ad0e 240274 libs optional 
libratbag_0.12.orig.tar.gz
 01ec0f6908cf2bac9b5c279db1ed3245 5404 libs optional 
libratbag_0.12-1.debian.tar.xz
 7a7865b0f645c28518219d4195ca4fab 8864 libs optional 
libratbag_0.12-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl39TioACgkQgNMC9Yht
g5xGrg/+IQnZj5dVOzKuc1PKkqPDeQyXxVIDzoxAgYYjtpfnBoh3FCd9Iq/Es/NE
k6U8Icno6tIZNWkKA7/J8XGzB62nu3xpEjRrU6NLilq/U4anxT2H2XpP15yGjRod
dIs8CcczwrxykGHBuTCWGtDDRcLdwbkQAYaEXmpndvul/dtLGhkPqhZoken0wpyk
uM6lkwVxIXQV6BOzDOqcCs8tPKRznN2fB4/AhC5Gu0kWphgd5VWgjcvF97biGoJn
SFOPPBi2u2MI3a3t1rOCMy8XdYtJuXDGYrkvzz/c5QVBQckslfIJs/pVUvP1s5EL
0gIvcPhH8XBY1wJw6RNexlEUL5qt8xDiYRzp3MrEyFMCzcj+f0DAUeh141ZjaEaB
0jM/W0EO6UM5VfQ48miESsdvBOAr131+/nuMFWbPbzCbNzZzqH23grgEuJKHkLbF
ddhS+QxHNYmgmATvfjal4H2X9tiPge4DR+uZYaJgQ8dWNiiuiRzcq8jSUvh43Xt+
khRPdY38OflsZMkuzx4/vbCCtvvDu5FrbOwst+31K3lsXCyPBax/FxZ3iKXuX1JL
OpZ/J/jPNbHM0Nit/oNfNsP9K6dET5lKPIW/tQqVekekuNnTtfJ2OJUBnwl6spCO
d9hVk/vRvJ92ZJpmXAsf/7MBbTrK+JU0tBupU6akRmB79OMNWec=
=WPsZ
-END PGP SIGNATURE-



Accepted rr 5.3.0-1 (source) into unstable

2019-12-18 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 18 Dec 2019 18:54:01 +0100
Source: rr
Architecture: source
Version: 5.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 rr (5.3.0-1) unstable; urgency=medium
 .
   * New upstream release, merging most of the patches in this package.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 e530479a0bac84249a025522a6323b03aa1b8024 1876 rr_5.3.0-1.dsc
 4ed678804f8fe94a0b0e0556981c48d9b135cc1d 1343557 rr_5.3.0.orig.tar.gz
 53908f522f7c9c367419afd969f9120691313c8e 8492 rr_5.3.0-1.debian.tar.xz
 13aeffb1633721363f3cbafa57f1c730646fab18 8247 rr_5.3.0-1_source.buildinfo
Checksums-Sha256:
 42f20ea27fd3a230fa7a71c1ec04f40d337027b629077e9676de4be8e4ce3b2b 1876 
rr_5.3.0-1.dsc
 440e90a68557a8111f483fc40ab5ed65d21d6b11426b3245e4221b930a86ca69 1343557 
rr_5.3.0.orig.tar.gz
 3a03e103246e932d34fbffd1585ed87c90feab5906cd6dccb39caf8a63e145d3 8492 
rr_5.3.0-1.debian.tar.xz
 afc2c3d2b1e58b7494fc963a633ba7ddd0c81b2d74764dcaabd6e0e58842b615 8247 
rr_5.3.0-1_source.buildinfo
Files:
 c411ae3156e4a3ea194b3adea1b3e9d6 1876 devel optional rr_5.3.0-1.dsc
 c641046eaa0feae6892b1a23dde5be56 1343557 devel optional rr_5.3.0.orig.tar.gz
 b0cbfcc257d1e91946c6b586cb0df1f0 8492 devel optional rr_5.3.0-1.debian.tar.xz
 c46d2e281b9ea0013424230fa5173f9c 8247 devel optional 
rr_5.3.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl36Z8MACgkQgNMC9Yht
g5yPXxAAngtJuDiPR5I33rgt48YGxCu/sTGRtn3QkiunOWaxcgleBbZKGP0fecFY
mVBWAjJ3SCP4sXvQIjta0Aq2w9mVaQrF+kaV4MY/x8z+Xax2gvVxHHEg+EIHwzPF
gPGaP9JWCLjM1Oy4VhN+u2BQWGL3o9IhzUuvKUZDiAZHzUfCQKkz1x2nne5snhqF
d7HtVuX6Mn0b0v+rsG74JLjSDjYFOnzb8zznn4d3DGscztXdXvvF3Hdf8AZp8Zs2
8FVQbPfGg3WgbqMIHjDRnBBSO5dCtCf7M+Q0UsrtL5m4BkP65dCFkHE0BoTqt7Nj
pJDnTu4HdP5aTaeIWrodEIwhOwdRIZ18/JGi30yrQCVDxAtcBJw9r1Vzbmdmesrl
LSInoR2M9O8LbGHfo0ZhQS/qclYniaAZoF+EynzN+f1i8G9nU0g7P/2iXmow1OpH
6Yepy7gVHrgjFkNZAgbVP/hJww79F7k5Z23T5r3vr3k1N9kUWug5y100uGg/JX/Q
4YE3bscu6GmUIQtov7fmYN0f9t/vzYZl+nNCoxK527xl0Lz5iKdr6QekZk9V4l0b
fKkSOn3zuRwJXNhu9H15ON2i1R0T+hjhLNsjt0OLoH/z90vBb0Whe3JRjlaX9H8m
GN7cnWPlL/TaeSJ7plXLNW1w2smBMmu5gg0WyH9Bl/m7Y7L2V8c=
=JZzJ
-END PGP SIGNATURE-



Accepted solaar 1.0.1+dfsg-2 (source) into unstable

2019-12-16 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 16 Dec 2019 23:19:35 +0100
Source: solaar
Architecture: source
Version: 1.0.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 938511
Changes:
 solaar (1.0.1+dfsg-2) unstable; urgency=medium
 .
   * Switch to Python 3. Closes: #938511.
   * Switch to debhelper compatibility level 12.
   * Standards-Version 4.4.1, no change required.
   * Rely on the upstream installation for etc/xdg/autostart.
Checksums-Sha1:
 26c11e1ec1f7781a191c6b82c67a513bbdd23584 1991 solaar_1.0.1+dfsg-2.dsc
 0f742b2f710e9354a2abdf4e788758d1bd3643db 23644 
solaar_1.0.1+dfsg-2.debian.tar.xz
 6e5a41118d88e881b42f92fb4c07fb8d8edfdd47 5824 
solaar_1.0.1+dfsg-2_source.buildinfo
Checksums-Sha256:
 83c78996e495f3d6466116fbe599bb39558ea63adf06c5c2a12358c4cacfa347 1991 
solaar_1.0.1+dfsg-2.dsc
 9b812ba5c33b05e0e5345d4fd5fcb0462319658fda0224a534a43b3726376547 23644 
solaar_1.0.1+dfsg-2.debian.tar.xz
 14ac8b0ed852e640c0b3e82862f1fcaa12d8b71064b28e04da0ca1b43721fcf3 5824 
solaar_1.0.1+dfsg-2_source.buildinfo
Files:
 faf6fcdf2953f87e8ff5c4cbd763977e 1991 misc optional solaar_1.0.1+dfsg-2.dsc
 730d88966ee636e06eaf96ff2dc9a4d2 23644 misc optional 
solaar_1.0.1+dfsg-2.debian.tar.xz
 175cf575b3af6d8715f4dfcd6a1b6cba 5824 misc optional 
solaar_1.0.1+dfsg-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl34AxQACgkQgNMC9Yht
g5zErg/8D7VceWScYjM6zFufy5zKmND6l0tjgpMDXpGIcK5cNV7ucc5kdQ6VUHcr
65ukrK9rXkj0an9cbPQhrAWe4hW3DxEL17vvdk+gzfK8WWUM//Fr32WoVve8F5Of
avqGyuc2HT0bhTLcx7VqDRH+q/z5mS/Wyp3yclMavSkrm0iTbOA7Jfy3Bdz7mZkF
akae1CHYCVpf0prlbB++hwfoJpb8zytDbPggyayE0vjwaAaK5eNToDE2i01bIHYf
zt8TMwmAJxWxiwgVaVudBrHEuLNCGpPU0vIUM3ErcIS2pVpYkndzWV+OUsfT4eaq
tkIgSOW39akiEZaNhO+01n4Zq64deV0T5okG7l8AUIXymT+PeyPuAs1UNSa+AEeC
a3JnunW1SWpmHdK/i1uzOgytWKHChTfX/hvx12egvuvYKVGhsQaV0zgpp5sCM2Ih
bywJpKZ2E/7C8ZGSSsajiFoZAJr1C+Xlir+glHAkhx+o06iKa3RswE50kSdVGFEP
gGTgY+obcb/hytgVFv7OCIpXrr7yioUO/D4L2JdIp5+xNvBZ9FA/sjjKUchjIl8B
7XNhJdAjxI++IepEqYoeaXtAw34s1pobpmPbo0cltjvXmPyA0xfMSvkwXb1L6MNF
ujKfnlHU6fiGPdqKqvbKVTNXkAOppEGX3zvqRNK+N4aVDHwFIj8=
=WngF
-END PGP SIGNATURE-



Re: General Resolution: Init systems and systemd: First call for votes

2019-12-13 Thread Stephen Kitt
On Fri, 13 Dec 2019 15:32:32 +0100, Stephen Kitt  wrote:
> > - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-

So it turns out Claws Mail does weird things with Reply-To and mailing
lists...

(Incidentally, that wasn’t my final ballot.)

Sorry for the noise,

Stephen


pgprHHq4uaRFJ.pgp
Description: OpenPGP digital signature


Re: General Resolution: Init systems and systemd: First call for votes

2019-12-13 Thread Stephen Kitt
> - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-
> 7b77e0f2-4ff9-4adb-85e4-af249191f27a
> [ 3 ] Choice 1: F: Focus on systemd
> [ 1 ] Choice 2: B: Systemd but we support exploring alternatives
> [   ] Choice 3: A: Support for multiple init systems is Important
> [   ] Choice 4: D: Support non-systemd systems, without blocking progress
> [ 2 ] Choice 5: H: Support portability, without blocking progress
> [   ] Choice 6: E: Support for multiple init systems is Required
> [   ] Choice 7: G: Support portability and multiple implementations
> [ 4 ] Choice 8: Further Discussion
> - - -=-=-=-=-=- Don't Delete Anything Between These Lines =-=-=-=-=-=-=-=-


pgpdThpp1TNpG.pgp
Description: OpenPGP digital signature


Accepted bochs 2.6.10+dfsg-2 (source) into unstable

2019-12-07 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 22:57:54 +0100
Source: bochs
Architecture: source
Version: 2.6.10+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 bochs (2.6.10+dfsg-2) unstable; urgency=medium
 .
   * Fix the build on big-endian architectures.
Checksums-Sha1:
 04f0bdfac598718c90445bb6d1d56032922686f1 2629 bochs_2.6.10+dfsg-2.dsc
 3f587b7c3bea88e1afd43b3cc882d9fb8d68fbf6 44132 
bochs_2.6.10+dfsg-2.debian.tar.xz
 7dabae8a300922f233793f82e9e8dccdad3d5747 15876 
bochs_2.6.10+dfsg-2_source.buildinfo
Checksums-Sha256:
 42d8bd5c44d0315ec4988f687d5e6b3b102648462110ca23f424deae248a9849 2629 
bochs_2.6.10+dfsg-2.dsc
 ec47bf4c8100e51473e433d0dad5546ac79066231c73a053afc45cc7cfcb4430 44132 
bochs_2.6.10+dfsg-2.debian.tar.xz
 af419f53175950004ab55f32562aa47d9417eea9011136c7e4d94f83f7da1d94 15876 
bochs_2.6.10+dfsg-2_source.buildinfo
Files:
 15b2d7732912e1daa4c50b6715211869 2629 otherosfs optional 
bochs_2.6.10+dfsg-2.dsc
 1353cceb6c366c15fa79ad5808634ac6 44132 otherosfs optional 
bochs_2.6.10+dfsg-2.debian.tar.xz
 982350dd389ded07818a16be6c55b263 15876 otherosfs optional 
bochs_2.6.10+dfsg-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3sIJYACgkQgNMC9Yht
g5y1OA//XLVElY/sDWPadiIjP5c2Ah+JVN/MqZktva+n9ARbD6Q78loWhtkA//8o
DwnFU/irJo9/AKrXduFB9RUM7Nyda569sBS6xrJpAT65sM5gNr7JFWsBMh2W4ZH5
WHtuR3b61RN4J+gGAHDMF60bg804RxcAuhLXFk6fwOeINrM49t63OsrtMksbs2OK
+dZP3R7RjcC0JYb+j6atsfSSyH6W4lBP4ErERX3WeyUafN/gmqsc9C651xcE6Y3O
OkfXwHrheYrErGpg0i7LqVJkp/e//NaCaUcA1irEIiyYwWgOSy4IB/41Zyj+VUtF
VTY2qYwpyv9BfM+7xvE2/facScuqAJwC3Il/DJFQgOlSb53IsKlmbu9DHD6IF9ES
ZGm5Xp99K3M5o72CJheYKkq0oi1vRJqTSGoJ44BgPtd9nCoCsJcQkfsnirF0MJa4
McOAR/NsYqPf07Tx0R03qrZrDjjMV1dtbsdIF3TicBR/us+Y46i6dkU+W3o0Nvk9
znTV11c2llGCMQTT6pKxTHN3H8PwxZnHF5VBDRo52OCwU7euiPxHObFAthhSULRm
Kc0jFrnCTHrvKmiF8ufbclT4sUTCeoj8NcRqb5m9ZpbpJTQVOwzRdmP/3+nNRAMY
Om+PbHyUxSbqJ+saRREK0CabzhWjnnIzw/Ov9jQWtStUYlbspTY=
=SLd+
-END PGP SIGNATURE-



Accepted bochs 2.6.10+dfsg-1 (source) into unstable

2019-12-07 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Dec 2019 21:19:50 +0100
Source: bochs
Architecture: source
Version: 2.6.10+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 bochs (2.6.10+dfsg-1) unstable; urgency=medium
 .
   * New upstream release; update patches, in particular
 - remove the QEMU BIOS patches, which conflict with 2.6.10 and are no
   longer needed (QEMU now uses SEABIOS, not Bochs BIOS);
 - remove the USB patches, merged upstream.
   * This version supports WxWindows with Gtk 3, restore bochs-wx.
   * Install bxhub.
   * Enable memtype and the x86 debugger.
   * Track missing files.
Checksums-Sha1:
 b290ed720f931b57a058f56aee30f7f19ee6f3af 2629 bochs_2.6.10+dfsg-1.dsc
 332176f084faddd8a71a12fa0f9522a3dca720cd 3636220 bochs_2.6.10+dfsg.orig.tar.xz
 2858e0516445f170e94d04c4c520566ac3fe78fc 43948 
bochs_2.6.10+dfsg-1.debian.tar.xz
 546048163ddd692f7c1d2caaa1b380fcc41b01d3 15876 
bochs_2.6.10+dfsg-1_source.buildinfo
Checksums-Sha256:
 433a4f40aee039e60617d8fb0214b9d6682b9fc87d7a743c5c1f7938c9fb0573 2629 
bochs_2.6.10+dfsg-1.dsc
 5438dc685b321e5f0a8178bf47b3ed657db5b62fa421418bb59d706b6223c54c 3636220 
bochs_2.6.10+dfsg.orig.tar.xz
 54e8404634945b328441afc04db16eea7af08d7a24f9798f3c9ea027cc6e23b6 43948 
bochs_2.6.10+dfsg-1.debian.tar.xz
 3a4120f97648acfa49b952a597f78e0ea40d7e0c8f16cd028349e3702b31288a 15876 
bochs_2.6.10+dfsg-1_source.buildinfo
Files:
 1db98aea9d447900fbed8262aaf0086e 2629 otherosfs optional 
bochs_2.6.10+dfsg-1.dsc
 e1b5214bf7cfd01610cd1bff58faf386 3636220 otherosfs optional 
bochs_2.6.10+dfsg.orig.tar.xz
 c24a53cb34ca9174a4352653ea99d524 43948 otherosfs optional 
bochs_2.6.10+dfsg-1.debian.tar.xz
 73a19ecc5ef75e17a844ec78473d109c 15876 otherosfs optional 
bochs_2.6.10+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3sCXcACgkQgNMC9Yht
g5zjaQ/+K/n9zon69LSHyOuSDA5uEwhM0C34Sxb7vmssZ8bQFycngTuRzKxfASKS
AZYZyJ5fsNidmdm3zlchoFFyR8jntb4Mo4WRJ+3YYfCSkj/WEDU5jDEubgymDKjY
DCjD7fPhSuplNRjZtcCk7MuQZJ8+A8Wc7CiHrGOaCKu9CvTaS97371iI+nP6GK9A
9PN/WKKmTt/5Q0mc021FwY1ec+Wzx/0KIs8032DRcouXSbPeoJ7DzYmQOJpvG4hf
0ZEg1Ft3OeukMXLMBxy26mruwXkf3Yb7QdCv5/sPY3Q3aAHnLtxmkSpgKKS5HMo1
cGp99k2tDFmCegnCUH1b5drB5a9UfCKjPNcg8I+211Y3ZZWbJIEbVH+hdEN+ZhI4
Xg1PCDqZAYgWHKpg5Q7Z/MiDStRRTcVNimNT5FH9aYDfCUWKbWApDA4HrEXiMVsf
h5rHBEgQfiT08grAHRUDuX8Ajuyf3QwYuctq5UijVKMArTZSR6n+nIREtUQcmgcZ
W5bbTzNY1oAI0eYBZj0iJR9T+zIkx4IYrpLo9270Tm4PFOOOeVGiwVUj9Zz1QQcH
iySIE4G2hyVHHTefm8M0Ia4lb40kcRstxrhg8m3pR7adMzvzw++DGhSBI2fxKCkX
UAsqaCCMVVB8xKQxYwntzi3kDoM7zUjDzvvdPS1ZXduH3gQeO7g=
=m6j3
-END PGP SIGNATURE-



Accepted bochs 2.6.9+dfsg-5 (source) into unstable

2019-12-01 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Dec 2019 23:04:38 +0100
Source: bochs
Architecture: source
Version: 2.6.9+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 945758
Changes:
 bochs (2.6.9+dfsg-5) unstable; urgency=medium
 .
   * Fix cross-building again, thanks to Helmut Grohne for the patch!
 Closes: #945758.
   * Ensure we always rebuild the lexer and parser.
Checksums-Sha1:
 f37adb0a0ee87041b43b144104cefa42ddac178d 2599 bochs_2.6.9+dfsg-5.dsc
 197ff4795c5e29ce16fcd64560bed68371a1431f 54324 bochs_2.6.9+dfsg-5.debian.tar.xz
 09db34c936c179c4db36c8d79230de86cbd91af8 14334 
bochs_2.6.9+dfsg-5_source.buildinfo
Checksums-Sha256:
 3b532fc45b52ede6a12c4c5a0ca8e7d696e079b62d35c1260b9e026953030bfc 2599 
bochs_2.6.9+dfsg-5.dsc
 90c049bedf9310149d7d207aa7b4198807e901b1dc5ac3b15bae905f00e3fb8e 54324 
bochs_2.6.9+dfsg-5.debian.tar.xz
 47f6c76c0225d2231879cdd0111de7d969043d0d2b1de0f13d782f70bb2c87d9 14334 
bochs_2.6.9+dfsg-5_source.buildinfo
Files:
 a1572a0b488f19c96cd5e6f371ab61db 2599 otherosfs optional bochs_2.6.9+dfsg-5.dsc
 7116ca2c7fd825bc1db260ab43f55002 54324 otherosfs optional 
bochs_2.6.9+dfsg-5.debian.tar.xz
 f72a816131d0178cb58eec5a03d49317 14334 otherosfs optional 
bochs_2.6.9+dfsg-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3kOQUACgkQgNMC9Yht
g5zIjw/9GqVmgA90eFuhuRjHsuvMIAOu1/50gaA9A6uWT+Zzd1WsnPhz/LjskgT3
U2m++2m0rdTsc2jXGwSlri8Awcj2qmtLOewTEfuvXbSi8J/M5obVzmXlfftk7n7G
mmXdW5SeqWqlt1wlqpyleapwshlNvtScThqUtJw4Blq6xFy7crehtiu2XB8gKB4Y
HB3nQvsR2f4yYC4h7cAK2W5JsErNznEJs6amAg66Kt/SYEjGAQeaWg8B5Skd0t7M
bP0J2Q6AcSQb/V2pJT7p+mfwM5PqjQpuQO5MxuKk8meqyQB+A2n+Hs1Q7KW5pdC9
3mlOvp7yRK/5vVBWOycZhM3g4ilU4UX4XbCfbSfmFi4iWKxBBYZdnBnsqhJKC8pI
6T/R1T/+bdKquwoCZ9zITpGLGd4GrMFh68j94cH8d7FKK1XMzhLUksqH+JSJfMeQ
Cp3T/XlDgexF4+5q12IuXdYPS00bhCRDbrJU5ViG2epoAaTfKaerkgEigFuUnb6T
5xZuvOQEE/l2a/Y5hibEDdV5LvnxEH0X3sriI18XDo2Wo3MGfWlvBMC954kgLA2+
V53F3eia0opfGnq0S9VafgBYBeSZMkeBCMd3rwrDJiDvi1tkblZUznGX4DZsj8v8
dgG3wAT6x0HR2ItgorDqPLzJy+um0fmCCapm/wzttpjXkVEu51Q=
=i8zO
-END PGP SIGNATURE-



Accepted rocksndiamonds 4.1.3.0+dfsg-1 (source) into unstable

2019-11-26 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 26 Nov 2019 17:46:56 +0100
Source: rocksndiamonds
Architecture: source
Version: 4.1.3.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Closes: 945482
Changes:
 rocksndiamonds (4.1.3.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream release. Closes: #945482.
   * Drop the chown/chmod Lintian overrides (see #936060).
   * Switch to debhelper compatibility level 12.
   * Standards-Version 4.4.1, no change required.
   * Fix the hardening configuration so it is actually taken into
 account.
Checksums-Sha1:
 8ecdc7665967abe6305c05e137fc9beffb90528c 2128 rocksndiamonds_4.1.3.0+dfsg-1.dsc
 8ee0ca47dc778efd58458341151743724ad0ccc2 673252 
rocksndiamonds_4.1.3.0+dfsg.orig.tar.xz
 b5f954262b090e4bbcfe647ec27b44574371d194 25492 
rocksndiamonds_4.1.3.0+dfsg-1.debian.tar.xz
 a5d54e86fe4bd8a16439c3dad5b6b4883364b0bd 11793 
rocksndiamonds_4.1.3.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 254eadf7600296a2ff3e359bbe52257813613f7283397dd16bf7ee2a4d73cbe5 2128 
rocksndiamonds_4.1.3.0+dfsg-1.dsc
 cc5ce410d22968647b97b019984e23a9af0dd926817994c41ea9189aedaca87c 673252 
rocksndiamonds_4.1.3.0+dfsg.orig.tar.xz
 e6ddd3b4ff28e4c4250919c900cbfd3c61bbc27f219b367dde30672fa93effb5 25492 
rocksndiamonds_4.1.3.0+dfsg-1.debian.tar.xz
 2343f8b29ed2c6f7db4880304b3a60101ba57348eb18c420cae9ca77085889f7 11793 
rocksndiamonds_4.1.3.0+dfsg-1_source.buildinfo
Files:
 ba3c6161897ab16d69ed6b846ae65919 2128 contrib/games optional 
rocksndiamonds_4.1.3.0+dfsg-1.dsc
 906dfa153ebb4d51c3651b8ed6119584 673252 contrib/games optional 
rocksndiamonds_4.1.3.0+dfsg.orig.tar.xz
 f7b9136a3c8dbecb89169c65d9f1ec3a 25492 contrib/games optional 
rocksndiamonds_4.1.3.0+dfsg-1.debian.tar.xz
 3a0230d1f26cefb23ca0ede961b41f42 11793 contrib/games optional 
rocksndiamonds_4.1.3.0+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3dVxUACgkQgNMC9Yht
g5wShQ/9EQ15WUB8Qvu2ZmB9bXTTivCm05J1szwhPPwNp4Q0Qujhv1O52L/PIdfb
MIGBE84/rpMEQ+rnqGDS72+XN2dVkdGTJM8Tor3EOULzp9MYLxXXTMCOkhMbPr28
gGhwRoqCM1Ru57O30ZNm9qa6+UeDHwthaQLwM0u0CXYjrf8XYk4Z4SWrAPjDrOvE
wUx3m2NrXp8Klp3ugFBxE1gwHYh6+uW5qrT+qryRrWAUsnUQzCfR8uydE4A1ghEG
P2KG+u2TocedH2PycMfGUSv9kZeVULBAEPqNlXJFT6myTLQXUytCtLFIdXy7CFhL
eZ+5Qza+6GLR8y5liXIjRI8O0DI20tk1p6XjGHfZYbeW8UajSPpLzp1c3Be5J+RM
NKwK9VS4vx6rSok5HsNrEzD3Qfcam1N0IrcOvnl7McPSY1dEDZNiorvVsdKNgv/I
pKV62W0e+uDbu4AUQEM6zIt//0jdou3Bgl160GIRpzoiiMqBCt5ojPdN+BQ9aPN5
ZzoLBAoQzDkOapzuNQco3lvZFjX6CL0KiRvmViVW2UQNhHJwvx9y3pUstvyEZlH2
6BmSVOOxg7azRGuupAx4Wl3iW521SrtrGvr3y1Ae6LOWmAot1QqIx5lHzPtYYY4L
uKMaLNkPc6kxb1ahwjZ+hPZ0jdv/+otRP7U6MuvNBFbFAdRtgI4=
=Hmie
-END PGP SIGNATURE-



Accepted fcml 1.2.0-2 (source) into unstable

2019-11-23 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 23 Nov 2019 10:15:42 +0100
Source: fcml
Architecture: source
Version: 1.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 945301
Changes:
 fcml (1.2.0-2) unstable; urgency=medium
 .
   * Check that /usr/lib/jvm exists before processing it. Closes: #945301.
   * Process all template maintainer scripts without listing them
 explicitly.
   * Remove symlinks in prerm rather than postrm, to avoid having invalid
 symlinks at any time.
   * Fix the generated symlinks (“hdis” → “hsdis”).
Checksums-Sha1:
 7abefa3c9ebf8f7b94a1731f9354a45358a6d3d0 2022 fcml_1.2.0-2.dsc
 ec9c5715dc18cfe17ef00f20812694805790a722 15800 fcml_1.2.0-2.debian.tar.xz
 8a881075a3d192735ff86a4cd04fba3bad3cdda9 7402 fcml_1.2.0-2_source.buildinfo
Checksums-Sha256:
 97442dd61e0ea07e3953051a02c72db4a49b29cef3e24dea9f8d670b06f0029c 2022 
fcml_1.2.0-2.dsc
 ca1ca447b8506348ccbd81f6de2218667c20bcdaf94bcb98eecdbc7ec17826d0 15800 
fcml_1.2.0-2.debian.tar.xz
 0ae30aecd9a4facdf042ba0a723dd96ecbc746fe2aa937ad6cc9d0817ac466f2 7402 
fcml_1.2.0-2_source.buildinfo
Files:
 773138f174eadbbcf6ebf86826a1c845 2022 devel optional fcml_1.2.0-2.dsc
 30af8835c1f7543eb6aba4973e9a7a1f 15800 devel optional 
fcml_1.2.0-2.debian.tar.xz
 5a7d906a8ca4c858c858fc21ffa02c93 7402 devel optional 
fcml_1.2.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3Y+TwACgkQgNMC9Yht
g5yFSw//dy+1aZfi682GVfB/rwVyV00Igefmd7UlmjBAFeT+04mJFky0pEF2oPxk
bXD3Wiwdq0QNVhDd5AJ2qRVQE/tFQPZZS6IQuu2g5EuI+IpJNBva9TXgFnInDeu+
AdVHgrKM2duaCJEMDvPP13MIlh2w6d/H95tkbJXj70kgY4vyre7BKgAjm5MXxcV4
NHSY/hV8hrAmWD+UW1nB8s6BcnR1sCozFKbR7mBH8MLTrReQ3W22R78CetkVIQVv
qLjP4pvfzty2B37L8pxjMEwBIKpiQzSClqmFstQEdTdPG+pK8WtbkMtCmjwTik4j
6RzNIma8N4EwjcqBKeC2Kytp5bocbY/XYatCiUX3j5nwoFkGouOgdRuDAlPucNHN
0e4h8KLIHUf3eq3zAOFukhCVZWtSrFoS9oVyO/XzfsR4Bs5S9QkBlWEPKDHUqKgE
TWr6ww2yP544HivXGeHlBVdWxoCvNnF7rUbYBoCxlGkUOcIEYsvGGJfU3Q583oiv
aDOiWSjQdtI1qbXvyC43VyQAn9JmKGlESDJUH2BW6Dfopr9w75m23rlqqDROnxLR
+KzoBd+9XsmSfE4xL2C4tk0QnXqW4KCFFiU1/uj9+rtf/BH2nRvOQ6mg41gX+n7N
O9aq7tCPPPCa6FxNJwQX7JQf2u01GIxO3R6+m7SRotav1lKv1bM=
=iH9W
-END PGP SIGNATURE-



Accepted fcml 1.2.0-1 (source) into unstable

2019-11-19 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 Nov 2019 17:59:01 +0100
Source: fcml
Architecture: source
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 930583
Changes:
 fcml (1.2.0-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/watch: Use https protocol
 .
   [ Stephen Kitt ]
   * New upstream release.
   * Fix the homepage URI. Closes: #930583.
   * Instead of hard-coding installation symlinks, install the hsdis
 library for any installed JVM, and use triggers to add and remove
 support for newly-installed or removed JVMs.
   * Add Build-Depends-Package entry in libfcml0.symbols.
   * Post-process generated documentation with dh_doxygen.
   * Switch to debhelper compatibility level 12.
   * Set “Rules-Requires-Root: no”.
   * Standards-Version 4.4.1, no further change required.
Checksums-Sha1:
 8e1e4f596cc922ada3e087f7083efb50e3ccf56b 2022 fcml_1.2.0-1.dsc
 ace6ebfb2df3933bdbd0258b042144454cd87c40 666992 fcml_1.2.0.orig.tar.xz
 679729430251d859a156347e8eb9c11b1291a445 15640 fcml_1.2.0-1.debian.tar.xz
 573d0faa1d7e9b7dccdb6860566780c974a40825 7532 fcml_1.2.0-1_source.buildinfo
Checksums-Sha256:
 bd50f5a789bfd49bc2f9b49ff3e2e47e8b3847577889661536fb8f6db434556e 2022 
fcml_1.2.0-1.dsc
 ae5e5459a35e92a7b8133ba8ae88acaa981456b1ea30b8482f9dac04cac70026 666992 
fcml_1.2.0.orig.tar.xz
 3570bbe11c028a8baf18c6bab59f728861d2a6e36ccbb0c74f1af8fcb0ab1139 15640 
fcml_1.2.0-1.debian.tar.xz
 910bb7e2e48d4b726e2bc877718892f797961462397f543e6910d293f948f2af 7532 
fcml_1.2.0-1_source.buildinfo
Files:
 40f4c9f57b2dd5375719e6cb0144cfe7 2022 devel optional fcml_1.2.0-1.dsc
 171b30db0d82480d65c99a0ec2faa2e0 666992 devel optional fcml_1.2.0.orig.tar.xz
 50b42e22f43db19a40e697dab376ed17 15640 devel optional 
fcml_1.2.0-1.debian.tar.xz
 bf2ebf05462918502ab077804e47c367 7532 devel optional 
fcml_1.2.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3UH2AACgkQgNMC9Yht
g5z9yQ/+KLmBva6I8i7uW/kd4XM2YbeDPWjMe3yc/qyIgXGcawnvkvHVrzbjF7ai
+Y8teMWyGv59Vk1z4H3rKWmj5UaboUk5hzKxDVn1AKqK8GH1LpxLQjegNCH2Kemf
ibEQ32Mo25UTk/9D8zCMSaY09cGNwTwiUsJLQLpVNZKq6tkHP8ceBADnQ2GVOpef
elY6TN34ZWs2C3UcdKHw7cLm5RBB+tLVYD0qgeKsTcbT9TBylAk+iY8OPd1YfYg2
VvQtbodgGbTAwkqioiExhp1g8eL8bpDeT33wdZb5u4266BCSzuxs5mbDYVz0zAk0
XjUENBN6vbvtckLvth/13Rq1NMDtQ9sJ3smExnE8pcX+e3sOmvtMQjPaW3JaRBW2
o7uP3RjMIYX4uOVq3T/0wHPXS9Ovz8C0lC4sNDMHr1OWOc/L96GJ6sig2i5R/SX5
ugcr5YPvbSUjYhVHgAL1woAJKdrebmV1juZAfaF7xP7Ay82KcgnGMXkCNCHZmTpq
PKMmLmo5wb6KDfG7NwKz4HwIUKGvpiA2QWu6M3570rty+z7K9jplRLFz6qZBpWWu
O0UTZZngRHFr9rBQCbDUs8urbOgSePcy7bddTHQiu3eH+axkwKhWb6P1lC78kulp
6IbsHvEzTHqM/WRs16N4EXBDIKadU+RAJ1VpfnW78PweKaXqWss=
=3vK9
-END PGP SIGNATURE-



Accepted quakespasm 0.93.2+dfsg-1 (source) into unstable

2019-11-18 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 18 Nov 2019 10:03:42 +0100
Source: quakespasm
Architecture: source
Version: 0.93.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Changes:
 quakespasm (0.93.2+dfsg-1) unstable; urgency=medium
 .
   [ Simon McVittie ]
   * d/salsa-ci.yml: Request standard CI on salsa.debian.org
   * Move to debhelper-compat 12
   * Standards-Version 4.4.1 (no changes required)
 .
   [ Stephen Kitt ]
   * New upstream release.
Checksums-Sha1:
 4aa45f32171eae1d681cdd44e278eed153e0e793 2119 quakespasm_0.93.2+dfsg-1.dsc
 e86fc750ce7820da7b40d3b4784242acd23fa91b 581428 
quakespasm_0.93.2+dfsg.orig.tar.xz
 f96914fa307060b341b4f2a52c095d3f130a55dc 14504 
quakespasm_0.93.2+dfsg-1.debian.tar.xz
 a189e1df7d6ec34e6b47158a1d604d37deb9c266 11556 
quakespasm_0.93.2+dfsg-1_source.buildinfo
Checksums-Sha256:
 16dab7e954cc9e322cf8cb7ddff3ce9256456372ec12f842a7dde103b0d46b0c 2119 
quakespasm_0.93.2+dfsg-1.dsc
 837b3473afac2352f5bbe7cae8f74d0b72625fdb0ef4a73dca4dc7b9f5ac648e 581428 
quakespasm_0.93.2+dfsg.orig.tar.xz
 3b7f90c4a3878104654f85ca13554a23950db0b13557d08fc36a128ad2a48c70 14504 
quakespasm_0.93.2+dfsg-1.debian.tar.xz
 d9ddbb1d63049b81c966c6e089ed997cd3e59c2c1d596f1e484f27b9aadb3572 11556 
quakespasm_0.93.2+dfsg-1_source.buildinfo
Files:
 aacc2fc231a99ba0ce55e67a0602c954 2119 games optional 
quakespasm_0.93.2+dfsg-1.dsc
 8fbe3df9bb804b2cc712842214748791 581428 games optional 
quakespasm_0.93.2+dfsg.orig.tar.xz
 0f5d94f485c4d8e23b6974016e4c93f5 14504 games optional 
quakespasm_0.93.2+dfsg-1.debian.tar.xz
 4f9c158c2164c1983ebab5601ac08751 11556 games optional 
quakespasm_0.93.2+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3SXnoACgkQgNMC9Yht
g5xrtg//e3hvKdNjb/BJASD29s9hiVZzByJ8+xnoM16U/Nu7cECITW9yy1Gmu4Ms
IvWWkN9avNQAwSXd8NbkSujXM7mgs86GC8HOFUbDD33zeE2zy4hQurHH7aSjKY5Q
8WkVKGk37qjsUXr1J+j2AZnNZAtVhiHup8ihIaU+JrUnIm+iRJg7EJ3wV127aGn/
5DUdBPwfiozrmGNzlgwJ06waiHErkTcRXWDTmgER98Zdjf1HX+a0/kKGnxm/njsV
YHRxz41ZNJReosxyoe5xM55UA5C2MqH6dPAxuNBUm42SkhzGIShezD5S3fQpNCTm
/PAN7QaFlzUyP0F6Lr1rSV1F0r76d24EH28Mq3Fy871DG2gDBr02NfZjoXKtNL8J
77fL74GlO4u9GjJw8pr7UF76uB9+I1gAqKnOLF1fPdysHn+20BvHVTGdZMUu1QDw
lCmJMBGqv4egHzePNnf0hrOlz+BHen59fisXMkNPdKnJWSetspu5UWsn+tlg5miw
TAEueXwYQcKXaFLQSK0NXYAr+A4t091366cuSm36srRdhpnoGaKTxv38XFQMxSo1
4TtL97q2EDRCMh+2hwbi4fRI1ltiqOd5BtKayQ5MKeriILT0WtH9dTL0P1DS
q8oe9qkbzsi5ijo2V76p4pK/stxMzaZOGyxayi5S2oPIC1saoTY=
=RrFg
-END PGP SIGNATURE-



Accepted corsix-th 0.63-1 (source) into unstable

2019-11-17 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Nov 2019 21:29:49 +0100
Source: corsix-th
Architecture: source
Version: 0.63-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Changes:
 corsix-th (0.63-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ Alexandre Detiste ]
   * New upstream version 0.63
   * fix GPG part of uscan watch file
   * refresh default config patch
   * upstream now provides a man page, use it
 .
   [ Stephen Kitt ]
   * Use the upstream-installed desktop file, appdata and icon.
Checksums-Sha1:
 23822ae693759b3b02c0c0d4de88e700f417b1c7 2242 corsix-th_0.63-1.dsc
 9217c18b1dfb426077e6c2dea486593debc82ac4 4040119 corsix-th_0.63.orig.tar.gz
 756e554703e0a8f3b2117a6321f9ac1fd5092a56 9720 corsix-th_0.63-1.debian.tar.xz
 3a6c2e792dd8847b0f5ad6950701ebaa21ec03dc 15280 
corsix-th_0.63-1_source.buildinfo
Checksums-Sha256:
 b6da7e4cbdde4097e25aa491e1c6390b5394ca2936063b9c6c087aa3db890865 2242 
corsix-th_0.63-1.dsc
 9016ce0a22e0e800937970a91b48aaf536fc901c98d3edd1e11bf97590523d81 4040119 
corsix-th_0.63.orig.tar.gz
 684a0746187ed0e6f2c53693f8af4765200dbe069dc03d2608bb690033150ec3 9720 
corsix-th_0.63-1.debian.tar.xz
 c2d901e3820e8d4bc6ad848d5d1e4a46bbbe415e205b3cc678c20f9962dec10a 15280 
corsix-th_0.63-1_source.buildinfo
Files:
 2281743b6fb462bc535f790a7f84be00 2242 contrib/games optional 
corsix-th_0.63-1.dsc
 83b0787a0fb2a19eea45b069e023d844 4040119 contrib/games optional 
corsix-th_0.63.orig.tar.gz
 8794434adffdddfe15751cfceafe6f74 9720 contrib/games optional 
corsix-th_0.63-1.debian.tar.xz
 2dff523e1af63ef9b8a6d5f94962ffc3 15280 contrib/games optional 
corsix-th_0.63-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3RrgoACgkQgNMC9Yht
g5xsrw//bBvo9b+BuaxtfnrmYOfzfksjRmk8XDml+P/4rK69as94kLz0BpGI4h30
R57b3n/1/gZFjCmaGiCatppRe6zBLb/Bny7crF7BC+EokF+hukLadF0qF/YH3471
ttK568bHfep7H2jN4FtL9oewydNzZaqHcMua75PZtowR3i1wroOsXnM8V6GrGGI+
6dS3ycAiSNd/vDSCmDgDrZBw+vNubO+8URwmHeqDBvL0dd0wzocexOsX8WQdOPAR
n7+EUyGVd94mixdP2ei5X8xBhHXpm22/vwNrYLQtHbKl/QMrfyClLSSjQeOpCmxo
etQUpUvPaO+Vgk0dHzmFS+6H3aYeJV+EQzJ2zqYgz1MKbYRUk1fLqpRiXYG3Nhvf
QXZi0VSUpqBSHNChb7izY4f54W5YYF0q0cYxPE1fRrhp053/LUPaFYeupa+xU2Uk
CaPmOwwjrZ31YyrMBiy6SZpJeGTtqD7FHKP0xz3R0uTxqWaeQ/GPpw5oco/Q47gJ
eOlqyrnN6ePmtm1EqQ1n9xNFQyh3nXFLh7krzuLh03dcRL/vVJt8Sp3PBeJXSCm/
rx9CiSKae7DwwnOEqZLMkCA3rYsRzoeR+LAU6jOEORxEi+Wg8skuU0G0Dg5jqZTW
w5gGbR1/15W5OgdvzN2nELfPQ08dHBha+2e9mvLPiIHJxqgmdo8=
=aeHm
-END PGP SIGNATURE-



Accepted msitools 0.100-1 (source) into unstable

2019-11-16 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 16 Nov 2019 14:30:21 +0100
Source: msitools
Architecture: source
Version: 0.100-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 msitools (0.100-1) unstable; urgency=medium
 .
   * New upstream release, merging big-endian.patch.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 671ba816b8bf4094e41bdf0046bd18a501f0f78a 2196 msitools_0.100-1.dsc
 4775e13e12ecb543e304d64844a9b0db4fcd343c 981036 msitools_0.100.orig.tar.xz
 7d573d7d4748801dab9fc8f49b1d18dde981d0a8 18380 msitools_0.100-1.debian.tar.xz
 d378dd5ba765f48ab8318d8bf7e65552be5c0a2d 9029 msitools_0.100-1_source.buildinfo
Checksums-Sha256:
 fbc8ca6b0453c4e6e8610058fe43a3ba73ed8c7e1e2bbd0ea1e694fbfb526bcd 2196 
msitools_0.100-1.dsc
 bbf1a6e3a9c2323b860a3227ac176736a3eafc4a44a67346c6844591f10978ea 981036 
msitools_0.100.orig.tar.xz
 bff17a1211792aa68ca34fdafca591481c1933bbda5be8dc15d71ee59ca53ee2 18380 
msitools_0.100-1.debian.tar.xz
 d3604c7bba9be3edaf6c82a510ea514fe3f410ff68bc41164e4d02fd07415618 9029 
msitools_0.100-1_source.buildinfo
Files:
 c4a1a34570321485b4e3cad1ec7ae501 2196 utils optional msitools_0.100-1.dsc
 ddba9a5bf2a8f0a5b4238bf6b9aca59d 981036 utils optional 
msitools_0.100.orig.tar.xz
 a4be11a7c984ddc1eefd6c5681c84b93 18380 utils optional 
msitools_0.100-1.debian.tar.xz
 e4383d3fd05d028b24daaca22c5ffaa4 9029 utils optional 
msitools_0.100-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3P+fUACgkQgNMC9Yht
g5xSxRAAk6tB0kuP/9fQVrW6uNA0J/OM3ZI+oCWM+X6IH1ziZ0ecCSQgV0sVtS0H
G1Usjk0RqTqDopA4W9Wep/0Qzj65J8tpY0siEQ7iUG+3n9CG6qbqbw3V1IvtfNJ/
uTougmVOizKvfL3wu1hyPr3UEGJ4T/q43vRjQI4Er+OYKbNNAUAOuqZurpA8NL3H
0uMj/XCinHx/4hln7ZzD0XT1YbKBAKVvAGsB7pYO3clgqQHj2nqfDQXz9ZDFZ96T
3LyQd4XqcaqHbFXdLOlVjB7d/A+ZZDYdPeozV2pamqvw/Z1AfQrvOLg35zf0fAlc
kTm6SLeCoCLCFufzknFGnNdCvOTN8gK9goRyLc93N2zloR39/efREEjs0DF7UKQG
4sywMVLvo+2TxQGqN7o3b9SZKlBRNmhLJEag3yZkjGQKi/gpgDDcZLWCZeCQQlVy
q4LGJOXxwpr0N+9yb3ualtyBlpawh5v1EPRGKXWR8vb8rqXf+s+8CFqLyaQFnoxq
61xFczGuMhiILWNWS9ecs4HAR1EGmvEw4MY6rj/1wZsWayuendfaC27Dabm1JUZR
3n9AShHXzO6Kb6alLmdZaksxQs/bGV7pYD9hJhBmOFXgnXFH2nCFI588oHfDeIGz
ONfzHzvT59nsbJKP+5Qqv/iUVkUtn2zacRgntIJBCr+EBZqJq3Q=
=14+g
-END PGP SIGNATURE-



Accepted mingw-w64 7.0.0-2 (source) into unstable

2019-11-15 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 15 Nov 2019 22:53:07 +0100
Source: mingw-w64
Architecture: source
Version: 7.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 mingw-w64 (7.0.0-2) unstable; urgency=medium
 .
   * Avoid erroring out in the build on CPUs which aren’t used on Windows;
 instead, require that the target be specified when widl is used on
 such systems. This allows building the package on architectures other
 than x86, ARM and PowerPC.
Checksums-Sha1:
 3653559f418300c5dbe2d57884eba0712e5573a0 2537 mingw-w64_7.0.0-2.dsc
 fb3ac153f280ba457ed42cbf8f04432d76df87e6 105856 mingw-w64_7.0.0-2.debian.tar.xz
 d942e84f124a745135f91033984bdc71d8df30db 5878 
mingw-w64_7.0.0-2_source.buildinfo
Checksums-Sha256:
 d98229bafa9f231b709c76fd4a461478af6547cbf8e6aa948cf1e70c79a0dba4 2537 
mingw-w64_7.0.0-2.dsc
 8c46c31fa99e351d6b1287cad3976a52805bea73d0bbc1f66c5f928498d525b7 105856 
mingw-w64_7.0.0-2.debian.tar.xz
 f58aeb923a78b0bd8c61cc6bdfab70580b86ea02e81153e7fc42b66cb0a8c451 5878 
mingw-w64_7.0.0-2_source.buildinfo
Files:
 5e304f0b961399cfb7c696ab7b231406 2537 devel optional mingw-w64_7.0.0-2.dsc
 7daa1e582ad53ac4ce0dd31fe381317e 105856 devel optional 
mingw-w64_7.0.0-2.debian.tar.xz
 13b614dbe26b4c574c3a1f6e8750b9f9 5878 devel optional 
mingw-w64_7.0.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3PHmwACgkQgNMC9Yht
g5w7zQ/+LlBEi1ryVxFXjWXAqrGCMRiHrPMfHamVctC20mKNQp4xrYB7W6wtS61m
6/QeS7PWnIrjbzBJ6HGgIWLDmKi5ukeaQeep0wnvO5oZsIuKgZzIzSbysgHdM3Vp
EpMeCdYxZAagSxbgbY++xOqTkY6t+i0HgAhIZHhyUcZ1rYzv4A3SVw+XdWPrMOrX
EI5hHNY/wZnKq4pmtAjEDETZzu2KGPNn4h/oB927Owsi8lVfRW98fFhhVyJb4Dxr
iZPcmGQfclX5GJP8OIVKOvMuiW4DJ0xgGORzmY+WG/OhOd4dHHw+FRIFguiG9IVE
ysN5nR7gwePMNOORgLdnYXdY/ZvZr3yBJY/Y2rXnuBTPwh/55pQ2SXBYefh6f+z9
PK/FVWQUyPWjFxwhHJF/9EDxtDj3S01W2kJJUlbzL/ivonv6i6/l1IA6fpFdx9zI
jXW0DAxatBjjuVH8+VN24Dtid5RXslVD8wzBtSzp7Fe/jQV5LLSEQiK2FDOuSd5N
EagoU3cv9ix7yVgy9Blrh63nuKpp7tUsBVHwhvEG36dzPEwf+iKhKEsv3hUNX8pF
EB++xpCJhaQmXnpsO8iSwicFb8NlItb6hJ3hpKi3GLtCnecmrNUexYH0UIq4gU59
tiAA+icrezpXp7xeUuUArjZ2C7QgBxTk/C9QMXQeUyvklzvDgJg=
=xKpH
-END PGP SIGNATURE-



Accepted mingw-w64 7.0.0-1 (source) into unstable

2019-11-11 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 11 Nov 2019 23:13:04 +0100
Source: mingw-w64
Architecture: source
Version: 7.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 mingw-w64 (7.0.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Use dh clean to clean.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 57d20828bc2494347c2ef8759533056c506c1eef 2537 mingw-w64_7.0.0-1.dsc
 25940043c4541e3e59608dead9b6f75b5596d606 9071231 mingw-w64_7.0.0.orig.tar.bz2
 54efbc715b2c1f87c47c0215db20a8f6bcd76e95 269 mingw-w64_7.0.0.orig.tar.bz2.asc
 1b59c5c87d844214c7778c1db080fbaa9c992f41 105452 mingw-w64_7.0.0-1.debian.tar.xz
 e6f571be895c50e0a47a367bcf333c9947bb136f 5878 
mingw-w64_7.0.0-1_source.buildinfo
Checksums-Sha256:
 5706e6d3370ef975d42c7c1b29090756ceaae8cdbd35d21e9e8f23ce1aad2ff4 2537 
mingw-w64_7.0.0-1.dsc
 aa20dfff3596f08a7f427aab74315a6cb80c2b086b4a107ed35af02f9496b628 9071231 
mingw-w64_7.0.0.orig.tar.bz2
 760c0723ec461de19cc73a62238bf5f29e70a6c61bb6c2bb1a8dee9a224cf61d 269 
mingw-w64_7.0.0.orig.tar.bz2.asc
 736371e940f58a8d2e15b32945c6a51cae43f615150cb3fb57ec1416d7471047 105452 
mingw-w64_7.0.0-1.debian.tar.xz
 e2ec2dd8fba6c340d63216773663fe419389d3501922ec8ac36d0218f0ab77cf 5878 
mingw-w64_7.0.0-1_source.buildinfo
Files:
 1a5af53d581b344f8d86b86370697a6d 2537 devel optional mingw-w64_7.0.0-1.dsc
 7cd9b09be0b2c658ce200c4c43b59b27 9071231 devel optional 
mingw-w64_7.0.0.orig.tar.bz2
 c6a3b359890be475f6b3b026d9807b01 269 devel optional 
mingw-w64_7.0.0.orig.tar.bz2.asc
 911aa25d894f89440a329780d445e66c 105452 devel optional 
mingw-w64_7.0.0-1.debian.tar.xz
 598e14849e8ddc31096734a237a0eba3 5878 devel optional 
mingw-w64_7.0.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3J3ToACgkQgNMC9Yht
g5xVjQ/9HSObd7LKB4a6og6EbgMIN06mUr30hLz5uAzt8br5K+zYs+AvTHc+8xYQ
8OuIfONyTaxbkFENP0j/zKwhj8hnEjboABoqut+dfvSPjXtQo3KTP8Urv1EXPrGp
aDnKHbjIhGp2t0mDJA2DELSBT9R2ZqEkc4VqeKq6GFChi/cSMVmLYPyL2gJYz4HF
hQfUhdQq40FDNNJbLZaZrmXuDLKkX/uixW3VelSQDxrkHWu18yLUVuzycwrgJsz9
xrbJK8+tsuckPnFTvg7R+pbfXZD1lDhzOVcorRie8SJnLZfc5RjfyzC1qKBSgYgB
2tR5u5ndLjMLXbXcF2rTe5OzeUN+ykaGqKwiYRfVUit6Qbw762iA9pSSGv3Dcx92
aFOBTDPuGZ9e2lLHyjTpw9aJ41m1XofqgmzoiWJ90Wd+80NDJ6vnS//SAhFV3lLX
TT4nvfdj4w8Cxd+VAe2jwr0nwJj2F/+KSrmvx++alHdQxPUukwVvglylVRCbXTea
xN7YHTCd9E2EC+8Cl+GZU2J0sZtNGwpRgnLt54xU13H3VkzuaWckde2t5dvqr2Gn
5NFjz8PJhAWF++qDLHpYEFou2db93WtXCUOBGGtjAl3+PTBMIpaN1kiRqwj29Oc0
GrXQS7Ei7GdhHgJb3+KHbO/vMsr4QEDDXW8HtfPzgrJx/CvRVLI=
=PDWw
-END PGP SIGNATURE-



Accepted libratbag 0.11-1 (source) into unstable

2019-11-08 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Nov 2019 17:44:18 +0100
Source: libratbag
Architecture: source
Version: 0.11-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 libratbag (0.11-1) unstable; urgency=medium
 .
   * New upstream release.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 0efc64eb9b1cf9afc55d6a9abe41674c867703c5 2290 libratbag_0.11-1.dsc
 166d426be258069a911f8033acf07c89a198e3ae 237083 libratbag_0.11.orig.tar.gz
 ead1968dd0f6cfc7bf81c6694fdbaa07ef8ff8d4 5412 libratbag_0.11-1.debian.tar.xz
 2ba9ba15b00f8d77c3d866fe5d5fce643c2a8ee1 8978 libratbag_0.11-1_source.buildinfo
Checksums-Sha256:
 e57c4d998a10f55e7ec6d67299e68a45fddc64efbc3bb6b319ab4e3b40fa0c9c 2290 
libratbag_0.11-1.dsc
 aa0bb012c2f581ee35ec023d516d23eb22d38f16092e7de44bd8481df953408d 237083 
libratbag_0.11.orig.tar.gz
 d623cf7f57950a3a2784cf7218275d216034055c3d8fc3137cfa839a0ed2b7f3 5412 
libratbag_0.11-1.debian.tar.xz
 8793801bccd5924cffbd65ab5a1832b1aeae8f1bc573df352fbc0bd385c97ac2 8978 
libratbag_0.11-1_source.buildinfo
Files:
 3500d037be17f47928f531c12481e844 2290 libs optional libratbag_0.11-1.dsc
 ef50c0c684a0bd6cb2611a7566ebe7d3 237083 libs optional 
libratbag_0.11.orig.tar.gz
 f9e4480264988d16e011fcad65027788 5412 libs optional 
libratbag_0.11-1.debian.tar.xz
 2a4eecde751edb8e3ae5d3f7fd4eb81d 8978 libs optional 
libratbag_0.11-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl3Fm2sACgkQgNMC9Yht
g5y9Zw//XxQ0Fm3vohYdlvUBv+DREM3ZU3OocosdBEAZqeXJJ3y3jmEzfDKjdbt/
JfrcIbpjI90zjB+3mWrAWoBdRfmnC/657H2TaHc/6NrPI/UBfTu0QychsARtnbBZ
7srJZrNfgQONlLEhLc77MAc0Ym044AtQPxsTUiy940D3nYhDAouq5SfWgR70y/pP
1OPsF1Qk+fhQPqAyg6ZK82LPxykefCZ8GNAy/CrBJKwyF9YG6u+28/q8v0W83mnw
OGPcLwFiBVEm5zs8CfhdUqwO9EHgGA+vGBWpYAp6COkZ9GPXYg/a9JLjl8lSQ14x
5ySTEISy4wFlhVCo89QD7i8b3IjrBY7Fh0WGQHpLbqRYAqMXGHAqoho84TAkkMnx
7Wz1hgifceXOarF6rvooHcmEFaA9e6JtqybfuxMgNW1JQ8k4Mw4dDu4YPzb3fyR/
55B0JDO6jxnwn+btmxSbK+/fnS6moSAkZfm+MQrCfu+feWOBVM/YgLdW6CfXUj42
GD8nHXv9/+bY0/m9HKzh+ZKhiFVT3R8NHZ4lQrY4D5HX0+AmEFTZChE5SS3BKopM
OHHUNK+9DpuTnBOy4GS0E35Wl7JRwn/ivyhVKO+xqJ5xQh/iUpks0gnskufnrElv
vIRNU4SBOVw5ggFJjIAHqKshO0+cB/sLpmrRPWwjyWjcmySlC+Y=
=L2Nw
-END PGP SIGNATURE-



Accepted binutils-djgpp 1.1 (source) into unstable

2019-10-26 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 26 Oct 2019 18:39:19 +0200
Source: binutils-djgpp
Architecture: source
Version: 1.1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 binutils-djgpp (1.1) unstable; urgency=medium
 .
   * Apply the binutils-mingw-w64 fix for build/host confusion.
   * Copy binutils-mingw-w64’s spelling check.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 66b39bc2cb47dc3041d7cbccb8a6b5cf78612a56 1686 binutils-djgpp_1.1.dsc
 61f00ef98d66c0c6ecd215d03ca0e4fa0a4fbabe 4952 binutils-djgpp_1.1.tar.xz
 731bcc29fa38c8e53c0d9753021b5fa4cebe8c77 6813 
binutils-djgpp_1.1_source.buildinfo
Checksums-Sha256:
 3484cb7bace1f55f739f8ad5f4c18ccc0fa6207b88d745b4ec54d3be241dcb12 1686 
binutils-djgpp_1.1.dsc
 f775a32c8cf24e2fabbd4f340854498ea0a888a0f414dd868a25d5e18952e9f1 4952 
binutils-djgpp_1.1.tar.xz
 b8f5781e6d57732d2b9b69e990d149f5aee868271476fc5ec3ab5d93727623b5 6813 
binutils-djgpp_1.1_source.buildinfo
Files:
 c068f062ecba8c3192da679b3eb13ca2 1686 devel optional binutils-djgpp_1.1.dsc
 2cf8d9ae38c507f9b091bf8642a6866e 4952 devel optional binutils-djgpp_1.1.tar.xz
 e67a05635776193b32285ad2cbd5cefd 6813 devel optional 
binutils-djgpp_1.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl20ds0ACgkQgNMC9Yht
g5zJyQ//Qa2HlzfW1rDxoOBPZWsBc4e9EtCJz9ROz8qR1jGq6wbXr1YtHBuYLfth
ydw2azcjOHwpL4vVxllNdO4O3ZDlcprTg51y1rhztJ9mvH1nig2PwUhh3qriboXs
jfW8gWBXN8sk/pY9KenuSQp8oeb0LFnrtfn5CMXMYCsC4tOwXpDhJOieG3I3laoq
fIKwBF/M9oNrcxCNdPuB8csLn3YrHP3fF+a+o3NkoTp/tnv9uAmUrkGxZS8sRq5r
QCUgwkIXSj+jmaiBezewBl7XAZce0WzFa9oh0UbZwS+oB/5muvuTpZvc3RuclDfm
6gwXUks5VIKh9zH8awbNvKmKvVE1S3079B1t85C6un2wdoAcpBf2T22sWZ2IBnSt
Kywzeck2Qy7QL1PPB00UmMKnJ3ctbCnPDdgxrEDbIj+iz9w8XFa02dRq1R87juzq
zOqCoV95e2+OkPxOWt23oy+HL8/h9daZq5589TiB+Oocric7YuUO1/yXS/5IEwV+
KRz3Uts9nFeuijrFCmmLF5wsiMUPYhXqtaGZ9ymF2uJS3sklYCJ0HCMQ8Immtpp8
ehwA0FlcZhYSXY8KCN1zyDfCnMufX7yy1pDEY+yC6EbQKImK8TxV15gpiXqVIBkv
cK77p9k7+0nRm45RoOIxBNn88eZDeqNFK8To7kcZJpeRXngxHtA=
=7yeo
-END PGP SIGNATURE-



Accepted binutils-mingw-w64 8.6 (source) into unstable

2019-10-26 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Oct 2019 21:06:31 +0200
Source: binutils-mingw-w64
Architecture: source
Version: 8.6
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 943377
Changes:
 binutils-mingw-w64 (8.6) unstable; urgency=medium
 .
   * Fix FTCBFS: fix build/host confusion. Closes: #943377. Thanks to
 Helmut Grohne for the patch!
Checksums-Sha1:
 770fb0ee378aba3a6c9c4b5ef73f0ec4ecb99bba 1889 binutils-mingw-w64_8.6.dsc
 576eb89d0092fbbe34bea14383787da2be8c 10444 binutils-mingw-w64_8.6.tar.xz
 36f0ef8ddac3d732a95f516e3254ed083e54ac95 6883 
binutils-mingw-w64_8.6_source.buildinfo
Checksums-Sha256:
 823830cc5e2e42a58a5129d6543360ce5a9f9ad60e85c94a5a79356ec5a9d608 1889 
binutils-mingw-w64_8.6.dsc
 b8d262e785ff6fd227ec6c81e6c5126eeac79026600cb58aa25f6241233b3708 10444 
binutils-mingw-w64_8.6.tar.xz
 d72a8d4356d9911190164f15015984d4feba265918b75823c51e418dc46a4c23 6883 
binutils-mingw-w64_8.6_source.buildinfo
Files:
 8aeedfa628200b591cea58eeb641cdaf 1889 devel optional binutils-mingw-w64_8.6.dsc
 d2b8c7b892f2c52351b04a79c321fa8c 10444 devel optional 
binutils-mingw-w64_8.6.tar.xz
 92fb07e4ede9f66d9b6b34d1758bf033 6883 devel optional 
binutils-mingw-w64_8.6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl20KGYACgkQgNMC9Yht
g5yzsw//dufF98hk/mGLbDqXtkHmxRMbXsr4v3/lJ5/v0zRYGD2jVRAnZm3vrdwB
S00rUQbGzBwZGCCooYZu6LIfWdbCH7Kria9IRGfURUBPgB7a5PDROCwfTXJkwge7
z2uJrynnODem50GoRc22ecjKUzaZAlmGgVZooqRhZnVsHIrro4ynsMkS87bjOVQy
CmekSq+gGaRyHii0PnLaPms7Sna7zJT3Gu/TQ5+yJv5DD0RW01HB+nn7k3nbUYAj
bRrH0aHROhWDqN02CscBXd8/QQnlxjAIAFMFB5b8LYixON8tSVLQwTtcNLLY+psb
9CfU8rivKDW5Y5dTiKsZ4Bkj/Tvw6Gbmwfz03aJLP0yR3V5ur5VAa/tGpv4M90jF
jZ7tiQyfZVxNqs/7aQOI10WbH3Poa3Y/GaM4McRwqSTBv5hVG6rPG+iqXEx1Eb5s
C6PFVoV70tMGQTlfyNoycXUn9YZpkWnxtbj215JaE72KmRB0ZAmJoP0BXkYQJVNR
qWnjyQ8MdxPtSmjt3r14IOeG4TyG56SxhoKE9pQn4oYWVE0O8fjkLV3C92gL9pAS
PjESnM4CvEBYvV7IN2yWc3zV/eiXHQMDN7kgHDIKoaniwxqVTCjqb/yoJBDWT3sC
2rPuiAU08MdROWZNLtgXxmSjd2dGwwb6gEk36Sl7AlMJaXDs2Qc=
=WT1s
-END PGP SIGNATURE-



Accepted g810-led 0.3.9-1 (source) into unstable

2019-10-22 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 22 Oct 2019 19:51:03 +0200
Source: g810-led
Architecture: source
Version: 0.3.9-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 g810-led (0.3.9-1) unstable; urgency=medium
 .
   * New upstream release.
   * Add missing optional symbol in libg810-led0.symbols.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 53b5d6e80021fd2482b2ff00d7a01a19ca4a58f1 1953 g810-led_0.3.9-1.dsc
 84dc5263aa1f6d23a5db032acf8c5d0c4e1f1e88 34594 g810-led_0.3.9.orig.tar.gz
 1feaae59d118f50b4f83623711c09cd61e5270d9 4724 g810-led_0.3.9-1.debian.tar.xz
 a393cad8740329d0917021618d3ac01cd6fcfd1b 6014 g810-led_0.3.9-1_source.buildinfo
Checksums-Sha256:
 e783f0758fdc08e2b21618349b99b1d75fc3013ff33a042369e72d3a475c4c59 1953 
g810-led_0.3.9-1.dsc
 e08c3f411711dbaa0659d7b9d1ec9ab7c93d2e5a23352161092a83c7c8628b89 34594 
g810-led_0.3.9.orig.tar.gz
 87432c9b34a1a5b4f6f9dfdb8ed2908163197c590eb496c93c6dbde774a7742f 4724 
g810-led_0.3.9-1.debian.tar.xz
 2ade505e077611089cccdfb06a07440aea85c711a318d57644313791bf73d9a4 6014 
g810-led_0.3.9-1_source.buildinfo
Files:
 d31b0390ef9ed3a75d27e052a954bb7a 1953 utils optional g810-led_0.3.9-1.dsc
 219c7b33d7586c102a93e1a2aa9d 34594 utils optional 
g810-led_0.3.9.orig.tar.gz
 9d1651b9aa217347e69fe5d76f7a0228 4724 utils optional 
g810-led_0.3.9-1.debian.tar.xz
 f2bbd3642651595d58f5ad6f5660dc16 6014 utils optional 
g810-led_0.3.9-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2vQs8ACgkQgNMC9Yht
g5zNTw/+IYAsUG1lZ+yF82M7uslSBfCBHjp055Z6kAHDcDnVTpQp1O4nPadau6PW
VJpyfFDAs1e5SGxoGWhflYihPxUF0ptfxVWUV73ohTzjjrMtrIr9H2iuromQgSC7
O9ElkIz+Rk9gW9QGz7LnHzsnZAxTryc1PZgAyqeysabYnEN3/svEL32Fh8cUIMu8
4micC+8X5wclt/+aQHhiWEHcuk/iWAmNEuPs7Dj6Wvt7R/DocjuY/9IwsSer2OVa
ZP6Av27V4fz69NBl/mxrpZBAIT3eHZmnGiE6SqOUIYIA6R9+0k9wVphfUqlKX+Sv
OsxUmCL2nZzcdpjWQAJjvQ1D5Yu2x1se7ViAG36W6UOZJeHedURuxkGT8UKiC72k
xCSGUwxhRdrloCIVyfaIstB0fLFI+Dky7aaCd8pYEAhoRRgLZRr8Au3+s+RQKNMw
JIPX2CS/9xfxtuQuOsyXpi6MGVcQOyx3JBPncToTBytM8GWJtOZCjBNTRVv4tnEu
i4XDbDomJr0MkD6j0A7fvjLFhpLEHUSDsPFdXSaMhKrqnsAWiSN+i/TGjCjEpfFk
MQoRQXSLjCQdVJKiIaIuX/4JFJ3Rj3CNhGfjo6EAYNWU1ErulKFHDipwdofvF4nt
15HT8hr3m+A7AO2KGPCi8CzEhFi2dQ458t3Ta793W4qMk1Zgpl8=
=x+1t
-END PGP SIGNATURE-



Accepted nulib2 3.1.0-2 (source) into unstable

2019-10-19 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 19 Oct 2019 12:08:39 +0200
Source: nulib2
Architecture: source
Version: 3.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 nulib2 (3.1.0-2) unstable; urgency=medium
 .
   * Add license details to debian/copyright.
   * Fix the manpage sections.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 fbfd88251b8631787312a08943c4527ce773594e 1808 nulib2_3.1.0-2.dsc
 4eb2eee983d51c94ca08fe86976a758eeb8d66a9 4644 nulib2_3.1.0-2.debian.tar.xz
 d531128d6ee59c376c516f94676e26366bda2634 5834 nulib2_3.1.0-2_source.buildinfo
Checksums-Sha256:
 b229ad8f8b827df9019d02929a10baff8377a9124053b9e1fc0dbece446d0ab2 1808 
nulib2_3.1.0-2.dsc
 f455218d93254ebdca75561cc69cdebc1b750af0a0a4f096eacf9f7c9c0fb5b5 4644 
nulib2_3.1.0-2.debian.tar.xz
 2b99218dff2314855d62eea5a1b128d61babb3135b3fc864a842c854a338c99f 5834 
nulib2_3.1.0-2_source.buildinfo
Files:
 837337acf1420588320bfe86e3bc31ee 1808 otherosfs optional nulib2_3.1.0-2.dsc
 8495e4d64b0cbf50239a1438af80599a 4644 otherosfs optional 
nulib2_3.1.0-2.debian.tar.xz
 a48c2675f9b1ba139e51441a7e215f8a 5834 otherosfs optional 
nulib2_3.1.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2q4M0ACgkQgNMC9Yht
g5zD4A//d17RFHCWDxAJDM8s3WQCLU7XgIsYBeJ//hIqrz7equNbcrJEE0M+mcOV
Db87AwXd7eQo7VShBw2603gSt987FpANvOES/w822gfAok32mGy6nMOQng/Yb7eg
oq0/q3RL8u2WMhRiW25G19DBwEo2ijOD1o0DAsE15riPyj1/U+25ZuQjLAY2DJND
jCzv2DzR+qjLajyhrdzInYSp5p+TNZgXsTZKJ2c6Bd2Yf7wT2AiGv1Zll3jhdcrV
hOUNflfRmdNJGGMyB46ytu7Lpn/mWoarMtGuc79xgs349cnLHSK6yoXZptre6m6a
xTD4pwKBbO8u3KKkQyEgtzbukdv64ZtA+acsRQhuTdRmD1VH7EM2TumzKm37MxdA
jiqTT2MQU8d1tPJNFcukVZEXGXABEnHg0tr/p+GkKI1/1cZs9IKWVEeE0eDIt6yT
9ZvGEKEQunrXGbJd0C8fuGDQaZpGu/GrP1oNjWm8oBTZZAhEBcs2uh+HEHAv+fNB
ASYtQIokIkjEHZ+tgDRD9JgoZrfk4lJ2gVa8SoiPB0VkpDhHqVUBctrDdr+PT9rt
xvPRyYxDs9A8XTBSbgS/3bmom+lf2n8NsRiN72YKip3PI7+7AaceTm/0pcPfPLk+
6YzOZa3/z58zadQQLTpuNk5bAO1aGk2i9f0vdlflyTE9rARBfAQ=
=FVTj
-END PGP SIGNATURE-



Accepted scummvm-tools 2.1.0-1 (source) into unstable

2019-10-18 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 Oct 2019 18:13:06 +0200
Source: scummvm-tools
Architecture: source
Version: 2.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Changes:
 scummvm-tools (2.1.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 7b2882ee7bc3fcabeb0cea5f2ee1609b96201f5e 2131 scummvm-tools_2.1.0-1.dsc
 8ce9007d7fe6797339c85958cdb6e76048688005 710124 scummvm-tools_2.1.0.orig.tar.xz
 f3d30c0afc4c2738290579b9ca6692c33ddf707f 10844 
scummvm-tools_2.1.0-1.debian.tar.xz
 5aa2a008f99d84d357ff0618eafe941df83e0462 12436 
scummvm-tools_2.1.0-1_source.buildinfo
Checksums-Sha256:
 38fd90e3c81cd7e8c5ebc8f09cf5436d351f0a71d1ac0df1dec1dcd346549562 2131 
scummvm-tools_2.1.0-1.dsc
 cfc62d285d0e304061db72691cdfb8ce4ead868cffb2658b1f1c81934f404665 710124 
scummvm-tools_2.1.0.orig.tar.xz
 d5a9c95eb9ea5dc50e511ee0961a4ee65919beac8bab1e4be7c3d3c31adbf749 10844 
scummvm-tools_2.1.0-1.debian.tar.xz
 23aa6181a20bb958e1e0d2a72f04d4ab8a1b78328910a89c12154e71f57845a3 12436 
scummvm-tools_2.1.0-1_source.buildinfo
Files:
 16a365cfca812cbc6fd23c74fefc46e4 2131 games optional scummvm-tools_2.1.0-1.dsc
 5b0615e87d5148e9871ea355d03927e1 710124 games optional 
scummvm-tools_2.1.0.orig.tar.xz
 754ac584b04634839c6130e4dce134fd 10844 games optional 
scummvm-tools_2.1.0-1.debian.tar.xz
 a23fa7613badf3941de42337a3a5e51f 12436 games optional 
scummvm-tools_2.1.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2p5NkACgkQgNMC9Yht
g5zWpQ/5AXZ3hi1uEalFWZOaSSjdTBuBG7192YPQiToXvIfMPOo4/kzM1BIYb8XI
7WVjuz0+U3b7rkJcTJjEq5QrYKrGo3yt7SPGg56VshffyyOteJ8F50fhtR9h0dMD
GqoBtQN0x4HoW0wFh00lShygp4u6RqopsMfz3i5G9virp516JDvis4+AFJs90gfn
zG0KIT0wKFj9A4VIaEBIuY8POyL6qAD8UIvnp2dAc8UbTEY5Ls8NV9o5WU91bHMD
maM9N88KIzKteK7ABldORNbYNu7UZ7aaKYUYqg+PdmiWCcVU71TAbggPMuwQLfIr
mGWRtoo+cnLlUcyLaUnTDyd/FjJvTBSdx9PQ8gULshrplCcNlLGPzD8kNAWoBjyP
zaleSqjipDVxkfeIQ0DZhNedIKqZhX9mlEuorc6NU9qP4biFo+FikL3QGEyhUD3e
QbYKNydyBHQQ/qTyJbgkooexLQDafW/uh6kynkUcG0yueLzS21wG4LFw5Gvg959c
QvtLJD14POSl5erxr3bFzpBTfB4ztu6s0pviySOAf+vH7YkI/8b9G6csxZznkaUS
2dS4PVRgc1OTfsCA5MC0uU8cMI3jhqJzGhOg6F2Hh5xtOQc7/NlGdSQER+AoJjtn
+T9Wvg7Xr88AXUMY5JiyZFWGBTKV4c+8ZvV0jYTDsOn0uBPNAOA=
=j+7p
-END PGP SIGNATURE-



Accepted scummvm 2.1.0+dfsg1-1 (source) into unstable

2019-10-18 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 Oct 2019 14:57:00 +0200
Source: scummvm
Architecture: source
Version: 2.1.0+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Closes: 938452
Changes:
 scummvm (2.1.0+dfsg1-1) unstable; urgency=medium
 .
   [ Dmitry Smirnov ]
   * rules: added forgotten argument to "scummtheme.py".
   * rules: removed obsolete "get-orig-source" target.
 .
   [ Stephen Kitt ]
   * Repack to remove non-distributable sphelper-scummvm.h.
   * Use Python 3 in the build. Closes: #938452.
   * Generate compressed themes directly instead of re-compressing after
 the fact.
   * Add some missing files to debian/copyright.
   * Handle fonts in gui/themes generically, without hard-coding
 subdirectories.
   * In the Built-Using calculation, pass all packages to a single dpkg-
 query invocation instead of looping.
   * Avoid hard-coding the list of themes in debian/clean.
   * Remove now-unnecessary --parallel argument to dh.
   * Clean up *.dwo files.
Checksums-Sha1:
 f301f8b96e959f03070753e44acb9aba5eed4637 2413 scummvm_2.1.0+dfsg1-1.dsc
 cb0ec99ec3177e1b37fbfbd868292cd647795218 27510984 
scummvm_2.1.0+dfsg1.orig.tar.xz
 09ffdb956d10bbc7a8edb550fb14375c2d7755de 19148 
scummvm_2.1.0+dfsg1-1.debian.tar.xz
 c25cb62db5cc28ffa25bd8d8ceadd3eeacce90a5 12413 
scummvm_2.1.0+dfsg1-1_source.buildinfo
Checksums-Sha256:
 743ce35a7878b28799867cf8594e72dfa79e19e33fa599f9db68b021f6b9e3d1 2413 
scummvm_2.1.0+dfsg1-1.dsc
 0ba308f5f78927408573658b376cbca8b3a52e1762f1c0f462e0319cf7cca2f1 27510984 
scummvm_2.1.0+dfsg1.orig.tar.xz
 1ad97883fe307fba4be35ae0fa5c081bf856f683ea3b5637cc83757fa2b7e092 19148 
scummvm_2.1.0+dfsg1-1.debian.tar.xz
 9179ddfe20da5b5a57db4dcd4ef7dcf7e0c3c7929a28cb06606e91448f45f453 12413 
scummvm_2.1.0+dfsg1-1_source.buildinfo
Files:
 d9f917a34c3067857e1651e30f97aeed 2413 games optional scummvm_2.1.0+dfsg1-1.dsc
 fc2ea62684c30f2bfd3a9596a778c6d3 27510984 games optional 
scummvm_2.1.0+dfsg1.orig.tar.xz
 7fa077abb53e24329666899c85028914 19148 games optional 
scummvm_2.1.0+dfsg1-1.debian.tar.xz
 1fe306d0e8354f649d4d3b0cbe055f08 12413 games optional 
scummvm_2.1.0+dfsg1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2ptyQRHHNraXR0QGRl
Ymlhbi5vcmcACgkQgNMC9Yhtg5zQpQ//anxFwdm9YlZKD506zvCOPNHSbxVIoPZQ
hwys44atWbbuKzl3Oru1mP0Sc7t3XF4k1O0qXWO1nvFSfyiKJRl/uJQKINSbcUt4
NdEpZsArJrpTS/hHpI50iT6ajZxm/+JBwqpn9dW+GwOGcZ82T3YhXFhg+G8joUcw
H069tw1dZszM38V833/ckrqmj/PtfmrAFfp5yB0Cm2C+oIMh7zuFkwx9ciEPSDO4
l2CJxVTaCwfdtPzcaDMEvAaiC0vfeJ8Dne2GeCN8+9C044jzQdo5AchRDkMOSM4i
3kjabP8Spo2h8RZ+Yr4VTF9hNPd75v4A6RFix9MBYzyXoEsM/tAqqBGH7iPnnQGU
omZwopuWTwRRIU7hew3KF7BfbuNy7OAD7uBdiFptNfQlHZibzLOVd5RefLfV1zo0
aMDnX23LTWc64rOfx/XbccRd7IWLqe8oyMbGQV9fspjl0qgiO22aaTDORofLuGqu
yimgXBy+qfAdWXrgPcmsEerVq+2dS7SQ/RZT845bOF009v2icWJz8RbJ2vkxg/dq
+9hFqGS/YTgiuZ+gl/YP7XY5YQylUrNBiSn5nX9NptZ+CYLi7dnaBXbkJD6Khxnq
cFFax4PKnLrB/gdJkQhb/FVzHuC4AKPCffK3SVhkUXC7QD/S5dgwv9vSRUMdGkL2
WmyB/TYPGpo=
=1Cju
-END PGP SIGNATURE-



Accepted stella 6.0.2-1 (source) into unstable

2019-10-12 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Oct 2019 22:03:54 +0200
Source: stella
Architecture: source
Version: 6.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Changes:
 stella (6.0.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop the g++ build dependency, it’s redundant and prevents cross-
 building.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 c7d67e9e5f57e08a5590ab98e462cf1f9f24bf0f 1918 stella_6.0.2-1.dsc
 40fd9cc47017fc5041a60ba7e2ed18dada956c5a 2366300 stella_6.0.2.orig.tar.gz
 528d9c69b71c7e0383b4946d2d0bf05f5a9bd597 16620 stella_6.0.2-1.debian.tar.xz
 fe37b27127e44e6fb4f776be7edafa0b8b81c4ba 10977 stella_6.0.2-1_source.buildinfo
Checksums-Sha256:
 fc55f0453713d6977539430bb6505cf64ad4793b837c327430e071e606fe1e31 1918 
stella_6.0.2-1.dsc
 2bebbff19f3a99ec9dc8417ceb9257e82208d70b3b507d0d2e823dd207bd64e8 2366300 
stella_6.0.2.orig.tar.gz
 ce59a4701e01cc5dda17eb749bdc369fbc6519556c3bb5a98ee5e236166a2b87 16620 
stella_6.0.2-1.debian.tar.xz
 05bd9b5e850cff71bd4de4a2d837ef68f75770aee22988709f4e3405c352ddba 10977 
stella_6.0.2-1_source.buildinfo
Files:
 2cad3b2cb09bee096f51816e50c960f9 1918 otherosfs optional stella_6.0.2-1.dsc
 73bdb11ffd82c13968fb160a0b953005 2366300 otherosfs optional 
stella_6.0.2.orig.tar.gz
 6adfce815b3ec0a5f0d12bd648d2be6f 16620 otherosfs optional 
stella_6.0.2-1.debian.tar.xz
 faad501a08df2ff9cb3f0213ca3e5da2 10977 otherosfs optional 
stella_6.0.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2iMbUACgkQgNMC9Yht
g5wwpQ//eeBkLbt8JqFmDdZ4viAVbUpDXvwwysqqIUBUaS0uZ8m//F1MeqZ/TXAu
CljoQP8xPtpzKzRs49LeHHYweXBPatt2bCSGlwSUGHLlIDfXzdqVEcaEBDAY8DxU
Dm4fV7bMB6ZXVQqykal91e206+4DO4TiPYbyXTTprpiQgBUQenscBINc+NoHH4hq
oagVTtH+Z1+ae1EfKvEm1lDE9obaMS2a0QaDqdv2JhnDTudWzxI0Basgz7nfARY5
a5bjeMy3W5yF+GkXNdCe1JVr9lRAgw3OyL3sBeGsx5Yt3ry2+i1T2KU0qNFRg7zt
5rzDYYThOHMCLnM6mvtrZVjEW5z3k2oAf7PqgA8mwCrAAIuoJqZTK6wEF5FBT+dR
fQgj4cRDJ4tNKG2PituIWPzLCzmmdDWC16qCowpj38tvQjE2IdmlDTNii5eR/PGd
c+//HORAy0Pb2r/QGYClvuIvY6TnDmYniumbq1vrAlt5D5cPv7HcyRWE7ikifLac
nCk6doskB5AGb8dZh+ZU2Ar0d3t5rZxNHbNE462AFFcuyQN3E/HHC9pitP/x7Mip
bnZ46fKdEyumHNdORQdvMK5qdWMvZDk8R/ajPPqpTBG1qSjYdPC8wt+HTU9+sddg
mQVgueH6Azrx0cjLxMZB4BP9gdvOFjHwzK9kAXNq3a42RxncUUE=
=NBlo
-END PGP SIGNATURE-



Accepted gcab 1.3-1 (source) into unstable

2019-10-12 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Oct 2019 12:17:13 +0200
Source: gcab
Architecture: source
Version: 1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 gcab (1.3-1) unstable; urgency=medium
 .
   * New upstream release, merging overflow.patch and the self-test
 patches.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 947653ef98278d245927730e436d69451ba72a6f 2273 gcab_1.3-1.dsc
 895c25e3ff2d2fc6efebefe1ca04d530bfd6a6b8 77900 gcab_1.3.orig.tar.xz
 5b207a272fe2b63a3d2eec8c5e9df66f563629a7 6360 gcab_1.3-1.debian.tar.xz
 c55cc56575fbf6d544ab64c1aedd1c624cd0eac1 9526 gcab_1.3-1_source.buildinfo
Checksums-Sha256:
 b48fc79670fcbc0fe0591f2de9b09b87e688c3ca3e0929a3035fbaf0820c51b8 2273 
gcab_1.3-1.dsc
 10304cc8f6b550cf9f53fb3cebfb529c49394e982ef7e66e3fca9776c60a68e7 77900 
gcab_1.3.orig.tar.xz
 b4f4518f266f4e13e682c27469ce0551ac050f4fa7dbcce4f8364cb462c3ef53 6360 
gcab_1.3-1.debian.tar.xz
 df1903a82d4ab9e36033b49298f7f646187dc7f4a8ae8d628bac1dfcdf9a344a 9526 
gcab_1.3-1_source.buildinfo
Files:
 8d213a056b91af915a5de542e852388a 2273 utils optional gcab_1.3-1.dsc
 8f56c01fff7393fef06016113f8a5c16 77900 utils optional gcab_1.3.orig.tar.xz
 30e6284de7a433795899a432f2c0cbfb 6360 utils optional gcab_1.3-1.debian.tar.xz
 c80b5084836241db4a35497dae03ef0f 9526 utils optional 
gcab_1.3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2hqEoACgkQgNMC9Yht
g5xHpxAAjdbJL/PU/qPIwiRzipwHG/XH5XxJLQtfMYP1SKCNeSZNKOTOx7xTiXDT
NRBYD3E1C6k5JpnswpCoicrbI7+kTOhKzlZo24rVd7fZqJzftGZr6VPh9/E1elma
IIFZ+etcJamBJs8h1MN5+Y2aBB+tQPzlA3lDIGO/IBVDMlMKfWIwbVHu/TDvrOnE
g276MgVgc/xwO1IEFsuZ5tDU8Pyff4kFryGWzQ4s2NkiYplQ4TlWer3e+LvyTASC
PJp9RuSnXMNYvADfC1j4zAmHjQXvJES1T/4eJx2pxIqREXBHAJkrZBTSFqtW37Kz
dSWovuLmmTMoPY28rtxdFpHOVQjr0xPzvCPfEZBP/scAlROhNIK4ZsZMSZEmdYfi
ifpgAIqBYn9y/H6/iE212MdSgOMBpzna9xcwgCKkbsI7D1/ZRhHHeQovRhD3PZ+y
2If3u4GEmPT3nob9qNbSiYFez9EbgRAtbDXdY5B6AEaucg/rYUB/XuVRbuu1Ij3U
a53iyLUw6iyxSf7zzk2Nmv5WTVRz3Vt0chwVdKea8NdE/tznNrx/2Oi98W3Qcev8
lcTbDzrNH5IQwFojIEN3l1xCLl7QxMl5jJGMlddVbdpX0xPASfDy/hH9s1g7eXm0
1FOjzS0kA2N0aqKI+0K+xbSPbvfV/sYPUIVrgcJ9IkIZBAKjPpQ=
=V6Gh
-END PGP SIGNATURE-



Accepted joystick 1:1.7.0-1 (source) into unstable

2019-10-11 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 11 Oct 2019 20:35:28 +0200
Source: joystick
Architecture: source
Version: 1:1.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 joystick (1:1.7.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Switch to debhelper compatibility level 12.
   * Standards-Version 4.4.1, no further change required.
Checksums-Sha1:
 e4e2102c3ad58af31fce320c2b66a072793716b0 2209 joystick_1.7.0-1.dsc
 9795b864894557bf8d7a056ca49ccde78974ce80 52960 joystick_1.7.0.orig.tar.bz2
 f775062065626a98e74f56c7d0896288650310bf 833 joystick_1.7.0.orig.tar.bz2.asc
 c5b6e204d44ecd9aaa260e8181f63cf0da002cab 18016 joystick_1.7.0-1.debian.tar.xz
 c7eed67205762dff41febd544648235a18fd9cd1 10983 
joystick_1.7.0-1_source.buildinfo
Checksums-Sha256:
 aa67ca001850b24b43651ee0b9f76e99e134a5b7b9050bd5c8aa63f60407aec8 2209 
joystick_1.7.0-1.dsc
 95d112f06393806116341d593bda002c8bc44119c1538407623268fed90d8c34 52960 
joystick_1.7.0.orig.tar.bz2
 10f08620533ab54139371013b203ef368b9186f8d128d66526afa789d53ca78f 833 
joystick_1.7.0.orig.tar.bz2.asc
 2c14518f978fe11c5d89258b98cb89dd5e275cadcba009953f4368576d530ac1 18016 
joystick_1.7.0-1.debian.tar.xz
 dd9f87338a985f3d42ddc4725d7c08f1693da2a8bcd7f6639f77452ecf82b68c 10983 
joystick_1.7.0-1_source.buildinfo
Files:
 17f621eb0070d4c66fc91e6506b693e5 2209 utils optional joystick_1.7.0-1.dsc
 b30c4daa2329d9af316045657370ee27 52960 utils optional 
joystick_1.7.0.orig.tar.bz2
 5477b9e21e1e3088d925bd2e975add70 833 utils optional 
joystick_1.7.0.orig.tar.bz2.asc
 6398e165d74b92895cb389fe37c9442d 18016 utils optional 
joystick_1.7.0-1.debian.tar.xz
 dc078a519c840a82bf2bbbf181b42c74 10983 utils optional 
joystick_1.7.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2gy4oACgkQgNMC9Yht
g5xUGg//SxQTRJIDiIG5nhNGrBnH9s3yNt2TiE23F3pccMGnaOBH8idaKA9fyocw
rpNgi6ZWmPoJ3ucUJOUhxGdPSXrXhkZg4JycEdthvN6ia2BDQovUpjJCM6790XIJ
RzG372sVMbx88pZ8ATcQPMwxi1Tc6ba9l8h3+6H+WJhDik3JnkbE37ZjxwUkqzAZ
/tIsg4tMjqeUhng2+97jsPUR37hWbrNoH9LK+YDc0c626BmgeZM6MiXgv93Ejg04
uSGDp/M7tttl2YUdbzmhnsitjQJ+TbCS8esF8O5Xmxm7e5lIJsjCP3sonHuxZ7/R
mKtOwz8NfM2/91ToF2pLbXLhp1ASl6YV85IyGm4KuOhX4DQSpkG7jIwRSd1lv+tq
HJ01tmpMArXwGXZgC4U26yvNs46birXwQk47PEaTOdxXW7JJCiD3taPEy1gsZBx5
uHpl34EIau1BTJkxLDncYa1/blWspLOiQqTUtDO+JqT2vUWnmEIuGcdNswM/x3Vk
DFTZmdpJhNdeZDVDZvqCQRSwfl91eRcMe3yQc+brdJn0p54ohrQLLDIOvO3dCCAG
TSRMi3T9ej7OiheIHaEJTaMys4inrQK/ETi3zsFlQDBziqaC72Q1JLJxXmnE/7DC
HQt1NVey4Fd7u2f8Sb81Odx2W7lc+AWz6wju46rlnXIM2k7zSpI=
=GoQq
-END PGP SIGNATURE-



Accepted binutils-mingw-w64 8.5 (source) into unstable

2019-10-10 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 10 Oct 2019 13:59:05 +0200
Source: binutils-mingw-w64
Architecture: source
Version: 8.5
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 930978
Changes:
 binutils-mingw-w64 (8.5) unstable; urgency=medium
 .
   * Correctly disable silent rules.
   * List missing files.
   * Highlight obsolete spelling fixes.
   * Fix debian/rules comments.
   * Require binutils 2.33 to ensure we get the plugin handling fixes.
 Closes: #930978.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 642444090cb09643cd716b874ee881a34932408c 1889 binutils-mingw-w64_8.5.dsc
 2e59f13823a4ba7306efe87066e7651c17d34741 10376 binutils-mingw-w64_8.5.tar.xz
 0d75abcd318dc73ab0470854ca09e98469306ca0 7013 
binutils-mingw-w64_8.5_source.buildinfo
Checksums-Sha256:
 82a38f05aa31764f6c2a8d59b0a420ccf1fad913cfb341fc628fc3d81c8da07e 1889 
binutils-mingw-w64_8.5.dsc
 17e717c4ca7f6068a5360ecaabdd607c7108843e6f80c135e98f410fb38e48e0 10376 
binutils-mingw-w64_8.5.tar.xz
 324ad28bcc59fbaf6a70582bb0a106bb3375800cba4c0f173c38056845e645c7 7013 
binutils-mingw-w64_8.5_source.buildinfo
Files:
 a08c00abe81c29fa4005a8d97201617b 1889 devel optional binutils-mingw-w64_8.5.dsc
 58872a18f3f5493e00466b4da4d0c8ba 10376 devel optional 
binutils-mingw-w64_8.5.tar.xz
 8599913928865e3030841fbcb8a4be44 7013 devel optional 
binutils-mingw-w64_8.5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2fHR4ACgkQgNMC9Yht
g5zMKg//fd+UPSjW3m+6a/3J3B5M6KduHMp5EYS/ppARhCNkPKlrLjAofvLcB63T
54OONW0Fv8uzz4FAVcbq9tSB5nqwCB8qS4T4WXTwsmr3AO4BxlZEb5b7/rsRhXQQ
TCqP6628PxG3NQILJ2YWOupUS//jtu6trC8VoCmkccGq50gg/vS2e4SAwOaiffB1
OgrLHiw8FPfFouY24ctmrVIFcKvW76CqjyzUIXCOJ4Q41JPGkCS6gbI4TgRIjQGV
hCce4cjrHoNoxaVfF6Wb9QyOz6LJ2srUl0b+OjLbd/s74l+9Kx2HkkshjkY21AkZ
LEZus1WbJnG5FuLW9k2Srp0r7RpsmNrHRcWVQjye6JaonWBjC4G00IoIxrPSB1Qo
YkhWRnaBGFeRCd+jKVoiNguzyup7ShIP0UcDhqkMHvdbYMjtDV6ZSXvcFWrJWx6s
gFrZSoUAFZ0lk880BYZiNc5atT+w9Y7QbYYciymc0AX7C88nZfSPcLXkNbbqrRt7
wY2rKQceCj7/MBBMj7Vf3JdUhLVchXurbujMnFD6SS2qeIiCnRQieUmuaRT7pMze
BpwPOe1ezwSBUOQzOQT0mlYmbmTsZm5+E5hkw+Tt6a53oaJYEthq6x19nNeKRVxC
qrIWfIPPcfaQ1Y+ZVllzGZ1v6O/tERlQvxYxpdNj9NMk2K6ZIy4=
=ffnO
-END PGP SIGNATURE-



Accepted bochs 2.6.9+dfsg-4 (source) into unstable

2019-10-05 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 05 Oct 2019 11:08:27 +0200
Source: bochs
Architecture: source
Version: 2.6.9+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 926796 933458
Changes:
 bochs (2.6.9+dfsg-4) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/watch: Use https protocol
 .
   [ Stephen Kitt ]
   * Drop the wx frontend, it is buggy with Gtk 2 and doesn’t work with
 Gtk 3. Closes: #933458.
   * Stop recommending createdisk, it’s no longer available.
 Closes: #926796.
   * Ensure the sb16ctrl build takes flags into account.
   * Standards-Version 4.4.1, no change required.
Checksums-Sha1:
 da5fe0503bdaca33576df4d2e8030d5ee1b288ad 2599 bochs_2.6.9+dfsg-4.dsc
 fc8bafd57fac36e67295d02f383a0917f8e12efa 54060 bochs_2.6.9+dfsg-4.debian.tar.xz
 513da53d63ffe69b2f9caaddb0ecf5e8d6024380 14278 
bochs_2.6.9+dfsg-4_source.buildinfo
Checksums-Sha256:
 7aa663fffc7704dc94542592ae4c162c875b3dbcea98884034c910f1a10101c9 2599 
bochs_2.6.9+dfsg-4.dsc
 61ae4fb3e764c3aeeff4c3c8ccd455140dbc8b779232c00c41af4c711257d473 54060 
bochs_2.6.9+dfsg-4.debian.tar.xz
 ae86632db7fe1f1ce5f60af56110bbe4a64d5dc986f3946cc2509a7213c13817 14278 
bochs_2.6.9+dfsg-4_source.buildinfo
Files:
 098da35c4d3eaf707b7958f381cf866c 2599 otherosfs optional bochs_2.6.9+dfsg-4.dsc
 d86ae1857f89e94e0f8476bf38080520 54060 otherosfs optional 
bochs_2.6.9+dfsg-4.debian.tar.xz
 0f1fdaa60f50dd89a737526506f240e9 14278 otherosfs optional 
bochs_2.6.9+dfsg-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2YXcgACgkQgNMC9Yht
g5zBBg//UDK8MPIMz2g9r3CqyzSsHGW74Np/PfuM8kNaElwXANFXe0EC41dukEe8
yo1qRiPXXeCPeU4cfjZUCsa37D+NwPgEQYypEmgBU1e7L/O77Y893arkLdBgMHUj
7+w9B4Nr5/lfqKGHIUQqHhIaWgjXS5KqmDdSMTST4Kd4APuV3mESxTU9hMPF1VxH
gey9oSPIB3geuLnlnpCRogj6hDjRkNCtEs6ObGP3ya5FbpdD6/pP4YMRXgya8TMo
heV4FOjWrgfYzoASjURSoa0/WdBlgMjvUOdUbVN3dZaIlvrK34wRngY92qRjCG5H
FWlCyy4rhtl7WihXV5B8VJuftJlOX6IbKVIhuD9M6mdnUekxpSwAIKYOO/uHPfAg
oGEG3+XsjmVwWfNFndgv9Om54l44CD3JhATkiUdVV8B+3q0V6JtxRari1VWqs/Uo
ZhVimchtJfcPTC10unT33H1MrybW1+10XtMTWPSKcRslQp+Yu1ztL7kwaNGGmeT8
9SC54VDoKoJ88oq/jj8KbpCYsPB5TjmnZj73WsD1sDTQ4xI+6J6ISA1sBGGoHGw/
EsR0XD99kA/quAxmb9LMwsoyW6GAwgSbsbTsvwJBLVFxivH4zigiDH6lSXGobQBb
Tiq/+LkXei+15PqjTgIZtAPorMvgYjHYGvOYLoSywIgg13T7lbM=
=XcjF
-END PGP SIGNATURE-



Accepted koules 1.4-26 (source) into unstable

2019-10-02 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 02 Oct 2019 09:01:25 +0200
Source: koules
Architecture: source
Version: 1.4-26
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Closes: 882293 941408
Changes:
 koules (1.4-26) unstable; urgency=medium
 .
   * Avoid building libutils.a and libxlib.a twice. Building them twice
 caused the build to be racy, since the first step in their build is to
 delete them (so one build would start building, the second would
 delete the output, causing the first to fail). Closes: #882293.
   * Recommend xfonts-base since Koules needs the schumacher fonts.
 Closes: #941408.
   * Set “Rules-Requires-Root: no”.
   * Switch to secure URLs.
   * Switch to debhelper compatibility level 12.
   * Standards-Version 4.4.0, no further change required.
Checksums-Sha1:
 6309df926cda494f808af8e83baa3f3144f36e52 1927 koules_1.4-26.dsc
 6c77bcef892fd02ac50387ae8d39bcba5eda8d17 15688 koules_1.4-26.debian.tar.xz
 07a35f4b9ca10e1b293ac21916fe5cb6563ab857 6343 koules_1.4-26_source.buildinfo
Checksums-Sha256:
 9893eab40c4640a22327922baf3df9c57060e798b39bf534872406727b72f63a 1927 
koules_1.4-26.dsc
 89cc7fcee9f5a76b94b72da52c57cbb8ab2d32883dc219059e8427f5dcce8de6 15688 
koules_1.4-26.debian.tar.xz
 a1f1a49339ebd0866a643756f60b19d6f91a7234d3f9c9d4829776b672efd25d 6343 
koules_1.4-26_source.buildinfo
Files:
 b78767e388d7b2fdfdd87c3261d379ce 1927 games optional koules_1.4-26.dsc
 bad116bc9cd0e9d73860c68d25dde9b1 15688 games optional 
koules_1.4-26.debian.tar.xz
 050938e571d9b45d1c6bf1521973c1c2 6343 games optional 
koules_1.4-26_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2US2cACgkQgNMC9Yht
g5xpog//ZiFZ/Ug+ukzETKRh/mrLhV9KMdWfgbmGOjJli/IK1T/FiaMy4taSFf5k
/UyniNUdicUUoS3Djokn4bov3aKgydrsDVRw9FkeH0a5sUafTVQwrOYqpQBZ31Ef
YtC7tNC7xCXgAfa+7vmfyZSMOQmp0Dd+/SnuotnxghjN+Tiqha3MG0lX3r4wGdb4
gqG4Vp6Kn0AxrN68D5xv7G7tyll5DmPrJlkTF3U0c12driNX8Z4HN8BxmDuMiavF
WMvJFW0SDYgzA4gS9Bo9q4X9cB1EcB048PvQRf7peCPaFDhYNGbxztLx5lDnyuBj
EW8Wop0uaUlCcp2d9fLOCloRHwmkvdvww9eiHaB4ucnXKOSyAAjc5rczPZlHWjLV
yz0XBJY9G8i1021wvAJb0YtrcZk3o9vLXZXGG8K0J6HNzCyJL8Fjm11eHtKGENqk
Lb1cyKHk2SUWCOT3WyEKJvp9LHZcXxeNuifHBo5XFzRIGgK7N+yKo5mHLhfpKUUf
RKjFErUbhdUOWhshxTv6vcjlOb3kZ0nsecihEz3afttobv35RDI2ju8t/GObaEuc
QmCM98tbgyBSyJeSqYZOMeLwbp+fAU+t9iJknMrSw4sIp5iUEYbw5hMRym+avoaq
L5LIRg8KBmZIFQcZG1BEdImG22VZ7cGPpPqb9W26bqCgMulYW1I=
=PxEy
-END PGP SIGNATURE-



Accepted miller 5.6.2-1 (source) into unstable

2019-09-23 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 23 Sep 2019 19:51:29 +0200
Source: miller
Architecture: source
Version: 5.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 miller (5.6.2-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 16152c5bd68d72c501a51e60b644ba064e91c8fb 1807 miller_5.6.2-1.dsc
 e2919e5d14d113c7fde8c71df134ee7939ac71b0 5021788 miller_5.6.2.orig.tar.gz
 a660a7f310245a195060c57da3f05fde5ae37298 3468 miller_5.6.2-1.debian.tar.xz
 0f916f5193e43e54db0f288b38c3e59370a5a5fa 5779 miller_5.6.2-1_source.buildinfo
Checksums-Sha256:
 11e07bb35128a03fcf71754aa7b05a27fa4377a4f458c8e7f1d3a2370c5f712e 1807 
miller_5.6.2-1.dsc
 4a02dad2ea545a8085aec7fcf79b3987ddd8ce9d111d5cede488692bb0f49731 5021788 
miller_5.6.2.orig.tar.gz
 b8965fa5ea37bdc3bc53a49b535762e1338e9c03e6a342d6736605b49e324a44 3468 
miller_5.6.2-1.debian.tar.xz
 3acec2857a35c7cfb19b1dfb89201d072a6176014914e64633983a9108808bcb 5779 
miller_5.6.2-1_source.buildinfo
Files:
 97f6b75d4949001eb0f7b54ef1916985 1807 utils optional miller_5.6.2-1.dsc
 92ee2d06f8abe029b6a7e7e34e3aed89 5021788 utils optional 
miller_5.6.2.orig.tar.gz
 196bc3486cd2229fd80dd58488a55c71 3468 utils optional 
miller_5.6.2-1.debian.tar.xz
 4dd240cc14205cb532a4bb964dd67e3b 5779 utils optional 
miller_5.6.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2JBkkACgkQgNMC9Yht
g5zwgw//bdON/hgZoE7kZ0cTFTH9+BvyLrvztpI0aWKllYGeVPRZfgtTqKLIzb83
6YlNfkmnTuaphvAwdXBR4lsk4lu5D+zRVQHgSO+luHkxdmh4OSr6JHcarwbibvKY
LwqVCznUYbgrziyKcPO5+zC//Qr6auP5p2qX1FhWAW99gRvYiIYKOgVddys7F97g
HkrhNYXs7SQuT5m0L1uwj0FD6nzMvc/LX4Zc2mIdJfN6PdAKOF0/gtKG/4S9scyc
/booXzM2Z3gNeNu/Gq0qhcjkWzy9mfun9OrdRCoZaEV719dQfCyu0HPZvTKy0suH
4KSEQGU5SCsW5N9FRLN/ejZLmmPtyqnPS6ZzE4nxzniiRNGnGq3+fgAXFZyH3vl2
2mHekneAzZzOvbRZNOvsnUVHlntCiNyKdp6ZP/nXLkXwctJ1J6IdgIQrGt+EsRA+
zMjmdLjekuyRJZwJgO/P3qJvHLpFBzJ5zcNjnz4Xrn7fGNsfuT9iFz+uLJDLQ06g
Vx3M/KtyHI8yDNRc3WadWlYP8SxRjkAO5+kF3xXQRqXmKtE4aJjUmhKtEolw7mRk
D2AdwnhpLmd4E4R942K0N45hdIagCX+mQQxzNOX6TwgEQmQOmtMcSI/CKwvulFjL
vAe9B+HimYemWLI3GTbAWU41XrYwyQQtlOTMn+CsGmwWzuuDkis=
=vUbr
-END PGP SIGNATURE-



Accepted g810-led 0.3.8-1 (source) into unstable

2019-09-19 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 19 Sep 2019 21:24:21 +0200
Source: g810-led
Architecture: source
Version: 0.3.8-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 g810-led (0.3.8-1) unstable; urgency=medium
 .
   * New upstream release.
   * Override CXX to enable cross-building.
   * Standards-Version 4.4.0, no change required.
Checksums-Sha1:
 58df5f43dd4e77859aaccba057f6bcc12f9bf933 1953 g810-led_0.3.8-1.dsc
 a31cd06457c1d68966bf28f87684343b3bbf2bc6 34578 g810-led_0.3.8.orig.tar.gz
 0cb81b04d31345ba8099570b711fb0b0aca78693 4688 g810-led_0.3.8-1.debian.tar.xz
 d5a06bff1a16d84bdd8c25847fbc574fa5ac6c79 6006 g810-led_0.3.8-1_source.buildinfo
Checksums-Sha256:
 9650e6757b62bf47512f09790f7e88dc7d87285f8199d443d91f992f3b977c89 1953 
g810-led_0.3.8-1.dsc
 c8c4ec26a20ac6e52880cbdd33dc01a7500d9b084c4d5ca74dd85c4fb4893f64 34578 
g810-led_0.3.8.orig.tar.gz
 bb177fe19a65e5c6dff35af083b082a8fef7c4ff3cc85bfeb3bbda44e1ead953 4688 
g810-led_0.3.8-1.debian.tar.xz
 92e38a4d03b6726065c59f2a735344e38575e0c70cc145b1f27d0ff24c9180e5 6006 
g810-led_0.3.8-1_source.buildinfo
Files:
 a38c0e5ed0109832d3b9488091aea472 1953 utils optional g810-led_0.3.8-1.dsc
 f1b29e127731b61acb380fb514f3b3c3 34578 utils optional 
g810-led_0.3.8.orig.tar.gz
 3bd32ddb9b4a6d9c3260ae0347904292 4688 utils optional 
g810-led_0.3.8-1.debian.tar.xz
 a8b17a8abe657de52cfcb4f0958c490a 6006 utils optional 
g810-led_0.3.8-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2D1e8ACgkQgNMC9Yht
g5y5Dw//YIFzLlRYenssf2DVuThqTR1rrx5uyRTBpJyEvx5gZlVSVEmmjpLROgPg
KpFjA13/igWXNNXlzfShzghrCqDzgkVfLaF0Pjtk+E44rq3QGzszM2vPn168Sygi
r6cqgkPbpMiQz3qNbJyDmHvTggEmYHblZLQXAqZju/4ZglIPdBOgw/osybN6xHlc
flnT8gh4GL3RiDOpHcRdgtKBeQUTREch7M+LeaAMo3t6mHhcoLrc9AaQJmkVv0iL
FN2//vVZwLglyMl7vIGGxV9XEU7aFGijs+i9Dn2BifyiXxWltMnoeYhKzo2+mkza
MoBVxssPk5egm2UyfEGfwuzHtw8RQEhHZK/k42osFgotMj0OfQipUknEeymGsjGC
t1+berNP1IL5ICPB/cQtoMk1Hf5B6h+Uhu0VXECsg0B4xVmP9QrRrvM4A3CdkHIc
NDdPFD4NDHGLWa97sC5BOoQawHocxNYO+hSateUoXVJFBsRHl4j1QCO+LwZr86Z6
BSoZsz388j99uYz5XYCxtzLVkMYR8SH78bBEcTrgCSMnGJEwQwO3iDQY719ByMOI
sjZbofkZc2u3T7ugsRsnhvgJWmJBzb7aIpPwvr8G9t/pGi/NXasPaJFmj6PaE9DK
tgsOpoOTZ0skGBbtIXp/mfhwDlKOhuPkqNLOW6AbLTV6QDzi2fI=
=yIdq
-END PGP SIGNATURE-



Accepted ddcci-driver-linux 0.3.3-1 (source) into unstable

2019-09-19 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 19 Sep 2019 08:38:03 +0200
Source: ddcci-driver-linux
Architecture: source
Version: 0.3.3-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 ddcci-driver-linux (0.3.3-1) unstable; urgency=medium
 .
   [ Paolo Pisati ]
   * Skip building if BACKLIGHT_CLASS_DEVICE is disabled (LP: #1837073)
 .
   [ Stephen Kitt ]
   * New upstream release; drop
 0001-Fix-incorrect-check-on-null-pointer-after-a-kzalloc.patch, merged
 upstream.
Checksums-Sha1:
 d340437eb7e7bfbbd87386b76eb79ccfc793ec70 1943 ddcci-driver-linux_0.3.3-1.dsc
 5eff65a6395a79a9a3e15880cee66ead2d32a8d0 22614 
ddcci-driver-linux_0.3.3.orig.tar.bz2
 af0d9fff922a42be14104ca3865e00e80b88aa2d 2836 
ddcci-driver-linux_0.3.3-1.debian.tar.xz
 a9da8ef084d4b22781eeac52af12c284d5f9407b 5919 
ddcci-driver-linux_0.3.3-1_source.buildinfo
Checksums-Sha256:
 e859347c295c5d1e37e181947261bb267dc1d89b1968d110639a234e802eaedc 1943 
ddcci-driver-linux_0.3.3-1.dsc
 0e2dcdb823f5e4016aad09e202a9501595e9f6c428cb6c8d5ac3e224b0b06d62 22614 
ddcci-driver-linux_0.3.3.orig.tar.bz2
 9ef6a3d959cf6c135b7764f68f24020c4b9111dd6dce2033686217a9c9e7efd0 2836 
ddcci-driver-linux_0.3.3-1.debian.tar.xz
 c4ff1870609442f6899277e4becbffd9208e6ad7f1d32fbae99340c2764ff232 5919 
ddcci-driver-linux_0.3.3-1_source.buildinfo
Files:
 40be92c964f51c7e799b677903cb7b34 1943 kernel optional 
ddcci-driver-linux_0.3.3-1.dsc
 e9314bc8e1c87639391cf9dec7ce2b2f 22614 kernel optional 
ddcci-driver-linux_0.3.3.orig.tar.bz2
 d6fc510631baabbd69d4138204705ff0 2836 kernel optional 
ddcci-driver-linux_0.3.3-1.debian.tar.xz
 763ba24d653cf4caa66dd16c3f8cdff0 5919 kernel optional 
ddcci-driver-linux_0.3.3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2DIlsACgkQgNMC9Yht
g5z5pg//TBUpW8ExePxBkrv+DqPNy895OKZy7j/S6ohd4jcLeopGlHNBtDhuXnK2
FMY83XKQgLC+upp0IdGB1QOSZ1LtSn2aYzhp8CWsDAKDb8VmHEUTFNsBvoUEximd
J0WQtwvfWyvF1o1EqMaYe1o0cBEIWGB4Xp6b4bCtIFv6Pkl6Kdg8JMjAWN/mfxoW
SA67PmRfmgmE8y8y1dIPWACfnhpEWJNqUkmjTm33A69pJlhHKHx8oAJvnOae6A5p
iIeUiztSAdxoF1B/THMxmWFjvDOx8N6MmWAwljWs/a+7nHMvkQAvJ5hMKNFZy1Re
v/cB6TOyF5h4KWJlJJGELWef1R/O7rFWeLZBSnXixB2H9Fyj2J7ceJRVdQQ7OElJ
DWhh6CLYE5mhZXdUtVD/UnovXruOS8KAwPdkZ//VE1NegJFO1YuSmYQgue7zbTC3
5so9EOk7jQMh0QEWuztQnYmi8czFWaM+6CLmSsoEyIy20hsJ0/6bVzYRS3X1+y2i
4MlMkszO5sPLUlpitMQgAA4WbIISnJO4Uksa65H8JkSPvDMGevhIST/Gt2xIB8gh
BGRk9T//mhi7hhBjzQk9R4QZpxbw/3ahO0WzOI1EQ0j0BbaoU2Trc10T0VfGqY30
aFoEWcDA1jNHQUDQSfIa7fDignNGU99MKDkWj55oRaPIcl1qoUc=
=vSkW
-END PGP SIGNATURE-



Accepted mingw-w64 6.0.0-4 (source) into unstable

2019-09-17 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 17 Sep 2019 07:57:29 +0200
Source: mingw-w64
Architecture: source
Version: 6.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 927053
Changes:
 mingw-w64 (6.0.0-4) unstable; urgency=medium
 .
   * Add missing host/target specifiers for Canadian-cross builds. Thanks
 to Helmut Grohne for the patch! Closes: #927053.
   * Add a stage1 build profile to build with the bootstrapping compiler.
   * libmangle is only useful as a host library, drop it from the target
 builds.
   * Standards-Version 4.4.0, no change required.
Checksums-Sha1:
 9e6d4d47ae74b8a70ddb1983351e3f16dafa269f 2284 mingw-w64_6.0.0-4.dsc
 f9e9a09b8002a577dc09dc5d97344b63f6865d60 105024 mingw-w64_6.0.0-4.debian.tar.xz
 1cb2328528c773b37e0f8aea17c47aa8bb32e443 5846 
mingw-w64_6.0.0-4_source.buildinfo
Checksums-Sha256:
 b435cb51612dd9dd8462afb5d2846e24927d8905134309a51e0a4670c508906e 2284 
mingw-w64_6.0.0-4.dsc
 c8467e8e7c15e1af6510bc73b61c0721460754017d2ca3953b6e00ec59322002 105024 
mingw-w64_6.0.0-4.debian.tar.xz
 acd76d38c6ad3a2955f606e31a451196774afd5e65d944d0c111061e14594c69 5846 
mingw-w64_6.0.0-4_source.buildinfo
Files:
 484cd965332d2f1289845518523b5d21 2284 devel optional mingw-w64_6.0.0-4.dsc
 aaf7cee4e3a8b1092ca8cb5120d13b8e 105024 devel optional 
mingw-w64_6.0.0-4.debian.tar.xz
 08889be0e6d0abac1de2f61eca7026ee 5846 devel optional 
mingw-w64_6.0.0-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl2AdfMACgkQgNMC9Yht
g5zE9xAAiMENCxdJdFhL4hMWgItZ5djL3vU8BMDeYSlG1SMeNXJcj2Q55sro2H0y
dKZmMEAhJk3wDM4d04ab0S5HxKo2g8a8sgdcWzOF0cbp/TLpt9S5rgG9SjYTTW00
I6PT7Hgp+rG0ZGj6SS1VLspYps9qOnWCIOpKm7/D8ECcI5ZUK+soliNv/Qlb2Qpa
G23coGXIUkecn6atOwDtDy9TP+Rz0YMBkX7AqJQiat8JiNMf03miEJLC3Od8JuEc
s8YxFmaPB5kttgYll6db6BG0HqZlVNYwl6Y4RSi/Q9Jgf4A2trbndnQz+k7RzTi9
MToZPtR7ohcQhPmqXk9WD0u7Bz922eG+UKUVpuwjw+unpW7FPEv7GMVlFcSMsp7b
1ewaw2Z2T7NrW2otP9xWWpWZJh/Y6+YZETYoyFwgey3URngufH9RlXw0PADPGb1R
Yo9+nevtPzHm2/f6yFOjBxrn9WwqZeY1tu+bYt4CN9T9s/c1oVl+ssK72weub1UG
UW1JZXPpx+j5Tyus62G0X9ssiwT7HO6ykT2zK1ZCrI5XcsiHcfNPCoH/mH+pK8vs
Y+gefZiu28dU7DZmtmjuBZUl/BVYq36OvqNiPMQi2nE5UifLnHwifKiUIMlzi/ln
9IM3rj9xaTbLVAYSNZWQnVwrwAG6CCzE7I5Ra+zBU9QiGQBZoNg=
=wvJq
-END PGP SIGNATURE-



Accepted miller 5.6.0-1 (source) into unstable

2019-09-13 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 13 Sep 2019 13:11:22 +0200
Source: miller
Architecture: source
Version: 5.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 miller (5.6.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * To allow cross-building, build lemon using the host compiler
 separately.
Checksums-Sha1:
 4b87a3703277ff5034a1739a7e7161ef767b32df 1807 miller_5.6.0-1.dsc
 991e69e6842b914e793ae32dd29bfaf5806512d6 5016322 miller_5.6.0.orig.tar.gz
 5dd73040435b5c59f6bc17b611ae60d2a77f7196 3888 miller_5.6.0-1.debian.tar.xz
 5f043727d6f8765330282466ac9455602765be8f 5779 miller_5.6.0-1_source.buildinfo
Checksums-Sha256:
 5752d4bc1c6c502d16ec40870b91da47315c49c143e15089da3c7c3cc93b6c61 1807 
miller_5.6.0-1.dsc
 5af65332173f415990ce08c0f3906ca3a7470422e848a3fee1b2c141ea2cfe8b 5016322 
miller_5.6.0.orig.tar.gz
 7cd690945425f26fa2a5370acb58a7e92d5c9a52e1b7e1fc60c4b2a51aa78d1f 3888 
miller_5.6.0-1.debian.tar.xz
 d6f4aabe4566a2519eabacdd95627efbbfee2969f85f776b695f9fae1bd161a4 5779 
miller_5.6.0-1_source.buildinfo
Files:
 530f421e18dc04ca39b24bba7239f975 1807 utils optional miller_5.6.0-1.dsc
 65153324f6620168a7c8c3cfad1807e2 5016322 utils optional 
miller_5.6.0.orig.tar.gz
 22b145a8924279035b6aeab587410809 3888 utils optional 
miller_5.6.0-1.debian.tar.xz
 b4d7d94566936326f82ceacbfea2298b 5779 utils optional 
miller_5.6.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl17eigACgkQgNMC9Yht
g5wxkQ//W3jM20WdLHsrCUK6ThoNuOVS1fp+HIRf61t4yDu0PG3FDnvcoXQPz0wu
gM8LSx4uINTGa5e/rZP12M6514z7LGkK0iwdxz1PXCrqELHY1JgUBF/ROXTUJ1S5
X/l7fYV+POuvSjHlkJwjkFKAk8/gf7897ummyrzC3zJ2dkN/ZFPuM+GTO9CyoQTM
vX++dltO+jx0cdpLuKPl5UQBZun02mf23CI3XyBntq8FdCM1fIIAs1Ha73z8mgVK
CmYmL25ivYc3YB+sNyq01wJmQIo8wCx2YdZH493E39MDOuunRS8XXXdI00eFJi0u
rA8NKa5DYVbmKp6kepNBsk1uMYLbueWh9UoyuwE2wTQQiNaHEakCqUUKgST/x5Tp
p9H6fPhoKr8GIDvyO9vGOnpMZk+gNuCqVIvIJOVj5apoLZ/H+rmhKn//qzfTyqHj
uIJrT+Dj8CHOkJL0LfgpZSrjbRqkpI67jrKORd9pppU7+hYPkyi8xGtDmv9lTsOG
uiTj8XMNrOJ60gS+sn86cAxDfzlbTJfmrBo11KZaRquk9v37MSSshcs4Z50mgfpx
i82TR4JXPUaDJT4B12lDyI4MWuJz42wBDjpjnmydlmwdtK4220K++x14X/NJiJgl
gqYOxXMrysED0623228EvMiSO+8wutiZQd/Y/BvtOL8ckl0g78Y=
=s8Be
-END PGP SIGNATURE-



Accepted scummvm-tools 2.0.0-5 (source) into unstable

2019-09-12 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Sep 2019 22:04:38 +0200
Source: scummvm-tools
Architecture: source
Version: 2.0.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Changes:
 scummvm-tools (2.0.0-5) unstable; urgency=medium
 .
   * Allow cross-building.
Checksums-Sha1:
 8a22cd23b277002e2f9b34a71afd672a16c68dff 2131 scummvm-tools_2.0.0-5.dsc
 5f793d0fed7a400215d241ceea8dd4190dab1874 10840 
scummvm-tools_2.0.0-5.debian.tar.xz
 dd1fb5c19502dc3836a3aa05b18f25295ae17c86 12412 
scummvm-tools_2.0.0-5_source.buildinfo
Checksums-Sha256:
 6783303e67f51899392f3623d7d1cc365ffa93c3c25186101a7f9898d0e45a3a 2131 
scummvm-tools_2.0.0-5.dsc
 c159d1ac18fe8c2a6b8de5bdfe6f627ba86b0fdbf7aa6f0b7f326cb77b675d5e 10840 
scummvm-tools_2.0.0-5.debian.tar.xz
 dc7012ccb631f431b7a4d3a07ea8504e6af329f59febbeb7a9b4930287d05590 12412 
scummvm-tools_2.0.0-5_source.buildinfo
Files:
 513e5a6f9c2b1329b3923015b97aabc1 2131 games optional scummvm-tools_2.0.0-5.dsc
 33235ede74206272f527ebbbe642341b 10840 games optional 
scummvm-tools_2.0.0-5.debian.tar.xz
 12b1b29de560c011133c19c29ea0ada3 12412 games optional 
scummvm-tools_2.0.0-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl16gTIACgkQgNMC9Yht
g5wVjQ/+OW94Blzehp+4h4DiKY3smlAy1et70TER+NkfhYfgiU2tSMClkU9CRwdB
A/qLH4MSIuJWWAqOAMA7LbiBjbYYHkmE2zEuP3P9OE8EaIamnlx3xR97Va2xOXE3
afiStn8juzOO+v+idCoV4kwu8c1BJBRGr9BCdw+UKl+nte1bG95mNSw+9f8YzBwC
FQqcm+/qrxtRtlMvfohAtWHgXzPpLJPR4Bmzd6V973sDjomtqmySPVshY0OZd3Zt
2vuTWPvUvQZYxBtE7oKtLuDJ15wk5bSGUbpDLOMYzpbc0dOkKtWtMbcDHOV+mXXw
tnLd/scb08j8cfZSTJYw6ljzLWk34/6HRFU2xi14o69B8KytOqjm0HW0DW/InR8q
QBgVUig260LOEZ6vSx62Y21bgj4trwCW32B+iEwcgfiStEbh965xJQ25t0+Rk81l
ns5/TGw/q6jY38wz59UyBngd8ejC741WHeAQlNABsuqWT5lwZonGOYtVXdoZvaBI
d2miHy2q6ensIajVit0/2G37PMGyYqTqL96mfstj8FpWnOaTaRpHEoGqVn6CM0g3
JeM5CGrkJ+UG9o9NxRW+NrnPZlM/nevXx7jeELCIERcH6LaX8994XnvEP79qFZ9f
qfu6P2BoeH5vzCWJ7eG0kh0NC3niF6IgvBcgP2WL5CakQbDi1MI=
=vLjP
-END PGP SIGNATURE-



Accepted gcc-mingw-w64 22~exp1 (source) into experimental

2019-09-12 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 12 Sep 2019 09:02:16 +0200
Source: gcc-mingw-w64
Architecture: source
Version: 22~exp1
Distribution: experimental
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 gcc-mingw-w64 (22~exp1) experimental; urgency=medium
 .
   * Build using GCC 9.
Checksums-Sha1:
 969d340ad40ae8ee936f77c1902c104fd5239eb0 3438 gcc-mingw-w64_22~exp1.dsc
 91fd742f082195cd22c109539f290cae40e06724 26296 gcc-mingw-w64_22~exp1.tar.xz
 2fc3ef758fd330aab48eba321b72342f12006221 7172 
gcc-mingw-w64_22~exp1_source.buildinfo
Checksums-Sha256:
 489b75da9efd75ada58d5f836ed810737967cb6329be73c5ee38c1abe1f9110d 3438 
gcc-mingw-w64_22~exp1.dsc
 ef10a8850f8e9f0d99b8207e7d39113c1e4a8b71222b863bd68a92bac2a2ac88 26296 
gcc-mingw-w64_22~exp1.tar.xz
 5b63ce203de6c4fd7dfc114af00937f0d2c06a9456bec64803a64c256fad35d7 7172 
gcc-mingw-w64_22~exp1_source.buildinfo
Files:
 52189dbe4aacd9d445cc0736c54cbc25 3438 devel optional gcc-mingw-w64_22~exp1.dsc
 ae86f7981837382cd548b248e9c77280 26296 devel optional 
gcc-mingw-w64_22~exp1.tar.xz
 29125ea9a53cbc61107dea0cef5bcffe 7172 devel optional 
gcc-mingw-w64_22~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl157csACgkQgNMC9Yht
g5wdnRAAiU4rH9Q+taR5i4/xfWNUheZxtcrQ6OsiaGLTdhe0GW1RxnktlKcEHOpS
dPi7wVSskH1NivxbG6fnNxy6EEaoZhZFrOtRW/AdhNIe8QoXIS3gbACWr/pw9mb7
iiq1OqhcQCUSkv9oeX6dU8+2u9Pj8JYyhn5ytSOXMu/FqdNPbHmgMoTrDmAe5ux1
mRtw/46wFef6buEkY4gElmfZHj6tFoyH1AO078upfR4yuFvy1Ba6On8uPOROLIVE
E8WBoZUP7g/weLcy0klGckYJbvAtvJcSpLlZY0HyRZMQ6sR60Pbw6GhoK33kfFFy
pT7DXwgxB6hx5xivZ0JtuHjEZuux6X+mQUJRBAj9LdZd1b44tbBsDlhlBbSNDOhG
9gosHE6vDdmNdbWHya93Dc5/7PvVVNB/lFCcADOznc6alvB49sFvctZkDQf4dBI3
dPSthnpVG723wD7WwNgI2vI7wL/SUxjFxUyDs07AOy9G7nZOIhZU6YfUQ839Vrr9
tMFBTyB1KPtT8UDKfdVkUlLFh8XFqVGcimJkK6WY9v8iY2YUCntBKYvGjmCvFvDN
/kV0pL2UnVoc4x2u54VUccV2Ec4fFxXnWGAbpdf/SMO2BKpEcPMFlzaREdE8+UFz
lLdKeVGq6C1EklEA6bQmSE/HBbsDg4MXNgEoImB6hjOE/sh9RT4=
=glsb
-END PGP SIGNATURE-



Accepted gcc-mingw-w64 21.5 (source) into unstable

2019-09-11 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Sep 2019 07:39:39 +0200
Source: gcc-mingw-w64
Architecture: source
Version: 21.5
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 939559
Changes:
 gcc-mingw-w64 (21.5) unstable; urgency=medium
 .
   * Use unaligned VMOV instructions to avoid crashes caused by mis-aligned
 values; thanks to Claude Heiland-Allen for the patch! Closes: #939559.
   * Standards-Version 4.4.0, no change required.
Checksums-Sha1:
 9d98c20e3973d3177278fc7f6f5be18d170ed748 3440 gcc-mingw-w64_21.5.dsc
 a9071040b094e316c0dd0abbdefd118adaa3e5b8 58240 gcc-mingw-w64_21.5.tar.xz
 24ca6f38bc7b90ad0e99c795e5b90dd2b8bda1b8 7263 
gcc-mingw-w64_21.5_source.buildinfo
Checksums-Sha256:
 e9c7aa5b03dc43a6786f10a1db7ef5c6756547579a66ba572ff830d161f6e59c 3440 
gcc-mingw-w64_21.5.dsc
 626d95c51d35a2e3ec57d7c2ec8779ce160850311826018551817e960e14db28 58240 
gcc-mingw-w64_21.5.tar.xz
 e50e76d372d3c6c9a8316ef10502ff0feb22b6a6ee87ea8fdc9860095afc43da 7263 
gcc-mingw-w64_21.5_source.buildinfo
Files:
 00035b8766dc01a1912dd50e6fb63fe6 3440 devel optional gcc-mingw-w64_21.5.dsc
 0c097bec648c2d01ea0332d77cd72cf8 58240 devel optional gcc-mingw-w64_21.5.tar.xz
 6ae9cb27831ed6c1ed7a5725b0a8fd83 7263 devel optional 
gcc-mingw-w64_21.5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl14iLUACgkQgNMC9Yht
g5zdQQ/9EuQMAH9dRYaSdznvnRJj6SBuKtHPa/y9uPhwQwjUAsC7x9yGzaKDGmCB
TmxYUZ2kkBwJ13Pnd0BTnsmP1d0JVTwVfGQjlPwdE2O90sYJdxqOx/AFIOOnE669
rXKDI/2pzkDII6AXelqq07DYI1SCjXbhKayqtadIK5j/CvaO/zuO8q0b70uuJ4dW
CvOqpU0qMhXi6OCOp0s4Eou+WvqF3tyUl2Ggjm+ymVNKR8CLeuRKfhUZO/amfnUQ
yHLk12cFNMdXl6pM/mYnCI9hBFFrEa5xQv4krurwCtZVJ6GK/oLa7oOVC4QvbJHg
uBmcW0X2G2sqgM7g5m59pq0tdbh9uw+Yj2f5Jo/TAOuoJwdagex0Nie3Uuc/5MlR
aA7/dqyTFjAamHhWfWdkVvAgw8qSvvjHOlRdZ9fNBOBoLyFJeTb+CESbR1REpUwi
srj5tBT89C7CIwOouNI79gyiE57AU0RzRWp6U668ju6tM38RhG6TqxydSuaGk7sx
Zw2otwsDZ8TjxJbubaWMMh2PwsZrTtik9R7RNjpHqA3Iem1s1E5yuP+eC3yV+nPD
Z1AQWPvcWDdO6I2nDglA7qDQoayfhXr8oGxxEaS1inrjdzt2uxfNh5VBrSiVOe9E
tLV6cQ4nwxQLpuOOAOr6e+1/aWr6bzcKMMBNCRwZYQRjtTphyqM=
=fAls
-END PGP SIGNATURE-



Accepted gcab 1.2-5 (source) into unstable

2019-09-07 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 07 Sep 2019 17:29:04 +0200
Source: gcab
Architecture: source
Version: 1.2-5
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 gcab (1.2-5) unstable; urgency=medium
 .
   * Source-only rebuild after going through NEW.
Checksums-Sha1:
 61e06bfba92deb15df2450886c30d878a0bb2b45 2261 gcab_1.2-5.dsc
 8f3ec35b3ff99f1068c39873355b067633e57063 8952 gcab_1.2-5.debian.tar.xz
 58e1284bfbdc0d3ba0d3d5d8ce0af1cf211ffad4 9362 gcab_1.2-5_source.buildinfo
Checksums-Sha256:
 07ea67d69942345372a94649a9379eb6144412ceee6245df8270a71e8c43deba 2261 
gcab_1.2-5.dsc
 d940200897b0b8795c2e955b5159b5c0de386543fdb7c2db5f8bd394918ac9e5 8952 
gcab_1.2-5.debian.tar.xz
 eaebfe803ebac5d45ce6181542d5047cf6a1eadafa57f258fd0ce391cb321551 9362 
gcab_1.2-5_source.buildinfo
Files:
 e68f0b5cb0ee9b687f652a0f327ec288 2261 utils optional gcab_1.2-5.dsc
 7474b00fb76daa537f96e41c88c2e760 8952 utils optional gcab_1.2-5.debian.tar.xz
 7f180eeb6f20a5fa058b666dc87981d4 9362 utils optional 
gcab_1.2-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1zzNIACgkQgNMC9Yht
g5zdyw/+NcGsmHzyx/5oUebEpwdBXIYYs1HbmmXqi4yPmWL6lLZjcQyGwJ+EN8Xt
SOkDddoL6UCagaNWob+pVBvyA8HSGmVsUPo0ySnGasvnk7eAnAC3PpevTKXcUwWw
Er4upqQyjr0H+ZNUqkYoUcqKtelflVOJpuqV8mTvVgkd3VdIz6e+kL8rKducf1q/
uKe1t218+PiX/yKKMFil9FNd8nbFo8XnoCQzRpIJRMAbnlEU+sewr+fltj0EwKUy
UROYEvhaGfDT7RwilbQl7STmCYw+TtmOeqW3NTEia6s5FjBEG/73OOAPvjSmyf5o
sXxpG05c27uSlFXykFHcezK3QpgdPv25UK1OLNmSWxlBdUP2T+LeIs7apHubAN1n
S5yeKECJlRSCxTmyBBjKMCc31IP6trA4BNzQgN0tkirzU+dAYc3CmSSqM8if3a85
0qx9AmzV63dsM7ZUxFk4QE12xFp859dQTiTWr6Cj160fFLEnFr8XUZhGS2FgGRDq
zL4YG4e/eALMAZmarLtitI8/ZhEpDlZ1hOLAwA8BOauH1wxCKBichEVvjO8hOOG5
RBS0we/qZZXtt0+cy46UDli188BCRHKz8VDcv2j7FiJDcteyOJOu1P+UQ40kCQTG
1IVOfolQxkgL+Y+wH2jObZ5mio5iuySfEstgHvtUwsSH0XxWLsg=
=FLtd
-END PGP SIGNATURE-



Accepted plotnetcfg 0.4.1-4 (source) into unstable

2019-09-06 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 06 Sep 2019 22:44:12 +0200
Source: plotnetcfg
Architecture: source
Version: 0.4.1-4
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 939611
Changes:
 plotnetcfg (0.4.1-4) unstable; urgency=medium
 .
   * Fix the build to allow cross-building. Thanks to Helmut Grohne for the
 patch! Closes: #939611.
   * Set “Rules-Requires-Root: no”.
   * Switch to debhelper compatibility level 12.
   * Fix a spelling mistake flagged by Lintian.
   * Standards-Version 4.4.0, no further change required.
Checksums-Sha1:
 ab2662d281b6cc0727edd6357d44b94d7064ff4f 1878 plotnetcfg_0.4.1-4.dsc
 5b021d235162f79bdca37077696a26553b7c5b35 2700 plotnetcfg_0.4.1-4.debian.tar.xz
 b779be2da81c32ffe74e1ad7fa2c94b1d5b1a90f 5773 
plotnetcfg_0.4.1-4_source.buildinfo
Checksums-Sha256:
 1bcb2818b4cfcd5ad08075fc1ddcbeecd79743e79a4091a56b89d86615d212e0 1878 
plotnetcfg_0.4.1-4.dsc
 473700e49a0683a6958199400abd807669e4668c6a82ef85a4a831eeaa4aaa3d 2700 
plotnetcfg_0.4.1-4.debian.tar.xz
 2f3ab21e37ced578860e07ded50aca8d5a989cce5494e7e74ea9c8d7b0ba167d 5773 
plotnetcfg_0.4.1-4_source.buildinfo
Files:
 c767beeb367f947579a06a4d3dc4ff9e 1878 net optional plotnetcfg_0.4.1-4.dsc
 5be503bf0e781411fd3144cf1399fa95 2700 net optional 
plotnetcfg_0.4.1-4.debian.tar.xz
 25f179d3d9cd2de969ab33aa51f26c25 5773 net optional 
plotnetcfg_0.4.1-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1yxS8ACgkQgNMC9Yht
g5yvnw/+IdX0lB2aP3FQ5RerMaxGawa5qDcsaAIwk6eX2Y6bW+oT8kWoweL9oZCA
4kM1ex9n+WrNkQlDDzh9W5h1ftBrQ5BWlMFSb5wWOo9cMDjRxtQFKXqCbaCXoTeE
l4+PWxUf/E80SfskGnNwKll0Q/6nQWkokkXgGnIvKvuqXDna6XeVQ+FIm0YW+fpN
PhoHiPohDl7TEopO2VVa5VPvIg/cnD+bPzzf6unS4gVALhrGOECZQ9hemFvLe5Kq
vupKqETapaFVVO21mJk5sSPXmkrWoa9G4gWlVtCuTTXsbOfNdzLgHOZ4tjfnl8JJ
3QqLKwjljuFf01ow4E3nLnsVXTxzRiNgxTg4cdEN3ws8FzvbffukWL4ToncLb5jM
X++Mf777dIUNOFWzAQ6PtL71bUsrL5E6MxJ7XcuEG4qhY0mz8AjUnarlrZU5NYeu
/JRqJ5EAcw9l2JvuP0XkSxemdWxfEuROmN87SX1Lq90HZ3nZNcTapgwpyEYeUlDl
jU7KgD+2CetvJH44tVU973f5ggBT/bQYCeBI0/a7a+IXn4MVQvnvr6Qi6OysikUW
/9sWdU1RXg/QUS55ds16Qf0LaXkc5AKGh80Y89S1GIGk8e+J3K09WiX0OToECK2s
fypSTsPcLb/4B0qWHrHigAPEOu4OdVp2MtyRu/7EvWFqv+cu/QY=
=386n
-END PGP SIGNATURE-



Accepted scummvm-tools 2.0.0-4 (source) into unstable

2019-09-06 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 06 Sep 2019 20:57:03 +0200
Source: scummvm-tools
Architecture: source
Version: 2.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Closes: 938453
Changes:
 scummvm-tools (2.0.0-4) unstable; urgency=medium
 .
   * Use the Perl test generator instead of the Python 2 version.
 Closes: #938453.
Checksums-Sha1:
 97a919f3c0d351ba5d63330c533a9c8cc7d40a86 2131 scummvm-tools_2.0.0-4.dsc
 037a93818b903dc7c30f6def8aea272238f01312 10332 
scummvm-tools_2.0.0-4.debian.tar.xz
 c474828823bfd873404706747d74a7381f799f34 12284 
scummvm-tools_2.0.0-4_source.buildinfo
Checksums-Sha256:
 622882bcb806711f937b86eecd13d5ddb09a575e221e7d6434f76b4bb5d3093d 2131 
scummvm-tools_2.0.0-4.dsc
 788f7a71b208da7a73e5e6393dbe8496b2df960b80c263a2a4bb9f7b73ac1d97 10332 
scummvm-tools_2.0.0-4.debian.tar.xz
 4fe8b3878cde3d8cb8ce106aff7313c486ccddd409fc2f5a21869f7056a40f49 12284 
scummvm-tools_2.0.0-4_source.buildinfo
Files:
 4471763ea7b61750979625a7f35518f5 2131 games optional scummvm-tools_2.0.0-4.dsc
 ed9d70eaf645ec6c3e9657ce84c9921a 10332 games optional 
scummvm-tools_2.0.0-4.debian.tar.xz
 5c8b943a407056da46d0026efaea22eb 12284 games optional 
scummvm-tools_2.0.0-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1yrBoACgkQgNMC9Yht
g5wbNw/6AiUQfD7z9ORO0fz/bm/6c9FwqIGY5FTuMKeuUlPHsOjfTq+HxGIj0a7b
qlz+q1+LRS8TLB/n+EUKNhdxpj5ig0iVzYbQ4JnDwaDbrvf6aRE7HTtLgov4eiU0
bS2zrhMRcsh5pFzGJC1iYCLrtcwxEYRlJZ1opByUFmwJfFFgMtZhJGQBKFWlkpmZ
9cM/MPLuiky2gEi4oP0QZQILrmdONllLzHcooAOEvn1i0DuOZ9KBDYFJ+5zAp6Oz
zYOuZJRb9fZQve7ScPFn1mcxpjDPJTTRx9gmXoqBzGA+9KYtbpXBQ8ieOv2epY/T
x9wnW+IzRzmBO0dvbRTRpKiOAuroAfCclWkaQofbug8IXOfb7VjaEhzte1ti0spZ
0xmPaV1D/L8l+mMTcsozlrF3yFYkGUVqV8kyt8+RF+s39eedeFDHO8yme8oy/g6m
THNJz83zsestdok4ueYzoTZJkUP6cegmkDwDe5YxsOJy2aWCMoUx0kGxwJxsfd5H
U28gMGgwl7AYvbXtdtash1ACzWvzwLXTMWi6lDOCWDF/HgPJLQyCGJGm+cwunT3a
4//OZjs8zLDDC1rM2WU0GIws6lZKVxPr8jIgsOGa/xX4U+o8QCKkPSyrkm6yYI+u
00pk08RrNP4BMnaJXA6KHfCpvdSGCas2NL30hlxhbNRWIrRlbow=
=zjHV
-END PGP SIGNATURE-



Accepted nulib2 3.1.0-1 (source amd64) into unstable, unstable

2019-09-05 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 May 2019 20:46:20 +0200
Source: nulib2
Binary: nulib2 nulib2-dbgsym
Architecture: source amd64
Version: 3.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Description:
 nulib2 - NuFX and Binary II archive utility
Closes: 928446
Changes:
 nulib2 (3.1.0-1) unstable; urgency=medium
 .
   * Initial release. Closes: #928446.
Checksums-Sha1:
 abe206a027ff6b393737a639e8c12606e71a2a11 1808 nulib2_3.1.0-1.dsc
 25eeda466f128d3b06a0e1781c55a058fe746bb7 419239 nulib2_3.1.0.orig.tar.gz
 bd607cfc48f7806b8937c0097d8eb5f1f707f36f 4276 nulib2_3.1.0-1.debian.tar.xz
 0fb4614dde3bc4bf0154bb1e6a15ba211caaac2d 254536 nulib2-dbgsym_3.1.0-1_amd64.deb
 4c6397a7472127377a4d8f8a76dbb039db77d05f 5515 nulib2_3.1.0-1_amd64.buildinfo
 4602bdb1990873c362efb751cb0b59cac1114fce 96952 nulib2_3.1.0-1_amd64.deb
Checksums-Sha256:
 94e46988209333577621523ea810d6a2c8c614bec95923484e023966e6d6939f 1808 
nulib2_3.1.0-1.dsc
 383127d6966edae09da550f4d7197e68eed101d239f2a23cee42dc086506af12 419239 
nulib2_3.1.0.orig.tar.gz
 2d837e4119046830f77e3460e8547caeadfa4afe74d4996ccb3f8aedce27547b 4276 
nulib2_3.1.0-1.debian.tar.xz
 4aeed2318fd0f95810845ef52c9b118fec963b3291803f0b092c18f290352ff7 254536 
nulib2-dbgsym_3.1.0-1_amd64.deb
 4d24a4a45ae3c14b9da6a7381938797ccafd2b8b3b171d11dbbcc2e1ec890c42 5515 
nulib2_3.1.0-1_amd64.buildinfo
 9b7da666e7f621d44bdcff31edf6d2c28dfd18f5cd77c66c3ffd31030aec232e 96952 
nulib2_3.1.0-1_amd64.deb
Files:
 f0907acc4f6d0a704029cee4ac0bd167 1808 otherosfs optional nulib2_3.1.0-1.dsc
 21af65902ba859826baecb04cc310fe0 419239 otherosfs optional 
nulib2_3.1.0.orig.tar.gz
 f4d35e3ea9920a5b47c3c997125f32d5 4276 otherosfs optional 
nulib2_3.1.0-1.debian.tar.xz
 7170e3c7e6aaa6bad0efcf428511707f 254536 debug optional 
nulib2-dbgsym_3.1.0-1_amd64.deb
 754834d1319b6fa5c3046153572d44b7 5515 otherosfs optional 
nulib2_3.1.0-1_amd64.buildinfo
 2f1f71b06bfd2bf5dbb0a645cf45720b 96952 otherosfs optional 
nulib2_3.1.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAlzN/NMACgkQgNMC9Yht
g5w5DhAAngVG4MtknqpLIrlPjjkfGo9/xuLmpZHPzdpYiijTtlsCQ95uDiyTNr0K
chrVB9UaekCKW8aKmXO8iWi+q7kfgvF03EN1Lpw939H5zR01qLSIDQ78rR0+9ZmV
CB/6A1C0rAfh3Lifc79lyLTmQFzNMCIkNHi2WMVMDdKeeI3auLHmQqpCEKMEdXqk
mVBbbaR+8S1j7OcqVjST7U5nVngpIXINhBMLuIlZ35RUzFmjc6SydlljYSI1Vm1y
JTTfMvR1cx66sUGo/GOwm8VQ/Kc94YEfHK6cEguO6Uxn51sxG+m+iCBGe5GfbLsz
4HDSRsH+gvqTOBaNjusJXf/W4rlnYsAyex3EgdNzGZNtrD40bUetEZjRVA9xS7d3
nuZ8/mw+nhSDSqlSe7s6/+EAErkOevN4gXsM/JnOKMUpHx7SFAu61VBceKnWCz93
N1SEdcqnwskVoqrnA4uC+JxNgjSnZaMu0xzDNF1zXMGTGmoc/VCAZrwHXlxThqJm
tI6Ogmx9ON15M7VvTpJ52xAraxnVyn3oy1EbcorSUMVPmX7Po1GCrcSlbDkDaE9K
31GRKVRwCWhkR2lnjVkvW0XubP3/YZRiChkKbPRAyxAP4NkuboD7MxXrXnLBJpcG
CfMcGz8CYuI2QNdVv6pkmq2TKFAdD/s54LNfqHFsfcAPZZ96nl0=
=D6jp
-END PGP SIGNATURE-



Accepted progress 0.14-4 (source) into unstable

2019-09-04 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 04 Sep 2019 23:11:53 +0200
Source: progress
Architecture: source
Version: 0.14-4
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 900671
Changes:
 progress (0.14-4) unstable; urgency=medium
 .
   * Revert the buildflags.mk “fix”, it broke cross-compilation.
 Closes: #900671.
   * Switch to debhelper compatibility level 12.
   * Set “Rules-Requires-Root: no”.
   * Standards-Version 4.4.0, no further change required.
Checksums-Sha1:
 bc3289cd8be5ea133028b5fa526c07d843784e67 1889 progress_0.14-4.dsc
 8f2336a6d0d57b0f0e597b093b7b0e2a94e1e68c 3392 progress_0.14-4.debian.tar.xz
 7e7edf5b58f952d682e94c1df0f6d49caf3746a4 5813 progress_0.14-4_source.buildinfo
Checksums-Sha256:
 245567c6b5fd0c5eb2581b0dfe95aea58c6d97d97e21b6a3189d16de7e787fec 1889 
progress_0.14-4.dsc
 dc77a8bdc62833165d24542009adae3561f52b17fe5ca7448b54c912d04d6bee 3392 
progress_0.14-4.debian.tar.xz
 beee7b60f45ad3df9cb290611dc509a5281c88f1594446d931f207ec47b7e891 5813 
progress_0.14-4_source.buildinfo
Files:
 e0bf4e53f3eb04f7f07ef7ffc6df21ea 1889 utils optional progress_0.14-4.dsc
 99c3f43dda22ac6d69a9ade9a47b43cf 3392 utils optional 
progress_0.14-4.debian.tar.xz
 31b3bd5d99f85cf777b7a2f492399b5f 5813 utils optional 
progress_0.14-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1wKLcACgkQgNMC9Yht
g5zGfw/+KiHgrEi0qaszzcwJLBCsjKFr1F7zjKjMMRSA4AfrEGwKJoUxw4xEifLv
vHKUO2v8F5WmHEMQkSc6towPKtSwjD0wPLYJqWyN1FZMSFcfbSOQ11ZApZwXO4FB
x03SqY5zBKHeKElraBZfFM55ICCNiwEL1XhfidTWvwuN044BAQr3+gfNYIkdIYIx
E/SinJ8DD5b7NT3eoZcr4woE5TW3JbHBBFQawCbGjIwQNBTHmmG/g3zOqYpCTmFK
8WjNnoUdYKAmK3m8LKdAagaPiFh/8K5WNKAjsYcX8EZ/gpEk5E7G4ve3irScbnfu
1S29pKWzZxTlv99YJs4listII3w/IKZkIrX7y71nyyKDy1mIsgGfc+OMrcTPDh8D
5y5SSGQ59liFBsZK083PYnZLUuGklbmcbtj+jouLPpkhUv+kS36Zf9v4+FHNhsYY
nczhwUH3klRPb+bC+jT2xnGBmk5GyafpNnn2uADmlm5OWHE1x7kVym8z7BRubaP3
O7xBFxEyoKqI8YrD5ZntigdVuvBu9iT3vUHADvA8yj27PHw0/Z4KGqeNUSL+YG/v
m9cn9O1Z/pHFdq87JsF/zA+QcOopqzNyhRwROCVjXcmosqw3C8iTi5aY8KMJTOWb
CsnmGnevtyOZBoNhewYGi2tKZ147CPwHV+44/LnkRD0vTxKriyE=
=12Rh
-END PGP SIGNATURE-



Accepted gcab 1.2-4 (source amd64 all) into unstable, unstable

2019-09-04 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 03 Sep 2019 13:43:30 +0200
Source: gcab
Binary: gcab gcab-dbgsym gir1.2-gcab-1.0 libgcab-1.0-0 libgcab-1.0-0-dbgsym 
libgcab-dev libgcab-doc libgcab-tests libgcab-tests-dbgsym
Architecture: source amd64 all
Version: 1.2-4
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Description:
 gcab   - Microsoft Cabinet file manipulation tool
 gir1.2-gcab-1.0 - Microsoft Cabinet file manipulation library - gir bindings
 libgcab-1.0-0 - Microsoft Cabinet file manipulation library
 libgcab-dev - Microsoft Cabinet file manipulation library - development files
 libgcab-doc - Microsoft Cabinet file manipulation library - documentation
 libgcab-tests - Microsoft Cabinet file manipulation library - as-installed 
tests
Closes: 939222 939223
Changes:
 gcab (1.2-4) unstable; urgency=medium
 .
   * Register the documentation through /usr/share/doc/libgcab-doc rather
 than /usr/share/gtk-doc, as required by doc-base.
   * Switch to debhelper compatibility level 12.
   * Make libgcab-dev depend on libglib2.0-dev; thanks to Simon McVittie
 for the report and patch! Closes: #939222.
   * Add autopkgtests, a superficial one building and linking a simple test
 program, and a more thorough one using the upstream "as-installed"
 tests, shipped in the new libgcab-tests package. Thanks to Simon
 McVittie for both of these! Closes: #939223.
   * Standards-Version 4.4.0, no further change required.
Checksums-Sha1:
 d66d95ac2b467c2b1974419ef0ef0ebb6d71a3c2 2261 gcab_1.2-4.dsc
 8f622030e503a8bdd76ca9af3c58b7c9226a0c77 8920 gcab_1.2-4.debian.tar.xz
 0979af19fabbd5e574dc802ac546e8e1d6afa58b 17700 gcab-dbgsym_1.2-4_amd64.deb
 5adfa97f721d936dbf81af062b57a1049bfaea77 11277 gcab_1.2-4_amd64.buildinfo
 dd1a5bb0239e402c46081ce728179532fdf3918b 32100 gcab_1.2-4_amd64.deb
 245dfe147de80c1519de7fa4a030c1dc251069d1 6156 gir1.2-gcab-1.0_1.2-4_amd64.deb
 67b59e3735edabf334f7af3a81850740ef7a4b6f 83856 
libgcab-1.0-0-dbgsym_1.2-4_amd64.deb
 012344e475b86073c64208c4643d13d3227c7317 30788 libgcab-1.0-0_1.2-4_amd64.deb
 b6d21f13479148ff13fef1a3711f3512cc5467ec 11236 libgcab-dev_1.2-4_amd64.deb
 fcaf012d42568c727470ad91b0a9bd4c11b3b4f7 17812 libgcab-doc_1.2-4_all.deb
 6c5d9ae35769aa97e545310a9a62fff2c4f3d8c3 32748 
libgcab-tests-dbgsym_1.2-4_amd64.deb
 a84955f512bd7d604a3063480e686d06bcb2c78c 23416 libgcab-tests_1.2-4_amd64.deb
Checksums-Sha256:
 fcd6aa411eb3d5edb836072e78c82763e318686a0c927f39f538111257647516 2261 
gcab_1.2-4.dsc
 c2254021cba582f5a23ae7fd46421a3df5c85a609f009cd50c6668aaf6c28c6c 8920 
gcab_1.2-4.debian.tar.xz
 1f79082f0381ce60aa36fbb99fc3df77ba0538d8d8d51fad23d84a8d6dbd57ef 17700 
gcab-dbgsym_1.2-4_amd64.deb
 f648ef143c32143766a5fe4eba7b01593a67a643ed3abd670ae690c7c19bcd91 11277 
gcab_1.2-4_amd64.buildinfo
 702fae8b5ae3dd63b72afad014bfb9e781eb6e0c6df4d2122bf8acac2863b9c4 32100 
gcab_1.2-4_amd64.deb
 788a3fd402df9bcdac08aca879e017a2772e263f1e796552928b7bbe2365fa37 6156 
gir1.2-gcab-1.0_1.2-4_amd64.deb
 f5f90c0ffd5bb2e9002e5e6fd246d858eeb74db5943ea0215e4f502362e041de 83856 
libgcab-1.0-0-dbgsym_1.2-4_amd64.deb
 486fd2fecdcf3bfbc808254edbc025ed9d23c41c3d5176f852a5af9bbd875e22 30788 
libgcab-1.0-0_1.2-4_amd64.deb
 3b18a82329a63473296339ca94702baab4403e1f95bd340f198b7ecadb17450b 11236 
libgcab-dev_1.2-4_amd64.deb
 2a69cee34001ac37e9a6c5e589f262804a7dde9ef43163aa416a9d52006f6dc7 17812 
libgcab-doc_1.2-4_all.deb
 de4cc3f67bb992c74e64f9902130416f542738d1589b84ec3d2e8ff5f2b01a97 32748 
libgcab-tests-dbgsym_1.2-4_amd64.deb
 9deb633b532c5f045a0ceec2f32fe7bf66135fd711a62aa25a11dafeb25c 23416 
libgcab-tests_1.2-4_amd64.deb
Files:
 a0b163dc8c55d9f1c24f8671effa9c43 2261 utils optional gcab_1.2-4.dsc
 a214b2ee69641d0b6241befc7bf89a41 8920 utils optional gcab_1.2-4.debian.tar.xz
 bb19006992f4c8a0ba4b55382777f079 17700 debug optional 
gcab-dbgsym_1.2-4_amd64.deb
 5580d3a770bfc1e22b6c43b52d405a68 11277 utils optional 
gcab_1.2-4_amd64.buildinfo
 dc8752b57a9a01a44c4396272d663ed0 32100 utils optional gcab_1.2-4_amd64.deb
 3a8b82f2f4b7351cda7771cd2612efab 6156 introspection optional 
gir1.2-gcab-1.0_1.2-4_amd64.deb
 cbc55b60ef24462a64e03a2b72bd510a 83856 debug optional 
libgcab-1.0-0-dbgsym_1.2-4_amd64.deb
 d50bdedc9f9d4e0a125e500bfce18b89 30788 libs optional 
libgcab-1.0-0_1.2-4_amd64.deb
 6b473772b9ddb34d623c35f4d20ae0f9 11236 libdevel optional 
libgcab-dev_1.2-4_amd64.deb
 d09779dcdefb70ebf85f1cfe3aa22003 17812 doc optional libgcab-doc_1.2-4_all.deb
 8d76c0b4f6829b9e6659a1ffbc6d72e5 32748 debug optional 
libgcab-tests-dbgsym_1.2-4_amd64.deb
 729ae08a125ea2c9703bf7df05796eaa 23416 misc optional 
libgcab-tests_1.2-4_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1uUk0ACgkQgNMC9Yht
g5y7Gw//ee2g3lYjvFKHSMy6aSjNuerW1n75m0OGuhJUh49mqI3SBf/I6RyulWrI
PHTF0o0dOQp7+QrnwTeWDciIfbw0Mww6+KkupngivzfAlw6DMFEwmOPAxuuO7BeY
Me+/vV+8sg2ZG6KS5ZE8zmf+8GemtTJP4FfFfugRNJyBu9v/hS/Ijq2AzQ8Ja

Accepted antlr 2.7.7+dfsg-10 (source) into unstable

2019-09-04 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 04 Sep 2019 13:13:06 +0200
Source: antlr
Architecture: source
Version: 2.7.7+dfsg-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Stephen Kitt 
Closes: 936121
Changes:
 antlr (2.7.7+dfsg-10) unstable; urgency=medium
 .
   * Team upload.
   * Drop Python 2 package. Closes: #936121.
   * Point VCS URIs at the Salsa repository.
   * Use secure URIs throughout.
   * Switch to debhelper compatibility level 12.
   * Set “Rules-Requires-Root: no”.
   * Standards-Version 4.4.0, no further change required.
Checksums-Sha1:
 e8515e2a9b95b24455eb314229faa14bf598ee86 2231 antlr_2.7.7+dfsg-10.dsc
 802e29ad517f45348713d740d284ce57202fcd04 14524 
antlr_2.7.7+dfsg-10.debian.tar.xz
 03322dab86865e660c3f42c81047ca8e0c9eb24a 9058 
antlr_2.7.7+dfsg-10_source.buildinfo
Checksums-Sha256:
 5d2aad6da3c9d42afa70951f68d5969deaa0da9139c57dd3e9e9f04a0f3e071a 2231 
antlr_2.7.7+dfsg-10.dsc
 a6e910887d7d6061d8050774923122f0062d7badf702156baf6a4fa37e179008 14524 
antlr_2.7.7+dfsg-10.debian.tar.xz
 22f9d7d19b125513f079d7679ad959c196c685de9893e2db200ccfa9b5ecdeb4 9058 
antlr_2.7.7+dfsg-10_source.buildinfo
Files:
 c63a16088e93d572837cc3dd6a63190c 2231 java optional antlr_2.7.7+dfsg-10.dsc
 0df4e9eb3e0a9e0ed465102a53a91895 14524 java optional 
antlr_2.7.7+dfsg-10.debian.tar.xz
 36030df00c00d92ddccc77342056df0c 9058 java optional 
antlr_2.7.7+dfsg-10_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1vpC0ACgkQgNMC9Yht
g5yFJA//YFXlSzhvOCh8nN+4lD1rqN+mbX4C4qPWu0khQw1xOS/mfYRB7KVB7Zk+
5ZVo26lRb5FApYoyKVS9610sRb0O0FLCLfzkGvc4rMxE9KwpFHoXqpZ2k1ylo13h
MYR3kyrbA7xZXa4eSh4WI3tAlsHwB+ofuHDsqs45YwX8zVg8Rqard9QqpujiaUSp
s2NHaiRUkS59uFcjVQ1LkViMJZ1zjY6LpCGV18y3cx/ZVT7SRVcGTRJugdpFwPBe
qbruulVlG1oovT7aWVWFdHqOjVrL/hGS0cMTPMpY/mB1IF7dmTYkQgeEvd6DrPkV
O1QTv96O9BbEnhAyMvxK/+abYFq6ukKSApoCusEgJ4vUXjrn7QLeKMLXO5clDkU4
yLMYo10eiLUczcqMQhPnev4b3jsdBocrqwPDwlxYJe/CPL2Mhqh0Tgj3crLdVo7b
YOehIYFO2UT8IX9pbb6aLDyvrq9jq/cGvveK4mW7XK5mnwiRs1JZzuI9YmxRb4BA
LhUlUmkY6XPTmslaf2+/Mwpi35NyYBXAQTBMxEQU9fh+adfJlOJ0JXg1sDDB6EiJ
ymZ/d+9kSktA3baiJ56n19KUUtSPs6TpjjjaWTpd4fM/3TDJHRHdunxw6hY9bdJy
BttllRsbvMZCi5XtG2ogzsGEgfCZ/BrLplDYjlK72Ue9q71fgsA=
=xZiR
-END PGP SIGNATURE-



Accepted libevdev 1.8.0+dfsg-2 (source) into unstable

2019-09-04 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 04 Sep 2019 09:03:49 +0200
Source: libevdev
Architecture: source
Version: 1.8.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 936851
Changes:
 libevdev (1.8.0+dfsg-2) unstable; urgency=medium
 .
   * Build with Python 3. Closes: #936851.
Checksums-Sha1:
 8412084566c75d4fedcc5a88be9c28e195669d1f 2206 libevdev_1.8.0+dfsg-2.dsc
 554aeb410f4ed37b83e28b57730bd32a965281f7 9728 
libevdev_1.8.0+dfsg-2.debian.tar.xz
 5b0a79050fed04573cb9edf763b9c30ef241d2a8 7726 
libevdev_1.8.0+dfsg-2_source.buildinfo
Checksums-Sha256:
 accf92f86235803df771fa6d80e87876ef8183931bfad0e44cc00d579b633e32 2206 
libevdev_1.8.0+dfsg-2.dsc
 8baf05079a043b99c56308d0e150139f74db9378f4507ce6fbb6f8334516c3b0 9728 
libevdev_1.8.0+dfsg-2.debian.tar.xz
 e7f0fc7b02edd8617ec3a4f6ecf0c719cc131b8dd029946c0e36786d6d2646bf 7726 
libevdev_1.8.0+dfsg-2_source.buildinfo
Files:
 8dbf7eecd794fd62b0dbac3067cd7467 2206 libs optional libevdev_1.8.0+dfsg-2.dsc
 7dba99375ae53aa8c04a8d952057fc00 9728 libs optional 
libevdev_1.8.0+dfsg-2.debian.tar.xz
 7d13a455273870e4ec427c04fb552687 7726 libs optional 
libevdev_1.8.0+dfsg-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1vYuwACgkQgNMC9Yht
g5zLyg//emUfgo+panXFaneuthMJbNIa+loOkpOIeoaAQg2jPRoXxvYc3H2lRbC3
8rIudRNhMIP1oAlbtztEWsQ8jguisF6lm2wiQSoBCRskR+iyHYRdBtYaPBt9mQHh
FP0Wo2RPo/FtbUSZH6lVtMyuV/5vEHTpaksIQl5cHc6kf8EAEFuHZ285r0mgkjiD
YTcj6jHQaJ+RDR1dZwYZZeWIsZvigoYwOKSbCFX8FiqAwIJYMg/Ppa99G0xIqcKo
gA46s8KwfGoYxavuMN8oN9RGLUqkwqHoK0b7Uk5ifst0WjaZuz1spMtwgX7iVtd0
RoFDwS5KNAjgRBKCiZgI/SRH/wDget4FyvQfiiBVi6EvhQ6Xbl9hDnvaARFymbv6
cknYYWXe7zZXOIUBmxdtAyl9VqFP2XQu8r76LNfs4b/XEkGivr5vOqN6rjwe5tE+
Z7st6Y744TTF3j2zXNHgZGVHBAnLbL9O7MNM2W/nbpf7DvuvRJpJNmuflsm1xMin
okoZD0Xm3XhRdApdpQcqF1PbrWalejSWaOb+SlrwGnsnqEYy8TzoNISbtQyjLqTJ
NvfWrrN80VMFKaxCodQcGrBqbjAbM2b9nBuB5hyK4mnmqQWutIbpMZLS1XeEnnLU
Puhxw4aHnfxYRjBO9k7ugNr0dSGKBMiD0EheLROd5X0DaBBiGpk=
=3shW
-END PGP SIGNATURE-



Accepted xye 0.12.2+dfsg-9 (source) into unstable

2019-09-03 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 03 Sep 2019 22:59:27 +0200
Source: xye
Architecture: source
Version: 0.12.2+dfsg-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Closes: 929294
Changes:
 xye (0.12.2+dfsg-9) unstable; urgency=medium
 .
   * Restore hints; thanks to Ben Longbons for the report and fix.
 Closes: #929294.
   * Switch to debhelper compatibility level 12.
   * Enable all hardening options.
   * Switch to machine-readable debian/copyright format, and update
 debian/watch to rely on uscan’s repacking abilities.
   * Drop the obsolete menu entry, and stop installing the XPM logo.
   * Standards-Version 4.4.0, no further change required.
Checksums-Sha1:
 6b89b97bb06b363c9f2f4e67f7902723d615eec1 1989 xye_0.12.2+dfsg-9.dsc
 3c1b85ded5004d567cd8289d783d69de35c3523c 7892 xye_0.12.2+dfsg-9.debian.tar.xz
 ad0fa4499c815d7296734024de45eea6ba2c 10283 
xye_0.12.2+dfsg-9_source.buildinfo
Checksums-Sha256:
 1ba07083a7eda7bda6521e3b48fc92f5f4be7623c7d1ab84bc1109abe2a8acf1 1989 
xye_0.12.2+dfsg-9.dsc
 ed3e610453f2add771755b89df3cd45926f293e1b61d84a22686f1ccc1159212 7892 
xye_0.12.2+dfsg-9.debian.tar.xz
 9c144d484a5840883d81e7c4f9a7a19e2f35cc5adeed19c251163b8112e64892 10283 
xye_0.12.2+dfsg-9_source.buildinfo
Files:
 f614302de2cbf665d938e7417bc81b9d 1989 games optional xye_0.12.2+dfsg-9.dsc
 d0d3c618436f5e50da85b952921edd1f 7892 games optional 
xye_0.12.2+dfsg-9.debian.tar.xz
 94775bf5e201060571179754b89297f5 10283 games optional 
xye_0.12.2+dfsg-9_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1u1D0ACgkQgNMC9Yht
g5x/pQ//f8vku0nbRdY9EccaNEhfMgOeKDco9PJRGevIByuJsBZh6Vh6rKQr+PJA
B3yB2ZzLhaOawLiZdKe1/j0BBm8cGCW6Nn22LEcCIUl0jtn+l78QXLdnYWGIzG1u
2rQfEs80fXE7OZgfV2LpMrJ8JKQZCuJboIVgVxio7EBV1DrAdPGlo1UXPSz0ObWW
06d1S7f9KfhZ8ZKMeHWWz+mEkUqHLag9zN80XnbtFjVjg+i9szymMXfW18iPFLkW
DSLJoAS0A1nB0BBIRgxYewhRK+QxOf9V20IJaPo9/2XsQgAnG94wr5+x7nTWVHgO
v0gDp4XIwjCFFGWH9VydNElx4XjS5mo1Gee8FDbvUez6e6OGgatnWXR8M9znh42N
EsyfbAkQpuMdFaMIxys5DGN9vUQ+8YC6Mz33eK/cgvwIdVieL4qdmtkDNI+OLNc5
AGk+LEi/ObuiNuNwj0ezZLTzg6ch/KQe8yecJhFso0WTSd7N4lerMTS1xxLixAy3
p9FnjoAyFxkxggvZ0MTsM/Ld3JVNEhBW+IBNfwWhUhg3syOgPJMiAxXRIAQjB5/m
cIjXxK8coDdA0A4/9b0+7gDsZeUiXJv/cfcSvA9YzEIHfs1dF3REPy8x26YmgzYn
99SaMBaLscRhucnMOsShOqoZquLtMsyAkpzWgukVfS4suhtsqKg=
=Eu7m
-END PGP SIGNATURE-



Accepted binutils-djgpp 1 (source amd64) into unstable, unstable

2019-09-03 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 26 Aug 2019 13:50:43 +0200
Source: binutils-djgpp
Binary: binutils-djgpp binutils-djgpp-dbgsym
Architecture: source amd64
Version: 1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Description:
 binutils-djgpp - Cross-binutils for DOS using DJGPP
Closes: 935803
Changes:
 binutils-djgpp (1) unstable; urgency=medium
 .
   * Initial packaging based on binutils-mingw-w64. Closes: #935803.
Checksums-Sha1:
 64bfe520b4bde1bed75fcf0b53445c8e1b119f9d 1678 binutils-djgpp_1.dsc
 feddf365483458af2640ff5bdf3b716fcc438c33 4836 binutils-djgpp_1.tar.xz
 c743399b7e2e7dedc93b2dcd9470b1c65909a74e 8483584 
binutils-djgpp-dbgsym_2.32.51.20190821-2+1_amd64.deb
 2b87b33ba0733411fedd1085aff1fdd1168307ec 6899 binutils-djgpp_1_amd64.buildinfo
 acf9cd8efa663492cfd48cdaa114f95b35f6196a 1644000 
binutils-djgpp_2.32.51.20190821-2+1_amd64.deb
Checksums-Sha256:
 6a75aae8d876a8d183ca8ef5548265cc072530a92aff1c20a2cc891ce0cbdf94 1678 
binutils-djgpp_1.dsc
 99c25f67ac7feb9059a6520539444d6db1417eeea9d0dc96777e85c33ee91442 4836 
binutils-djgpp_1.tar.xz
 a787d30cef1d2d6907dd90fa38312aa4cc2448464073508afa0d85027175a34e 8483584 
binutils-djgpp-dbgsym_2.32.51.20190821-2+1_amd64.deb
 3a02a8f2c930707322d99ea07705e2d3a20c4b55368c075fbba3f5a45851f91e 6899 
binutils-djgpp_1_amd64.buildinfo
 434cc0c21c2d2cfa3777429e6d18de50836a4351529f485b4838616543f106ce 1644000 
binutils-djgpp_2.32.51.20190821-2+1_amd64.deb
Files:
 a36986ee703e2f4877b1f05de00ddac6 1678 devel optional binutils-djgpp_1.dsc
 e3796934d4ecf92366752f6ac3c14f8d 4836 devel optional binutils-djgpp_1.tar.xz
 f4045dc84b19e32892246ffa68ac5b63 8483584 debug optional 
binutils-djgpp-dbgsym_2.32.51.20190821-2+1_amd64.deb
 fca3e7029c464549005a60a012d490df 6899 devel optional 
binutils-djgpp_1_amd64.buildinfo
 e4e39b3c72c446d3b8221e6cf249c084 1644000 devel optional 
binutils-djgpp_2.32.51.20190821-2+1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1kSZAACgkQgNMC9Yht
g5zBxw//SwMyTetk3D7bl6U3AhCYXY4qeQrezyypiteGiU2A+7tKVvZoCodVm/r+
eIotaWmBzXCZETVCqONTzl9nBZ2g9uyORcVMhyC4iO8vD00/o7CWwdB2rBRzE3Sz
fF2xe1eOWcZ4ASfgwGc4WKArWeDEtVbXiXd8SwjHxpjxowR3KinQjwPBMPjjz+NI
iGmOoOM1KbcRvLN8Cl0u1QlQ7eIhq38UMoj1PKQOwa1gT5IaPh/SQbVp6FPcs4ln
juqhzze74RaeHmcLWVCV+p1NqxmXLpLd/7G4TYddm8QROdpzpjmN1dLwG3pK56fr
19/t1jxPYBAR/RPMduU/u03HoYjw58t84qX9nGDg6UF76u/HRPfUx/Tq0Y2qbDwM
icM8NlBIaY9FDOsn4opdjOMlznuaDpRqoeMDwc+o2wwkn3OixrB8sdyv1UTDbuBo
MQs0xt4Ow9DJ4piPToR3AOcj26OS3ul5ctz8vccIzq0n+Xc5D7B8TyZAuWnfCvh8
tg0fMRu1fQ2SNy5w/dbX3NiOEyxOqKHRVPeFhhhtZZat0g3ZaM8EOSQJLScfuZX9
hPkgAB6K7Q/DoNRq3j5zNxUqUYqIvzV4o8GfAgVZT5FWxAya11OVOt+3YM9UHsp1
nmzX21aMoNr51hP4mS0DYJg6zhnGAfyrGeMOegv4bUfgEzZVPf8=
=zi7p
-END PGP SIGNATURE-



Accepted chocolate-doom 3.0.0-5 (source) into unstable

2019-09-02 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 02 Sep 2019 12:13:34 +0200
Source: chocolate-doom
Architecture: source
Version: 3.0.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Stephen Kitt 
Closes: 936301 939143
Changes:
 chocolate-doom (3.0.0-5) unstable; urgency=medium
 .
   * Team upload.
   * Drop the transitional chocolate-common package; it’s been included in
 Debian 9 and 10 and is therefore no longer needed. Closes: #939143.
   * Use Python 3 in the build. Closes: #936301.
   * Ensure the fonts are re-built, and clean them to allow building twice
 in a row.
   * Switch to debhelper compatibility level 12.
   * Set “Rules-Requires-Root: no”.
   * Install the upstream release notes as NEWS.gz instead of changelog.gz
 (Policy 12.7 since version 4.2.0).
   * Standards-Version 4.4.0, no further change required.
Checksums-Sha1:
 a2bd56deb800a5824f3265be825f0896ced0d273 2158 chocolate-doom_3.0.0-5.dsc
 81ce1c38313e971356fa24e4acc01ac6adc647d3 19996 
chocolate-doom_3.0.0-5.debian.tar.xz
 348b4ce580c9edee444a31ae8aaf61920ea90da3 11706 
chocolate-doom_3.0.0-5_source.buildinfo
Checksums-Sha256:
 78afc4026d9ca570e3105879e2c5aa4ca3ff825060fbd468ea99dc4933d43b37 2158 
chocolate-doom_3.0.0-5.dsc
 d4af9b01090e5d7c4e69949798e6014ba4567878394623d68a54ad6b86a4221c 19996 
chocolate-doom_3.0.0-5.debian.tar.xz
 b76b51e61af3deeecc7619b0b87592209203ad414360db05568afee02ef554cb 11706 
chocolate-doom_3.0.0-5_source.buildinfo
Files:
 17a7747f28a8eecd82cfb25dcd0bbb61 2158 games optional chocolate-doom_3.0.0-5.dsc
 a87bfc0a2a3c76a62904a5943ef0a7c4 19996 games optional 
chocolate-doom_3.0.0-5.debian.tar.xz
 dc6da0f4402f334f6e87a5b108a377e0 11706 games optional 
chocolate-doom_3.0.0-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1s/2kACgkQgNMC9Yht
g5xlNw/+MlVWWfXdplBmLQcinTHyGHmHNCF/gWX9GpgV3HLoxf4gUrfi/2Bd7AbZ
52zhyVb+J6SCFAOJHS3T5rQ3Vv6FyPmsP2UNUlaoqL0dh4OU0ezlAwlw47XFmvtV
rLOBqdM0EC7ZjkPrNL8yh12riXbL1WOkRrc6A1Gqtlie9z6noMD53n2wejX5Jzzi
3BpTnYnbynHpXPuqVWz82RvJKW5+ribuyYCdr9k4M5jElShygaSK9VdczrXmt4Hr
WP2ZQSaih9fqR5/lmQFs1kkGKsXNigV2TSQPE4o5PnvXQP77OaoGPm87YcvbBMVl
u1CkTgA7gWUb/YBztquH+pr047G3TiMnq1I/7pvC/+QLxCPE8dN9jNHFJv8+QmYJ
u/XQCSB2G/uJ7gCWJ2AHB+Z6TsLBQO0nLk5ok94WuCZ/45yHkLeoT5VnMxAJi0+A
dBxmPaJPTCsTwzzIoZHtt6Uy6odN0YIo09DdylFzNK6AiLT8rQRxCkW4PXZTfWv5
kLarPzxFP0DMr3xPYkN1n7kCMDnCQumTkkPnXajXWpfQXxXRj3K1kXM2h5uvBrdD
AuNXQ0foIQ69sixKA+SIB8bBOmxCgch6TsR3QqFmbbP/iNsQc3BtOjAllYoEaYMg
ErEYMF+Uv4GeXXBQlLkbaP3UScqPHSc4IPAYG9nxNdt6ZV4SS7s=
=lC7S
-END PGP SIGNATURE-



Accepted miller 5.5.0-1 (source) into unstable

2019-09-01 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Sep 2019 16:04:48 +0200
Source: miller
Architecture: source
Version: 5.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 miller (5.5.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Switch to debhelper compatibility level 12.
   * Standards-Version 4.4.0, no further change required.
Checksums-Sha1:
 fa2d055177ed403411d4c8ac964a98b8ac16fa6e 1807 miller_5.5.0-1.dsc
 f8e3fe3eecd0b03e13bfc2ee5baf9a06328775f5 5000183 miller_5.5.0.orig.tar.gz
 ec23368caab5fe72acfe72f39610644a51c42c78 3804 miller_5.5.0-1.debian.tar.xz
 0d43c38fcafd3f08f0238b8aa014290d10da0055 5699 miller_5.5.0-1_source.buildinfo
Checksums-Sha256:
 582cdcf2759d51f0115452141555fa1c66837d38567b7a6445d2f64196fdd4d2 1807 
miller_5.5.0-1.dsc
 be357dd91ca25532b8b8e506e2ef83b2bcce0d33682152dd6118fa89649e1981 5000183 
miller_5.5.0.orig.tar.gz
 b7245461cb5d5102204753284699b7cb0dc332654fab49bad335580ed6fcafd6 3804 
miller_5.5.0-1.debian.tar.xz
 2fe77d9191d0dde466083c150a288d0a02edea3d0161b631e5181b49da9f4833 5699 
miller_5.5.0-1_source.buildinfo
Files:
 46225fc5d12cbbcdc8f7c4f49943c324 1807 utils optional miller_5.5.0-1.dsc
 01e0c7d19578c728a7af0843a3170be3 5000183 utils optional 
miller_5.5.0.orig.tar.gz
 32acde2b10499bc4a374d6a2d845ae7d 3804 utils optional 
miller_5.5.0-1.debian.tar.xz
 4e2d4a0a42fdca35b122c3b5267fabd5 5699 utils optional 
miller_5.5.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1r0BUACgkQgNMC9Yht
g5xCXQ//V8HOuAenme1TB0bfduwigQVsbpz5EWpO9Rj84wEi0Okptk3Q6QHT0yOW
XF/yVkXp3XD0fvdVxMxZT/bmTGvCFDtQexIJkN3ey3Oe8HFo+hqN7oYQEQhU5vfj
ae8osm0+vfXWfqjgkW2Og70GT1rszCP3jmtESd/RSknaHXhAsdOA8L01OuseeL09
KdxwEhDLNBMNzuT014Z22Ue6n1+lUODEum6V2mlhyhO16tlMhubesGmfi7D27Ozx
UzZGDqV7dlfXVAWUE9azGXOVBISQWZd5VhMcEC2sG0Ad7Brbga3Nc2B24fZ30uCI
RTInj/wIdhaj5ZfNVpyHdjiNU66Dp4Y4o4irU6JAgQaYlV70j5pHHvyIqndVl7ab
nY9fKGa6nANljAUBLUmG2+hQ06xTpMGpeGc1tq5QaagZM6Wi9vQqJS+hYnw/85sE
8rnYw3vkpVG5evKNAbW9ybR2MYRh+D4z25yK5wbB1t/oVVRSxZeQ/jRqz1dzzZeL
aT6gEjLz3IMniqerZUzArJa1Dc3LdTqrgCVIfYeofuGfgJhsrNjwpyrxFg3kBXwu
Ay/z2ZbF0vR4XlOOfVXHiN2ORanQQlT6ZcSuj6WTajfIZIh5EimfLthWWXD1JLR3
NTXzdTqIH3ZCsUBExJeHmq3tmnKvwTGoVZLLdPQVjDEn3uqXQh4=
=y99+
-END PGP SIGNATURE-



Accepted rr 5.2.0-5 (source) into unstable

2019-08-31 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 31 Aug 2019 15:17:20 +0200
Source: rr
Architecture: source
Version: 5.2.0-5
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 938413
Changes:
 rr (5.2.0-5) unstable; urgency=medium
 .
   * Apply upstream patches to switch to Python 3. Closes: #938413.
   * Switch to debhelper compatibility level 12.
   * Standards-Version 4.4.0, no further change required.
Checksums-Sha1:
 abd078cedb61a70d2b58edbe87bd3b202d604282 1868 rr_5.2.0-5.dsc
 b4c96f515ba9409e729e3f725a7afe2d3e38a0a8 14560 rr_5.2.0-5.debian.tar.xz
 25f793a6b5317c142fb54b817f03d63954f881ec 7979 rr_5.2.0-5_source.buildinfo
Checksums-Sha256:
 7fde44b56ef44b47b3d2a7be6ce7c230d4bb333ac77362dcad11cfafb284e07a 1868 
rr_5.2.0-5.dsc
 722b99d01eaf386e8e77da99cfea3ded837a1de5fdf335dcbaf717331a5896e5 14560 
rr_5.2.0-5.debian.tar.xz
 bb5d92f4125c49bf9e2a21dcda269c961b4400407805ce4686b69da542b9fe61 7979 
rr_5.2.0-5_source.buildinfo
Files:
 d8e478d7924ab6777e04c67ad873dfbf 1868 devel optional rr_5.2.0-5.dsc
 58f6c3cfe17d4a5fb5af84f4c62b4232 14560 devel optional rr_5.2.0-5.debian.tar.xz
 73bd73828b14dd896813668972a85b38 7979 devel optional 
rr_5.2.0-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1qc3IACgkQgNMC9Yht
g5zKEg//QBOsN8fXog5fi2U4qVjRdxN/ZaCSa9I3plbemabx843TjxPfDaihDON7
TWsYPBKIyawKurmc+sB4qtK/YjnNg4Ggq2SNbAqKVRYg7m+bX5xA1F7+tr0BzM27
IPS92ZHQU8R/NucLoOzEUnym0XzM9BB7FqrepbVUVejqGbXjb3lU+wXuZ3nePzYh
0yMeON0ZrxLDv2ZmTobwzWZadrAWH7Qp14jeWu1WKXqwyRPb8MNnrqX/MJ/Zwqfd
x0i9B3YSROwGRmwBfOXSbIfOUVLB9xeOa5NzzswBVfbsXN/XRab+z/+NJPW72YaR
6VFIfHqFHKNEuV/v5HR/AxtypYna4CkVQy+Ev0E+dR6u2wmluV6ITWPiZk5vY3eE
oyW1T3GYJWVurcHaoJXB+TcDTzo3MC5B47tGP7Tai/otX14qR9p9HG22hSH9d5DY
NdqgyDySPfu7doNEBgssvzy3QZOXMjWT94zeHHjULvAj3kKZAINjG4sOu+2BXS/n
AG2Eh6LCt+c969Gseu9Ya7xRLlXTct5nK24Fq8EyVMevLUQE6sTV5YgJKafDzI5W
rQzzrUUFUyYItFy6IR1SSSGxXy2J6gjt0CJYkj+lNBTl6fZUuvx2o+zhi7cQXUmT
JuLEobnDtO7znj72OBfrciGv9GRT8PsFiu7IoPq4GSZbSYTJPjc=
=IqNj
-END PGP SIGNATURE-



Accepted evemu 2.7.0-2 (source) into unstable

2019-08-30 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Aug 2019 12:17:10 +0200
Source: evemu
Architecture: source
Version: 2.7.0-2
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 936491
Changes:
 evemu (2.7.0-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/copyright: Change Format URL to correct one
 .
   [ Stephen Kitt ]
   * Simplify libevemu3.symbols, add Build-Depends-Package.
   * Drop Python 2 support. Closes: #936491.
   * Switch to debhelper compatibility level 12.
   * Set “Rules-Requires-Root: no”.
   * Standards-Version 4.4.0, no further change required.
Checksums-Sha1:
 dcbcb7f63a1500e88b2e07ab1f6d6825be26cc3f 2325 evemu_2.7.0-2.dsc
 2cd462a018e7e4e0a8808df1e56b8bbe250f7187 11040 evemu_2.7.0-2.debian.tar.xz
 644a41d287e6817bc1d7a464617ec56106d44893 6997 evemu_2.7.0-2_source.buildinfo
Checksums-Sha256:
 c7bb250e1772bc886410a6776ae68d7e000fd8508bcb4631c5a86013412188d4 2325 
evemu_2.7.0-2.dsc
 7e6f23ba756b40a8af9dabe3f32f7b82689ee24d645d51a3b1e59e5e5b592f1f 11040 
evemu_2.7.0-2.debian.tar.xz
 744f8aa1eaad6e0bc89302a387b24c2e91194212f87d4c81c80b58180cd08b88 6997 
evemu_2.7.0-2_source.buildinfo
Files:
 b14db1ae442ed46eb1a9129207a66f23 2325 libs optional evemu_2.7.0-2.dsc
 eed9087d742212d18de61404231edd3d 11040 libs optional 
evemu_2.7.0-2.debian.tar.xz
 6f6197e8967ac9dee6c15ff48641b5b8 6997 libs optional 
evemu_2.7.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1o98YACgkQgNMC9Yht
g5yMJg/9HNBY4X1Y4ZxrkHX8Z2gtILs7kDn+OMCI+s1H3w0VtFL8FCLpdd8+6ai5
xFp5AZ3hX4H1IELOvH3uZdLbGdSQcEeOootBxY4ne+APShXUB3F9168nymUmKeta
6isRcfUPKZ25ASRj49oVCFBvk+8+hi6TCZRcsliO4f3yi5GB0wQmYnDS3NX7nGrH
ZUYlBi+/9qKRsATH1xwjFmrmVb0CMZoD82JlUgUu9OmM4L2ZIPGsRlXGhQTClrcg
EC9sHUHhOvLae1zsOgkrCKBh8bwFdriUm0QV+l5mQVzyCnPVIov6Nd0WevBn1jLa
aR+cp4fUpz2s3Wu31GDpWNWJTdPjFXsCXQB4PWsVPXPp143l08bLWJ64A/1Dq873
cnP/sHP65QaGyLPtxvuZyo25dpuRt7E1/DPwlRK2ocC2SGtcbEbsPrrqGE2qewjL
pq6cNMyNp+FOka/9gnv3AVINCRHO34Hi7WtIS4xRLVL5iWEtVo510x1wOZZmxNhd
WVunOCGw7T7w4bvzpQeWZUx4Nx9e8D3ak+e0X2MRXov33jqHzyZ9N1bqkBL2nbD+
QNP3EBBdwlWa+fP88EOFRZEOF0Dz8mYj5ZBNdNjzPvSZtZB7t7LOEGASgjgBR4cA
o+/t4JatqJdvhUmslh2N6uYJAeaYAnS2Sa0rRrYsAXFva7nOfH8=
=d8oF
-END PGP SIGNATURE-



Accepted libevdev 1.8.0+dfsg-1 (source) into unstable

2019-08-28 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 28 Aug 2019 20:50:32 +0200
Source: libevdev
Architecture: source
Version: 1.8.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 libevdev (1.8.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 e3aaf68139c1f8c394471a3c1b9707818ed47e0e 2205 libevdev_1.8.0+dfsg-1.dsc
 aaa527db120568e93b003bdd74a899a89f6a7cb9 334476 libevdev_1.8.0+dfsg.orig.tar.xz
 6788c0ee26fd8263878b1a717ea8eb751887bfb8 9688 
libevdev_1.8.0+dfsg-1.debian.tar.xz
 d1e4387ac97c899f7e1e7371d12d43fc379530cb 7793 
libevdev_1.8.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 81e1a3d96dcdf88eb22d409216f7f13575d28bba533544dd342d1fc3e5f1564d 2205 
libevdev_1.8.0+dfsg-1.dsc
 af9a61195fb8248af03cdef0c95080d58d8431f264848563bd610e3fd687576e 334476 
libevdev_1.8.0+dfsg.orig.tar.xz
 fefdc9010f0a511ceb188178be5575563dfc0ab6f43fea44ca5dbba2fc5a6df2 9688 
libevdev_1.8.0+dfsg-1.debian.tar.xz
 04aa756c743cb8c1bc2a5adbab86eb0fe4a39191af6163a19a377c6d05001054 7793 
libevdev_1.8.0+dfsg-1_source.buildinfo
Files:
 ffb6e7a7ee11380385662400c0693d78 2205 libs optional libevdev_1.8.0+dfsg-1.dsc
 fe57eec7465c17c204b9b01a88e315be 334476 libs optional 
libevdev_1.8.0+dfsg.orig.tar.xz
 8bcbb82e7a944458fb22e17855074a7d 9688 libs optional 
libevdev_1.8.0+dfsg-1.debian.tar.xz
 f0ccb6659694cb1db28bdf3857270c12 7793 libs optional 
libevdev_1.8.0+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1mzREACgkQgNMC9Yht
g5w5oxAAnfkGeE/dr3eyzueWrwo1QZrOu98SKbUb0JvL836lXRRKkCFQT8+iCNB9
ySPKLMekNVC1kYgG73GnOJsiVO0BGmuVRNH06qIeB9K5ncX6dyhXZUdeduDEpEBG
2Q5MRgd9Yc2IxRC+XnbcM2e0gZHIm3dwqF+7Uqr0coj6kxy9dNG4QKS+JtAQQeYN
aggoJ8GBM4MUgsDiLA9MLHesVJ8Irr+2sL/AHUuS5up/XBSGbf3hvRHERV9XKIVl
SKLZx2pqkLT93iH+AHAbCaUtF/T9+lc3bsATR6yhVgIK4flpvUGy913WInDVI28U
J5UYCUf3+iu/9vskSIAZYTq7RTGKiNa8Ttvv/K7szEHUkt08/dzeRQ1kt71EuuWN
SYZPWl6iVJ01ERYgchMdQ+cyN7zCf3BLcocBGfUu8DjBwmhplYYnqevQ0SPMc7OE
RkIWWYkFXvS9KvImVN9wIWLTtdCY/AzMjz2m2ahr4Ss30YDPuh48EjQeX9HWiLmN
4i9obSlk6bW8nhzD5SGeD782xYTJxDwAKW4rvdnskYyfS7rfeuXIUCEwWjB+2gpm
fpu5GXsLn0oeeZ+9PwIsaOzIWioDVjvxcK5X02QvySH5FN9/eHi0WbgMNCHl2Wid
+2tZ/0QgpUWr8o9BC2gq8YccyqTRGEv116i8QxQwCUs2EChBppE=
=ddsp
-END PGP SIGNATURE-



Bug#935803: ITP: binutils-djgpp -- cross-binutils for DOS using DJGPP

2019-08-26 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt 

* Package name: binutils-djgpp
  Version : 2.32
  Upstream Author : GNU
* URL : https://www.gnu.org/software/binutils/
* License : GPL
  Programming Lang: C
  Description : cross-binutils for DOS using DJGPP

DJGPP provides a development and runtime environment for 32-bit DOS
applications using a specific C library and the GNU Compiler
Collection (gcc).
.
This package contains the toolchain binutils targeting 32-bit DOS.
 

This will be packaged following the same approach as the MinGW-w64
toolchain, using binutils-source. It will be used for DOSEMU2
packaging.



Accepted evtest 1:1.34-1 (source) into unstable

2019-08-22 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 22 Aug 2019 21:10:25 +0200
Source: evtest
Architecture: source
Version: 1:1.34-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 evtest (1:1.34-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update debian/watch file to track git tags.
   * Switch to debhelper compatibility level 12.
   * Set “Rules-Requires-Root: no”.
   * Standards-Version 4.4.0, no further change required.
Checksums-Sha1:
 1f212f93e3431dfcd2a8e9fffb37a66a525812ea 1843 evtest_1.34-1.dsc
 8fbf86c995805d0bff5efcf9b4263d58f43e7d26 17800 evtest_1.34.orig.tar.xz
 91759b079b76d0d0b21f24a17319bc4aca2a7124 2604 evtest_1.34-1.debian.tar.xz
 b2a7f61e8e35b5b44d0ac8432d9707da5187c48d 6418 evtest_1.34-1_source.buildinfo
Checksums-Sha256:
 af2e865fc603735b97f995ff0dd806b4ad8e03e526de1f023b17668eba6d25cb 1843 
evtest_1.34-1.dsc
 e49f1f160b30c8f7c2a4caef5ab655f1caf816483d19fdedd6db2d251d7ab80e 17800 
evtest_1.34.orig.tar.xz
 5012904a48152f4b9b7cc79785727690312a09fc96b776da9c661f77fd0142a7 2604 
evtest_1.34-1.debian.tar.xz
 8f8fe6c6202c3e899b317ed7925f7a75edca029a9b3f07417d18fd37717edbae 6418 
evtest_1.34-1_source.buildinfo
Files:
 731d5f4bd5118e3210a01a04105b7e1e 1843 utils optional evtest_1.34-1.dsc
 8dedbee9a6f9dc470ddaaa7ef8924448 17800 utils optional evtest_1.34.orig.tar.xz
 fc3924b76883679c43063baf94935d5a 2604 utils optional 
evtest_1.34-1.debian.tar.xz
 877391f5ffc64c3d5bbcc4b61495f4c5 6418 utils optional 
evtest_1.34-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1e6KoACgkQgNMC9Yht
g5zLgBAAhdQ2OwWb7rakiGuc6lSXEpZVL2A20RcQts+0NdZf9n3uf/pCthUlnQ4Y
CzVyAXXVIyNe5ZMokIBZmXPCUwMeCyTsS7/ZSpWDSGOKvesL4cOPNvmfP/yKXqd8
LJMQwUACJUhYy7gTbcv8xyqpP7dBJmDUwXbQ3rLFr7f3aYazXls6vCdcjrxeFiZK
AvCPv5p23x0vTmjwVZTcw8/qfg2F0GbrTKV1KohLVR/EYQ0lFRlImrYHg6t1unkX
+hz6YDZg6xn5IN6mrkVOq4byb8VqzakD/LzRsO99c6V0h/9gXAHjnRoc+62WemEB
CJ8yn7atpjwr64Tf5eBKIuApI9+THRDJABjfMUsCW4cz+yHZ5x5vd/+Sg93uF8Hl
s7T7YrbE3XYObKiRYNFZsw78dsqJjhaIVLUwDE30LO98ydogBKz6K/getLjyTSzO
nxeFqprHC/n+oPA8Q2Et5mcqekR72o4JY60vICdY4QkbySp9WGmp32HkCfef/QO4
2QMjUHPOQ5ZZUQ5EDwzCDwXHPnXDXu/VPZwtOIPBja3SG0Zr6rJWV4CeAGt5oPft
+MXi1UvTdIKZd1H6jynBlTEp11jrOZEImGsTWstw9igzvlNjahKF7HRrekTSl+Ty
Zy/RIm47D04PSc6n2ngdp8XBXCBJVm7t4f6AbZn2ZiTDaBwd8Nc=
=B7XL
-END PGP SIGNATURE-



Accepted units 2.19-1 (source) into unstable

2019-08-15 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Aug 2019 21:15:21 +0200
Source: units
Architecture: source
Version: 2.19-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 units (2.19-1) unstable; urgency=medium
 .
   * Upload to unstable.
   * Standards-Version 4.4.0, no change required.
Checksums-Sha1:
 51f6bb267f7b43537c25e8ed42dc37d636f5f13b 1829 units_2.19-1.dsc
 7e5b6fe7c3c4956fabba0130d32ae58e5c88e9d3 10404 units_2.19-1.debian.tar.xz
 10bdd19fd97039ca258b03205d28559ce8bb0b16 6389 units_2.19-1_source.buildinfo
Checksums-Sha256:
 4458dcbb1399809848c7f50cd22744b8d0bd1fd65ec41c0087390f6caeb0be4c 1829 
units_2.19-1.dsc
 9065f4334b1c3cb491946ed8fcead26d364202c96eabdc0b48f5f32a06ebe123 10404 
units_2.19-1.debian.tar.xz
 89ee3ba43eb5ac53f58a54e6bdb422663c939329ef0cc142ecb5502b6fa6f213 6389 
units_2.19-1_source.buildinfo
Files:
 82b3f0c4736e5b9409a3b2fb4b3f5452 1829 utils optional units_2.19-1.dsc
 c620018a20f6dbf824b3ebb67176e40f 10404 utils optional 
units_2.19-1.debian.tar.xz
 820a0eb35a19467054f4c15c9b37ca6f 6389 utils optional 
units_2.19-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1Vr3AACgkQgNMC9Yht
g5zDsxAAg0L3nlrFeNYHfYKj2yyzYg1Nr+RBtB1zSnsLHLQvG+GsyVP0ctuaZJQi
h+CxgGjZaDIwrkIZQ/603WnGmf7OAGZFD+WeNLjzXx1vLfJ0xAvvSlYRvU+4hlL1
gnnf2kbzRwklcljD7QVTmzDTf1kIijou9JvwBTIf1pA9rebhN8tByaRxteLdooId
sV77qHTuhNR6bADws/XrzNKn5U3rob6c3qSf/MeHc1E3TwUfRpzaN7yYpuYYxoXG
eZRu6csvD3CKx9/PbBubkkuUrEWPfZMBzTwS4SmfsVa39jEVEIT255D0tn96gJmF
sj6sY9Eu7aQoDO4XfspR8hXaPshORxTxbkfRljRSUUs9OZkB57kss6FtAZPP17ql
d2kih1uRKS1uNI/wjC6PNKwUdSf86qo1G0vdhpTPFqs2zdTpben3Gx2njChVTOUU
qJ4FI87wo8LIQSTpG11bL7JlB6PHkJoE+Q7FgsfQK3uSHKbGKDgCOeZYJLIenjvM
AdKjPBstMshHmnNJ586zDSEsoRojXfEqKeS7bTuRCK6CdTSuR1dPvV9A4kWEC2bo
eWfNEDgNKxXbGjEF66+UHZ5uzvQ/Bp8y9znul1VMQN1GpfJ/D3rzOIHvbc4bP39U
uMDuQ4JcXV0zNaftbVYL7m1gEJ/5vaX9IeSVKfN+6b8mFSlAL7A=
=768j
-END PGP SIGNATURE-



Accepted solaar 1.0.1+dfsg-1 (source) into unstable

2019-08-15 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 15 Aug 2019 20:58:19 +0200
Source: solaar
Architecture: source
Version: 1.0.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Closes: 819687 851125 933691
Changes:
 solaar (1.0.1+dfsg-1) unstable; urgency=medium
 .
   * New upstream release. Closes: #819687, #851125, #933691.
   * Standards-Version 4.4.0, no change required.
Checksums-Sha1:
 a437eb57b2040a5a518eb0bab3fbf41d91db3194 1941 solaar_1.0.1+dfsg-1.dsc
 89273979849d78bd05def9a2bf50aff1cac04411 270116 solaar_1.0.1+dfsg.orig.tar.xz
 4d29804db56971d3e2550da71734d729744ae9e4 23596 
solaar_1.0.1+dfsg-1.debian.tar.xz
 ba51ab18f78084b974243734f86d1d8bf198bff2 5712 
solaar_1.0.1+dfsg-1_source.buildinfo
Checksums-Sha256:
 ca22f16f5c1d6320d9523b6e93b098964ecfa36e8e96a17384117d2f9feb96b0 1941 
solaar_1.0.1+dfsg-1.dsc
 0b1662e68af908fa04802e76d6667ce43883b5b86c1d66d22a3cc683054a9cae 270116 
solaar_1.0.1+dfsg.orig.tar.xz
 620a164a82876854c7c4ff6707076175725b729796c389fea526959e1543d63b 23596 
solaar_1.0.1+dfsg-1.debian.tar.xz
 c8ccbc6f7f5db9c15a7cc763ad59fdfc23c171ba21a8d4a672cf69ad9adfea41 5712 
solaar_1.0.1+dfsg-1_source.buildinfo
Files:
 d1588ac08c7ad9b377eb516e39cdacdf 1941 misc optional solaar_1.0.1+dfsg-1.dsc
 bb3d15918ce56e29e7b108a8ffdf8a7e 270116 misc optional 
solaar_1.0.1+dfsg.orig.tar.xz
 dbbd2c335fa3770aa3316939796166d0 23596 misc optional 
solaar_1.0.1+dfsg-1.debian.tar.xz
 9060224b722deb268bca632e9a5f011e 5712 misc optional 
solaar_1.0.1+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1VrlAACgkQgNMC9Yht
g5wqQA/9EC4NdLah/BDx4iZIax8AY7rlGQlJV1q0aWT9aSrn1myODQNWtGZA4smz
g4mQPE+p4Xaq1zEuEvPpR/+CxKZUP70SAWyy/Z+xl/WwBlsudzy12O1v0u4VexvY
ea9o0+RhBij07NibChqRBpZu3bxA5UxrIOvVx4iz5q6rAXj+6yOYA9UT+zceKV5w
qRXvnuXXvA+011wn3TgTiX+MNSHbJTkQjSpZ596smbYQiILwrZQ21PyNGS6Sf0P+
QtkQy6rrncNBvSY4H3xIypa92xr5I7uUlys0bkDK3AtVTx6AM5K7aJLzhgv9H+VS
NQqe+q3wYBuUknMbox7Fnq/W6fbnUTemc/bY0+dQRAYwhE5wIwZidcW43rY8T0JH
x2p3chzKxrtut9Mjj9YpTa2hUHD4tE3OkvA4x5y6GIfX/12siwqigZIs45pW3MVf
Jb9zf/Rczd0qu1Yx7vHzRoA4Sw4jT7C8gBG9i9vz1/0WtrEy/OlgIIL/G3zfcxEp
pIcBata2BQCC7gKHhFh9DNOvoYHys0a3+R7qz+Q6l68hHQAsat8+M7RVfOyy7AUx
s1FX80vRn2AGYKYKu4HEfhPw0EPz2YnoJ1oLLyS5aZx2GhzNX1uwzLwYTiQqxYeo
OLc68oOTz55MCBhRgJLxlLybJRZ5SRaDsmz8S6Dqg0yz262SvUw=
=ZNeD
-END PGP SIGNATURE-



Accepted libratbag 0.10-1 (source) into unstable

2019-08-13 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 13 Aug 2019 18:18:20 +0200
Source: libratbag
Architecture: source
Version: 0.10-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt 
Changed-By: Stephen Kitt 
Changes:
 libratbag (0.10-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop obsolete pre-installation clean-up in debian/rules.
   * Switch to debhelper compatibility level 12.
   * Standards-Version 4.4.0, no change required.
Checksums-Sha1:
 a8377b7956cbf280ab16073a94e53772fb22d3a2 2290 libratbag_0.10-1.dsc
 40a6dd907bea4b4fcb67796df7be873448a053bf 236308 libratbag_0.10.orig.tar.gz
 762684049d448d0f194cfdd968dcf801dcf98842 5396 libratbag_0.10-1.debian.tar.xz
 c4c1bcb71d42343b1751b50a44b9a1bcb9707cc4 8736 libratbag_0.10-1_source.buildinfo
Checksums-Sha256:
 8370f8776b6f6fe9264af9dff353b4c7efef461293ccaa1754a493e2d2349cfb 2290 
libratbag_0.10-1.dsc
 3ddc7224f90fce5a2341de025927bc77fdfbb137c5127e43e27f318cf0674b11 236308 
libratbag_0.10.orig.tar.gz
 e844e6d931c4053d80918f01a8eefced01977a441b8f8a4f3282d21bfb7a5061 5396 
libratbag_0.10-1.debian.tar.xz
 4bca56a0d4150c8210959eda956e6572f5c0f2fb64ae4f7a9fb6f957798f6019 8736 
libratbag_0.10-1_source.buildinfo
Files:
 7a326dd1060726909b196d4cd821ade0 2290 libs optional libratbag_0.10-1.dsc
 1b5ed568c688508ad324a4968efb8985 236308 libs optional 
libratbag_0.10.orig.tar.gz
 f325a0695d6ee71ae7bb21dcf6f96868 5396 libs optional 
libratbag_0.10-1.debian.tar.xz
 388cab0c759e3b479a937018b143fb0d 8736 libs optional 
libratbag_0.10-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAl1S46MACgkQgNMC9Yht
g5x+tQ//cpbp/q0JitDQ/MNqPCtAWujKmyMGJdJEnX7lPB0BU/32MT8eEvSJhLV5
NSHc8Tjf8U/3DHBPJ+KelNKb+ubB5eXYDEzPiOynpmOZVnXPcP39IHGiwnZza1gx
LoImuZXfWpQr4gwrYrAOtAEhE8VW5w73hXr4W57Tpd9qokfwJq2mR/6m2pNMCksV
7xZqXvlVPDUyqCcrKXKR3ELOtT2r3yBOsfoVpzX7DYCzaZOmmdsggD/tU3D7vKSC
wSzyu0RFn6et/NvjNajuejFLqcfkTgEJVE5LVbfNe+c/mZOOWhg+rjo+ygb+k1IN
utfPozoQPRtJvjyEsl1NcpcMp/2yL68Yet2jLXJIDLk5xesXtembRogLVOBlry+J
0biiAlC5LXmP823AGgV5uIkzzUUNQuucfVmGrXV7gq6Sdkbn8WlQZAdWZxuIjE+U
cJXflAyhA5TleJWEcHung7SY/nbRdgG/T5gf09Ouz+0fJD/QZ/MUcNNuwmcfJIiF
/humXNo0UyqzYkqlqq22ZNAZ61vTo1hM2JUxoS/G609UnOdBiJ8xfpniDnFKPd6a
GlInkBXfY0oe0g5cs2hh467Zdfg3A7gD1H8Mw35pVHzzE2om+mRsfIF+OTx01xZB
cS6AsTSitBGxwZ4sgukx2Dksb2HG5PpGn9nzABByxhUbgXyUYII=
=bZuC
-END PGP SIGNATURE-



  1   2   3   4   5   6   7   8   9   10   >