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
|
Source: golang-github-lib-pq
Section: golang
Priority: optional
Testsuite: autopkgtest-pkg-go
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>,
Daniel Swarbrick <dswarbrick@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-jcmturner-gokrb5.v8-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/lib/pq
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-lib-pq
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-lib-pq.git
XS-Go-Import-Path: github.com/lib/pq
Package: golang-github-lib-pq-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-jcmturner-gokrb5.v8-dev,
${misc:Depends},
Replaces: golang-pq-dev (<< 0.0~git20151007.0.ffe986a-1~),
Breaks: golang-pq-dev (<< 0.0~git20151007.0.ffe986a-1~),
Provides: golang-pq-dev,
Description: pure Go Postgres driver for Go’s database/sql package
After importing this package, you can connect to a Postgres database from your
Go programs. This package does not depend on libpq-dev and does not need cgo,
making it suitable for use when cross-compiling.
.
This package contains the source.
|