File: control

package info (click to toggle)
golang-github-icrowley-fake 0.0~git20180203.4178557-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 528 kB
  • sloc: makefile: 40
file content (26 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: golang-github-icrowley-fake
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-corpix-uarand-dev
Standards-Version: 4.3.0
Homepage: https://github.com/icrowley/fake
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-icrowley-fake
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-icrowley-fake.git
XS-Go-Import-Path: github.com/icrowley/fake
Testsuite: autopkgtest-pkg-go

Package: golang-github-icrowley-fake-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-corpix-uarand-dev
Description: fake data generator for Golang
 This package contains a fake data generator for Go (Golang), heavily
 inspired by the forgery and ffaker Ruby gems.  About Most data and
 methods are ported from forgery/ffaker Ruby gems.  For the list of
 available methods please look at https://godoc.org/github.com/icrowley/fake.
 Currently English and Russian languages are available.