Bug#777089: Preconditions for python-moto finished - help needed to build package itself

2018-02-02 Thread Andreas Tille
Hi,

as you might have noticed I finalised the preconditions to build
python-moto which is in salsa.d.o[1].  When trying to build I get:



   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:184: python2.7 setup.py test 
running test
running egg_info
writing requirements to moto.egg-info/requires.txt
writing moto.egg-info/PKG-INFO
writing top-level names to moto.egg-info/top_level.txt
writing dependency_links to moto.egg-info/dependency_links.txt
writing entry points to moto.egg-info/entry_points.txt
reading manifest file 'moto.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'moto.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
  File "setup.py", line 68, in 
"Topic :: Software Development :: Testing",
  File "/usr/lib/python2.7/dist-packages/setuptools/__init__.py", line 129, in 
setup
return distutils.core.setup(**attrs)
  File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
  File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
  File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py", line 226, 
in run
self.run_tests()
  File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py", line 248, 
in run_tests
exit=False,
  File "/usr/lib/python2.7/unittest/main.py", line 94, in __init__
self.parseArgs(argv)
  File "/usr/lib/python2.7/unittest/main.py", line 149, in parseArgs
self.createTests()
  File "/usr/lib/python2.7/unittest/main.py", line 158, in createTests
self.module)
  File "/usr/lib/python2.7/unittest/loader.py", line 130, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
  File "/usr/lib/python2.7/unittest/loader.py", line 103, in loadTestsFromName
return self.loadTestsFromModule(obj)
  File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py", line 52, 
in loadTestsFromModule
tests.append(self.loadTestsFromName(submodule))
  File "/usr/lib/python2.7/unittest/loader.py", line 100, in loadTestsFromName
parent, obj = obj, getattr(obj, part)
AttributeError: 'module' object has no attribute 'backport_assert_raises'
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: 
python2.7 setup.py test 
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 25
dpkg-buildpackage: error: debian/rules build gave error exit status 2



I was seeking for some missing backport module but I have no real clue
what might be missing.  Any help would be welcome.

Kind regards

 Andreas.



[1]

-- 
http://fam-tille.de



Bug#889130: O: cctools

2018-02-02 Thread Michael Hanke
Package: wnpp
Severity: normal

Haven't used this package in a long time and the version in Debian is
two major releases behind upstream. Upstream does not use a standard
build system (but a custom configure script) that can make updates rather
time consuming.

The package has an overall low user count (popcon 43), and could be a
candidate for removal from the archive if nobody is interested in
maintaining it.



Bug#777089: Preconditions for python-moto finished - help needed to build package itself

2018-02-02 Thread Olivier Sallou


- Mail original -
> De: "Andreas Tille" 
> À: 777...@bugs.debian.org
> Cc: debian-pyt...@lists.debian.org, "Debian Science List" 
> 
> Envoyé: Vendredi 2 Février 2018 09:16:55
> Objet: Preconditions for python-moto finished - help needed to build package 
> itself
> 
> Hi,
> 
> as you might have noticed I finalised the preconditions to build
> python-moto which is in salsa.d.o[1].  When trying to build I get:
> 
> 
> 
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:184: python2.7 setup.py test
> running test
> running egg_info
> writing requirements to moto.egg-info/requires.txt
> writing moto.egg-info/PKG-INFO
> writing top-level names to moto.egg-info/top_level.txt
> writing dependency_links to moto.egg-info/dependency_links.txt
> writing entry points to moto.egg-info/entry_points.txt
> reading manifest file 'moto.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'moto.egg-info/SOURCES.txt'
> running build_ext
> Traceback (most recent call last):
>   File "setup.py", line 68, in 
> "Topic :: Software Development :: Testing",
>   File "/usr/lib/python2.7/dist-packages/setuptools/__init__.py", line 129,
>   in setup
> return distutils.core.setup(**attrs)
>   File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
> dist.run_commands()
>   File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
> self.run_command(cmd)
>   File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
> cmd_obj.run()
>   File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py", line
>   226, in run
> self.run_tests()
>   File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py", line
>   248, in run_tests
> exit=False,
>   File "/usr/lib/python2.7/unittest/main.py", line 94, in __init__
> self.parseArgs(argv)
>   File "/usr/lib/python2.7/unittest/main.py", line 149, in parseArgs
> self.createTests()
>   File "/usr/lib/python2.7/unittest/main.py", line 158, in createTests
> self.module)
>   File "/usr/lib/python2.7/unittest/loader.py", line 130, in
>   loadTestsFromNames
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "/usr/lib/python2.7/unittest/loader.py", line 103, in
>   loadTestsFromName
> return self.loadTestsFromModule(obj)
>   File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py", line
>   52, in loadTestsFromModule
> tests.append(self.loadTestsFromName(submodule))
>   File "/usr/lib/python2.7/unittest/loader.py", line 100, in
>   loadTestsFromName
> parent, obj = obj, getattr(obj, part)
> AttributeError: 'module' object has no attribute 'backport_assert_raises'

