~ubuntu-branches/debian/sid/golang-github-nbutton23-zxcvbn-go/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Michael Lustfield
  • Date: 2017-03-29 21:56:04 UTC
  • Revision ID: package-import@ubuntu.com-20170329215604-93z4ucqetv2m1uvm
Tags: 0.0~git20160627.0.a22cb81-1
Initial release (Closes: #859041)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: golang-github-nbutton23-zxcvbn-go
 
2
Section: devel
 
3
Priority: extra
 
4
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Michael Lustfield <michael@lustfield.net>
 
6
Build-Depends: debhelper (>= 10),
 
7
               dh-golang,
 
8
               golang-any,
 
9
               golang-github-stretchr-testify-dev
 
10
Standards-Version: 3.9.8
 
11
Homepage: https://github.com/nbutton23/zxcvbn-go
 
12
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-nbutton23-zxcvbn-go.git
 
13
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-nbutton23-zxcvbn-go.git
 
14
XS-Go-Import-Path: github.com/nbutton23/zxcvbn-go
 
15
 
 
16
Package: golang-github-nbutton23-zxcvbn-go-dev
 
17
Architecture: all
 
18
Depends: ${shlibs:Depends},
 
19
         ${misc:Depends},
 
20
         golang-github-stretchr-testify-dev
 
21
Description: Strong password generator in Go
 
22
 This package provides methods for producing strong passwords in Go using an
 
23
 implementation of zxcvbn. This library attempts to give sound password
 
24
 advice through pattern matching and conservative entropy calculations.