File: control

package info (click to toggle)
golang-text 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 132 kB
  • sloc: makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,417 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
35
36
37
38
Source: golang-text
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tonnerre Lombard <tonnerre@ancient-solutions.com>,
           Anthony Fok <foka@debian.org>,
           Tim Potter <tpot@hpe.com>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 12~),
               dh-golang,
               golang-any,
               golang-github-kr-pty-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-text
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-text.git
Homepage: https://github.com/kr/text
XS-Go-Import-Path: github.com/kr/text

Package: golang-github-kr-text-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-kr-pty-dev
Breaks: golang-text-dev (<< 0.0~git20150905.0.bb797dc-1~)
Provides: golang-text-dev
Replaces: golang-text-dev (<< 0.0~git20150905.0.bb797dc-1~)
Description: Go package for manipulating paragraphs of text
 Go library package "github.com/kr/text" provides rudimentary functions for
 manipulating text in paragraphs.

Package: golang-text-dev
Architecture: all
Section: oldlibs
Depends: golang-github-kr-text-dev,
         ${misc:Depends}
Description: Transitional package for golang-github-kr-text-dev
 This is a transitional package to ease upgrades to the
 golang-github-kr-text-dev package. It can safely be removed.