backport_assert_raises is a python file in tests directory of moto, maybe it is 
missing in your install?

> E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1:
> python2.7 setup.py test
> dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
> debian/rules:6: recipe for target 'build' failed
> make: *** [build] Error 25
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> 
> 
> 
> I was seeking for some missing backport module but I have no real clue
> what might be missing.  Any help would be welcome.
> 
> Kind regards
> 
>  Andreas.
> 
> 
> 
> [1]
> 
> --
> http://fam-tille.de
> 
> 



Bug#628157: Worklog maintainership

2018-02-02 Thread Jon Daley
agreat.  I never got anywhere with a sponsor.  I'll send a link to my 
patches, unless alioth still has it up, but I think they erase stuff after 
a while.  I use worklog every day, both for personal tracking as well as 
customer billing.  I've also connected it to gnuplot, though it is a bit 
hacky.



On Fri, 2 Feb 2018, Adam Bilbrough wrote:


I contacted the author who has agreed to allow myself to be the new
upstream for worklog.  I will work on the package and the source and
upload to mentors with a fixed, clean package after my other ITAs are
done.  Worklog is useful to me so I have taken responsibility for it.

Sent using gmail as my encrypted email provider does not provide
plain-text emails.




--
Jon Daley
http://jon.limedaley.com
~~
It's a recession when your neighbor loses his job;
it's a depression when you lose yours.
-- Harry S Truman



Bug#628157: Worklog maintainership

2018-02-02 Thread Adam Bilbrough
Perfect.  I have the patches and will diff against what I have on my
gitlab repository (see my QA Account packages for the URL).

I'll aim to have it on mentors by Monday.  I never had a problem with
sponsors as long as the package is updated and lintian clean.

I have already merged all outstanding bug fixes and quilt patches into
the codebase so I will see what else I can incorporate from your
changes also.


On 2 February 2018 at 12:24, Jon Daley  wrote:
> agreat.  I never got anywhere with a sponsor.  I'll send a link to my
> patches, unless alioth still has it up, but I think they erase stuff after a
> while.  I use worklog every day, both for personal tracking as well as
> customer billing.  I've also connected it to gnuplot, though it is a bit
> hacky.
>
>
> On Fri, 2 Feb 2018, Adam Bilbrough wrote:
>
>> I contacted the author who has agreed to allow myself to be the new
>> upstream for worklog.  I will work on the package and the source and
>> upload to mentors with a fixed, clean package after my other ITAs are
>> done.  Worklog is useful to me so I have taken responsibility for it.
>>
>> Sent using gmail as my encrypted email provider does not provide
>> plain-text emails.
>>
>>
>
> --
> Jon Daley
> http://jon.limedaley.com
> ~~
> It's a recession when your neighbor loses his job;
> it's a depression when you lose yours.
> -- Harry S Truman



Bug#874618: marked as done (ITP: node-acorn-object-spread -- Plugin for object spread in acorn for Node.js)

2018-02-02 Thread Debian Bug Tracking System
Your message dated Fri, 02 Feb 2018 13:01:13 +
with message-id 
and subject line Bug#874618: fixed in node-acorn-object-spread 3.1.0-1
has caused the Debian Bug report #874618,
regarding ITP: node-acorn-object-spread -- Plugin for object spread in acorn 
for Node.js
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.)


