Bug#820490: ITP: streflop -- STandalone REproducible FLOating-Point library

2016-04-17 Thread Kip Warner
On Mon, 2016-04-18 at 09:51 +0800, Paul Wise wrote:
> Hmm, compile-time choice of CPU instructions doesn't sound like a 
> good idea, because if I build on an old crappy build machine or a 
> base-level  qemu virtual machine then I won't be getting SSE4 when I 
> run on my fast powerful desktop machine. Please ask upstream to 
> switch to runtime choice based on the available instructions on the
> user's CPU.

Upstream has been pretty much MIA for a long time. But even if I
managed to track him down, I reckon I know what he would say: Portable
floating point calculations can come at the expense of performance and
in order to mitigate this as much as possible, hardware level
optimizations are necessary and heavily tied to the method of
implementation.

The user can still select the best library during configure time. e.g.
with autoconf like so...

# Select correct library based on host hardware...
case "$host_cpu" in

# For Intel based hardware, use SSE2 hardware accelerated variant...
i?86) ;&
x86_64) 
PKG_CHECK_MODULES(
[streflop], [streflop-sse >= 0.3], [],
[AC_MSG_ERROR([streflop-sse >= 0.3 missing...])])
;;

# Otherwise fallback to software emulated variant...
*)
PKG_CHECK_MODULES(
[streflop], [streflop-soft >= 0.3], [],
[AC_MSG_ERROR([streflop-soft >= 0.3 missing...])])
;;
esac

> Please talk to upstream about the test suite stuff too.

Believe me, I've tried. He's MIA. The test suite I've "rigged up" in
one of my quilt patches might be sufficient, but we'll never know for
certain until he checks.

> The upstream website says that it uses the SoftFloat library for the
> software floating-point implementation. Since this is a modified
> embedded code copy too, please document this in the security team's
> embedded code copies file and talk to the upstreams about it. 
> Likewise for the old libc code and for Random.cpp.

Yup. And ideally the package would depend on SoftFloat, but I'm really
not sure how much of the latter he's modified or dependent on in the
way it was back when he wrote streflop.

> Great work convincing them!

Yeah. I think it will end up saving them time in not having to maintain
their own embedded copy and be responsible for it.

-- 
Kip Warner -- Senior Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com



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


Bug#820490: ITP: streflop -- STandalone REproducible FLOating-Point library

2016-04-17 Thread Paul Wise
On Sun, 2016-04-17 at 17:18 -0700, Kip Warner wrote:

> Nice to hear from you again.

Likewise! I hope Avaneya is going well :)

> https://springrts.com/mantis/view.php?id=5058

Cool. Some thoughts:

Hmm, compile-time choice of CPU instructions doesn't sound like a good
idea, because if I build on an old crappy build machine or a base-level 
qemu virtual machine then I won't be getting SSE4 when I run on my fast
powerful desktop machine. Please ask upstream to switch to runtime
choice based on the available instructions on the user's CPU.

Please talk to upstream about the test suite stuff too.

The upstream website says that it uses the SoftFloat library for the
software floating-point implementation. Since this is a modified
embedded code copy too, please document this in the security team's
embedded code copies file and talk to the upstreams about it. Likewise
for the old libc code and for Random.cpp.

> After some discussion upstream (Spring RTS), they were at first
> reluctant to rely on an external package (or even pkg-config at build
> time for that matter!), but eventually they came around. 

Great work convincing them!

-- 
bye,
pabs

https://wiki.debian.org/PaulWise




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


Bug#817091: Acmetool Review

2016-04-17 Thread Harlan Lieberman-Berg
Hi Peter,

Took a look at the acmetool package, and it looks pretty good.

You might want to suppress the lintian warnings for some of the
hardening flags; it's my understanding (please correct me if I'm wrong
-- I'm far from a Golang expert) that Golang simply doesn't support many
kinds of hardening flags on its output -- PIE just doesn't work, and
since it produces statically linked binaries, some of the other stuff
doesn't work either.

There's also a newer version that's been released since you first
packaged acmetool; it should be updated prior to upload.

Thanks for your help!

Sincerely,
-- 
Harlan Lieberman-Berg
~hlieberman



Bug#820490: ITP: streflop -- STandalone REproducible FLOating-Point library

2016-04-17 Thread Kip Warner
On Mon, 2016-04-18 at 08:05 +0800, Paul Wise wrote:
> There are some embedded code copies of this already in Debian, it
> would be great if you could get them to use the package you are
> preparing instead of the code copies in the packages. Please also
> ensure the security team knows about these embedded code copies.
> 
> https://codesearch.debian.net/search?perpkg=1=streflop
> https://wiki.debian.org/EmbeddedCodeCopies

Hey Paul,

Nice to hear from you again. MegaGlest I will liaise with, but Spring
RTS is already aware of my effort to Debianize streflop:

https://springrts.com/mantis/view.php?id=5058

This is partially why I had prepared a PPA, for situations like that
(or at least for those developers using Ubuntu):

https://launchpad.net/~kip/+archive/ubuntu/streflop

After some discussion upstream (Spring RTS), they were at first
reluctant to rely on an external package (or even pkg-config at build
time for that matter!), but eventually they came around. Nevertheless,
I still haven't heard back from them on their efforts to test the
package.

-- 
Kip Warner -- Senior Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com



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


Bug#820490: ITP: streflop -- STandalone REproducible FLOating-Point library

2016-04-17 Thread Paul Wise
On Sat, Apr 9, 2016 at 8:44 AM, Kip Warner wrote:

> * Package name: streflop

There are some embedded code copies of this already in Debian, it
would be great if you could get them to use the package you are
preparing instead of the code copies in the packages. Please also
ensure the security team knows about these embedded code copies.

https://codesearch.debian.net/search?perpkg=1=streflop
https://wiki.debian.org/EmbeddedCodeCopies

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Bug#457131: marked as done (ITA: mp3wrap -- Utility for MP3 wrapping (rolling multiple MP3s into one))

2016-04-17 Thread Debian Bug Tracking System
Your message dated Sun, 17 Apr 2016 22:32:33 +
with message-id 
and subject line Bug#457131: fixed in mp3wrap 0.5-4
has caused the Debian Bug report #457131,
regarding ITA: mp3wrap -- Utility for MP3 wrapping (rolling multiple MP3s into 
one)
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.)


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

