Bug#862698: ITP: minecraft -- blocks to build anything you can imagine

2017-05-15 Thread Andrey Rahmatullin
On Mon, May 15, 2017 at 06:40:34PM -0300, Carlos Donizete Froes wrote:
>   Version : 0.1
I don't think so.

>   Upstream Author : Carlos Donizete Froes 
I don't think so.

> * License : BSD-2-Clause
I don't think so.

>   Programming Lang: Shell
I don't think so.


-- 
WBR, wRAR


signature.asc
Description: PGP signature


Bug#862698: ITP: minecraft -- blocks to build anything you can imagine

2017-05-15 Thread Simon McVittie
On Mon, 15 May 2017 at 18:40:34 -0300, Carlos Donizete Froes wrote:
> * Package name: minecraft
>   Version : 0.1
>   Upstream Author : Carlos Donizete Froes 
> * URL : https://minecraft.net
> * License : BSD-2-Clause
>   Programming Lang: Shell

This information does not seem consistent with what I know about
Minecraft, which is that it is proprietary software, available for
purchase (not even free-as-in-free-beer), originally written by Mojang AB,
now owned by Microsoft, written in Java, and currently versioned 1.11.2.

If what you mean is that you will be writing a "launcher" package in contrib
similar to the steam package, please give the package a description (and
perhaps name) that indicates that. The description in this ITP seems
very misleading.

