Source: goxkcdpwgen
Section: devel
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
Build-Depends: debhelper-compat (= 14),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.7.4
Homepage: https://github.com/martinhoefling/goxkcdpwgen
Vcs-Browser: https://salsa.debian.org/go-team/packages/goxkcdpwgen
Vcs-Git: https://salsa.debian.org/go-team/packages/goxkcdpwgen.git
XS-Go-Import-Path: github.com/martinhoefling/goxkcdpwgen
Testsuite: autopkgtest-pkg-go

Package: goxkcdpwgen
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: xkcd style password generator library and cli tool
 goxkcdpwgen xkcd style is a password generator library. It also supports
 word lists in non English languages.
 .
 Sample execution
 $ goxkcdpwgen -c -d "" -n 5
 VocalistDurableGauntletBluishReputable

Package: golang-github-martinhoefling-goxkcdpwgen-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-stretchr-testify-dev,
Description: xkcd style password generator library and cli tool (library)
 goxkcdpwgen xkcd style is a password generator library. It also supports
 word lists in non English languages.
 .
 Sample execution
 $ goxkcdpwgen -c -d "" -n 5
 VocalistDurableGauntletBluishReputable