-- 
874618: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874618
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Julien Puydt 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-acorn-object-spread
  Version : 1.0.0
  Upstream Author : Darío Javier Cravero 
* URL : https://github.com/UXtemple/acorn-object-spread
* License : Expat
  Programming Lang: JavaScript
  Description : Plugin for object spread in acorn for Node.js
 Provides an object spread operator in the acorn javascript
 parser.
 .
 An object spread operator is syntactic sugar to copy enumerable
 properties of an object to another, making it easier to update state.
 .
 Node.js is an event-based server-side JavaScript engine.


This is a direct dependency of node-bublé, for which I have an ITP already.

Cheers,

Snark on irc.debian.org
--- End Message ---
--- Begin Message ---
Source: node-acorn-object-spread
Source-Version: 3.1.0-1

We believe that the bug you reported is fixed in the latest version of
node-acorn-object-spread, 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 874...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Puydt  (supplier of updated 
node-acorn-object-spread 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: Fri, 03 Nov 2017 14:31:14 +0100
Source: node-acorn-object-spread
Binary: node-acorn-object-spread
Architecture: source all
Version: 3.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Julien Puydt 
Description:
 node-acorn-object-spread - Plugin for object spread in acorn for Node.js
Closes: 874618
Changes:
 node-acorn-object-spread (3.1.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #874618)
Checksums-Sha1:
 68a2696a907b39b9aed02c8db798cb0922ab8cc5 2189 
node-acorn-object-spread_3.1.0-1.dsc
 e9f04fb94a40a41de33093d66d4109317e275da3 8065 
node-acorn-object-spread_3.1.0.orig.tar.gz
 ef38d2583a922387a160b2bf4e4816e2d51b7b3b 1992 
node-acorn-object-spread_3.1.0-1.debian.tar.xz
 d29c42f5204ffab966c43384b3d5d7c414792591 4984 
node-acorn-object-spread_3.1.0-1_all.deb
 5be65cc53965bf3f30624e0101b7050b36d07784 5558 
node-acorn-object-spread_3.1.0-1_amd64.buildinfo
Checksums-Sha256:
 1e54859bd35c6b4587a5c5baa1ac09a133024f3d7b7d73610f211b244e7aa708 2189 
node-acorn-object-spread_3.1.0-1.dsc
 f2285da4883a4262791ce33836717d51d5b597444a8748350ac00f93fc0b7348 8065 
node-acorn-object-spread_3.1.0.orig.tar.gz
 2f23af2b76feda7ac05cc92f5f69d51b5f05c90c9d57dd3c6a1895306d4fc56c 1992 
node-acorn-object-spread_3.1.0-1.debian.tar.xz
 affee272c9076785dd0c1e1b6b22807f611ad5896cea8a89d6d3513023f86317 4984 
node-acorn-object-spread_3.1.0-1_all.deb
 6e11f14f709a94baa4f1bbe369ad5a5b4d02b4d995929ad4dd6f195cee76f458 5558 
node-acorn-object-spread_3.1.0-1_amd64.buildinfo
Files:
 7aaad038f288e61c3c241ba53ade2757 2189 javascript optional 
node-acorn-object-spread_3.1.0-1.dsc
 c31e42d889e9efd8a9ec54d8fbd6c260 8065 javascript optional 
node-acorn-object-spread_3.1.0.orig.tar.gz
 4e8c76f5f17dabecbcadcc225bfc8a7d 1992 javascript optional 
node-acorn-object-spread_3.1.0-1.debian.tar.xz
 9e336e0a0578a2e5386d9761c7e5ef40 4984 javascript optional 
node-acorn-object-spread_3.1.0-1_all.deb
 0d277aaf603b8e6c06a1cfb1e9a5682d 5558 javascript optional 
node-acorn-object-spread_3.1.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAln+pnEACgkQzh+cZ0US
wiqQoA/+IpuEpjvcq0kSeYpfJkISj/0lK8ef7drnIe7bFVuFd3R24v0Po6NQmt2c
DfOkfqkhTwQkke7alplmBfuJ4/lvITD89dUoTo1Gx5TCcLOq0PxvPKpU9mDftkjw
RA2rwh/oaIZsFxJ2Ab5tGWyd8VVGpp4V9p/WfKmYL9UkK06mFWXZPr/SfP/dgGk0
GLbEdivZqdRb65z9t4gWo87s0Rs9j999AC9L1pCq6XcB/d6KMTPlVYWICRiKBP7f
AMFH4lGFGFKY8X29boSJA2qG3141JOa4GAu

Bug#885774: ITP: tpm2-abrmd -- TPM2 Access Broker & Resource Management Daemon

2018-02-02 Thread PaulLiu
Hi Anthony,

I'll package it soon. The previous problem is tpm2-tss which doesn't pass
the unit test. But it should be fixed already by the upstream. I'll try
tpm2-tss again. And then start working on this.

Yours,
Paul


On Fri, Feb 2, 2018 at 3:37 PM, Anthony Wong 
wrote:

> Hi Paul,
>
> Do you have any luck in getting this packaged? We'd like to see it in
> Ubuntu 18.04.
>
> Thanks,
> Anthony
>


Bug#889145: ITP: zdbsp -- node builder tool for Doom-style games

2018-02-02 Thread Jonathan Dowland

Package: wnpp
Severity: wishlist
Owner: Jonathan Dowland 

* Package name: zdbsp
 Version : 1.19
 Upstream Author : Marisa Heit
* URL : https://github.com/rheit/zdbsp
* License : GPL-2+
 Programming Lang: C++
 Description : node builder tool for Doom-style games

ZDBSP is a node building-tool for Doom-style games, such as
Doom, Doom 2, Heretic, Hexen and Strife. Doom-style games
require "Nodes" (binary space partition trees) to be built for
custom maps. Compared to similar tools, ZDBSP is very fast.
ZDBSP generates the additional lumps required by GL engines.

---

I'd like there to be at least one BSP tool in the archive. At
the moment we have glbsp (which was orphaned and I have just
adopted) but I think we should switch to ZDBSP. I did some
performance comparisons, and on a particularly evil map ("choz"
from the WadC examples) and build time on my laptop dropped
from 4-ish minutes (glbsp) to sub-second.

I'll either maintain via collab-maint (Salsa Debian project)
or pkg-games.


--
Jonathan Dowland

--

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Jonathan Dowland
⢿⡄⠘⠷⠚⠋⠀ https://jmtd.net
⠈⠳⣄



Are you looking for leads to increase customer base?

2018-02-02 Thread Robin Smith


Hi,

I was researching on your website and found that you might be interested in 
leads from your Target market for your sales and marketing team.

We will construct email database for your target market as per your 
requirements, perform email marketing activities and provide you with 
prospective leads who express interest in your products/services.

We will understand your products/services and prepare a specific customized 
pitch for your target market. We will then roll out emails to your target 
market / customers on daily basis to find interested customers for your 
products / services.

Once we get the response for targeted emails then we will forward to you for 
next level follow ups. Daily At least we will provide minimum 2 leads.

Let me know your interest so that I will send you additional information.

Regards,
Robin Smith| Marketing Executive
Qualified Leads service
Readymade Leads| Email Database| Campaign solutions| Augmented & Virtual 
Reality| Customized Solutions |Outsourcing |
If you do not wish to receive future emails then please reply in subject "Stop 
Mailing"





Bug#889166: ITP: sawtooth -- platform for distributed ledgers

2018-02-02 Thread Daniel Stender
Package: wnpp
Severity: wishlist
Owner: Daniel Stender 

* Package name: sawtooth
  Version : 1.0.1
  Upstream Author : Shawn T. Amundson , Adam M. Ludvik 

* URL : https://github.com/hyperledger/sawtooth-core
* License : Apache-2.0
  Programming Lang: Python
  Description : platform for distributed ledgers

Hyperledger Sawtooth is an enterprise solution for building, deploying, and 
running
distributed ledgers (also called blockchains). It provides an extremely modular 
and
flexible platform for implementing transaction-based updates to shared state 
between
untrusted parties coordinated by consensus algorithms.

Thanks,
DS



Processed: retitle to RFP: photo-booth -- Motion-detecting photo booth toy

2018-02-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 783432 RFP: photo-booth -- Motion-detecting photo booth toy
Bug #783432 [wnpp] ITP: photo-booth -- Motion-detecting photo booth toy
Changed Bug title to 'RFP: photo-booth -- Motion-detecting photo booth toy' 
from 'ITP: photo-booth -- Motion-detecting photo booth toy'.
> noowner 783432
Bug #783432 [wnpp] RFP: photo-booth -- Motion-detecting photo booth toy
Removed annotation that Bug was owned by Adam Roses Wight .
> stop
Stopping processing here.

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



Processed: retitle 772906 to ITA: essays1743 -- Essays 1743 TrueType font

2018-02-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 772906 ITA: essays1743 -- Essays 1743 TrueType font
Bug #772906 [wnpp] O: essays1743 -- Essays 1743 TrueType font
Changed Bug title to 'ITA: essays1743 -- Essays 1743 TrueType font' from 'O: 
essays1743 -- Essays 1743 TrueType font'.
> thanks
Stopping processing here.

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



Bug#889191: O: golang-gopkg-alexcesaro-quotedprintable.v3 - Implements quoted-printable and message header encoding in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889196: O: golang-github-yuin-gopher-lua - virtual machine and compiler for Lua in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889193: O: golang-strk.kbt-projects-go-libravatar - Simple Go library for serving federated avatars

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889198: O: golang-github-willf-bitset - Implements bitsets, a mapping between non-negative integers and boolean values

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889195: O: golang-github-unknwon-paginater - Helper module for custom pagination calculation

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889197: O: golang-github-yohcop-openid-go - OpenID 2.0 implementation in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889192: O: golang-gopkg-jarcoal-httpmock.v1 - HTTP mocking for Golang

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889194: O: golang-gopkg-editorconfig-editorconfig-core-go.v1 - EditorConfig file parser and writer in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889203: O: golang-github-ssor-bom - small Go library to clean bom from byte array or reader

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889200: O: golang-github-unknwon-cae - PHP-like Compression and Archive Extensions in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889199: O: golang-github-unknwon-i18n - Internationalization and Localization in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889206: O: golang-github-siddontang-go-snappy - Snappy compression format in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889202: O: golang-github-steveyen-gtreap - gtreap is an immutable treap implementation in the Go Language

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889204: O: golang-github-siddontang-rdb - Read Redis rdb files in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889201: O: golang-github-twinj-uuid - RFC 4122 and DCE 1.1 compliant UUIDs in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889205: O: golang-github-siddontang-ledisdb - High-performance NoSQL database written in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889207: O: golang-github-siddontang-goredis - Redis client implementation in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889209: O: golang-github-sergi-go-diff - Diff, match and patch text in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889212: O: golang-github-pquerna-otp - Google Authenticator compatible one time passwords for Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889211: O: golang-github-seiflotfy-cuckoofilter - Bloom filter replacement using cuckoo hashing

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889213: O: golang-github-pingcap-check - rich testing extension for Go's testing package

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889214: O: golang-github-petar-gollrb - LLRB implementation of balanced binary search trees for Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889215: O: golang-github-ngaut-sync2 - Additional synchronization primitives extracted from Vitess

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889208: O: golang-github-siddontang-go - Collection of siddontang libraries for Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889216: O: golang-github-ngaut-log - Provides a simple log wrapper for ngaut libraries

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889218: O: golang-github-ngaut-go-zookeeper - Native ZooKeeper client for Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889217: O: golang-github-ngaut-pools - provides pools for resources

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889221: O: golang-github-neelance-astrewrite - Go tool to walk & rewrite AST

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889219: O: golang-github-ngaut-deadline - deadline reader/writer

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889222: O: golang-github-nbutton23-zxcvbn-go - Strong password generator in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889223: O: golang-github-msteinert-pam - Go wrapper module for the PAM API

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889220: O: golang-github-neelance-sourcemap - Javascript source map reader and writer for Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889227: O: golang-github-markbates-goth - Multi-provider authentication for Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889229: O: golang-github-lunny-log - Logging library with sqlite support for Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889228: O: golang-github-lunny-nodb - Nosql database with kv, list, hash, zset, bitmap, set

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889225: O: golang-github-mrjones-oauth - OAuth 1.0 Library for Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889226: O: golang-github-mcuadros-go-version - version normalizer and comparison library for Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889236: O: golang-github-issue9-assert - Simple extension to test a series of assert functions

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889231: O: golang-github-kisielk-gotool - library of some utility functions provided by cmd/go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889238: O: golang-github-gorilla-sessions - save cookie and filesystem sessions and allow custom session backends

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889243: O: golang-github-go-macaron-i18n - Internationalization and Localization of Macaron

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889240: O: golang-github-gorilla-pat - request router and dispatcher with a pat-like interface

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889230: O: golang-github-leemcloughlin-gofarmhash - Implements Google's Farmhash in Golang

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889237: O: golang-github-go-xorm-builder - SQL builder for XORM written in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889232: O: golang-github-juju-errors - Common juju errors and functions to annotate errors

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889233: O: golang-github-joho-godotenv - Go port of Ruby's dotenv library

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889241: O: golang-github-gopherjs-gopherjs - Go to Javascript compiler

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889239: O: golang-github-gorilla-securecookie - provides authenticated and encrypted cookie values

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889235: O: golang-github-issue9-identicon - generate an icon from identity information

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889244: O: golang-github-go-macaron-csrf - generate and validate csrf tokens for Macaron

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889234: O: golang-github-jaytaylor-html2text - Turns HTML into a plain-text equivalent

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889246: O: golang-github-go-macaron-cache - Cache management middleware for Macaron

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889249: O: golang-github-gogits-chardet - Charset detector library for Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889250: O: golang-github-glendc-gopher-json - simple JSON encoder/decoder for Gopher-Lua

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889247: O: golang-github-go-macaron-bindata - in-memory static and template files for Macaron

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889242: O: golang-github-go-macaron-toolbox - health check, pprof, profile and statistic services for Macaron

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889248: O: golang-github-gogits-cron - Gogs cron library in Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889254: O: golang-github-facebookgo-httpdown - Gracefully shut down daemon without terminating connections

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889251: O: golang-github-facebookgo-subset - Check if a value is a subset of another

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889252: O: golang-github-facebookgo-stats - defines a lightweight interface for collecting statistics

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889245: O: golang-github-go-macaron-captcha - Captcha service for Macaron

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889255: O: golang-github-facebookgo-grace - Graceful restart & zero downtime deploy for Go servers

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889256: O: golang-github-facebookgo-freeport - Go library to find a free TCP port for binding

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889257: O: golang-github-edsrzf-mmap-go - portable mmap package for Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889258: O: golang-github-denisenkom-go-mssqldb - Microsoft SQL server driver written in go language

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889260: O: golang-github-couchbase-moss - moss provides a fast key/value storage library for golang

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889265: golang-github-blevesearch-go-porterstemmer - Native Go implementation of the Porter Stemming algorithm

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889266: O: golang-github-alicebob-miniredis - Pure Go Redis server for Go unittests

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889263: O: golang-github-bsm-pool - simple connection pool library for Golang

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889267: O: golang-code.gitea-sdk - SDK implementation to interact with the Gitea API

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889264: O: golang-github-blevesearch-segment - Go library for performing Unicode Text Segmentation

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889261: O: golang-github-couchbase-ghistogram - simple int histogram for golang

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889259: O: golang-github-cupcake-rdb - Redis RDB parser for Go

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889268: O: golang-code.gitea-git - Go module that provides git access through shell

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield



Bug#889262: O: golang-github-bsm-redeo - Framework for building redis-compatible TCP services

2018-02-02 Thread Michael Lustfield
Package: wnpp
Severity: normal

This package was added to Debian as a dependency of Gitea. I am no longer
working on Gitea and no longer have a reason to continue maintaining the
dependencies.

-- 
Michael Lustfield