Package: wnpp
Severity: normal

Command-line utility that wraps multiple MP3 files into a a single, 
playable MP3, without losing filenames or ID3 information, and without 
reencoding. Also supports archiving non-audio data such as playlists, 
info files, and cover images inside the MP3. These files can be unpacked 
later (using mp3splt, e.g.); ordinary MP3 decoders can play the entire 
audio stream as one long track.



--- End Message ---
--- Begin Message ---
Source: mp3wrap
Source-Version: 0.5-4

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

Debian distribution maintenance software
pp.
Marcio de Souza Oliveira  (supplier of updated mp3wrap 
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: SHA1

Format: 1.8
Date: Mon, 11 Apr 2016 00:17:41 +
Source: mp3wrap
Binary: mp3wrap
Architecture: source
Version: 0.5-4
Distribution: unstable
Urgency: medium
Maintainer: Marcio de Souza Oliveira 
Changed-By: Marcio de Souza Oliveira 
Description:
 mp3wrap- Utility for MP3 wrapping (rolling multiple MP3s into one)
Closes: 457131
Changes:
 mp3wrap (0.5-4) unstable; urgency=medium
 .
   * New maintainer. Thanks Emanuele, Nico, Michael
 and Paul. (Closes: #457131).
   * Created the directory debian/source and format file.
   * Created the files mp3wrap.doc-base.* to register doc/*.html
 in doc-base.
   * Removed the debian/dirs because is unnecessary.
   * Updated DH level to 9.
   * Updated the file debian/docs to remove the files AUTHORS and README.
   * debian/control:
   - Added ${misc:Depends} in Depends field.
   - Added Vcs-Browser and Vcs-Git.
   - Bumped Standards-Version to 3.9.7.
   * debian/copyright:
   - Migrated to 1.0 format.
   - Rolled back license to LGPL-2+.
   - Updated file.
   * debian/patches:
   - Created the patch avoid_direct_changes.patch.
   - Created the patch fix_manpage.patch.
   - Created the patch fix_spelling.patch.
   * debian/rules:
   - Enabled hardening options.
   - Updated to use autoreconf.
   - Updated to small format.
   * debian/watch:
   - Updated to version 4.
   - Updated file.
Checksums-Sha1:
 e27b2715716c759301d42c5088c72863cc3fd007 1792 mp3wrap_0.5-4.dsc
 bede0e31ded02de9f46fdd314a0ea174b0191cb2 4560 mp3wrap_0.5-4.debian.tar.xz
Checksums-Sha256:
 52759f0aaa6522180a292041aa2cda9f174dcedbc2a98e32d7ce319690a0dcd4 1792 
mp3wrap_0.5-4.dsc
 38a91110d60a445d6159a99ea56c80d7cc02391ada23d99899c2baa038084c59 4560 
mp3wrap_0.5-4.debian.tar.xz
Files:
 6111b689f8c871cfb3b1ac43860d4f32 1792 sound optional mp3wrap_0.5-4.dsc
 69631ad825f9496aa7d0c3c12988ede6 4560 sound optional 
mp3wrap_0.5-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJXE/jnAAoJEN5juccE6+nvBlgP/2v7man/ng/tDHCssKDHQ49I
ZbJMpUj8QliRk3KC6G3qvWEoo0zIAjKQaC83ekTXQz+txBXKnDzPYl/fGcPk2rmt
QTJBCV/bl2dttOC4zOzg1GLmsvQPMs0tzYfWjaEhv0z7GSpyVwwMCP5rq1b6zfxq
GeJiLxDBNAwMMecARXY7jWRBGdELiwQ7WXwDuAZt9qudJ6cwHVdTL97lAFDP/fzC
PvzwGChNsMLH9CHVkdKypq7+TcK74e6PQ2G+cPtkqWykddh6txnlWIKGCukn5P5l
LJXc98RQWNi65oGtoJVvD5zVXUZ4CFsjYFo2kPRZ2nd6aozjnhwc9OSYVQoSZPhz
l+qanqw+Z8CERbgrAWwKMqJCL3k9VhMw3uQBsGuJTq3ktR8wYmGDJ7g0EyBvz+d8
kW6Mxm0njl16fjp2lsBlvrVcFx0NxKLCIJ2aZg8P7H5E9V1xaltZlX4FEj+14nyw
dgRFIX9+iZc0w39TXJ7LiiJ8Q4CbNwhFNlPJXb34aDAol6lgXvfQnxB/FTJnThKR
L3suyD4YKnExKMoJSp/ossMHqeeZfdJw4sIg76Nbvm5bJNl5WAOMAIH8hu5bR0FV
qQqZC1qartBCXpZTWeNayrf3o/1e333l6NMJiMHYCRNLJo8C71KOgdpjhMNcJ8CT
t3Rk/ptb4v5f7/fkYtXr
=UNk2
-END PGP SIGNATURE End Message ---


Processed: limit package to wnpp, tagging 767656

2016-04-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit package wnpp
Limiting to bugs with field 'package' containing at least one of 'wnpp'
Limit currently set to 'package':'wnpp'

> tags 767656 + pending
Bug #767656 [wnpp] ITP: librest-client-perl -- A simple client for
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#821339: ITP: haproxy-log-analysis -- generate aggregate statistics from HAProxy HTTP logs

2016-04-17 Thread Christopher Baines
Package: wnpp
Severity: wishlist
Owner: Christopher Baines 

* Package name: haproxy-log-analysis
  Version : 2.0~a0
  Upstream Author : Gil Forcada 
* URL : https://github.com/gforcada/haproxy_log_analysis
* License : GPL-3
  Programming Lang: Python
  Description : generate aggregate statistics from HAProxy HTTP logs

haproxy log analysis can generate aggregate statistics from HAProxy logs
in the HTTP log format. This can be over a specific period, or over a
subset of the entries by specifying a filter.

I intend to maintain this package as part of the Debian Python Modules Team.



signature.asc
Description: OpenPGP digital signature


Bug#821328: ITP: debian-paketmanagement-buch -- German-written book about package management with Debian

2016-04-17 Thread Axel Beckert
Package: wnpp
Owner: Axel Beckert 
Severity: wishlist

* Package name: debian-paketmanagement-buch
  Version : 0~2016.04.17
  Upstream Author : Axel Beckert , Frank Hofmann 

* URL or Web page : http://www.dpmb.org/
* License : CC-BY-SA-4.0
  Description : German-written book about package management with Debian

This package contains the book "Debian Paketmanagement" by Axel Beckert
and Frank Hofmann as single HTML page, as PDF document and as e-book in
the epub format.



Bug#821248: marked as done (ITP: fgallery -- modern, minimalist javascript photo gallery)

2016-04-17 Thread Debian Bug Tracking System
Your message dated Sun, 17 Apr 2016 19:40:14 +0200
with message-id <20160417174014.gb26...@an3as.eu>
and subject line Re: Bug#821248: ITP: fgallery -- modern, minimalist javascript 
photo gallery
has caused the Debian Bug report #821248,
regarding ITP: fgallery -- modern, minimalist javascript photo gallery
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.)


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

* Package name: fgallery
  Version : 1.8.1
  Upstream Author : "Yuri D’Elia" 
* URL : https://www.thregr.org/~wavexx/software/fgallery/
* License : GPL
  Programming Lang: Perl
  Description : modern, minimalist javascript photo gallery
 Fgallery is a static photo gallery generator with no frills that has a
 stylish, minimalist look. Fgallery shows your photos, and nothing else.
 .
 There is no server-side processing, only static generation. The
 resulting gallery can be uploaded anywhere without additional
 requirements and works with any modern browser.
 .
  * Automatically orients pictures without quality loss.
  * Multi-camera friendly: automatically sorts pictures by time: just
throw your (and your friends) photos and movies in a directory. The
resulting gallery shows the pictures in seamless shooting order.
  * Adapts to the current screen size and proportions, switching from
horizontal/vertical layout and scaling thumbnails automatically.
  * Supports face detection for improved thumbnail centering.
  * Loads fast! Especially over slow connections.
  * Includes original (raw) pictures in a zip file for downloading.
  * Panoramas can be seen full-size by default.


Remark: This package and the suggested package facedetect (just ITPed)
will be maintained in pkg-phototools team.  Everybody who intends to
create modern web galleris is welcome to join the maintenance at

https://anonscm.debian.org/git/pkg-phototools/fgallery.git
--- End Message ---
--- Begin Message ---
Hi,

uhm, you are right - seems my apt cache was broken when checking ...

Closing bug hereby.

Guus, I've packaged facedetect and uploaded to new.  You might want to
adjust Recommends once this might be accepted.  May be you like to
maintain it in pkg-phototools team?

Kind regards

   Andreas.

On Sun, Apr 17, 2016 at 06:14:01PM +0200, Stefano Zacchiroli wrote:
> On Sun, Apr 17, 2016 at 01:23:14AM +0200, Andreas Tille wrote:
> > * Package name: fgallery
> 
> fgallery seems to already be in the archive:
> 
>   https://tracker.debian.org/pkg/fgallery
> 
> Cheers.
> -- 
> Stefano Zacchiroli  . . . . . . .  z...@upsilon.cc . . . . o . . . o . o
> Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o
> Former Debian Project Leader  . . @zack on identi.ca . . o o o . . . o .
> « the first rule of tautology club is the first rule of tautology club »
> 

-- 
http://fam-tille.de--- End Message ---


Processed: unblock 820036 with 820006 820037

2016-04-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> unblock 820036 with 820006 820037
Bug #820036 [general] Debian does not run on systems with Secure Boot enabled
820036 was blocked by: 820052 820008 821053 821084 820006 820129 821088 820038 
820010 820041 821055 821307 820050 821054 821051 820124 820037
820036 was not blocking any bugs.
Removed blocking bug(s) of 820036: 820037 and 820006
> thanks
Stopping processing here.

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



Bug#821035: ITP: luksipc -- LUKS in-place conversion tool

2016-04-17 Thread Philipp Kern
On Sun, Apr 17, 2016 at 06:30:10PM +0200, Vincent Bernat wrote:
>  ❦ 17 avril 2016 18:07 +0200, Philipp Kern  :
> >> I intend to also provide an initramfs hook to make the conversion of a
> >> root filesystem for simple cases only (notably cloud payload).
> >
> > I am still a little bit scared by this tool. If it would optionally
> > persist the block it is currently rewriting (at the loss of a lot of
> > performance and at the possible detriment of the thing you are writing
> > it to, if it's flash-based), I'd feel better about it. This way there
> > should be a fairly strong warning that the resume.bin is completely and
> > utterly lost if you should lose power in the process. There is no state
> > tracking on the disk that is being converted either, AIUI.
> 
> From what I understand, the resume.bin file contains the current chunk
> of memory and the the current position. So, it should be possible to
> resume from the resume.bin.

But only if the binary exits cleanly enough to write it out, AIUI
("graceful shutdown"). resume.bin is not persisted anywhere during
the operation.

> If it is about my idea to provide an initramfs hook to make the
> conversion, I agree. However, my use case is for cloud payload where
> you have to start from a clear-text boot image. The conversion would be
> done before putting valuable data on the disk.

Ok, fair point. But people *will* attempt to use it with their
pre-existing non-encrypted disks. Hence the fair warning bit.

Kind regards and thanks
Philipp Kern



Bug#816509: RFA: nltk -- Python Natural Language Toolkit

2016-04-17 Thread Himadri Ganguly
Hi  Daniel,

I am interested in this project. I am new to Debian so if you could please
kindly help me a bit in regarding how to maintain the package I love to do
the task and learn the whole process.

Thank you and take care.


Processed: growl-for-linux: block ITP 816514 by RFS 821171

2016-04-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 816514 by 821171
Bug #816514 [wnpp] ITP: growl-for-linux -- Growl implementation for Linux
816514 was not blocked by any bugs.
816514 was not blocking any bugs.
Added blocking bug(s) of 816514: 821171
> stop
Stopping processing here.

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



Processed: comitup: block ITP 821145 by RFS 821151

2016-04-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 821145 by 821151
Bug #821145 [wnpp] ITP: comitup -- Bootstrap Wifi using Wifi
821145 was not blocked by any bugs.
821145 was not blocking any bugs.
Added blocking bug(s) of 821145: 821151
> stop
Stopping processing here.

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



Processed: stylish-haskell: block ITP 821196 by RFS 821232

2016-04-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 821196 by 821232
Bug #821196 [wnpp] ITP: stylish-haskell -- a Haskell code prettifier
821196 was not blocked by any bugs.
821196 was not blocking any bugs.
Added blocking bug(s) of 821196: 821232
> stop
Stopping processing here.

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



Processed: firefox-branding-iceweasel: block ITP 821210 by RFS 821270

2016-04-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 821210 by 821270
Bug #821210 [wnpp] ITP: firefox-branding-iceweasel -- Preserves Iceweasel 
branding for new Firefox packages
821210 was not blocked by any bugs.
821210 was not blocking any bugs.
Added blocking bug(s) of 821210: 821270
> stop
Stopping processing here.

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



Processed: ITP: comitup -- Bootstrap Wifi using Wifi

2016-04-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 821145 David Steele 
Bug #821145 [wnpp] ITP: comitup -- Bootstrap Wifi using Wifi
Owner recorded as David Steele .
> stop
Stopping processing here.

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



Bug#821248: ITP: fgallery -- modern, minimalist javascript photo gallery

2016-04-17 Thread Stefano Zacchiroli
On Sun, Apr 17, 2016 at 01:23:14AM +0200, Andreas Tille wrote:
> * Package name: fgallery

fgallery seems to already be in the archive:

  https://tracker.debian.org/pkg/fgallery

Cheers.
-- 
Stefano Zacchiroli  . . . . . . .  z...@upsilon.cc . . . . o . . . o . o
Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o
Former Debian Project Leader  . . @zack on identi.ca . . o o o . . . o .
« the first rule of tautology club is the first rule of tautology club »



Bug#821035: ITP: luksipc -- LUKS in-place conversion tool

2016-04-17 Thread Philipp Kern
On Thu, Apr 14, 2016 at 10:06:51PM +0200, Vincent Bernat wrote:
> * Package name: luksipc
>   Version : 0.04
>   Upstream Author : Johannes Bauer
> * URL : http://johannes-bauer.com/linux/luksipc/
> * License : GPL-3
>   Programming Lang: C
>   Description : LUKS in-place conversion tool
> 
> luksipc is a tool to convert (unencrypted) block devices to
> (encrypted) LUKS devices in-place (therefore it's name LUKS in-place
> conversion). This means the conversion is performed without the need
> of copying all data somewhere, recreating the whole disk (i.e. create
> a LUKS device, create a new filesystem on the mapped LUKS device, copy
> all data back). Instead, the process is reduced to:
> 
>  1. Unmounting the filesystem
> 
>  2. Resizing the filesystem to shrink about 10 megabytes (2048 kB is
> the current LUKS header size -- but do not trust this value, it
> has changed in the past!)
> 
>  3. Performing luksipc
>  4. Adding custom keys to the LUKS keyring
> 
> I intend to also provide an initramfs hook to make the conversion of a
> root filesystem for simple cases only (notably cloud payload).

I am still a little bit scared by this tool. If it would optionally
persist the block it is currently rewriting (at the loss of a lot of
performance and at the possible detriment of the thing you are writing
it to, if it's flash-based), I'd feel better about it. This way there
should be a fairly strong warning that the resume.bin is completely and
utterly lost if you should lose power in the process. There is no state
tracking on the disk that is being converted either, AIUI.

(Of course you don't care if you do a full backup beforehand.)

Kind regards
Philipp Kern



Bug#821318: RFP: vim-toml -- Vim filetype and syntax plugin for TOML files

2016-04-17 Thread Josh Triplett
Package: wnpp
Severity: wishlist

* Package name: vim-toml
* URL : https://github.com/cespare/vim-toml
* License : MIT
  Description : Vim filetype and syntax plugin for TOML files

This package provides vim support for editing TOML files, including
filetype detection and syntax highlighting.


CCing pkg-rust-maintainers, since Rust's Cargo ecosystem uses TOML.



Processed: Re: Looking for sponsor

2016-04-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 745025 by 745027
Bug #745025 [wnpp] RFP: khal -- a CLI (console) calendar build around CalDAV
745025 was not blocked by any bugs.
745025 was not blocking any bugs.
Added blocking bug(s) of 745025: 745027
> usertags 745025 + pca.it-synchronization
User is l...@pca.it
There were no usertags set.
Usertags are now: pca.it-synchronization.
> thanks
Stopping processing here.

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



Bug#821301: ITP: backports-abc -- backport of "collections.abc" for Python 2

2016-04-17 Thread Scott Kitterman


On April 17, 2016 9:14:57 AM EDT, Julien Puydt  wrote:
>Hi,
>
>On 17/04/2016 14:56, Scott Kitterman wrote:
>>
>>
>> On April 17, 2016 8:49:53 AM EDT, Julien Puydt
> wrote:
>>> Package: wnpp
>>> Severity: wishlist
>>> X-Debbugs-CC: debian-de...@lists.debian.org
>>>
>>> * Package name: backports-abc
>>>Version : 0.4
>>>Upstream author : Stefan Bahnel et al.
>>> * URL : https://github.com/cython/backports_abc
>>> * License : Python-2.0
>>>Programming Lang: Python 2
>>>Description : Backport of the "collections.abc" stdlib module
>>>   This is a backport to Python 2 of recent additions to the
>>>   "collections.abc" in Python 3.5.
>>>
>>> It is a dep of newer versions of tornado, a sagemath dep.
>>>
>>> Cheers,
>>>
>>> Snark on #debian-python
>>
>> collections-abc is a very generic name.  I would suggest calling the
>source package python-collections-abc so it's not so generic.  That's
>what you'll end up calling the binary package anyway.
>>
>> Scott K
>
>The source package would be "backports-abc" and the binary package
>would 
>be "python-backports-abc".
>
>Would that do?


My suggestion is python-backports-abc for source and binary since backports-abc 
is such a generic name.

Scott K



Bug#745025: Looking for sponsor

2016-04-17 Thread Luca Capello
block 745025 by 745027
usertags 745025 + pca.it-synchronization
thanks

Hi Filip,

On Fri, 29 Jan 2016 16:13:48 +0100, Filip Pytloun wrote:
> I have prepare khal package:
> http://mentors.debian.net/package/khal
> 
> Is there anyone interested in sponsoring it?

I am, since I am looking for a CLI CalDAV client for jessie, so I am
also interested in a jessie-backports.

A quick build of your package reveals:

- a non-versioned Depends:

  - python-click (>= 3.2) [jessie-backports: simple rebuild]

- missing Depends:

  - python-tzlocal (>= 1.0) [jessie-backports: simple rebuild]
  - vresyncdir, as you know:

  
  
Thus marking that this bug is blocked until vresyncdir enters Debian.  I

will come back with a more detailed review.

Thx, bye,
Gismo / Luca


signature.asc
Description: Digital signature


Bug#820367: marked as done (ITP: debops-doc -- documentation of DebOps (server configuration framework))

2016-04-17 Thread Debian Bug Tracking System
Your message dated Sun, 17 Apr 2016 12:51:28 +0200
with message-id <57136ab0.60...@debian.org>
and subject line ITP: debops-doc -- documentation of DebOps (server 
configuration framework)
has caused the Debian Bug report #820367,
regarding ITP: debops-doc -- documentation of DebOps (server configuration 
framework)
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.)


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

* Package name: debops-doc
  Version : 0.0+git20160405.8fae7ec
  Upstream Author : DebOps project 
* URL : https://github.com/debops/docs
* License : Expat
  Programming Lang: Python (Sphinx)
  Description : documentation of DebOps (server configuration framework)

Debops [1] is a server configuration framework for Debian servers build on
Ansible role and playbooks [2]. Two new Debian packages (debops, 
debops-playbooks)
became available now (currently in experimental), but the documentation also
needs to be packaged/build separately because of the collective nature of the 
project
(the individual roles are developed in separate repositories) [3].

Thanks,
DS

[1] https://github.com/debops/debops

[2] https://github.com/debops/debops-playbooks

[3] Discussed here: https://bugs.debian.org/819816 (debops ITP)
--- End Message ---
--- Begin Message ---
Wontfix.

Thanks,
DS

-- 
4096R/DF5182C8
http://www.danielstender.com/blog/



signature.asc
Description: OpenPGP digital signature
--- End Message ---


Processed: RFP: golang-github-xanzy-go-cloudstack -- Go library for using the CloudStack API

2016-04-17 Thread Debian Bug Tracking System
Processing control commands:

> block 808940 by -1
Bug #808940 [wnpp] ITP: terraform -- tool for managing cloud infrastructure
808940 was blocked by: 820931 821204 820933 820926 821263 821276 821279 821218 
821211 821262 820914 820918 821200 820928 821206 821213 820923 821266 820917 
820907 821212 821198 821265 821222 821202 820919
808940 was blocking: 802805
Added blocking bug(s) of 808940: 821281

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



Bug#821301: ITP: backports-abc -- backport of "collections.abc" for Python 2

2016-04-17 Thread Julien Puydt

Hi,

On 17/04/2016 14:56, Scott Kitterman wrote:



On April 17, 2016 8:49:53 AM EDT, Julien Puydt  wrote:

Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: backports-abc
   Version : 0.4
   Upstream author : Stefan Bahnel et al.
* URL : https://github.com/cython/backports_abc
* License : Python-2.0
   Programming Lang: Python 2
   Description : Backport of the "collections.abc" stdlib module
  This is a backport to Python 2 of recent additions to the
  "collections.abc" in Python 3.5.

It is a dep of newer versions of tornado, a sagemath dep.

Cheers,

Snark on #debian-python


collections-abc is a very generic name.  I would suggest calling the source 
package python-collections-abc so it's not so generic.  That's what you'll end 
up calling the binary package anyway.

Scott K


The source package would be "backports-abc" and the binary package would 
be "python-backports-abc".


Would that do?

Snark on #debian-python



Processed: RFP: golang-github-xanzy-ssh-agent -- Go library for creating SSH agents

2016-04-17 Thread Debian Bug Tracking System
Processing control commands:

> block 808940 by -1
Bug #808940 [wnpp] ITP: terraform -- tool for managing cloud infrastructure
808940 was blocked by: 821222 820907 821281 821213 821276 820914 821262 821198 
820923 820917 821218 820918 820919 821265 821206 821279 821211 820931 821212 
821266 820928 821204 820933 821202 821263 820926 821200
808940 was blocking: 802805
Added blocking bug(s) of 808940: 821283

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



Bug#821276: RFP: golang-github-soniah-dnsmadeeasy -- Go library for DNSMadeEasy

2016-04-17 Thread Daniel Stender
Package: wnpp
Severity: wishlist
Control: block 808940 by -1

* Package name: golang-github-soniah-dnsmadeeasy
  Version : 1.1
  Upstream Author : Sonia Hamilton 
* URL : https://github.com/soniah/dnsmadeeasy
* License : MPL-2.0
  Programming Lang: Go
  Description : Go library for DNSMadeEasy

This package provides the dnsmadeeasy package which offers an interface to the
DNSMadeEasy API. It doesn't have full API coverage, and only implements specific
endpoints, as it is designed for use with Terraform.

This is a requirement for Terraform.

Thanks,
DS



Bug#821283: RFP: golang-github-xanzy-ssh-agent -- Go library for creating SSH agents

2016-04-17 Thread Daniel Stender
Package: wnpp
Severity: wishlist
Control: block 808940 by -1

* Package name: golang-github-xanzy-ssh-agent
  Version : 0.0~git20151215.ba9c9e3
  Upstream Author : Sander van Harmelen 
* URL : https://github.com/xanzy/ssh-agent
* License : Apache-2.0
  Programming Lang: Go
  Description : Go library for creating SSH agents

Create a new agent.Agent on any type of OS (so including Windows) from any
Go application.

This is a requirement for Terraform.

Thanks,
DS



Processed: RFP: golang-github-vmware-govmomi -- Go library for using the VMware VSphere API

2016-04-17 Thread Debian Bug Tracking System
Processing control commands:

> block 808940 by -1
Bug #808940 [wnpp] ITP: terraform -- tool for managing cloud infrastructure
808940 was blocked by: 820928 821198 820918 820919 821265 821206 820923 820931 
820917 820926 821202 821211 821213 821276 821218 821200 821263 820907 821222 
821204 821262 821212 821266 820914 820933
808940 was blocking: 802805
Added blocking bug(s) of 808940: 821279

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



Processed: RFP: golang-github-sethvargo-go-fastly -- Go library for using Fastly (content delivery service)

2016-04-17 Thread Debian Bug Tracking System
Processing control commands:

> block 808940 by -1
Bug #808940 [wnpp] ITP: terraform -- tool for managing cloud infrastructure
808940 was blocked by: 820933 821222 821212 820931 820923 820906 820919 820917 
821263 821213 821262 821218 821265 821198 821202 820914 821211 820907 820926 
820918 820928 821204 821200 821206
808940 was blocking: 802805
Added blocking bug(s) of 808940: 821266

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



Processed: retitle 807956

2016-04-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 807956 RFP: doctl -- official DigitalOcean services CLI tool
Bug #807956 [wnpp] ITP: doctl -- official DigitalOcean services CLI tool
Changed Bug title to 'RFP: doctl -- official DigitalOcean services CLI tool' 
from 'ITP: doctl -- official DigitalOcean services CLI tool'.
> noowner 807956
Bug #807956 [wnpp] RFP: doctl -- official DigitalOcean services CLI tool
Removed annotation that Bug was owned by Daniel Stender 
.
> thanks
Stopping processing here.

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



Bug#821279: RFP: golang-github-vmware-govmomi -- Go library for using the VMware VSphere API

2016-04-17 Thread Daniel Stender
Package: wnpp
Severity: wishlist
Control: block 808940 by -1

* Package name: golang-github-vmware-govmomi
  Version : 0.5.0
  Upstream Author : Doug MacEachern 
* URL : https://github.com/vmware/govmomi
* License : Apache-2.0
  Programming Lang: Go
  Description : Go library for using the VMware VSphere API

A Go library for interacting with VMware vSphere APIs (ESXi and/or vCenter).

This is a requirement for Terraform.

Thanks,
DS



Bug#821266: RFP: golang-github-sethvargo-go-fastly -- Go library for using Fastly (content delivery service)

2016-04-17 Thread Daniel Stender
Package: wnpp
Severity: wishlist
Control: block 808940 by -1

* Package name: golang-github-sethvargo-go-fastly
  Version : 0.0~git20160205.b00964b
  Upstream Author : Seth Vargo 
* URL : https://github.com/sethvargo/go-fastly
* License : Apache-2.0
  Programming Lang: Go
  Description : Go library for using Fastly (content delivery service)

Go Fastly is a Golang API client for interacting with most facets of the
Fastly API (https://docs.fastly.com/api).

This is a requirement for Terraform.

Thanks,
DS



Processed: unblock 820906

2016-04-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> unblock 808940 by 820906
Bug #808940 [wnpp] ITP: terraform -- tool for managing cloud infrastructure
808940 was blocked by: 821204 821262 821222 820919 820933 821200 821266 821212 
820928 821265 820907 821213 820917 821206 821263 820914 821211 821198 820923 
820918 820906 820926 821218 821202 820931
808940 was blocking: 802805
Removed blocking bug(s) of 808940: 820906
> block 821266 by 820906
Bug #821266 [wnpp] RFP: golang-github-sethvargo-go-fastly -- Go library for 
using Fastly (content delivery service)
821266 was not blocked by any bugs.
821266 was blocking: 808940
Added blocking bug(s) of 821266: 820906
> thanks
Stopping processing here.

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



Bug#821263: RFP: golang-github-pearkes-dnsimple -- Go library for using DNSimple

2016-04-17 Thread Daniel Stender
Package: wnpp
Severity: wishlist
Control: block 808940 by -1

* Package name: golang-github-pearkes-dnsimple
  Version : 0.0~git20151022.7899626
  Upstream Author : Jack Pearkes 
* URL : https://github.com/pearkes/dnsimple
* License : MPL-2.0
  Programming Lang: Go
  Description : Go library for using DNSimple

This package provides the dnsimple package which offers an interface to the
DNSimple API. It's intentionally designed to make heavy use of built-ins and
strings in place of custom data structures and proper types. It also only
implements specific endpoints, and doesn't have full API coverage.

This is a requirement for Terraform.

Thanks,
DS



Processed: RFP: golang-github-pearkes-mailgun -- Go library for using Mailgun (email service)

2016-04-17 Thread Debian Bug Tracking System
Processing control commands:

> block 808940 by -1
Bug #808940 [wnpp] ITP: terraform -- tool for managing cloud infrastructure
808940 was blocked by: 820914 821202 820917 821211 821263 820926 821213 820906 
820928 820907 821204 821212 820933 820931 821206 821218 821222 821200 821198 
820918 820919 820923 821262
808940 was blocking: 802805
Added blocking bug(s) of 808940: 821265

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



Processed: RFP: golang-github-ziutek-mymysql -- Go library for MySQL

2016-04-17 Thread Debian Bug Tracking System
Processing control commands:

> block 808940 by -1
Bug #808940 [wnpp] ITP: terraform -- tool for managing cloud infrastructure
808940 was blocked by: 821213 820933 821265 821266 821281 820919 820907 821206 
821276 821263 820917 820928 820923 820931 820926 821204 821212 821279 820918 
821198 821262 821283 821222 820914 821218 821202 821200 821211
808940 was blocking: 802805
Added blocking bug(s) of 808940: 821285

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



Bug#821247: marked as done (ITP: facedetect -- simple face detector for batch processing)

2016-04-17 Thread Debian Bug Tracking System
Your message dated Sun, 17 Apr 2016 12:00:18 +
with message-id 
and subject line Bug#821247: fixed in facedetect 0.0.+20150428-1
has caused the Debian Bug report #821247,
regarding ITP: facedetect -- simple face detector for batch processing
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.)


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

* Package name: facedetect
  Version : 0.0.+20150428
  Upstream Author : "Yuri D’Elia" 
* URL : https://github.com/wavexx/facedetect
* License : GPL
  Programming Lang: Python
  Description : simple face detector for batch processing
 Facedetect is a simple face detector for batch processing. It answers
 the basic question: "Is there a face in this image?" and gives back
 either an exit code or the coordinates of each detected face in the
 standard output.
 .
 The aim is to provide a basic command-line interface that's consistent
 and easy to use with software such as ImageMagick, while progressively
 improving the detection algorithm over time.
 .
 facedetect is used in software such as fgallery to improve the thumbnail
 cutting region, so that faces are always centered.
--- End Message ---
--- Begin Message ---
Source: facedetect
Source-Version: 0.0.+20150428-1

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

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated facedetect 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: Sun, 17 Apr 2016 07:26:40 +0200
Source: facedetect
Binary: facedetect
Architecture: source amd64
Version: 0.0.+20150428-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 

Changed-By: Andreas Tille 
Description:
 facedetect - simple face detector for batch processing
Closes: 821247
Changes:
 facedetect (0.0.+20150428-1) unstable; urgency=medium
 .
   * Initial release (Closes: #821247)
Checksums-Sha1:
 35ec919eac88e2c0014436573ce40ad360f7b79d 2038 facedetect_0.0.+20150428-1.dsc
 240783bbe473afc290477c91c1e5bf4b672c38b0 118148 
facedetect_0.0.+20150428.orig.tar.xz
 db8e4719d23e117e7d3e267e72181018d15581f9 3159 
facedetect_0.0.+20150428-1.debian.tar.bz2
 2778d8e1036fb21d1dd0a228899212520b4eb5bf 7552 
facedetect_0.0.+20150428-1_amd64.deb
Checksums-Sha256:
 3aaf311bfa7024a1586e181360c79a03d8456d62c2856a946733f9ab9584a20a 2038 
facedetect_0.0.+20150428-1.dsc
 696bbfc284371c08b286ab573ba897df2a96f0674df5de3e584f756a7541c776 118148 
facedetect_0.0.+20150428.orig.tar.xz
 b398f55951025c6bb92f4e88f2b3e6adf54e0907a89beb78c3382dac38cd8051 3159 
facedetect_0.0.+20150428-1.debian.tar.bz2
 524f035f202d7f92c50fbdd16974d585bdafb3b1a3254bb8afb53da7e3d5be3c 7552 
facedetect_0.0.+20150428-1_amd64.deb
Files:
 1c03b36eaeda2cb1d10f26b2d87de94e 2038 graphics optional 
facedetect_0.0.+20150428-1.dsc
 361c14ad7f1355898fcc1cd8f03acf1e 118148 graphics optional 
facedetect_0.0.+20150428.orig.tar.xz
 0a107f2655f49b3a302c779bb66e15b0 3159 graphics optional 
facedetect_0.0.+20150428-1.debian.tar.bz2
 c09c56ee92b09586b7a4b579574e2007 7552 graphics optional 
facedetect_0.0.+20150428-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXEyBaAAoJEFeKBJTRxkbRdHwP/06G6G+whdvN/W5Tu4xbMOGn
SIH3KvIlOFfEQzf+MsUmzB4cAVcUZn+nWNsdj7fYVVa1THsKIObTnqDVp5wbjAl8
FskYAS79h51UtWp+Upt7fr1+IOM/RFFdAIqRgAo5Tg0EpJFFfwdfWX+V+w5ll067
Af6OqDMW4vm68cFShluCyxcxrOdVC4E8g/RqvtQvu5tE1ezwiNM6Z9fJCPbfvOAL
AEmvy0pHT4akBVaETfBNMaIckdaRsp6eDGVIEZW0E2zm1/a0SYYpwUOFE5Sxcyi7
th8SgrKIA2o6KweJ1wwkXNnjOfT29F36lVqMegd62wkU15WkBBafezI2EvAuFrA8
8snE5AP1R4r59MTze892bRX2FuJLBCKN9vADUdYlEc76h2Obx+Xwy20q3oC+CMkQ
daoLpzsYIGRKyexAMXEvQbDHqX1y7nkuO8TomA8D+vxqY7KW+Yohiy4kr/i0UkuQ

Processed: RFP: golang-github-pearkes-dnsimple -- Go library for using DNSimple

2016-04-17 Thread Debian Bug Tracking System
Processing control commands:

> block 808940 by -1
Bug #808940 [wnpp] ITP: terraform -- tool for managing cloud infrastructure
808940 was blocked by: 820914 821211 820918 820907 820928 821206 821212 821198 
821200 820917 820933 821213 820931 821262 821222 820923 821218 820919 820926 
821204 821202 820906
808940 was blocking: 802805
Added blocking bug(s) of 808940: 821263

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



Processed: RFP: golang-github-soniah-dnsmadeeasy -- Go library for DNSMadeEasy

2016-04-17 Thread Debian Bug Tracking System
Processing control commands:

> block 808940 by -1
Bug #808940 [wnpp] ITP: terraform -- tool for managing cloud infrastructure
808940 was blocked by: 820919 820923 821200 821265 821204 821206 820907 820928 
821266 820914 821222 820918 821213 821198 821262 821211 821263 820917 820931 
820926 821212 821218 821202 820933
808940 was blocking: 802805
Added blocking bug(s) of 808940: 821276

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



Bug#821301: ITP: backports-abc -- backport of "collections.abc" for Python 2

2016-04-17 Thread Scott Kitterman


On April 17, 2016 8:49:53 AM EDT, Julien Puydt  wrote:
>Package: wnpp
>Severity: wishlist
>X-Debbugs-CC: debian-de...@lists.debian.org
>
>* Package name: backports-abc
>   Version : 0.4
>   Upstream author : Stefan Bahnel et al.
>* URL : https://github.com/cython/backports_abc
>* License : Python-2.0
>   Programming Lang: Python 2
>   Description : Backport of the "collections.abc" stdlib module
>  This is a backport to Python 2 of recent additions to the
>  "collections.abc" in Python 3.5.
>
>It is a dep of newer versions of tornado, a sagemath dep.
>
>Cheers,
>
>Snark on #debian-python

collections-abc is a very generic name.  I would suggest calling the source 
package python-collections-abc so it's not so generic.  That's what you'll end 
up calling the binary package anyway.

Scott K



Bug#821285: RFP: golang-github-ziutek-mymysql -- Go library for MySQL

2016-04-17 Thread Daniel Stender
Package: wnpp
Severity: wishlist
Control: block 808940 by -1

* Package name: golang-github-ziutek-mymysql
  Version : 1.5.4
  Upstream Author : Michał Derkacz 
* URL : https://github.com/ziutek/mymysql
* License : BSD-3-Clause like
  Programming Lang: Go
  Description : Go library for MySQL

This package contains a MySQL client API written entirely in Go. It is designed 
to
work with the MySQL protocol version 4.1 or greater. It definitely works well 
with
MySQL server version 5.0 and 5.1 (I use these versions of MySQL servers for my
applications). Some people claim that mymysql works with older versions of MySQL
protocol, too.

This is a requirement for Terraform.

Thanks,
DS



Bug#821287: RFP: golang-github-zorkian-go-datadog-api -- Go library for using the Datadog API

2016-04-17 Thread Daniel Stender
Package: wnpp
Severity: wishlist
Control: block 808940 by -1

* Package name: golang-github-zorkian-go-datadog-api
  Version : 0.0~git20160406.af9919d
  Upstream Author : Otto Jongerius 
* URL : https://github.com/zorkian/go-datadog-api
* License : BSD-3-Clause
  Programming Lang: Go
  Description : Go library for using the Datadog API

This is a Go wrapper for the Datadog API. You should use this library if you 
need
to interact with the Datadog system. You can post metrics with it if you want, 
but
this library is probably mostly used for automating dashboards/alerting and
retrieving data (events, etc).

This a requirement for Terraform.

Thanks,
DS



Processed: RFP: golang-github-zorkian-go-datadog-api -- Go library for using the Datadog API

2016-04-17 Thread Debian Bug Tracking System
Processing control commands:

> block 808940 by -1
Bug #808940 [wnpp] ITP: terraform -- tool for managing cloud infrastructure
808940 was blocked by: 821266 821265 821202 820933 820923 821211 820926 821262 
821279 821263 821218 820917 820919 821283 821198 821206 821204 821222 821213 
821276 820928 820931 821200 820914 820918 821212 820907 821285 821281
808940 was blocking: 802805
Added blocking bug(s) of 808940: 821287

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



Bug#818641: RFP: lasagne -- Lightweight library to build and train neural networks in Theano

2016-04-17 Thread Daniel Stender
I have too many packages on ITP, so I'm putting this "back" to RFP for now.

Theano is currently in experimental [1] and appears to work all right with the 
latest
CUDA package.

I'm going to package libgpuarray in the next days, when this is also in the 
archive,
I'll complete both packages then (Theano and libgpuarray) for Unstable quick.

Thanks,
DS

[1] https://packages.qa.debian.org/t/theano.html

-- 
4096R/DF5182C8
http://www.danielstender.com/blog/



Bug#821265: RFP: golang-github-pearkes-mailgun -- Go library for using Mailgun (email service)

2016-04-17 Thread Daniel Stender
Package: wnpp
Severity: wishlist
Control: block 808940 by -1

* Package name: golang-github-pearkes-mailgun
  Version : 0.0~git20151022.b886059
  Upstream Author : Jack Pearkes 
* URL : https://github.com/pearkes/mailgun
* License : MPL-2.0
  Programming Lang: Go
  Description : Go library for using Mailgun (email service)

This package provides the mailgun package which offers an interface to the
Mailgun V2 API. It's intentionally designed to make heavy use of built-ins
and strings in place of custom data structures and proper types. It also only
implements specific endpoints, and doesn't have full API coverage.

This is a requirement for Terraform.

Thanks,
DS



Bug#821281: RFP: golang-github-xanzy-go-cloudstack -- Go library for using the CloudStack API

2016-04-17 Thread Daniel Stender
Package: wnpp
Severity: wishlist
Control: block 808940 by -1

* Package name: golang-github-xanzy-go-cloudstack
  Version : 1.2.0
  Upstream Author : Sander van Harmelen 
* URL : https://github.com/xanzy/go-cloudstack
* License : Apache-2.0
  Programming Lang: Go
  Description : Go library for using the CloudStack API

A CloudStack API client enabling Go programs to interact with CloudStack in
a simple and uniform way.

This is a requirement for Terraform.

Thanks,
DS



Bug#821301: ITP: backports-abc -- backport of "collections.abc" for Python 2

2016-04-17 Thread Julien Puydt

Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: backports-abc
  Version : 0.4
  Upstream author : Stefan Bahnel et al.
* URL : https://github.com/cython/backports_abc
* License : Python-2.0
  Programming Lang: Python 2
  Description : Backport of the "collections.abc" stdlib module
 This is a backport to Python 2 of recent additions to the
 "collections.abc" in Python 3.5.

It is a dep of newer versions of tornado, a sagemath dep.

Cheers,

Snark on #debian-python



Processed: retitle 818641

2016-04-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 818641 RFP: lasagne -- Lightweight library to build and train neural 
> networks in Theano
Bug #818641 [wnpp] ITP: lasagne -- Lightweight library to build and train 
neural networks in Theano
Changed Bug title to 'RFP: lasagne -- Lightweight library to build and train 
neural networks in Theano' from 'ITP: lasagne -- Lightweight library to build 
and train neural networks in Theano'.
> noowner 818641
Bug #818641 [wnpp] RFP: lasagne -- Lightweight library to build and train 
neural networks in Theano
Removed annotation that Bug was owned by Daniel Stender .
> thanks
Stopping processing here.

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



Bug#821262: RFP: golang-github-pearkes-cloudflare -- Go library for using the CloudFlare API

2016-04-17 Thread Daniel Stender
Package: wnpp
Severity: wishlist
Control: block 808940 by -1

* Package name: golang-github-pearkes-cloudflare
  Version : 0.0~git20160103.765ac18
  Upstream Author : Jack Pearkes 
* URL : https://github.com/pearkes/cloudflare
* License : MPL-2.0
  Programming Lang: Go
  Description : Go library for using the CloudFlare API

This package provides the cloudflare package which offers an interface to the
CloudFlare gAPI. It's intentionally designed to make heavy use of built-ins and
strings in place of custom data structures and proper types. It also only 
implements
specific endpoints, and doesn't have full API coverage.

This is a requirement for Terraform.

Thanks,
DS



Processed: RFP: golang-github-pearkes-cloudflare -- Go library for using the CloudFlare API

2016-04-17 Thread Debian Bug Tracking System
Processing control commands:

> block 808940 by -1
Bug #808940 [wnpp] ITP: terraform -- tool for managing cloud infrastructure
808940 was blocked by: 820928 820917 820919 820933 821204 820931 821202 820906 
820918 821211 820914 821212 821222 820907 821213 821218 820926 821200 820923 
821198 821206
808940 was blocking: 802805
Added blocking bug(s) of 808940: 821262

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