Bug#926051: ITP: golang-github-jackmordaunt-icns -- Easily create .icns files (Mac Icons) with this Go library or the included CLI app.

2019-03-30 Thread Dawid Dziurla
Package: wnpp
Severity: wishlist
Owner: Dawid Dziurla 

* Package name: golang-github-jackmordaunt-icns
  Version : 2.0.3-1
  Upstream Author : Jack Mordaunt
* URL : https://github.com/jackmordaunt/icns
* License : Expat
  Programming Lang: Go
  Description : Easily create .icns files (Mac Icons) with this Go library 
or the included CLI app.

 icns files allow for high resolution icons to make your apps look
 sexy. The most common ways to generate icns files are: • iconutil, which
 is a Mac native cli utility.• ImageMagick which adds a large dependency
 to your project for such a simple use case.  With this library you can
 use pure Go to create icns files from any source image, given that you
 can decode it into an image.Image, without any heavyweight dependencies
 or subprocessing required. You can also use it to create icns files on
 windows and linux (thanks Go).
 .
 A small CLI app icnsify is provided allowing you to create icns files
 using this library from the command line. It supports piping, which is
 something iconutil does not do, making it substantially easier to wrap
 or chuck into a shell pipeline.



Bug#926054: ITP: golang-github-kodeworks-golang-image-ico -- Golang support for windows .ico file format.

2019-03-30 Thread Dawid Dziurla
Package: wnpp
Severity: wishlist
Owner: Dawid Dziurla 

* Package name: golang-github-kodeworks-golang-image-ico
  Version : 0.0~git20141118.73f0f4c-1
  Upstream Author : Kodeworks
* URL : https://github.com/Kodeworks/golang-image-ico
* License : BSD-3-clause
  Programming Lang: Go
  Description : Golang support for windows .ico file format.

 The ICO file format is an image file format for computer icons
 in Microsoft Windows. ICO files contain one or more small images
 at multiple sizes and color depths, such that they may be scaled
 appropriately. In Windows, all executables that display an icon
 to the user, on the desktop, in the Start Menu, or in Windows Explorer,
 must carry the icon in ICO format.

This package is a dependency of another package "golang-fyne-fyne" (#925466).



Bug#926055: ITP: python-django-debreach -- some protection against the BREACH attack in Django

2019-03-30 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-django-debreach
  Version : 1.5.2
  Upstream Author : Luke Pomfrey 
* URL : https://github.com/lpomfrey/django-debreach
* License : BSD-2-Clause
  Programming Lang: Python
  Description : some protection against the BREACH attack in Django

 This Python Django module provides basic/extra mitigation against the BREACH
 attack for Django projects. When combined with rate limiting in your
 web-server, or by using something like django-ratelimit, the techniques here
 should provide at least some protection against the BREACH attack.

Note: This is a new dependency of OpenStack Dashboard (aka: Horizon).