File: control

package info (click to toggle)
golang-github-corpix-uarand 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: python: 55; makefile: 27; sh: 7
file content (29 lines) | stat: -rw-r--r-- 1,019 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
27
28
29
Source: golang-github-corpix-uarand
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-stretchr-testify-dev
Standards-Version: 4.3.0
Homepage: https://github.com/corpix/uarand
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-corpix-uarand
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-corpix-uarand.git
XS-Go-Import-Path: github.com/corpix/uarand
Testsuite: autopkgtest-pkg-go

Package: golang-github-corpix-uarand-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-stretchr-testify-dev
Description: random user-agent generator
 This package is a generator for random user-agent strings like:
 .
  - Mozilla/5.0 (X11; Linux x86_64)
  - AppleWebKit/537.36 (KHTML, like Gecko)
  - Chrome/41.0.2227.0
  - Safari/537.36
 .
 It is written in Go.