File: control

package info (click to toggle)
golang-github-cloudfoundry-jibber-jabber 0.0~git20151120.bcc4c83-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,243 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
30
31
32
33
34
Source: golang-github-cloudfoundry-jibber-jabber
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
Build-Depends-Indep:
 golang-any,
 golang-ginkgo-dev,
 golang-gomega-dev,
Standards-Version: 4.4.0
Homepage: https://github.com/cloudfoundry/jibber_jabber
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cloudfoundry-jibber-jabber
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cloudfoundry-jibber-jabber.git
XS-Go-Import-Path: github.com/cloudfoundry/jibber_jabber,
                   github.com/cloudfoundry-attic/jibber_jabber
Testsuite: autopkgtest-pkg-go

Package: golang-github-cloudfoundry-jibber-jabber-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-ginkgo-dev,
 golang-gomega-dev,
Description: Cross Platform locale detection for Golang
 Jibber Jabber is a GoLang Library that can be used to detect
 an operating system's current language.
 OS Support OSX and Linux via the LC_ALL and LANG environment
 variables. These are standard variables that are used in ALL versions
 of UNIX for language detection.