You might find it useful to look at (for example) the quake, freespace2
and game-data-packager packages for examples of dealing with
non-distributable game data. I don't think we have permission to
redistribute anything from Minecraft, not even the small,
infrequently-updated launcher that downloads, updates and runs the
more-frequently-updated game, unless Microsoft has changed the policy
that Mojang AB historically had (analogous to how Valve encourage
redistribution of the stub that downloads and launches Steam, which is
what's actually in our steam package).

If this package downloads proprietary files automatically, here are some
issues that should be considered:

* minimizing amount of code run as root (downloading the Minecraft
  launcher per-user is probably better - the launcher will download
  Minecraft itself once per user anyway, so sharing files between users
  to reduce disk space usage is not straightforward)
* not executing code that was not obtained in a way that can be trusted:
  downloading via https with correct certificate validation, or checking
  the launcher against known-good cryptographic hashes like
  game-data-packager does, or similar
* not preventing offline apt updates in which packages are downloaded
  while online, then installed at a later time without Internet access

game-data-packager/doc/why.mdwn might be interesting reading.

https://github.com/endlessm/flatpak-minecraft is an alternative approach
to making Minecraft more straightforward to install on a Debian derivative,
although it would be nice if we could use a Debian-based runtime that
included the OpenJDK JRE from Debian (building Debian-based Flatpak
runtimes is something I want to work on, but I haven't got there yet).

Regards,
S



Re: Bug#253796: RFA: bfm -- system load dockapp with a duckye"?'zolnj

2017-05-15 Thread Bo Stanley


Sent from my iPhone



Bug#851186: RFA: cligh -- Command-line interface to GitHub

2017-05-15 Thread Benjamin Morrison
Hello, I want to adopt the package.


Bug#862698: ITP: minecraft -- blocks to build anything you can imagine

2017-05-15 Thread Paul Wise
BTW, I wonder if you should co-ordinate with the submitter of this:

#861634: RFS: multimc/0.5.1-1 [ITP] -- A free, open source launcher for 
Minecraft

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#862698: ITP: minecraft -- blocks to build anything you can imagine

2017-05-15 Thread Paul Wise
On Mon, 15 May 2017 20:55:53 -0300 Carlos Donizete Froes wrote:

> Wow! How many questions and doubts about this package. I'm scared! :)

It might be best to answer these sort of questions in your ITP next time.

> I have no problem and rename the package, such as 'minecraft-installer' 
> or something like that.

Please do that and place the package into contrib not main.

Please also set the Homepage to your script website.

> It was worked on a very simple shell script and licensed in the BSD-2 
> Clauses.
> 
> https://github.com/coringao/minecraft

I wonder if this would be better merged into game-data-packager?

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#862698: ITP: minecraft -- blocks to build anything you can imagine

2017-05-15 Thread Nicholas D Steeves
On Mon, May 15, 2017 at 10:58:11PM +0100, Ben Hutchings wrote:
> On Mon, 2017-05-15 at 18:40 -0300, Carlos Donizete Froes wrote:
> > Package: wnpp
> > Severity: wishlist
> > > Owner: Carlos Donizete Froes 
> > 
> > * Package name: minecraft
> >   Version : 0.1
> >   Upstream Author : Carlos Donizete Froes 
> > * URL : https://minecraft.net
> 
> You are not the author of that Minecraft.

Carlos, I think Ben means that you need to change the URL to point to
your project, eg: https://github.com/coringao/minecraft

> 
> What are you proposing to package here?  Is this a downloader for
> Microsoft's Minecraft game, or is it a clone?  In either case I think
> the package needs to be changed to avoid trademark infringement.

Ben, I agree 100%.  Carlos, because you're both the packager and the
author of the minecraft downloader/desktop-integrator, the Mojang or
Microsoft goons could potentially target you for trademark
infringement if you don't follow the rules very carefully.  I'll link
to those below.

On Mon, May 15, 2017 at 08:55:53PM -0300, Carlos Donizete Froes wrote:
> Hi guys!
> 
> Wow! How many questions and doubts about this package. I'm scared! :)

We're trying to keep you safe from corporate trademark infringement
goons :-)

> This package is game installer, where it will download on the official
> website of Minecraft.
> 
> I have no problem and rename the package, such as 'minecraft-installer' or
> something like that.
> 
> It was worked on a very simple shell script and licensed in the BSD-2
> Clauses.
> 
> https://github.com/coringao/minecraft
> 
> This package does "not" contain the Minecraft itself as that would breach
> copyright laws and the wishes of authors of Minecraft/Mojang or Microsoft.
> 
> I have not yet requested sponsors for this package, but I have posted in the
> mentors to follow up.
> 
> https://mentors.debian.net/package/minecraft
> 
> Thanks!

Thank you for the clarification :-) In terms of responsibilities of a
Debian packager, these things need to be as clear as possible in the
debian/* packaging.  I was able to find some these details in
d/copyright in the package you uploaded to mentors, but the d/control
needs work.  Specifically, it reads like you are the author of
Minecraft, which is why Ben said "You are not the author of that
Minecraft."

In addition to clarifying the description by integrating your answers
to our questions (eg: This package is a very simple shell script that
downloads the official Minecraft binary, and installs icons and menu
items) you'll also need to comply with these rules:
https://account.mojang.com/documents/brand_guidelines

What does this mean?  Well, here are some quotes from the Mojang
rules.  You have to be very careful to

1. "NOT make people think that you or what you are doing is official;
approved or endorsed by us; or associated or connected with us"

2. and to "NOT include anything else around it that makes people think
that you or what you are doing is official; approved or endorsed by
us; or associated or connected with us"

3. and also to "sufficiently differentiate the use of any Name you are
using from any other branding"

Additionally, because you want to distribute your Minecraft-related
work, you need to follow Mojang's "Non-Commercial Things" rules,
namely

1. "Ensure that the Name (which includes any confusingly similar name)
is not the first word, doesn't use any other aspect of any of our
Brands or Assets as part of any related branding, including as or as
part of any logo"

2. "Make it clear that the product is unofficial and not from
Minecraft or approved by Minecraft."

--
These things are true both for for the Debian package and your github
project.  I think you're also going to need to rename that project.
After you've done your best to make both your Debian package and your
upstream project comply with the rules, I would do the following

1. dch -r, and make sure the time-stamp is updated (I forget to do
this all the time)
2. remove the current package from mentors and upload a new one.
3. send an email to debian-le...@lists.debian.org
  * refer them to this bug, and ask them if they think you've done a
good job complying with Mojang's rules for both your github
project and your Debian package
  * ask them to CC you and/or this bug

I'm not a lawyer and cannot give legal advice, so I think it's
important to ask debian-legal if everything looks good.  It's also
possible that you'll need to seek confirmation from Mojang that
everything is as they'd like it to be.

Oh yes, other than trademarks and all those rules, be careful about
icons.  The "minetest" package is GPL, and I assume their icons are
also GPL.  I didn't check if you're using Mojang's Minecraft icon, but
that's another thing to watch out for.

Have fun!
Nicholas


signature.asc
Description: Digital signature


Bug#861582: ITP: libzc -- Fast, portable and high-quality zip cracking library featuring bruteforce, dictionary and plaintext attack modes.

2017-05-15 Thread Marc Ferland
On Mon, May 1, 2017 at 6:15 AM, Bastien Roucaries <
roucaries.bast...@gmail.com> wrote:

>
>
> Le 1 mai 2017 04:10:36 GMT+02:00, Marc Ferland  a
> écrit :
> >Package: wnpp
> >Severity: wishlist
> >Owner: Marc Ferland 
> >
> >* Package name: libzc
> >  Version : 0.3.0
> >  Upstream Author : Marc Ferland 
> >* URL : https://github.com/mferland/libzc
> >* License : GPL-3.0
> >  Programming Lang: C
> >Description : Fast, portable and high-quality zip cracking library
> >featuring bruteforce, dictionary and plaintext attack modes.
>
> Ping me if needed
>
>
Package was successfully uploaded to mentors. Would you be willing to
sponsor it?

Thanks,

Marc


Bug#862698: ITP: minecraft -- blocks to build anything you can imagine

2017-05-15 Thread Carlos Donizete Froes

Hi guys!

Wow! How many questions and doubts about this package. I'm scared! :)

This package is game installer, where it will download on the official 
website of Minecraft.


I have no problem and rename the package, such as 'minecraft-installer' 
or something like that.


It was worked on a very simple shell script and licensed in the BSD-2 
Clauses.


https://github.com/coringao/minecraft

This package does "not" contain the Minecraft itself as that would 
breach copyright laws and the wishes of authors of Minecraft/Mojang or 
Microsoft.


I have not yet requested sponsors for this package, but I have posted in 
the mentors to follow up.


https://mentors.debian.net/package/minecraft

Thanks!

--
⢀⣴⠾⠻⢶⣦⠀ Carlos Donizete Froes [a.k.a coringao]
⣾⠁⢠⠒⠀⣿⡁ - https://wiki.debian.org/coringao
⢿⡄⠘⠷⠚⠋⠀ GPG: 4096R/B638B780
⠈⠳⣄⠀⠀⠀  2157 630B D441 A775 BEFF  D35F FA63 ADA6 B638 B780



Bug#862703: ITP: maven-resolver -- Library to handle Java artifact repositories

2017-05-15 Thread Emmanuel Bourg
Package: wnpp
Severity: wishlist
Owner: Emmanuel Bourg 

* Package name: maven-resolver
  Version : 1.0.3
  Upstream Author : Apache Software Foundation
* URL : https://maven.apache.org/resolver/
* License : Apache-2.0
  Programming Lang: Java
  Description : Library to handle Java artifact repositories

Apache Maven Artifact Resolver is a library for working with artifact
repositories and dependency resolution. Maven Artifact Resolver deals
with the specification of local repository, remote repository, developer
workspaces, artifact transports and artifact resolution.

This library is basically the successor of Eclipse Aether which was
migrated from Eclipse to the ASF. It is required to upgrade Maven
to the version 3.5. Like eclipse-aether the maven-resolver package will
be maintained by the Java Team.



Processed: libtgvoip: block ITP 862582 by RFS 862687

2017-05-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 862582 by 862687
Bug #862582 [wnpp] ITP: libtgvoip - VoIP library for Telegram clients
862582 was not blocked by any bugs.
862582 was not blocking any bugs.
Added blocking bug(s) of 862582: 862687
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
862582: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862582
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#825071: RFP: python-pytest-bdd -- BDD library for the py.test runner

2017-05-15 Thread Brian May
control: retitle -1 ITP: python-pytest-bdd -- BDD library for the py.test runner
control: owner -1 !

I intend to package python-pytest-bdd for debian, under the Debian
Python Modules Team Umbrella.

I need it for some personal Debian packages I am creating.
-- 
Brian May 



Processed: Re: Bug#825071: RFP: python-pytest-bdd -- BDD library for the py.test runner

2017-05-15 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 ITP: python-pytest-bdd -- BDD library for the py.test runner
Bug #825071 [wnpp] RFP: python-pytest-bdd -- BDD library for the py.test runner
Changed Bug title to 'ITP: python-pytest-bdd -- BDD library for the py.test 
runner' from 'RFP: python-pytest-bdd -- BDD library for the py.test runner'.
> owner -1 !
Bug #825071 [wnpp] ITP: python-pytest-bdd -- BDD library for the py.test runner
Owner recorded as Brian May .

-- 
825071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825071
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#862698: ITP: minecraft -- blocks to build anything you can imagine

2017-05-15 Thread Dominik George
On Mon, 15 May 2017 18:40:34 -0300 Carlos Donizete Froes  
wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Carlos Donizete Froes 
> 
> * Package name: minecraft
>   Version : 0.1
>   Upstream Author : Carlos Donizete Froes 
> * URL : https://minecraft.net
> * License : BSD-2-Clause
>   Programming Lang: Shell
>   Description : blocks to build anything you can imagine
> 
>  A fantastic game that mixes creativity, survival, and exploration.
>  .
>  Survive alone in a blockys, pìxelated world where monsters come out at 
> night.
>  .
>  Create fantastical buildings and structures, or collaborate with other
>  players online.

Huh?

Minecraft is a proprietary game, not under a BSD license, is not written in 
shell and was not written by you.

I assume you mixed up a lot here ;)?

-nik



Bug#862698: ITP: minecraft -- blocks to build anything you can imagine

2017-05-15 Thread Nicholas D Steeves
On Mon, May 15, 2017 at 06:40:34PM -0300, Carlos Donizete Froes wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Carlos Donizete Froes 
> 
> * Package name: minecraft
>   Version : 0.1
>   Upstream Author : Carlos Donizete Froes 
> * URL : https://minecraft.net
> * License : BSD-2-Clause
>   Programming Lang: Shell
>   Description : blocks to build anything you can imagine
> 
>  A fantastic game that mixes creativity, survival, and exploration.
>  .
>  Survive alone in a blockys, pìxelated world where monsters come out at night.
>  .
>  Create fantastical buildings and structures, or collaborate with other
>  players online.

Hi Carlos,

Is it ok to redistribute?  Underneath the download button on this
page: https://minecraft.net/en-us/download/

are the following two links in bright green:
https://account.mojang.com/terms
https://privacy.microsoft.com/en-gb/privacystatement

From the first link, from mojang.com, this concerns me:
* Do not redistribute our games or any alterations of our games or
 game files.

Given that the programming language is "Shell" and not "Java", I'm
guessing this ITP is for a Package-Name of something like
"minecraft-downloader" or "minecraft-installer"?

Kind regards,
Nicholas


signature.asc
Description: Digital signature


Bug#862698: ITP: minecraft -- blocks to build anything you can imagine

2017-05-15 Thread Ben Hutchings
On Mon, 2017-05-15 at 18:40 -0300, Carlos Donizete Froes wrote:
> Package: wnpp
> Severity: wishlist
> > Owner: Carlos Donizete Froes 
> 
> * Package name: minecraft
>   Version : 0.1
>   Upstream Author : Carlos Donizete Froes 
> * URL : https://minecraft.net

You are not the author of that Minecraft.

> * License : BSD-2-Clause
>   Programming Lang: Shell
>   Description : blocks to build anything you can imagine
> 
>  A fantastic game that mixes creativity, survival, and exploration.
>  .
>  Survive alone in a blockys, pìxelated world where monsters come out at night.
>  .
>  Create fantastical buildings and structures, or collaborate with other
>  players online.

What are you proposing to package here?  Is this a downloader for
Microsoft's Minecraft game, or is it a clone?  In either case I think
the package needs to be changed to avoid trademark infringement.

Ben.

-- 
Ben Hutchings
Humour is the best antidote to reality.



signature.asc
Description: This is a digitally signed message part


Bug#813901: ITP: btrfsmaintenance -- Btrfs maintenance toolbox

2017-05-15 Thread Nicholas D Steeves
P.S. And the issues this package can exacerbate still exist:

"Subject: balancing every night broke balancing so now I can't balance anymore?"
https://www.spinics.net/lists/linux-btrfs/msg65387.html

This sort of thing is why I don't want to support btrfsmaintenance for
Stretch, but Stretch+1 is probably a reasonable target :-)

Cheers,
Nicholas


signature.asc
Description: Digital signature


Bug#862698: ITP: minecraft -- blocks to build anything you can imagine

2017-05-15 Thread Carlos Donizete Froes
Package: wnpp
Severity: wishlist
Owner: Carlos Donizete Froes 

* Package name: minecraft
  Version : 0.1
  Upstream Author : Carlos Donizete Froes 
* URL : https://minecraft.net
* License : BSD-2-Clause
  Programming Lang: Shell
  Description : blocks to build anything you can imagine

 A fantastic game that mixes creativity, survival, and exploration.
 .
 Survive alone in a blockys, pìxelated world where monsters come out at night.
 .
 Create fantastical buildings and structures, or collaborate with other
 players online.


Bug#813901: ITP: btrfsmaintenance -- Btrfs maintenance toolbox

2017-05-15 Thread Nicholas D Steeves
Hello,

On Mon, Oct 24, 2016 at 07:29:40AM +0200, Marc Haber wrote:
> On Sat, Feb 06, 2016 at 05:41:06PM +0200, Ioan Eugen Stan wrote:
> > I've uploaded the package and took the reccomendations into consideration.
> > 
> > http://mentors.debian.net/package/btrfsmaintenance
> 
> what is the state of this package? I don't see it any more on
> mentors.debian.net, and it is not in the archive, and the bug is still
> open.
> 
> Is a sponsor still needed?

On Sat, Apr 22, 2017 at 11:43:47PM -0400, Boyan Penkov wrote:
> Hello,
> 
> I was curious about picking up this thread -- any chance for
> btrfsmaintenence to come onboard Debian?
> 
> Cheers!

If there are no objections I would like to claim this inactive ITP,
because the OP has not replied in over a year and because the package
does not appear on mentors.debian.net.

In terms of timeline, I expect to complete the initial packaging this
week and hope to see it in the archive by the end of the month.

Package name: btrfsmaintenance
Version : 0.3.1
Upstream Author : David Sterba 
URL : https://github.com/kdave/btrfsmaintenance
License : GPL-2
Programming Lang: SH
Description : Automate btrfs maintenance tasks on mountpoints or directories
 This is a set of scripts for the btrfs filesystem that automates the
 following maintenance tasks: scrub, balance, trim, and defragment.
 .
 Tasks are enabled, disabled, scheduled, and customised from within a
 single text file.  The default configuration assumes an installation
 profile where the root filesystem is on btrfs.
 .
 The default values have been chosen as an even compromise between
 time to complete maintenance, improvement in filesystem performance,
 and minimum impact on running processes.  Please note that I/O priority
 scheduling requires the use of CFQ, and not noop, deadline,
 anticipatory, or blk-mq.  CFQ is Debian's default block scheduler.

Because stretch+1 is the target there is plenty of time to work on the
five issues I anticipate (one normal, two or three important, and one
minor).  My primary concern is preventing issues like the following:
https://www.spinics.net/lists/linux-btrfs/msg55364.html

That "the default values" paragraph in the description probably needs
to be rewritten in light of this, at least until this type of issue is
solved, or the package should maybe go in experimental.

Sincerely,
Nicholas


signature.asc
Description: Digital signature


Bug#860843: marked as done (ITP: node-string-decoder -- The string_decoder module from Node core)

2017-05-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 May 2017 18:00:11 +
with message-id 
and subject line Bug#860843: fixed in node-string-decoder 1.0.0-1
has caused the Debian Bug report #860843,
regarding ITP: node-string-decoder -- The string_decoder module from Node core
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
860843: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860843
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: wnpp
Severity: wishlist
Owner: Bas Couwenberg 

* Package name: node-string-decoder
  Version : 0.10.25
  Upstream Author : Rod Vagg 
* URL : https://github.com/rvagg/string_decoder
* License : Expat
  Programming Lang: JavaScript
  Description : The string_decoder module from Node core

node-string-decoder provides the string_decoder module from Node.js core for
browsers.


node-string-decoder is required for node-readable-stream (#761442) which in
turn is required for node-decompress-zip (#779498).

The node-string-decoder package will be maintained in the JavaScript team.

This is a reintroduction due to browser needing verbatim for one
package of browserify
--- End Message ---
--- Begin Message ---
Source: node-string-decoder
Source-Version: 1.0.0-1

We believe that the bug you reported is fixed in the latest version of
node-string-decoder, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 860...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastien Roucariès  (supplier of updated node-string-decoder 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 11 May 2017 16:48:59 +0200
Source: node-string-decoder
Binary: node-string-decoder
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Bastien Roucariès 
Description:
 node-string-decoder - string_decoder module from Node core for browsers
Closes: 860843
Changes:
 node-string-decoder (1.0.0-1) unstable; urgency=medium
 .
   * Reintroduce package (Closes: #860843), needed in
 browser context.
   * Add myself as uploader.
Checksums-Sha1:
 5022553f1d8424409ac3c0ba7b1f1400ead5638d 2235 node-string-decoder_1.0.0-1.dsc
 13ab2cdfdef12b912e8077ebf7aa1cf1a3d4c11b 15113 
node-string-decoder_1.0.0.orig.tar.gz
 f057304bb981d60cb81461410de27d886efe3d5c 3372 
node-string-decoder_1.0.0-1.debian.tar.xz
 6e0fd8a432239a4c7a4a016face7af9847fa4353 5624 
node-string-decoder_1.0.0-1_all.deb
 795da732772921a1cb327fae640c7800c4e55d55 6829 
node-string-decoder_1.0.0-1_amd64.buildinfo
Checksums-Sha256:
 cb3bdbe41fd56348f041365093ca0eef1b6b058b4bd76695a400cf43b96afa98 2235 
node-string-decoder_1.0.0-1.dsc
 f61b425536fdc40286dbb0cc6de522ff082c25506b290f3d0feef23f1ea49cee 15113 
node-string-decoder_1.0.0.orig.tar.gz
 92d361e2327782b3ce87d356cf1b72c222950be03cddad7f4eb7958ad1c78dee 3372 
node-string-decoder_1.0.0-1.debian.tar.xz
 46bc771404f10d2cc88049cff9465f16727dc128b9ad125efcda4eb822dfc1cf 5624 
node-string-decoder_1.0.0-1_all.deb
 2a8434301dd40510d74579c0ecb7f3f733099aff69c88b292c10ad90b3f9c3c4 6829 
node-string-decoder_1.0.0-1_amd64.buildinfo
Files:
 c4eda61dff5d282cc571901002e2b8b1 2235 web optional 
node-string-decoder_1.0.0-1.dsc
 2c49e022eb2d998dbe28bc2d961ac586 15113 web optional 
node-string-decoder_1.0.0.orig.tar.gz
 e2f2bf414679ed480fd2fe7d10e847cc 3372 web optional 
node-string-decoder_1.0.0-1.debian.tar.xz
 2ce610aadb6e36f0936c56fd9d8f0aff 5624 web optional 
node-string-decoder_1.0.0-1_all.deb
 a2acd3b9bd24da742313d13a89c2cb43 6829 web optional 
node-string-decoder_1.0.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAlkZw/kACgkQADoaLapB
CF8AYA/+PUvA0gF6pfA9vPJXEtnBAx5HAAN5ZquLiCwc03IfiKWRr3yaRWl0ArWm
aTN8wBvTKX0zB1SK+BBrSnrTvwgx4UmXw4YmvYEeVLfmUJTBUS2zkcsMsms3wJJc
5PeJLp+oBM7dip0UflS9wlfX7WgbeAZhzEQIeYjjhE3y2rxQO7C8CkASJ9MftZ+a
NVjedS1hp+lLP3D+y9tR4v1yXjEfSTpnN/D5oWb+tKcxCGbHfwfARJcoXzgFNZ98
GL+3OAFigXXhsQVBEciTZrrTl1l7QhwkcNFCffgAB1uqC9+07f0cAeCVtljNwAFJ
MvlM7VMXcVFZMluq8SyhpcNEQGdiNisGIWBpZ8EIdoc6+YmZZ5ia01VUS19iLd+0
tgKLuU59UsG8nHgS+wo4olMhaXJU57f69vNa/Rs3Merx5uaaH

Bug#862513: marked as done (ITP: python-django-rules -- object-level permissions for Django)

2017-05-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 May 2017 18:00:12 +
with message-id 
and subject line Bug#862513: fixed in python-django-rules 1.2.1-1
has caused the Debian Bug report #862513,
regarding ITP: python-django-rules -- object-level permissions for Django
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
862513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862513
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Michael Fladischer 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: python-django-rules
  Version : 1.2.1
  Upstream Author : Akis Kesoglou 
* URL : https://github.com/dfunckt/django-rules
* License : Expat
  Programming Lang: Python
  Description : object-level permissions for Django

 rules is a tiny but powerful app providing object-level permissions to Django,
 without requiring a database. At its core, it is a generic framework for
 building rule-based systems, similar to decision trees. It can also be used as
 a standalone library in other contexts and frameworks.

-BEGIN PGP SIGNATURE-

iQFFBAEBCgAvFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlkXbTkRHGZsYWRpQGRl
Ymlhbi5vcmcACgkQ/9PIi5l90WpYywf/VTyst59hkxIfSd7M2jPHcy9POAiZ2AfD
clDNv1KsAlasBdLiRtehF7yTmhW0dFfncGtuJUfo1Mn65YVmuo4Yr7uYQCd+xz2W
7YJQ2WLHZ77/HIaCU2xRaR/T64mBnKjI/l1/WlC4sg6j+lmt1qUGo+9XWaO5MoBc
BQJzDuQKDGED+9VEPT48vvfsr3+vPAnJy4MB/zyktx5hD1T/Pd3kjq2PmorQjUHC
Bm112Q7s8iLcC/Xeqztk7HbS/rASSyZw/aB3FQTtCJMTYiXHpsszF1l3ZDCo/Byu
gJPZVQ0IQo47xZ1PCYqltCwvMq9OMRB3ytEpSOn/vjx9zB+qpCpw5g==
=cMBe
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: python-django-rules
Source-Version: 1.2.1-1

We believe that the bug you reported is fixed in the latest version of
python-django-rules, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 862...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Fladischer  (supplier of updated python-django-rules 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 13 May 2017 21:52:03 +0200
Source: python-django-rules
Binary: python3-django-rules
Architecture: source all
Version: 1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Michael Fladischer 
Description:
 python3-django-rules - object-level permissions for Django (Python3 version)
Closes: 862513
Changes:
 python-django-rules (1.2.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #862513).
Checksums-Sha1:
 0c221459f73ce4be7cb175d84136727ab8e27f07 1779 python-django-rules_1.2.1-1.dsc
 f720a5187da397f5d49b979001e55383e920e5fe 25941 
python-django-rules_1.2.1.orig.tar.gz
 2531e69467f276d3629ea79e547ff6919ee814d0 2716 
python-django-rules_1.2.1-1.debian.tar.xz
 c9c61b5cd89f053111a7174cfc056682a1ea388f 6085 
python-django-rules_1.2.1-1_amd64.buildinfo
 6b850106c7f20b2d361aaa49e3aa616f0151b18c 27902 
python3-django-rules_1.2.1-1_all.deb
Checksums-Sha256:
 cc41de566d4328b96e4d95197b12295f56be1499855d7af0b8ce3bd1c3b889a3 1779 
python-django-rules_1.2.1-1.dsc
 40f6e80a6433f7bb180f391f00612bc3d6c4c2bab73e4dd7b9012570f60b9603 25941 
python-django-rules_1.2.1.orig.tar.gz
 5ee1a9e2057db5336154fdcaab39c0c88f5a0d7a112e0c68783d4a60db12036e 2716 
python-django-rules_1.2.1-1.debian.tar.xz
 09d851bc41186d970c444f05b3276af6a5774b01993a2eb848268fd3ade9e15f 6085 
python-django-rules_1.2.1-1_amd64.buildinfo
 a56d27804bc8eeca3c5cf465313c13603598a1af4bc0402024f7e8035734d80f 27902 
python3-django-rules_1.2.1-1_all.deb
Files:
 eb7be57ec812c7089d98491d30f0298c 1779 python optional 
python-django-rules_1.2.1-1.dsc
 d9b9f43fd94094d8727e449e02516161 25941 python optional 
python-django-rules_1.2.1.orig.tar.gz
 f89e66ee44fe180ffbe5f864bb3399ca 2716 python optional 
python-django-rules_1.2.1-1.debian.tar.xz
 7a98b16adfa0b0fa77f3dabe5abb075f 6085 python optional 
python-django-rules_1.2.1-1_amd64.buildinfo
 d64ab6b4929afc4d06578d19cc50d524 27902 python optional 
python3-django-rules_1.2.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlkZa00ACgkQ/9PIi5l9
0WpQTQf/cyXYIMut+iAe

Bug#853942: marked as done (ITP: golang-github-pkg-profile -- Simple profiling for Go)

2017-05-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 May 2017 18:00:10 +
with message-id 
and subject line Bug#853942: fixed in golang-github-pkg-profile 1.2.1-1
has caused the Debian Bug report #853942,
regarding ITP: golang-github-pkg-profile -- Simple profiling for Go
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
853942: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853942
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: =?utf-8?q?F=C3=A9lix_Sipma?= 

* Package name: golang-github-pkg-profile
  Version : 1.2.0
  Upstream Author : Dave Cheney 
* URL : https://github.com/pkg/profile
* License : BSD-2-clause
  Programming Lang: Go
  Description : Simple profiling for Go

Simple profiling support package for Go

I intend to package this in the Debian Go Packaging Team

golang-github-pkg-profile is a dependency of the new version of restic (0.4.0).


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: golang-github-pkg-profile
Source-Version: 1.2.1-1

We believe that the bug you reported is fixed in the latest version of
golang-github-pkg-profile, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Félix Sipma  (supplier of updated 
golang-github-pkg-profile package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 10 May 2017 13:30:42 +0200
Source: golang-github-pkg-profile
Binary: golang-github-pkg-profile-dev
Architecture: source all
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Félix Sipma 
Description:
 golang-github-pkg-profile-dev - Simple profiling for Go
Closes: 853942
Changes:
 golang-github-pkg-profile (1.2.1-1) unstable; urgency=medium
 .
   * Initial release (Closes: #853942)
Checksums-Sha1:
 75ce55da0f3467f2a21d7cf48d98c29b233f371b 2166 
golang-github-pkg-profile_1.2.1-1.dsc
 e5ebb25f9acee9bb09f69eee5cc8db9144d83e63 5789 
golang-github-pkg-profile_1.2.1.orig.tar.gz
 9fb22fb1d99bcbd495160a965686960b54b1a24f 1916 
golang-github-pkg-profile_1.2.1-1.debian.tar.xz
 3fd52df9f68533d1280a01d6cacbfdcc89b4d00c 6626 
golang-github-pkg-profile-dev_1.2.1-1_all.deb
 f0efd1ffa5e6cc9bfa3ec9271102e54a8dd1af3b 5028 
golang-github-pkg-profile_1.2.1-1_amd64.buildinfo
Checksums-Sha256:
 5f4650f2c2e743fbefb88b16d11061a6713a90e1c45a78b47dd4df7174f4e845 2166 
golang-github-pkg-profile_1.2.1-1.dsc
 21b6541e7cad44e984e9bad1dc700def6e52fa1affa38a867f32ff6a6bec3ac0 5789 
golang-github-pkg-profile_1.2.1.orig.tar.gz
 1d9d3e7f6ae1abadceef9822f0e67425b734c6380fa0c7753cda58c1246f3699 1916 
golang-github-pkg-profile_1.2.1-1.debian.tar.xz
 2624266c10ab2380ec323fee3d23b39ad4491c88ab70b5576598db44ccdcfe82 6626 
golang-github-pkg-profile-dev_1.2.1-1_all.deb
 c06f26f736d58f07f15583f37daa5e614f7fb0545b9148c68e64e9d98ad68bfa 5028 
golang-github-pkg-profile_1.2.1-1_amd64.buildinfo
Files:
 335fa19f6337dd202704dacc9f3e6554 2166 devel extra 
golang-github-pkg-profile_1.2.1-1.dsc
 ac7d49f9c62f03c87b8d966fe128ab28 5789 devel extra 
golang-github-pkg-profile_1.2.1.orig.tar.gz
 b1cbb380583f1fb25c61f21f0ab25b9f 1916 devel extra 
golang-github-pkg-profile_1.2.1-1.debian.tar.xz
 d6ed5a36dcfaecb490d46839ce37b02c 6626 devel extra 
golang-github-pkg-profile-dev_1.2.1-1_all.deb
 7abd216ad66ddf823560815ebc0147a5 5028 devel extra 
golang-github-pkg-profile_1.2.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJZGdwaAAoJEPNPCXROn13ZNQ4QALwwQIKp2OekGYhGNzhj8mEd
GrvIOxMfpsfKIx+xOzEviQ2WVKN1+/kJBryJ+mTS+xlfxbChBjmdq3HROAtq6LUo
alaMrFRgidAShJXJ7AEZ3u6e7pPiqKnAwnQwZcPhF/Iyj7KZ6J04nChSSR9ZEfwl
N7Dt55NaMN842BkHS9EZBNIVODlJbynOkdmB3qebj3NgT4xfgj/v7Lc43v+cCGhM
b9m+xR8+3qO2YnXmmrOP4gxjC5toqGwlGZnV8oipGrkOIxHZI8UXZAaFnZPhG7OO
nenqKqhRh6WKzaU1b/csKMxn9PVZLRcjd7M6FgoRze4+5IteK8W1kQpx9IXeEEh4
pXhm+xcY0WUJlygHvxdaPo0SzlYipVAexB7QsA2ReF7fXVnw34YReA6U7N5g4RJr
u8xhDqDikbXGbc0ubHdqdctSpFJ2YHp0QiJE0HvOWN1yNemPMghxyx5PmxXEAsEk
WY30FFomoNnwBxIVYts8k8OG/C0rWLwRbdnpR3WJmlFSutxKlRZpauVASXR13D+F
Tz9iTKNwcPKDNf95ZjJ0AOYuSxmZK2Ww3D

Bug#858358: marked as done (ITP: golang-github-dlclark-regexp2 -- A regex engine for Go based on the .NET engine)

2017-05-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 May 2017 18:00:10 +
with message-id 
and subject line Bug#858358: fixed in golang-github-dlclark-regexp2 
1.1.4+git20170331.0.902a5ce-1
has caused the Debian Bug report #858358,
regarding ITP: golang-github-dlclark-regexp2 -- A regex engine for Go based on 
the .NET engine
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
858358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858358
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Diego M. Rodriguez 

* Package name: golang-github-dlclark-regexp2
  Version : 1.1.3+git20170219.0.3f97b6a-1
  Upstream Author : Doug Clark
* URL : https://github.com/dlclark/regexp2
* License : Expat
  Programming Lang: Go
  Description : A regex engine for Go based on the .NET engine

 Feature-rich regular expression engine for Go ported from the .NET
 framework's System.Text.RegularExpressions.Regex engine. It does not
 have constant time guarantees like the built-in regexp package, but it
 allows backtracking and is compatible with Perl5 and .NET.

This library is being packaged as a build dependency of loadimpact/k6
(loadimpact/k6 -> dop251/goja -> dlclark/regexp2).
--- End Message ---
--- Begin Message ---
Source: golang-github-dlclark-regexp2
Source-Version: 1.1.4+git20170331.0.902a5ce-1

We believe that the bug you reported is fixed in the latest version of
golang-github-dlclark-regexp2, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 858...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Diego M. Rodriguez  (supplier of updated 
golang-github-dlclark-regexp2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 03 Apr 2017 14:37:01 +0200
Source: golang-github-dlclark-regexp2
Binary: golang-github-dlclark-regexp2-dev
Architecture: source all
Version: 1.1.4+git20170331.0.902a5ce-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Diego M. Rodriguez 
Description:
 golang-github-dlclark-regexp2-dev - Regex engine for Go based on the .NET 
engine
Closes: 858358
Changes:
 golang-github-dlclark-regexp2 (1.1.4+git20170331.0.902a5ce-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #858358)
Checksums-Sha1:
 965eca463d3b57f0b99f9bc3289cc3e369aa4e39 2380 
golang-github-dlclark-regexp2_1.1.4+git20170331.0.902a5ce-1.dsc
 ae901f7b5e79d01a62ed52efe5937fd8ac13a4a3 77616 
golang-github-dlclark-regexp2_1.1.4+git20170331.0.902a5ce.orig.tar.xz
 2cfbe1a8cfad96d8b31aa51ab4cbcdc826ab218a 2832 
golang-github-dlclark-regexp2_1.1.4+git20170331.0.902a5ce-1.debian.tar.xz
 59805f377dcb867735a78c377d156f246541 77062 
golang-github-dlclark-regexp2-dev_1.1.4+git20170331.0.902a5ce-1_all.deb
 3e095d1b808b9ff1ed6939b1c5ec2964380d9bb8 5247 
golang-github-dlclark-regexp2_1.1.4+git20170331.0.902a5ce-1_amd64.buildinfo
Checksums-Sha256:
 266541b49274d3fa4bb576064c699e98afe0c36d523e9e49d525fa4ee9cfc7ea 2380 
golang-github-dlclark-regexp2_1.1.4+git20170331.0.902a5ce-1.dsc
 ffc288c336803ab9bf94b63cd6ce49e05860b0371203080c113020ebe61c83f3 77616 
golang-github-dlclark-regexp2_1.1.4+git20170331.0.902a5ce.orig.tar.xz
 5717eefd02f48a50e504c76ba0a059b13718021f3fd827b4e5a4e288b6bd9042 2832 
golang-github-dlclark-regexp2_1.1.4+git20170331.0.902a5ce-1.debian.tar.xz
 e441c1141e815874a4db09a078436be76cef9991ece3b6bb584704b695dccea0 77062 
golang-github-dlclark-regexp2-dev_1.1.4+git20170331.0.902a5ce-1_all.deb
 3f6af1f6353061db537da2aba086eacf45112c019f5b32cfcc54b9a8bfe515a0 5247 
golang-github-dlclark-regexp2_1.1.4+git20170331.0.902a5ce-1_amd64.buildinfo
Files:
 ee9649eba0e107e019288d59e27b41c8 2380 devel extra 
golang-github-dlclark-regexp2_1.1.4+git20170331.0.902a5ce-1.dsc
 9fb9845aee8da9ffb184999677afe18d 77616 devel extra 
golang-github-dlclark-regexp2_1.1.4+git20170331.0.902a5ce.orig.tar.xz
 447fda2dc2e10f1d318a1d6b7e272c51 2832 devel extra 
golang-github-dlclark-regexp2_1.1.4+git20170331.0.902a5ce-1.debian.tar.xz
 2a673c9a257dc327511cb6f26715593d 77062 devel extra 
golang-github-dlclark-regexp2-dev_1.1.4+git20170331.0.902a5ce-1_all.deb
 799c94d5

Bug#858357: marked as done (ITP: golang-github-dop251-goja -- ECMAScript 5.1(+) implementation written in Go)

2017-05-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 May 2017 18:00:10 +
with message-id 
and subject line Bug#858357: fixed in golang-github-dop251-goja 
0.0~git20170430.0.d382686-1
has caused the Debian Bug report #858357,
regarding ITP: golang-github-dop251-goja -- ECMAScript 5.1(+) implementation 
written in Go
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
858357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858357
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Diego M. Rodriguez 

* Package name: golang-github-dop251-goja
  Version : 0.0~git20170315.0.c99b0db-1
  Upstream Author : Dmitry Panov
* URL : https://github.com/dop251/goja
* License : Expat
  Programming Lang: Go
  Description : ECMAScript 5.1(+) implementation written in Go

 Full ECMAScript 5.1(+) implementation (including regex and strict
 mode) in Go.
 .
 It is not a replacement for V8 or SpiderMonkey or any other
 general-purpose JavaScript engine as it is much slower.  It can be used
 as an embedded scripting language where the cost of making a lot of cgo
 calls may outweigh the benefits of a faster JavaScript engine or as a
 way to avoid having non-Go dependencies.

This library is being packaged as a build dependency of loadimpact/k6
(loadimpact/k6 -> dop251/goja).
--- End Message ---
--- Begin Message ---
Source: golang-github-dop251-goja
Source-Version: 0.0~git20170430.0.d382686-1

We believe that the bug you reported is fixed in the latest version of
golang-github-dop251-goja, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 858...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Diego M. Rodriguez  (supplier of updated 
golang-github-dop251-goja package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 04 May 2017 11:27:40 +0200
Source: golang-github-dop251-goja
Binary: golang-github-dop251-goja-dev
Architecture: source all
Version: 0.0~git20170430.0.d382686-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Diego M. Rodriguez 
Description:
 golang-github-dop251-goja-dev - ECMAScript 5.1(+) implementation written in Go
Closes: 858357
Changes:
 golang-github-dop251-goja (0.0~git20170430.0.d382686-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #858357)
Checksums-Sha1:
 061884cc4b8098c0a669de2f0c7dfea8ad70b4f5 2404 
golang-github-dop251-goja_0.0~git20170430.0.d382686-1.dsc
 661606bcd823e31198c5eab046ac5d5a86f69850 114784 
golang-github-dop251-goja_0.0~git20170430.0.d382686.orig.tar.xz
 f38f2132d7007e89855df7b1b9e967b708131d9e 2980 
golang-github-dop251-goja_0.0~git20170430.0.d382686-1.debian.tar.xz
 36eebdf84490b4fdb0efb32034d62481d95d8f6a 113948 
golang-github-dop251-goja-dev_0.0~git20170430.0.d382686-1_all.deb
 a0f0cdb87c5bd797f9a7279e11ba741448b2bdb0 5412 
golang-github-dop251-goja_0.0~git20170430.0.d382686-1_amd64.buildinfo
Checksums-Sha256:
 811d4c1c9a9986e324c2445973ce63a96cf91b3001efb50a2bea174168b9b62a 2404 
golang-github-dop251-goja_0.0~git20170430.0.d382686-1.dsc
 fb00b8d7e0275aca2b6f73cbbce20e21b41093a726637cbf0ba3cd74caebe57c 114784 
golang-github-dop251-goja_0.0~git20170430.0.d382686.orig.tar.xz
 dcf1de7bdf3df150910ea90783b75c05f129476ea89bde0cac69ceeceae60971 2980 
golang-github-dop251-goja_0.0~git20170430.0.d382686-1.debian.tar.xz
 3a8705461364df285ab1d7ca85a79edf18d8349699b0d00b6bae95dc3292384d 113948 
golang-github-dop251-goja-dev_0.0~git20170430.0.d382686-1_all.deb
 8cd06e83a449c2b679f34f2cd570142110a1283d1f905bea86e2bb66d43b3b21 5412 
golang-github-dop251-goja_0.0~git20170430.0.d382686-1_amd64.buildinfo
Files:
 40cbe42f34215de88fc2cd8cc65fb226 2404 devel extra 
golang-github-dop251-goja_0.0~git20170430.0.d382686-1.dsc
 65c0ff072474c334fd8e9316aaf2c396 114784 devel extra 
golang-github-dop251-goja_0.0~git20170430.0.d382686.orig.tar.xz
 9ec382466c364810417809ff3812a406 2980 devel extra 
golang-github-dop251-goja_0.0~git20170430.0.d382686-1.debian.tar.xz
 89cf60fb04880fe27ddc8e9ab8c44e4c 113948 devel extra 
golang-github-dop251-goja-dev_0.0~git20170430.0.d382686-1_all.deb
 9edceb8169928b4f959b2f

Processed: [bts-link] source package wnpp

2017-05-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package wnpp
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #859859 (http://bugs.debian.org/859859)
> # Bug title: ITP: node-acorn-jsx -- JSX parser based on node-acorn
> #  * https://github.com/RReverser/acorn-jsx/issues/68
> #  * remote status changed: open -> closed
> #  * closed upstream
> tags 859859 + fixed-upstream
Bug #859859 [wnpp] ITP: node-acorn-jsx -- JSX parser based on node-acorn
Added tag(s) fixed-upstream.
> usertags 859859 - status-open
Usertags were: status-open.
Usertags are now: .
> usertags 859859 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
859859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859859
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#858510: ITP: ddcutil -- control monitor settings

2017-05-15 Thread Stephen Kitt
Hi Sanford,

On Wed, 3 May 2017 08:48:42 -0400, Sanford Rockowitz 
wrote:
> I responded to your email by replying to the bug.  Not sure if that was
> the right way.  On the chance you didn't see my reply I'm forwarding the
> message to you directly. 

Thanks — unfortunately the Debian BTS doesn’t forward replies, so I didn’t
see your original reply. (The emails *you* receive should be correctly setup
with the appropriate Reply-To though, so replying with the defaults should
work.)

> I installed the ddcci driver in my SuSE environment that uses the
> nouveau and i2c-dev drivers.  Directory /sys/bus/ddcci is created, but
> directory /sys/bus/ddcci/devices is empty.   As I read the code ddcci
> requires i2c-dev, which isn't present with a proprietary video driver
> such as nvidia or fglrx, so there's no point trying to use it in those
> environments.

Yes, that’s correct. In Debian we tend to only support the free drivers
though (with best-effort on the proprietary NVIDIA drivers which are packaged
in non-free). The fglrx driver can’t be used any more so that’s a
non-issue...

I’m using the ddcci module on Intel GPUs and it works very well there.

> I'd very much appreciate your help as co-maintainer and sponsor.  This
> is my first attempt to submit a package to debian.   ddcutil has been
> packaged on OBS and Launchpad for some time now, but I spent hours this
> morning lost in the proverbial "maze of twisty little passages, all
> alike", trying to figure out how to submit the package. I'm sure there's
> a lot of cruddy details to be fixed up.

Can you point me to whichever repo you consider to have the current
packaging? I’ll take a look. Would you like to take care of the packaging,
and have me review it, or would you like me to take a more hands-on approach
and fix things up myself? (Assuming things need fixing of course.)

> The ddcci driver is an interesting project.   It hides the gory details
> of building and sending DDC packets.  But there also seems to be a lot
> of missing functionality: e.g. EDID reads on slave address x50, only a
> few DDC commands are supported.The ddccii driver   implementation of
> the capabilities inquiry returns an error if any write/read sub-exchange
> fails.  In my experience with marginal monitors, you need retry logic
> for both the individual sub-exchanges and the entire meta exchange, what
> ddcutil calls multi-part-exchanges - otherwise you just don't get lucky.

All that is good to know. AFAICT the ddcci module is just a first stab
currently, I’m sure the author would welcome help too ;-). The killer feature
for me is that it integrates with the backlight support, so users can control
their monitors’ backlights using their desktop environment’s features (e.g.
the brightness slider in GNOME), including automatic features with light
sensors.

> Because of the early experimentation, the layer that reads and writes
> I2C packets is designed to be swapped, so it should be possible to use
> ddcci as an alternative strategy.   However, ddcutil would still need to
> use the i2c-dev interface for things the ddcci driver does not do, and
> I'd prefer not to add a dependency on a driver that can't be relied on
> to always be there. 
> 
> Given all these issues, I think the best relationship between ddcutil
> and the ddcci driver would be to use ddcutil as a testing framework for
> the driver.

That sounds like an excellent plan (and I guess your follow-up email is the
result, right?).

Regards,

Stephen


pgplYb9Mfk5Jk.pgp
Description: OpenPGP digital signature


Bug#862650: O: xtail -- like "tail -f", but works on truncated files, directories, more

2017-05-15 Thread Tobias Frost
Package: wnpp

The current maintainer of xtail, Roderick Schertler ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: xtail
Binary: xtail
Version: 2.1-5
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 3.0.5)
Architecture: any
Standards-Version: 3.5.6
Format: 1.0
Files:
 63146c0748cd13508da4b66ec6cea506 560 xtail_2.1-5.dsc
 2e4717c591a2cbbd4aeb63d00c87a0cb 26769 xtail_2.1.orig.tar.gz
 24f33d989e9e49d8ce12e9a1d41d9665 4787 xtail_2.1-5.diff.gz
Checksums-Sha1:
 1e4ae11b47fbd5c99bfde9805be3f840597a7b2e 560 xtail_2.1-5.dsc
 d990282d7084b8c2a862f8557c57646676b6182b 4787 xtail_2.1-5.diff.gz
 1188baaf47e19a1ed6176a17ee6d144078657c17 26769 xtail_2.1.orig.tar.gz
Checksums-Sha256:
 7806b70f56ba55d21dc0447996edb4ca5193e963088a874595e8c3fae6c03241 560 
xtail_2.1-5.dsc
 b586cfddec1eaa67bf69b016e42d10cf8b19f35ed5a4ed186eb9215126de7422 4787 
xtail_2.1-5.diff.gz
 75184926dffd89e9405769b24f01c8ed3b25d3c4a8eac60271fc5bb11f6c2d53 26769 
xtail_2.1.orig.tar.gz
Directory: pool/main/x/xtail
Priority: source
Section: utils

Package: xtail
Binary: xtail
Version: 2.1-5.1
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 9)
Architecture: any
Standards-Version: 3.9.6
Format: 1.0
Files:
 e50395400cd808a8aac81ab73a5640dd 1590 xtail_2.1-5.1.dsc
 2e4717c591a2cbbd4aeb63d00c87a0cb 26769 xtail_2.1.orig.tar.gz
 227635b3097771214e4ed5c97b698ff2 5022 xtail_2.1-5.1.diff.gz
Checksums-Sha256:
 e4ee0a0b705fb7809251d38876d35d43f1e5b8b4b225418e5e77de935a357648 1590 
xtail_2.1-5.1.dsc
 75184926dffd89e9405769b24f01c8ed3b25d3c4a8eac60271fc5bb11f6c2d53 26769 
xtail_2.1.orig.tar.gz
 eb59ff51c5a595e306c28a98c09af3eb8176a0ff891a385107e8a489a2fe5196 5022 
xtail_2.1-5.1.diff.gz
Package-List: 
 xtail deb utils optional arch=any
Directory: pool/main/x/xtail
Priority: source
Section: utils

Package: xtail
Source: xtail (2.1-5.1)
Version: 2.1-5.1+b1
Installed-Size: 35
Maintainer: Roderick Schertler 
Architecture: amd64
Depends: libc6 (>= 2.14)
Description-en: like "tail -f", but works on truncated files, directories, more
 xtail watches the growth of files.  It's like running a "tail -f" on
 a bunch of files at once.  It notices if a file is truncated and starts
 from the beginning.  You can specify both filenames and directories on
 the command line.  If you specify a directory, it watches all the files
 in that directory.  It will notice when new files are created (and
 start watching them) or when old files are deleted (and stop watching
 them).
 .
 Note that xtail isn't a graphical (X11) program, it runs on a plain tty.
 The name likely comes from "eXtended tail" or such.
Description-md5: 9aa631c9d9da2fabcc414190df0572f0
Tag: implemented-in::c, interface::commandline, interface::text-mode,
 role::program, use::monitor, use::viewing, works-with::file,
 works-with::logfile
Section: utils
Priority: optional
Filename: pool/main/x/xtail/xtail_2.1-5.1+b1_amd64.deb
Size: 11210
MD5sum: c091d5936f6bd059662084823273c843
SHA256: aeb03f81eea2f72883a94b7b00680d256dfbbdfd7176ff113775efe298bd3635

Package: xtail
Version: 2.1-5
Installed-Size: 68
Maintainer: Roderick Schertler 
Architecture: amd64
Depends: libc6 (>= 2.7-1)
Description-en: like "tail -f", but works on truncated files, directories, more
 xtail watches the growth of files.  It's like running a "tail -f" on
 a bunch of files at once.  It notices if a file is truncated and starts
 from the beginning.  You can specify both filenames and directories on
 the command line.  If you specify a directory, it watches all the files
 in that directory.  It will notice when new files are created (and
 start watching them) or when old files are deleted (and stop watching
 them).
 .
 Note that xtail isn't a graphical (X11) program, it runs on a plain tty.
 The name likely comes from "eXtended tail" or such.
Description-md5: 9aa631c9d9da2fabcc414190df0572f0
Tag: implemented-in::c, interface::commandline, interface::text-mode,
 role::program, use::monitor, use::viewing, works-with::file,
 works-with::logfile
Section: utils
Priority: optional
Filename: pool/main/x/xtail/xtail_2.1-5_amd64.deb
Size: 11400
MD5sum: f55e64bff259205aa16fe40dc6d4516d
SHA1: 5dbfb9b250f3c79eef8dd2337f6d062e371e1524
SHA256: 8b2082aed94a93f7ede131e1dbe01504f3d44db8121227c28362d5c56c713c40

Package: xtail
Source: xtail (2.1-5.1)
Version: 2.1-5.1+b1
Installed-Size: 35
Maintainer: Roderick Schertler 
Architecture: amd64
Depends: libc6 (>= 2.14)
Description-en: like "tail -f", but works on truncated files, directories, more
 xtail watches the growth of files.  It's like running a "tail -f" on
 a bunch of files at once.  It notices if a file is truncated and starts
 from the beginning

Bug#862646: O: libstring-shellquote-perl -- quote strings for passing through the shell

2017-05-15 Thread Tobias Frost
Package: wnpp

The current maintainer of libstring-shellquote-perl, Roderick Schertler 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libstring-shellquote-perl
Binary: libstring-shellquote-perl
Version: 1.03-1
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.6.1
Format: 1.0
Files:
 5074421504bf88c0cb9ad49ddb0ae639 662 libstring-shellquote-perl_1.03-1.dsc
 b42822efe385f6604f55b0cea5ac0b76 6471 
libstring-shellquote-perl_1.03.orig.tar.gz
 d0a925af31997794e3cef26bc212648a 2379 libstring-shellquote-perl_1.03-1.diff.gz
Checksums-Sha1:
 e3ce28962e0508941e9dcb3fff6dd987c7e661b7 662 
libstring-shellquote-perl_1.03-1.dsc
 80f9973c4dc980ab110ba8f92c0aced4e0981ea5 2379 
libstring-shellquote-perl_1.03-1.diff.gz
 c13a0f05ca3798059cc5209ee4b61ec6d3b91746 6471 
libstring-shellquote-perl_1.03.orig.tar.gz
Checksums-Sha256:
 ab745bd4aa7be0f36e50c4ab72c2d55c36e776862c3fa4ecff4817568786bfab 662 
libstring-shellquote-perl_1.03-1.dsc
 9c76d878bb9789c8fb14f8ff9b817b06bbeedc1c98884ece287558ee9cef3b8a 2379 
libstring-shellquote-perl_1.03-1.diff.gz
 8dbd89a07fbcd81b73eb177e6d5dc4925fb3b61733828de71d25f298b08d9d83 6471 
libstring-shellquote-perl_1.03.orig.tar.gz
Directory: pool/main/libs/libstring-shellquote-perl
Priority: source
Section: perl

Package: libstring-shellquote-perl
Binary: libstring-shellquote-perl
Version: 1.03-1.2
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.9.6
Format: 1.0
Files:
 7ca6f57fba70f61739f598d632a2d2fe 1795 libstring-shellquote-perl_1.03-1.2.dsc
 b42822efe385f6604f55b0cea5ac0b76 6471 
libstring-shellquote-perl_1.03.orig.tar.gz
 7687d884fa2d7c9f8d6a3e7861e805da 2778 
libstring-shellquote-perl_1.03-1.2.diff.gz
Checksums-Sha256:
 2c41c7b3b0efd4c62126a74938a3137ba5a0550225fdb9d1c56d43fbae37ab63 1795 
libstring-shellquote-perl_1.03-1.2.dsc
 8dbd89a07fbcd81b73eb177e6d5dc4925fb3b61733828de71d25f298b08d9d83 6471 
libstring-shellquote-perl_1.03.orig.tar.gz
 5a3918c7a2009184ce25ae47cb5d1c9f74586d5a8475f445460bc602440bef7e 2778 
libstring-shellquote-perl_1.03-1.2.diff.gz
Package-List: 
 libstring-shellquote-perl deb perl optional arch=all
Directory: pool/main/libs/libstring-shellquote-perl
Priority: source
Section: perl

Package: libstring-shellquote-perl
Version: 1.03-1.2
Installed-Size: 33
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl
Description-en: quote strings for passing through the shell
 This Perl module contains some functions which are useful for quoting
 strings which are going to pass through the shell or a shell-like
 object, plus a command-line interface to it.  It is useful for doing
 robust tool programming, particularly when dealing with files whose
 names contain white space or shell globbing characters.
Description-md5: 55b0377c637e234b4c7bca7f878736f1
Tag: devel::lang:perl, devel::library, implemented-in::perl, works-with::text
Section: perl
Priority: optional
Filename: 
pool/main/libs/libstring-shellquote-perl/libstring-shellquote-perl_1.03-1.2_all.deb
Size: 12188
MD5sum: c52e69edf7ad64c068470563e1760ed8
SHA256: 050c49ade44e4148cfee6bfc29a5d553ab0e49de528f267d748ad53234f72107

Package: libstring-shellquote-perl
Version: 1.03-1
Installed-Size: 84
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl (>= 5.6.0-16)
Description-en: quote strings for passing through the shell
 This Perl module contains some functions which are useful for quoting
 strings which are going to pass through the shell or a shell-like
 object, plus a command-line interface to it.  It is useful for doing
 robust tool programming, particularly when dealing with files whose
 names contain white space or shell globbing characters.
Description-md5: 55b0377c637e234b4c7bca7f878736f1
Tag: devel::lang:perl, devel::library, implemented-in::perl, works-with::text
Section: perl
Priority: optional
Filename: 
pool/main/libs/libstring-shellquote-perl/libstring-shellquote-perl_1.03-1_all.deb
Size: 14030
MD5sum: f533f1afc830c5430be18a7ebfc72621
SHA1: 6e56bf98a8b764bae2c2d8456b27d05953d8d057
SHA256: f9613b8900d4cd34795013304654a79f111d6301065a5462289f8fe083aa4e20

Package: libstring-shellquote-perl
Version: 1.03-1.2
Installed-Size: 33
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl
Description-en: quote strings for passing through the shell
 This Perl module contains some functions which are useful for quoting
 strings which are going to pass through the shell or a shell-like
 object, plus a command-line interface to it.  It is useful for doing
 robust tool programming, particularly w

Bug#862648: O: makepatch -- generate/apply patch files with more functionality than plain diff

2017-05-15 Thread Tobias Frost
Package: wnpp

The current maintainer of makepatch, Roderick Schertler ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: makepatch
Binary: makepatch
Version: 2.03-1
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 3.0.5)
Build-Depends-Indep: perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.7.3
Format: 1.0
Files:
 e006dfe99dec3038f0fd8ab0caaef7b9 619 makepatch_2.03-1.dsc
 172e8b5225ae0c92b07f349a862bdc66 28340 makepatch_2.03.orig.tar.gz
 a3cf9707fc2108c527547fa1b7907bea 3497 makepatch_2.03-1.diff.gz
Checksums-Sha1:
 1c5025d8c9336d2754e7ab1ebc8cf45278bccfe9 619 makepatch_2.03-1.dsc
 1e1bf2089ffbe9991f505db8f8b6aa8e740c0c43 3497 makepatch_2.03-1.diff.gz
 8be6dd9f7058da89d4a8a4ac854ce9c92d723318 28340 makepatch_2.03.orig.tar.gz
Checksums-Sha256:
 9725054b10a4ad82caa23438571e5f62fa8de13f7c4313c2bd5ee72925b96f4c 619 
makepatch_2.03-1.dsc
 82cd7a52abc2e0a758942812aa1b7ad80911e0642749782d19d7630acb07054d 3497 
makepatch_2.03-1.diff.gz
 34cad26a220d57dc242e4f0548d65f5f62465baea2a1f52cb335b23c429fb549 28340 
makepatch_2.03.orig.tar.gz
Directory: pool/main/m/makepatch
Priority: source
Section: utils

Package: makepatch
Binary: makepatch
Version: 2.03-1.1
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 3.0.5)
Build-Depends-Indep: perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.7.3
Format: 1.0
Files:
 64b10691d312a4ba1e00ddf09f599537 1809 makepatch_2.03-1.1.dsc
 172e8b5225ae0c92b07f349a862bdc66 28340 makepatch_2.03.orig.tar.gz
 446c1f7035a3258b4a3dcb6ab7465e6e 3603 makepatch_2.03-1.1.diff.gz
Checksums-Sha256:
 178e38108b613efbfa6d6568462f98bf7262eae5ec374d2e826ce1b2eb808732 1809 
makepatch_2.03-1.1.dsc
 34cad26a220d57dc242e4f0548d65f5f62465baea2a1f52cb335b23c429fb549 28340 
makepatch_2.03.orig.tar.gz
 191b6e7d9a982b546a318b61cb971a3d28f64143da421132d53d58c3c1714684 3603 
makepatch_2.03-1.1.diff.gz
Package-List: 
 makepatch deb utils optional arch=all
Directory: pool/main/m/makepatch
Priority: source
Section: utils

Package: makepatch
Version: 2.03-1.1
Installed-Size: 102
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl
Description-en: generate/apply patch files with more functionality than plain 
diff
 This package contains a pair of programs, makepatch and applypatch, to
 assist in the generation and application of patch kits to synchronise
 source trees.
 .
 makepatch knows about common conventions for patch kits (it generates
 Index: and Prereq: lines, it patches patchlevel.h first, it can use
 manifest files), plus it prepends some shell code which if run will
 take care adding directories, removing files, setting execute mode on
 scripts, and the like.
 .
 applypatch uses some extra data supplied by makepatch to verify both the
 patch and the source directory before applying the patch.  Afterwards it
 will clean up the directory tree plus fix up the permissions and even
 the timestamps on the patched files.
Description-md5: b4caf25577e62a959089ee2261ad5afe
Tag: devel::packaging, works-with-format::diff
Section: utils
Priority: optional
Filename: pool/main/m/makepatch/makepatch_2.03-1.1_all.deb
Size: 36654
MD5sum: 8728e9befda15df43c1532fffb1cd529
SHA256: 5a5cc2f72272050cca90d0391154a4568d4e8a8617096c25614e62f784499efb

Package: makepatch
Version: 2.03-1
Installed-Size: 148
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl
Description-en: generate/apply patch files with more functionality than plain 
diff
 This package contains a pair of programs, makepatch and applypatch, to
 assist in the generation and application of patch kits to synchronise
 source trees.
 .
 makepatch knows about common conventions for patch kits (it generates
 Index: and Prereq: lines, it patches patchlevel.h first, it can use
 manifest files), plus it prepends some shell code which if run will
 take care adding directories, removing files, setting execute mode on
 scripts, and the like.
 .
 applypatch uses some extra data supplied by makepatch to verify both the
 patch and the source directory before applying the patch.  Afterwards it
 will clean up the directory tree plus fix up the permissions and even
 the timestamps on the patched files.
Description-md5: b4caf25577e62a959089ee2261ad5afe
Tag: devel::packaging, works-with-format::diff
Section: utils
Priority: optional
Filename: pool/main/m/makepatch/makepatch_2.03-1_all.deb
Size: 39954
MD5sum: 72f72b7a15c307bd39fa4cb07543baac
SHA1: 4a8f92c64b6813e32e8f977607d19b23c7a86295
SHA256: 58517c7e3158364a58c117553dd8d00e04cabab269e2fcc1d03a2560bbf2d8fe

Package: makepatch
Version: 2.03-1.1
Installed-Size: 102
Maintainer: Roderick Schertler 
Architecture: all
Depends: per

Bug#862649: O: mime-construct -- construct/send MIME messages from the command line

2017-05-15 Thread Tobias Frost
Package: wnpp

The current maintainer of mime-construct, Roderick Schertler 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: mime-construct
Binary: mime-construct
Version: 1.11
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 3.0.18), perl (>= 5.6.0-16), libmime-base64-perl, 
libmime-types-perl, libproc-waitstat-perl
Architecture: all
Standards-Version: 3.8.0
Format: 1.0
Files:
 06d78103233f49fe41eebfbd71f70250 818 mime-construct_1.11.dsc
 73834ea780fbea81b89dbd9b2fb54f58 12906 mime-construct_1.11.tar.gz
Checksums-Sha1:
 c092e2eb41a1e0dacea6af2a1214ba209252b0dc 818 mime-construct_1.11.dsc
 b4bdd9a84779c8d614fea8ba3cb8346491542b1a 12906 mime-construct_1.11.tar.gz
Checksums-Sha256:
 c3e59627e6e08d187bd1c689145594867e957756a2ef8f773036d2c21b29ec3a 818 
mime-construct_1.11.dsc
 4cd7bb61b51d41192d1498c1051aa6a4ccd75aeb09b71d2ec706a7084a4a9303 12906 
mime-construct_1.11.tar.gz
Directory: pool/main/m/mime-construct
Priority: source
Section: mail

Package: mime-construct
Binary: mime-construct
Version: 1.11+nmu2
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16), libmime-base64-perl, 
libmime-types-perl, libproc-waitstat-perl
Architecture: all
Standards-Version: 3.8.0
Format: 1.0
Files:
 27fea96470c9e30f482416ebfbe6d52d 1340 mime-construct_1.11+nmu2.dsc
 17cbab71c497cb0bdc7ed88a9f843620 12375 mime-construct_1.11+nmu2.tar.gz
Checksums-Sha256:
 4e4f1504053460ca0d961a539a77a6e5a433b55c57a12934165624aeae9b51fd 1340 
mime-construct_1.11+nmu2.dsc
 ebeeec0936e4086759921c848cc53ea06e76019472996da2d54055bde07a96d2 12375 
mime-construct_1.11+nmu2.tar.gz
Package-List: 
 mime-construct deb mail optional arch=all
Directory: pool/main/m/mime-construct
Priority: source
Section: mail

Package: mime-construct
Version: 1.11+nmu2
Installed-Size: 46
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl, libmime-base64-perl, libmime-types-perl, libproc-waitstat-perl
Description-en: construct/send MIME messages from the command line
 mime-construct constructs and (by default) mails MIME messages.  It is
 entirely driven from the command line, it is designed to be used by
 other programs, or people who act like programs.
Description-md5: e07442bc1343c7ea762a25120a1d5920
Tag: implemented-in::perl, interface::commandline, role::program,
 scope::utility, works-with::mail
Section: mail
Priority: optional
Filename: pool/main/m/mime-construct/mime-construct_1.11+nmu2_all.deb
Size: 17432
MD5sum: d47b54c9c728d76ba4bc18414f04e6f7
SHA256: 957fe87db0a1ec3b930c663572060acceb3d3dee52e27359864ee3cf5d69548b

Package: mime-construct
Version: 1.11
Installed-Size: 84
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl, libmime-base64-perl, libmime-types-perl, libproc-waitstat-perl
Description-en: construct/send MIME messages from the command line
 mime-construct constructs and (by default) mails MIME messages.  It is
 entirely driven from the command line, it is designed to be used by
 other programs, or people who act like programs.
Description-md5: e07442bc1343c7ea762a25120a1d5920
Tag: implemented-in::perl, interface::commandline, role::program,
 scope::utility, works-with::mail
Section: mail
Priority: optional
Filename: pool/main/m/mime-construct/mime-construct_1.11_all.deb
Size: 19690
MD5sum: 5088958ea2d83bfd71e5728dfbb51252
SHA1: 55775526ee25015577d57f5d77eae716210a9107
SHA256: 0a98f2ca16a59cafe1d4d9f95e0e9642ec96fd29f6ba001421b61253c5d91c9a

Package: mime-construct
Version: 1.11+nmu2
Installed-Size: 46
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl, libmime-base64-perl, libmime-types-perl, libproc-waitstat-perl
Description-en: construct/send MIME messages from the command line
 mime-construct constructs and (by default) mails MIME messages.  It is
 entirely driven from the command line, it is designed to be used by
 other programs, or people who act like programs.
Description-md5: e07442bc1343c7ea762a25120a1d5920
Tag: implemented-in::perl, interface::commandline, role::program,
 scope::utility, works-with::mail
Section: mail
Priority: optional
Filename: pool/main/m/mime-construct/mime-construct_1.11+nmu2_all.deb
Size: 17432
MD5sum: d47b54c9c728d76ba4bc18414f04e6f7
SHA256: 957fe87db0a1ec3b930c663572060acceb3d3dee52e27359864ee3cf5d69548b

Package: mime-construct
Version: 1.11
Installed-Size: 84
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl, libmime-base64-perl, libmime-types-perl, libproc-waitstat-perl
Description-en: construct/send MIME messages from the command line
 mime-construct constructs and (by default) mails MIME messages.  It is
 entirely driven from the command line, it is designed

Bug#862647: O: libtime-period-perl -- Perl library for testing if a time() is in a specific period

2017-05-15 Thread Tobias Frost
Package: wnpp

The current maintainer of libtime-period-perl, Roderick Schertler 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libtime-period-perl
Binary: libtime-period-perl
Version: 1.20-8
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.5.2
Format: 1.0
Files:
 eba73c648924487b1a2ba52d2846f816 641 libtime-period-perl_1.20-8.dsc
 63b073af8ec96e7fa48801cd6fcccdd1 10711 libtime-period-perl_1.20.orig.tar.gz
 9f1a1d0bc608d83f6ccb169d9f615283 2572 libtime-period-perl_1.20-8.diff.gz
Checksums-Sha1:
 149f4f8cbf2a16c0aca449f6e6d3d6f5b6eda887 641 libtime-period-perl_1.20-8.dsc
 76f1141b01be6578e67efcda000f470c2ccc5ae6 2572 
libtime-period-perl_1.20-8.diff.gz
 98d324e9858debfa918d60892600650230a86e87 10711 
libtime-period-perl_1.20.orig.tar.gz
Checksums-Sha256:
 e0cc2d05b10ba36f39272bed73a7daac532cb6e3400234f387972b444afe03e7 641 
libtime-period-perl_1.20-8.dsc
 777f7329971ce8fcddcdf2add917bd3543fc82bdd2d7c5337dfc6a7ef54f1b4d 2572 
libtime-period-perl_1.20-8.diff.gz
 22b2d9e33e6d0a5fc2194aee03318807d58380e225c9c41092330298526a1e30 10711 
libtime-period-perl_1.20.orig.tar.gz
Directory: pool/main/libt/libtime-period-perl
Priority: source
Section: perl

Package: libtime-period-perl
Binary: libtime-period-perl
Version: 1.20-8.2
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.9.6
Format: 1.0
Files:
 e12b6f747e7dc97a2cf25e04dd3576ad 1744 libtime-period-perl_1.20-8.2.dsc
 63b073af8ec96e7fa48801cd6fcccdd1 10711 libtime-period-perl_1.20.orig.tar.gz
 311c56c8ad7105fd903b59d6a4aac9d5 1947 libtime-period-perl_1.20-8.2.diff.gz
Checksums-Sha256:
 9a9060351f511bef2f8a83cd7125699ec1d69407e53b1e5f548531415f8ed9b2 1744 
libtime-period-perl_1.20-8.2.dsc
 22b2d9e33e6d0a5fc2194aee03318807d58380e225c9c41092330298526a1e30 10711 
libtime-period-perl_1.20.orig.tar.gz
 83f8e9e76b8d120bc4d947474e7c77761508a810ac8e9fef995fdad5aaff0caf 1947 
libtime-period-perl_1.20-8.2.diff.gz
Package-List: 
 libtime-period-perl deb perl optional arch=all
Directory: pool/main/libt/libtime-period-perl
Priority: source
Section: perl

Package: libtime-period-perl
Version: 1.20-8.2
Installed-Size: 70
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl
Description-en: Perl library for testing if a time() is in a specific period
 This Perl library provides a function which tells whether a specific
 time falls within a specified time period.  Its syntax for specifying
 time periods allows you to test for conditions like "Monday to Friday,
 9am till 5pm" and "on the second Tuesday of the month" and "between 4pm
 and 4:15pm" and "in the first half of each minute" and "in January of
 1998".
Description-md5: 65413d2cf8621141f0dc283bdadc299c
Tag: devel::lang:perl, devel::library, implemented-in::perl, use::timekeeping
Section: perl
Priority: optional
Filename: 
pool/main/libt/libtime-period-perl/libtime-period-perl_1.20-8.2_all.deb
Size: 13182
MD5sum: 5d871047426f07794b8d64b8621a196c
SHA256: 0a6573832fe8ca330fe2e18e48ac9802c5dbbc1a8bf202cb616697238d5a9251

Package: libtime-period-perl
Version: 1.20-8
Installed-Size: 84
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl (>= 5.6.0-16)
Description-en: Perl library for testing if a time() is in a specific period
 This Perl library provides a function which tells whether a specific
 time falls within a specified time period.  Its syntax for specifying
 time periods allows you to test for conditions like "Monday to Friday,
 9am till 5pm" and "on the second Tuesday of the month" and "between 4pm
 and 4:15pm" and "in the first half of each minute" and "in January of
 1998".
Description-md5: 65413d2cf8621141f0dc283bdadc299c
Tag: devel::lang:perl, devel::library, implemented-in::perl, use::timekeeping
Section: perl
Priority: optional
Filename: pool/main/libt/libtime-period-perl/libtime-period-perl_1.20-8_all.deb
Size: 15152
MD5sum: bda9ccd126428e43b86d1a18c75f7b02
SHA1: 389d9f7241a2f2065f4c5091c9148b7f9ba233cc
SHA256: 9df5e2ef5db144fe560cf5aeda2b4d9f8b53e53089b50ceda28c6d9c33b076b9

Package: libtime-period-perl
Version: 1.20-8.2
Installed-Size: 70
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl
Description-en: Perl library for testing if a time() is in a specific period
 This Perl library provides a function which tells whether a specific
 time falls within a specified time period.  Its syntax for specifying
 time periods allows you to test for conditions like "Monday to Friday,
 9am till 5pm" and "on the second Tuesday of the month" and "between 4pm
 and 4:15pm" and "in the firs

Bug#862641: O: ftp-upload -- put files with FTP from a script

2017-05-15 Thread Tobias Frost
Package: wnpp

The current maintainer of ftp-upload, Roderick Schertler ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: ftp-upload
Binary: ftp-upload
Version: 1.5
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Files:
 37280d21ab9c0583def6af538476e537 528 ftp-upload_1.5.dsc
 c5ca0b74454785af7d8ff684d50345ba 8882 ftp-upload_1.5.tar.gz
Checksums-Sha1:
 5ccbf46aa99e2df021f337b8219618495a46e5a4 528 ftp-upload_1.5.dsc
 ae07d2764589b4859d7f2b25612c16a72d172560 8882 ftp-upload_1.5.tar.gz
Checksums-Sha256:
 94071ce50dcad986391fc537705ed181f13609490bae7ce6764ced0fbf007112 528 
ftp-upload_1.5.dsc
 dc476a30b08d71566d6ed148db86dfe76df9b85d47d87dce88267a61d916f2b4 8882 
ftp-upload_1.5.tar.gz
Directory: pool/main/f/ftp-upload
Priority: source
Section: net

Package: ftp-upload
Binary: ftp-upload
Version: 1.5+nmu2
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.9.7
Format: 3.0 (native)
Files:
 8d31453642910113e3934ff42e63b523 1424 ftp-upload_1.5+nmu2.dsc
 63563ada4fcbc1866d015a2725fab10b 8756 ftp-upload_1.5+nmu2.tar.xz
Checksums-Sha256:
 d1a9856123d3b1117811656aa1523d8db139e308322cb5c3477eb444a1cd4413 1424 
ftp-upload_1.5+nmu2.dsc
 143d2c5f9d1d3cb0ddaa0291ba9792b3f2fde7b582e191f8139a887c366cd839 8756 
ftp-upload_1.5+nmu2.tar.xz
Package-List: 
 ftp-upload deb net optional arch=all
Directory: pool/main/f/ftp-upload
Priority: source
Section: net

Package: ftp-upload
Version: 1.5+nmu2
Installed-Size: 32
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl, libnet-perl
Description-en: put files with FTP from a script
 ftp-upload transfers local files to another machine using FTP.  It's
 meant to be used by scripts and such rather than interactively.  There's
 no user interface, the program is controlled strictly via the command
 line.  It is disciplined with its exit status.
Description-md5: 608a9b6be46b2c40737b1b93c824a8d0
Tag: interface::commandline, network::client, protocol::ftp, role::program,
 use::transmission, works-with::file
Section: net
Priority: optional
Filename: pool/main/f/ftp-upload/ftp-upload_1.5+nmu2_all.deb
Size: 12486
MD5sum: 32d874dbd8f86c6df306480c384ac384
SHA256: 8bb376faeef6d03c6c8f0a0521f18ecd149fc2d75f91eb6d7b030fbe886b5ceb

Package: ftp-upload
Version: 1.5
Installed-Size: 68
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl, libnet-perl
Description-en: put files with FTP from a script
 ftp-upload transfers local files to another machine using FTP.  It's
 meant to be used by scripts and such rather than interactively.  There's
 no user interface, the program is controlled strictly via the command
 line.  It is disciplined with its exit status.
Description-md5: 608a9b6be46b2c40737b1b93c824a8d0
Tag: interface::commandline, network::client, protocol::ftp, role::program,
 use::transmission, works-with::file
Section: net
Priority: optional
Filename: pool/main/f/ftp-upload/ftp-upload_1.5_all.deb
Size: 13760
MD5sum: 2aac35eaa14747ba774c12f3ad0db2e1
SHA1: f7fbf4a252f7a41e80715490bf45131fd0cebaa7
SHA256: fa26abd9e66a4c03826a8ea21772e5fe161c205e4550ace778476b986565b1f2

Package: ftp-upload
Version: 1.5+nmu2
Installed-Size: 32
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl, libnet-perl
Description-en: put files with FTP from a script
 ftp-upload transfers local files to another machine using FTP.  It's
 meant to be used by scripts and such rather than interactively.  There's
 no user interface, the program is controlled strictly via the command
 line.  It is disciplined with its exit status.
Description-md5: 608a9b6be46b2c40737b1b93c824a8d0
Tag: interface::commandline, network::client, protocol::ftp, role::program,
 use::transmission, works-with::file
Section: net
Priority: optional
Filename: pool/main/f/ftp-upload/ftp-upload_1.5+nmu2_all.deb
Size: 12486
MD5sum: 32d874dbd8f86c6df306480c384ac384
SHA256: 8bb376faeef6d03c6c8f0a0521f18ecd149fc2d75f91eb6d7b030fbe886b5ceb

Package: ftp-upload
Version: 1.5
Installed-Size: 68
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl, libnet-perl
Description-en: put files with FTP from a script
 ftp-upload transfers local files to another machine using FTP.  It's
 meant to be used by scripts and such rather than interactively.  There's
 no user interface, the program is controlled strictly via the command
 line.  It is disciplined with its exit status.
Description-md5: 608a9b6be46b2c40737b1b93c824a8d0
Tag: interface::commandline, network::client, protocol::ftp, role::program,
 use::transmission, wor

Bug#862644: O: libproc-syncexec-perl -- spawn processes but report exec() errors properly

2017-05-15 Thread Tobias Frost
Package: wnpp

The current maintainer of libproc-syncexec-perl, Roderick Schertler 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libproc-syncexec-perl
Binary: libproc-syncexec-perl
Version: 1.01-1
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.5.2
Format: 1.0
Files:
 c8410a5a66a2c3674986f8d1a9981a00 648 libproc-syncexec-perl_1.01-1.dsc
 38dd51ed78504d73bf6520a044744cb8 4967 libproc-syncexec-perl_1.01.orig.tar.gz
 e1e906cf3292a399bd622273d7a24019 2332 libproc-syncexec-perl_1.01-1.diff.gz
Checksums-Sha1:
 2bd5592cfd6cd5fe065b192a53b908c49a8c6c74 648 libproc-syncexec-perl_1.01-1.dsc
 75410e4fe2e9030a3febc03d4a5cb62cac85a0b4 2332 
libproc-syncexec-perl_1.01-1.diff.gz
 ce91d132ddae828d18dbd46812c127ac578089dd 4967 
libproc-syncexec-perl_1.01.orig.tar.gz
Checksums-Sha256:
 0e4b430fd7d09ef71d64ac30b2d459cf1a8eb108a7ff6c026823f9a3acebf395 648 
libproc-syncexec-perl_1.01-1.dsc
 4df0056543a4ebed20a745be673506c0b2e7ba6fa477ed0976f5a6fd1d60f531 2332 
libproc-syncexec-perl_1.01-1.diff.gz
 2060f8a3f5ea26944d6ec013c81f46662ead6c1e32ad1b3ab394d9c0f7462d20 4967 
libproc-syncexec-perl_1.01.orig.tar.gz
Directory: pool/main/libp/libproc-syncexec-perl
Priority: source
Section: perl

Package: libproc-syncexec-perl
Binary: libproc-syncexec-perl
Version: 1.01-1.2
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 10~), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.5.2
Format: 1.0
Files:
 4d5103c9d1dd3d0c3b7c229bc98d1ad8 1775 libproc-syncexec-perl_1.01-1.2.dsc
 38dd51ed78504d73bf6520a044744cb8 4967 libproc-syncexec-perl_1.01.orig.tar.gz
 5f7e4133d3208ec803e8fc8d5e125f5a 2571 libproc-syncexec-perl_1.01-1.2.diff.gz
Checksums-Sha256:
 6605853943ae680fef68c55d1649b6d3a8d31350bdcb23b7e72d0f49ce1ac190 1775 
libproc-syncexec-perl_1.01-1.2.dsc
 2060f8a3f5ea26944d6ec013c81f46662ead6c1e32ad1b3ab394d9c0f7462d20 4967 
libproc-syncexec-perl_1.01.orig.tar.gz
 f2a94ed7e86e87a57985760cd3b5730ec5ab7bc64d9a5b8402c807ed55740d55 2571 
libproc-syncexec-perl_1.01-1.2.diff.gz
Package-List: 
 libproc-syncexec-perl deb perl optional arch=all
Directory: pool/main/libp/libproc-syncexec-perl
Priority: source
Section: perl

Package: libproc-syncexec-perl
Version: 1.01-1.2
Installed-Size: 26
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl
Description-en: spawn processes but report exec() errors properly
 This Perl module contains functions for synchronized process spawning
 with full error return.  If the child's exec() call fails the reason
 for the failure is reported back to the parent.
Description-md5: 020adc57461dff147f30454ea76aff31
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: 
pool/main/libp/libproc-syncexec-perl/libproc-syncexec-perl_1.01-1.2_all.deb
Size: 9314
MD5sum: 38d4f4653af516a8b86c13f266b23bea
SHA256: b6dec30e3312404dda4e5525b42ff22a1f85f23e665aa1ee663094c4d465ccb7

Package: libproc-syncexec-perl
Version: 1.01-1
Installed-Size: 68
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl (>= 5.6.0-16)
Description-en: spawn processes but report exec() errors properly
 This Perl module contains functions for synchronized process spawning
 with full error return.  If the child's exec() call fails the reason
 for the failure is reported back to the parent.
Description-md5: 020adc57461dff147f30454ea76aff31
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: 
pool/main/libp/libproc-syncexec-perl/libproc-syncexec-perl_1.01-1_all.deb
Size: 10348
MD5sum: 7103da3326f6f218160c10097ef1ef50
SHA1: 2a5e0fce92432a2e18759552ef014a52a2d3f365
SHA256: 5ced678f824ca9f2d2093d6e1e86eb0e3677f08fe6548cde12219c111e0d085e

Package: libproc-syncexec-perl
Version: 1.01-1.2
Installed-Size: 26
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl
Description-en: spawn processes but report exec() errors properly
 This Perl module contains functions for synchronized process spawning
 with full error return.  If the child's exec() call fails the reason
 for the failure is reported back to the parent.
Description-md5: 020adc57461dff147f30454ea76aff31
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: 
pool/main/libp/libproc-syncexec-perl/libproc-syncexec-perl_1.01-1.2_all.deb
Size: 9314
MD5sum: 38d4f4653af516a8b86c13f266b23bea
SHA256: b6dec30e3312404dda4e5525b42ff22a1f85f23e665aa1ee663094c4d465ccb7

Package: libproc-syncexec-perl
Version: 1.01-1
Installed-Size: 68
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl (

Bug#862642: O: hearse -- exchange Nethack bones files with other players

2017-05-15 Thread Tobias Frost
Package: wnpp

The current maintainer of hearse, Roderick Schertler ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: hearse
Binary: hearse
Version: 1.5-8.1
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 4.1.68), perl (>= 5.6.0-16), po-debconf
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Files:
 b530303ba5114470de59b6f40d30ab83 1643 hearse_1.5-8.1.dsc
 4c022342d3f75af3b70a3e07e8e82ee0 29202 hearse_1.5.orig.tar.gz
 f3915106d5f029755f940801ac9ca60c 19897 hearse_1.5-8.1.diff.gz
Checksums-Sha1:
 03f7f0059df072be4ebecb511df84156af83709f 1643 hearse_1.5-8.1.dsc
 bc1ea58589067107fe82f9c3143e655418f27b78 29202 hearse_1.5.orig.tar.gz
 baca1769dc67acec653b17caa84ce9142cd92b18 19897 hearse_1.5-8.1.diff.gz
Checksums-Sha256:
 942ecade36bed1c838c77fd9e4a1d1f9ee8cdedf2fca94938eac52fc11c8659b 1643 
hearse_1.5-8.1.dsc
 2f339bef82cb416a818ed458e4b1e8b0ccbb1d6abf8e33a99b5d7fdffec7fb12 29202 
hearse_1.5.orig.tar.gz
 19c76414ebb9732f68f2e3063a214bb95f9387c134679832263d72521dd9f2a2 19897 
hearse_1.5-8.1.diff.gz
Package-List: 
 hearse deb games optional
Directory: pool/main/h/hearse
Priority: source
Section: games

Package: hearse
Binary: hearse
Version: 1.5-8.3
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16), po-debconf
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Files:
 7f3a938938748f2033e512a0707e80b1 1636 hearse_1.5-8.3.dsc
 4c022342d3f75af3b70a3e07e8e82ee0 29202 hearse_1.5.orig.tar.gz
 14195fbe505ee7e94aab3e5bb4a9577f 22235 hearse_1.5-8.3.diff.gz
Checksums-Sha256:
 1432471641d3b589cb49b4eda4e339a98bc566d887f653f40ed146ea173acf41 1636 
hearse_1.5-8.3.dsc
 2f339bef82cb416a818ed458e4b1e8b0ccbb1d6abf8e33a99b5d7fdffec7fb12 29202 
hearse_1.5.orig.tar.gz
 5f7ae8b5d7326f516c712519295c532da5db153e8dc7fdc617b98091a98bffc2 22235 
hearse_1.5-8.3.diff.gz
Package-List: 
 hearse deb games optional arch=all
Directory: pool/main/h/hearse
Priority: source
Section: games

Package: hearse
Version: 1.5-8.3
Installed-Size: 105
Maintainer: Roderick Schertler 
Architecture: all
Depends: debconf (>= 1.2.0) | debconf-2.0, perl, libwww-perl, nethack-common | 
nethack
Description-en: exchange Nethack bones files with other players
 Nethack sometimes saves the level on which you die (including your
 stuff, what killed you, and your ghost) in a "bones file".  These files
 get loaded into later Nethack games.  If you're the only Nethack player
 on your system you'll only get bones files you created yourself.
 .
 With Hearse, you can automatically exchange bones files with other
 Nethack players.  When run it uploads any new bones files it finds
 on your system, then downloads any bones files the server feels like
 giving it.  See http://www.argon.org/~roderick/hearse/ for more
 information.
 .
 An important thing to note is that by default using Hearse will cause
 you to end up with more bones than you otherwise would have.  This
 changes the game's balance and is considered by many players to be a
 mild form of cheating.  You can address this by turning on the
 --delete-uploaded option, but the down side is you'll never encounter
 your own bones files.
Description-md5: 5794f9e6ad2af9faa035c500662b5ce9
Tag: game::rpg:rogue, interface::commandline, role::program, scope::utility,
 use::downloading, use::gameplaying
Section: games
Priority: optional
Filename: pool/main/h/hearse/hearse_1.5-8.3_all.deb
Size: 36988
MD5sum: fe6949a0454b73dd645753b1612c1b55
SHA256: 62ecb216a6c6f6eb00ff9a8bed0ba7b11e8be37192f70ba27d82cca6cd7d8500

Package: hearse
Version: 1.5-8.1
Installed-Size: 143
Maintainer: Roderick Schertler 
Architecture: all
Depends: debconf (>= 1.2.0) | debconf-2.0, perl, libwww-perl, nethack-common | 
nethack
Description-en: exchange Nethack bones files with other players
 Nethack sometimes saves the level on which you die (including your
 stuff, what killed you, and your ghost) in a "bones file".  These files
 get loaded into later Nethack games.  If you're the only Nethack player
 on your system you'll only get bones files you created yourself.
 .
 With Hearse, you can automatically exchange bones files with other
 Nethack players.  When run it uploads any new bones files it finds
 on your system, then downloads any bones files the server feels like
 giving it.  See http://www.argon.org/~roderick/hearse/ for more
 information.
 .
 An important thing to note is that by default using Hearse will cause
 you to end up with more bones than you otherwise would have.  This
 changes the game's balance and is considered by many players to be a
 mild form of cheating.  You can address this by turning on the
 --delete-uploaded option, bu

Bug#862643: O: libipc-signal-perl -- utility functions dealing with signals for Perl

2017-05-15 Thread Tobias Frost
Package: wnpp

The current maintainer of libipc-signal-perl, Roderick Schertler 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libipc-signal-perl
Binary: libipc-signal-perl
Version: 1.00-6
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.5.2
Format: 1.0
Files:
 e0e1793bbaf5db7fbc20b2e1ec6b595a 636 libipc-signal-perl_1.00-6.dsc
 4cebf17fdf1785eaf8c151bf2e8c360a 2649 libipc-signal-perl_1.00.orig.tar.gz
 339c186e680f53366ffdaf1b33a6a2c2 2316 libipc-signal-perl_1.00-6.diff.gz
Checksums-Sha1:
 17a15526e00ee730d306f6b2a68276fc1285 636 libipc-signal-perl_1.00-6.dsc
 a76796569421b3ac5ad777da04c32828ae294746 2316 libipc-signal-perl_1.00-6.diff.gz
 cdc9ca73d54da258013714c229924e0672684026 2649 
libipc-signal-perl_1.00.orig.tar.gz
Checksums-Sha256:
 cf3b3bb70d1c917521e6cc52dc295aec511d6364b175a5aad2f929be44cc0d9d 636 
libipc-signal-perl_1.00-6.dsc
 7f2737293664cfd2dfe89bfcd6cb79b03e75361456b0699e4e688c2a59a93290 2316 
libipc-signal-perl_1.00-6.diff.gz
 7c21f9c8c2d0c0f0f0f46e77de7c3d879dd562668ddf0525875c38cef2076fd0 2649 
libipc-signal-perl_1.00.orig.tar.gz
Directory: pool/main/libi/libipc-signal-perl
Priority: source
Section: perl

Package: libipc-signal-perl
Binary: libipc-signal-perl
Version: 1.00-6.2
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.5.2
Format: 1.0
Files:
 cd5f8e3cbefe6f4cc1e0fe4fad50417f 1862 libipc-signal-perl_1.00-6.2.dsc
 4cebf17fdf1785eaf8c151bf2e8c360a 2649 libipc-signal-perl_1.00.orig.tar.gz
 daa86139da6c7f6967568a474778f4b0 2535 libipc-signal-perl_1.00-6.2.diff.gz
Checksums-Sha256:
 a23937acfe4cc2f3dab08123192f91344d42854e31d110e2c6308070fa5851d0 1862 
libipc-signal-perl_1.00-6.2.dsc
 7c21f9c8c2d0c0f0f0f46e77de7c3d879dd562668ddf0525875c38cef2076fd0 2649 
libipc-signal-perl_1.00.orig.tar.gz
 54ffe89faf571ef8f808cf3d0e3c8a672fb0138e52552ae9e92ba3141c1981b8 2535 
libipc-signal-perl_1.00-6.2.diff.gz
Package-List: 
 libipc-signal-perl deb perl optional arch=all
Directory: pool/main/libi/libipc-signal-perl
Priority: source
Section: perl

Package: libipc-signal-perl
Version: 1.00-6.2
Installed-Size: 21
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl
Description-en: utility functions dealing with signals for Perl
 This Perl module contains utility functions for dealing with signals.
 Currently these are just translating between signal names and signal
 numbers and vice versa.
Description-md5: 4c67b23ecdfba7046bc13dbfaefbdc78
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libi/libipc-signal-perl/libipc-signal-perl_1.00-6.2_all.deb
Size: 6272
MD5sum: 752b9c1d7b2a276d7506f4a37490bf80
SHA256: ea9b4fcadad6529aef515664f6a5d25731110cc2b5932b8e74c3166b446854eb

Package: libipc-signal-perl
Version: 1.00-6
Installed-Size: 64
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl (>= 5.6.0-16)
Description-en: utility functions dealing with signals for Perl
 This Perl module contains utility functions for dealing with signals.
 Currently these are just translating between signal names and signal
 numbers and vice versa.
Description-md5: 4c67b23ecdfba7046bc13dbfaefbdc78
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libi/libipc-signal-perl/libipc-signal-perl_1.00-6_all.deb
Size: 7008
MD5sum: 249d3c103a06826f9890f5398a2b
SHA1: c00c07eaf4c0e29fb069001ab00ff3de760e297c
SHA256: 9ded893ff31fc11666482dd8b5ff4a63fa317372e26589e25ec0ca8ce3083066

Package: libipc-signal-perl
Version: 1.00-6.2
Installed-Size: 21
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl
Description-en: utility functions dealing with signals for Perl
 This Perl module contains utility functions for dealing with signals.
 Currently these are just translating between signal names and signal
 numbers and vice versa.
Description-md5: 4c67b23ecdfba7046bc13dbfaefbdc78
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libi/libipc-signal-perl/libipc-signal-perl_1.00-6.2_all.deb
Size: 6272
MD5sum: 752b9c1d7b2a276d7506f4a37490bf80
SHA256: ea9b4fcadad6529aef515664f6a5d25731110cc2b5932b8e74c3166b446854eb

Package: libipc-signal-perl
Version: 1.00-6
Installed-Size: 64
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl (>= 5.6.0-16)
Description-en: utility functions dealing with signals for Perl
 This Perl module contains utility functions for dealing with signals.
 Currently these are just translatin

Bug#862645: O: libproc-waitstat-perl -- interpret and act on wait() status values

2017-05-15 Thread Tobias Frost
Package: wnpp

The current maintainer of libproc-waitstat-perl, Roderick Schertler 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libproc-waitstat-perl
Binary: libproc-waitstat-perl
Version: 1.00-4
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16), libipc-signal-perl
Architecture: all
Standards-Version: 3.5.2
Format: 1.0
Files:
 2ba01b2ffd40343e7ede9efddc574e9d 668 libproc-waitstat-perl_1.00-4.dsc
 b911bd579b6b142391b21de1efa30c95 3223 libproc-waitstat-perl_1.00.orig.tar.gz
 02d510b2d9d07b95d604d25589f4d2ec 2308 libproc-waitstat-perl_1.00-4.diff.gz
Checksums-Sha1:
 13b0bebf3a48a2fd0559f76cc8604bf474cf4c32 668 libproc-waitstat-perl_1.00-4.dsc
 b8f8f159c4b345e2ea27efc2bf94cedcb5ffe424 2308 
libproc-waitstat-perl_1.00-4.diff.gz
 2b3c56f1748fbcbf6e164268834adba5865527b4 3223 
libproc-waitstat-perl_1.00.orig.tar.gz
Checksums-Sha256:
 34127da94e940b0b800efee81ec9807fef87d3b2bc8bc387fab245dfd901de65 668 
libproc-waitstat-perl_1.00-4.dsc
 d5fd50c85cea1f67e2e3a2d67ddfb584cf1c30af21dfdc01bf401790a495e03d 2308 
libproc-waitstat-perl_1.00-4.diff.gz
 d07563f5e787909d16e7390241e877f49ab739b1de9d0e2ea1a41bd0bf4474bc 3223 
libproc-waitstat-perl_1.00.orig.tar.gz
Directory: pool/main/libp/libproc-waitstat-perl
Priority: source
Section: perl

Package: libproc-waitstat-perl
Binary: libproc-waitstat-perl
Version: 1.00-4.2
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16), libipc-signal-perl
Architecture: all
Standards-Version: 3.5.2
Format: 1.0
Files:
 6cf9e7625f65984f9089bc5e6ce25f7f 1608 libproc-waitstat-perl_1.00-4.2.dsc
 b911bd579b6b142391b21de1efa30c95 3223 libproc-waitstat-perl_1.00.orig.tar.gz
 b1e77edd7b69b1e5b437a02c6f128ac5 2038 libproc-waitstat-perl_1.00-4.2.diff.gz
Checksums-Sha256:
 476bfe7b0877b305ec93723044f66b14baad0d33c4a56bee9bf5a4fd241fbc2c 1608 
libproc-waitstat-perl_1.00-4.2.dsc
 d07563f5e787909d16e7390241e877f49ab739b1de9d0e2ea1a41bd0bf4474bc 3223 
libproc-waitstat-perl_1.00.orig.tar.gz
 0da55a0b842f9659dbdc83f74b99f4c856d3c0475e367c1914ff8f7570469db4 2038 
libproc-waitstat-perl_1.00-4.2.diff.gz
Package-List: 
 libproc-waitstat-perl deb perl optional arch=all
Directory: pool/main/libp/libproc-waitstat-perl
Priority: source
Section: perl

Package: libproc-waitstat-perl
Version: 1.00-4.2
Installed-Size: 22
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl, libipc-signal-perl
Description-en: interpret and act on wait() status values
 This Perl module contains functions which are useful for interpreting
 and acting on wait() status values.
Description-md5: ba774cbff5e3902aaee874b1aa3dad86
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: 
pool/main/libp/libproc-waitstat-perl/libproc-waitstat-perl_1.00-4.2_all.deb
Size: 7038
MD5sum: 83ed8dbb236d431df650c3b34320d7f5
SHA256: 5a7a348fc8c35e67a3af5c860c9ae9b7f2dcc3a16912a0955d9bd2ab9d9bfb52

Package: libproc-waitstat-perl
Version: 1.00-4
Installed-Size: 64
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl (>= 5.6.0-16), libipc-signal-perl
Description-en: interpret and act on wait() status values
 This Perl module contains functions which are useful for interpreting
 and acting on wait() status values.
Description-md5: ba774cbff5e3902aaee874b1aa3dad86
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: 
pool/main/libp/libproc-waitstat-perl/libproc-waitstat-perl_1.00-4_all.deb
Size: 7790
MD5sum: 3b303897cd712a78e54a2b4baf3370d6
SHA1: 68d3e6c7d3af38a8925f581afb4a6c64a6c0da16
SHA256: f93bb36227f2d694c3a51d992d4973301499cc6deed5c8ce2e93e66bf04d8868

Package: libproc-waitstat-perl
Version: 1.00-4.2
Installed-Size: 22
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl, libipc-signal-perl
Description-en: interpret and act on wait() status values
 This Perl module contains functions which are useful for interpreting
 and acting on wait() status values.
Description-md5: ba774cbff5e3902aaee874b1aa3dad86
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: 
pool/main/libp/libproc-waitstat-perl/libproc-waitstat-perl_1.00-4.2_all.deb
Size: 7038
MD5sum: 83ed8dbb236d431df650c3b34320d7f5
SHA256: 5a7a348fc8c35e67a3af5c860c9ae9b7f2dcc3a16912a0955d9bd2ab9d9bfb52

Package: libproc-waitstat-perl
Version: 1.00-4
Installed-Size: 64
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl (>= 5.6.0-16), libipc-signal-perl
Description-en: interpret and act on wait() status values
 This Perl module contains functions which are useful for interpreting
 and acting

Bug#862640: O: debget -- download/compile source and binary Debian packages

2017-05-15 Thread Tobias Frost
Package: wnpp

The current maintainer of debget, Roderick Schertler ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: debget
Binary: debget
Version: 1.6+nmu1
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.6.1
Format: 1.0
Files:
 7e3dfaa3bd6e77abf4c212eb6685f8ae 721 debget_1.6+nmu1.dsc
 fde0c55e89692036180fbff985eca9e0 19834 debget_1.6+nmu1.tar.gz
Checksums-Sha1:
 4f383491345d5c0d21eab88a6df7f819ea2d413c 721 debget_1.6+nmu1.dsc
 446f87de033bbbaf0fa8f21b8917a0a4eaa9d820 19834 debget_1.6+nmu1.tar.gz
Checksums-Sha256:
 d2ac904bdc74449c18fb51611151ad633521ab6f3c383bc9c6b91f4e723c4361 721 
debget_1.6+nmu1.dsc
 e7a5ce3bf1dc0339f20f0286b226b50ddf980f8bfa9701b61a55a44e1067eed4 19834 
debget_1.6+nmu1.tar.gz
Directory: pool/main/d/debget
Priority: source
Section: utils

Package: debget
Binary: debget
Version: 1.6+nmu4
Maintainer: Roderick Schertler 
Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.9.7
Format: 3.0 (native)
Files:
 0ea5f102510645336df49b0e755dec6d 1405 debget_1.6+nmu4.dsc
 1309562000283fe0709ecc87e19a32de 18412 debget_1.6+nmu4.tar.xz
Checksums-Sha256:
 29bc52ba117339db306fc1c8571f72d5e5f07be7bd2fd1e7bc20d7662dd999c7 1405 
debget_1.6+nmu4.dsc
 365b17c4c1d6cf2066dd21a7831ed2f11ab1370db8ea7892ef7372ed48df4137 18412 
debget_1.6+nmu4.tar.xz
Package-List: 
 debget deb utils optional arch=all
Directory: pool/main/d/debget
Priority: source
Section: utils

Package: debget
Version: 1.6+nmu4
Installed-Size: 77
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl, libapt-pkg-perl, libnet-perl, libproc-waitstat-perl, libwww-perl
Suggests: devscripts
Description-en: download/compile source and binary Debian packages
 debget downloads source and binary Debian packages by name.  It doesn't
 require a local copy of the Packages files, instead it queries
 packages.debian.org to find out what versions are available.
 .
 debget can also optionally unpack and compile source packages, and even
 install the generated binary packages.  If you intend to use these
 features you should install the devscripts package for the dscverify
 script it contains.
Description-md5: 9398bebdde9c7a6959820e531a6d100b
Tag: devel::packaging, interface::commandline, role::program, scope::utility,
 suite::debian
Section: utils
Priority: optional
Filename: pool/main/d/debget/debget_1.6+nmu4_all.deb
Size: 27074
MD5sum: c296a34c9b3a4edb72fa5afc7961def5
SHA256: 87b11edc5c11a7e9a17c02be10a8571f89073bdbeab591f2314a7190517c35a6

Package: debget
Version: 1.6+nmu1
Installed-Size: 140
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl (>= 5.6.0-16), libapt-pkg-perl, libnet-perl, 
libproc-waitstat-perl, libwww-perl
Suggests: devscripts
Description-en: download/compile source and binary Debian packages
 debget downloads source and binary Debian packages by name.  It doesn't
 require a local copy of the Packages files, instead it queries
 packages.debian.org to find out what versions are available.
 .
 debget can also optionally unpack and compile source packages, and even
 install the generated binary packages.  If you intend to use these
 features you should install the devscripts package for the dscverify
 script it contains.
Description-md5: 9398bebdde9c7a6959820e531a6d100b
Tag: devel::packaging, interface::commandline, role::program, scope::utility,
 suite::debian
Section: utils
Priority: optional
Filename: pool/main/d/debget/debget_1.6+nmu1_all.deb
Size: 30848
MD5sum: 215a4ff1c99bfbe4f43742db229288b9
SHA1: 8d5ec3b56eba941a2afb8722e3ef560cf34a5983
SHA256: 29d8c631c052b313ac5c00892312a1867839dc9c8b818a0a838a70fdb26bb508

Package: debget
Version: 1.6+nmu4
Installed-Size: 77
Maintainer: Roderick Schertler 
Architecture: all
Depends: perl, libapt-pkg-perl, libnet-perl, libproc-waitstat-perl, libwww-perl
Suggests: devscripts
Description-en: download/compile source and binary Debian packages
 debget downloads source and binary Debian packages by name.  It doesn't
 require a local copy of the Packages files, instead it queries
 packages.debian.org to find out what versions are available.
 .
 debget can also optionally unpack and compile source packages, and even
 install the generated binary packages.  If you intend to use these
 features you should install the devscripts package for the dscverify
 script it contains.
Description-md5: 9398bebdde9c7a6959820e531a6d100b
Tag: devel::packaging, interface::commandline, role::program, scope::utility,
 suite::debian
Section: utils
Priority: optional
Filename: pool/main/d/debget/debget_1.6+nmu4_all.deb
Size: 27074
MD5sum

Bug#862631: O: pygoocanvas -- GooCanvas Python bindings

2017-05-15 Thread Tobias Frost
Package: wnpp

The current maintainer of pygoocanvas, Jose Carlos Garcia Sogo 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: pygoocanvas
Binary: python-pygoocanvas
Version: 0.14.1-1
Maintainer: Jose Carlos Garcia Sogo 
Build-Depends: debhelper (>= 5), cdbs, python-all-dev (>= 2.3.5-11), 
python-support (>= 0.4), python-gtk2-dev (>= 2.8.4), python-gobject-dev (>= 
2.11.3), libgoocanvas-dev (>= 0.10), python-cairo-dev (>= 1.2.0), xsltproc, 
docbook-xsl
Architecture: any
Standards-Version: 3.8.4
Format: 1.0
Files:
 68b8855ed6391f74b6dd41925fba29b9 1319 pygoocanvas_0.14.1-1.dsc
 d502dea5c0d2ac71d953895df81c32e8 421509 pygoocanvas_0.14.1.orig.tar.gz
 05c0bc55cab5bfa52b6d016e697cba1e 2309 pygoocanvas_0.14.1-1.diff.gz
Vcs-Browser: http://git.debian.org/git/users/jsogo/pygoocanvas.git
Vcs-Git: git://git.debian.org/git/users/jsogo/pygoocanvas.git
Checksums-Sha1:
 0ed0bd0b39bc8f2d6605db9bff19c3770dff7cdf 1319 pygoocanvas_0.14.1-1.dsc
 ea1e10a24ef15a1d3880552fff6352d8b0621ef5 421509 pygoocanvas_0.14.1.orig.tar.gz
 3caa9f1c36e827a4bd24502f25cac36538a0a94f 2309 pygoocanvas_0.14.1-1.diff.gz
Checksums-Sha256:
 0a5c24566adae2b47db8a0c24be723ced64a6d44beb645b1c3d6871ac02a873f 1319 
pygoocanvas_0.14.1-1.dsc
 e927064dc6c1ceabefc24b88f45f5240f694a698bf5f794d41525a3c362ee11c 421509 
pygoocanvas_0.14.1.orig.tar.gz
 b3c91ebfede5201537b67df01d572609ae09683a731725328b2dc55501f822cc 2309 
pygoocanvas_0.14.1-1.diff.gz
Directory: pool/main/p/pygoocanvas
Priority: source
Section: python

Package: pygoocanvas
Binary: python-pygoocanvas
Version: 0.14.1-1.2
Maintainer: Jose Carlos Garcia Sogo 
Build-Depends: debhelper (>= 5), cdbs, python-all-dev (>= 2.3.5-11), dh-python, 
python-gtk2-dev (>= 2.8.4), python-gobject-dev (>= 2.11.3), libgoocanvas-dev 
(>= 0.10), python-cairo-dev (>= 1.2.0), xsltproc, docbook-xsl, docbook-xml
Architecture: any
Standards-Version: 3.8.4
Format: 1.0
Files:
 73d2c036de37dd0adc8e0e9b5ef2a608 2042 pygoocanvas_0.14.1-1.2.dsc
 d502dea5c0d2ac71d953895df81c32e8 421509 pygoocanvas_0.14.1.orig.tar.gz
 815e1c1acbcdf2f319cc3a928eb3050f 2836 pygoocanvas_0.14.1-1.2.diff.gz
Vcs-Browser: https://anonscm.debian.org/git/users/jsogo/pygoocanvas.git
Vcs-Git: https://anonscm.debian.org/git/users/jsogo/pygoocanvas.git
Checksums-Sha256:
 ff3e2eff117d010043fe4194002a61ef8dbab39e02e4873b1714f470a75d0e71 2042 
pygoocanvas_0.14.1-1.2.dsc
 e927064dc6c1ceabefc24b88f45f5240f694a698bf5f794d41525a3c362ee11c 421509 
pygoocanvas_0.14.1.orig.tar.gz
 313089140c689dea3642a334b25e838cad5a1e8b8589fcb2d6fc58bbbdca6275 2836 
pygoocanvas_0.14.1-1.2.diff.gz
Package-List: 
 python-pygoocanvas deb python optional arch=any
Directory: pool/main/p/pygoocanvas
Priority: source
Section: python

Package: python-pygoocanvas
Source: pygoocanvas
Version: 0.14.1-1.2
Installed-Size: 903
Maintainer: Jose Carlos Garcia Sogo 
Architecture: amd64
Provides: python2.7-pygoocanvas
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.2.4), 
libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 
2.22.0), libglib2.0-0 (>= 2.24.0), libgoocanvas3 (>= 0.15), libgtk2.0-0 (>= 
2.8.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), 
libpangoft2-1.0-0 (>= 1.14.0), libpython2.7 (>= 2.7), python (<< 2.8), python 
(>= 2.7~), python:any (<< 2.8), python:any (>= 2.7~), python-gtk2
Description-en: GooCanvas Python bindings
 This package include Python bindings for GooCanvas.
 It is needed to run programs written in Python and using GooCanvas set.
Description-md5: db722c42bfd7ffb1dbf6f8b3ea273191
Tag: role::shared-lib, uitoolkit::gtk
Section: python
Priority: optional
Filename: pool/main/p/pygoocanvas/python-pygoocanvas_0.14.1-1.2_amd64.deb
Size: 123010
MD5sum: 050c387cafc70dd5269aa981193a95e5
SHA256: 729fa101187f52ed147caec73273891d6126a2f96f45d27d9f7ab87e1e7025a5

Package: python-pygoocanvas
Source: pygoocanvas (0.14.1-1)
Version: 0.14.1-1+b3
Installed-Size: 799
Maintainer: Jose Carlos Garcia Sogo 
Architecture: amd64
Provides: python2.7-pygoocanvas
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.2.4), 
libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 
2.22.0), libglib2.0-0 (>= 2.24.0), libgoocanvas3 (>= 0.15), libgtk2.0-0 (>= 
2.8.0), libpango1.0-0 (>= 1.14.0), libpython2.7 (>= 2.7), python (<< 2.8), 
python (>= 2.7), python-support (>= 0.90.0), python-gtk2
Description-en: GooCanvas Python bindings
 This package include Python bindings for GooCanvas.
 It is needed to run programs written in Python and using GooCanvas set.
Description-md5: db722c42bfd7ffb1dbf6f8b3ea273191
Tag: role::shared-lib, uitoolkit::gtk
Section: python
Priority: o

Bug#843779: big-integer dependency

2017-05-15 Thread Pierre Rudloff

Hello,

I would be interested in working on packaging Lesspass.
But the big-integer dependency is not packaged in Debian so I opened an 
ITP for that first (#862372).


Regards,



Bug#829046: Moving away from (unsupportable) FusionForge on Alioth?

2017-05-15 Thread Boyuan Yang
在 2017年5月14日星期日 +08 下午6:39:22,Sergio Durigan Junior 写道:
> On Sunday, May 14 2017, Boyuan Yang wrote:
> > 在 2017年5月14日星期日 CST 下午3:04:26,Pirate Praveen 写道:
> > 
> >> As far as I understand, the only thing that is blocking is non
> >> availability of pagure package.
> >> 
> >> So helping fix this would help move this forward (currently pagure tests
> >> are failing).
> >> 
> >> >> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829046
> >> 
> >> After we have the package, then DSA standard processes for new service
> >> would follow, I assume.
> Sure.  I'll move everything to collab-maint as soon as I get back home,
> as I said earilier.

That would be great.

> >> Could you tell me where can I find the proper packaging repository?
> > 
> > I have pushed my copy here
> > https://git.fosscommunity.in/praveen/pagure
> > 
> > It was originally at git://git.sergiodj.net/debian/pagure-new.git
> 
> Thanks for doing that.

I took a look into pagure packaging (both upstream latest version 2.14.2 and 
Debian packaging version 2.6+dfsg from the git repo above) and things look 
like a nightmare. Under Debian Testing and Debian Unstable, current packaging 
did not create a working database for unittests. If we create db manually 
(before dh_auto_test) and run unittest again, things can fail severely (around 
60+/290+ units fail, not just 5). 

Hence it would be great if anyone familiar with Python2 and Flask could help 
improve the status of pagure packaging.

--
Boyuan Yang

signature.asc
Description: This is a digitally signed message part.


Bug#862354: ITP: installation-birthday -- Receive congratulations on system installation anniversaries

2017-05-15 Thread Chris Lamb
Holger Levsen wrote:

> > Updated the package description to make this clearer. :)
> 
> cool, thanks!
> 
> is it already suggested by debian-goodies? ;-)

No. Good idea, but looking at it in more detial I don't think it's
really appropriate there either, alas.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#861455: package updated to 1.0.0

2017-05-15 Thread Martin Kepplinger


Version 1.0.0 is released upstream, being a major update, almost a 
rewrite, it uses

X.org's touch API and supports multitouch.

The package is updated on mentors accordingly. In case you want to make 
that available

to Debian and sponsor it, feel free to contact me.

cheers,
 martin