golang-glide 0.13.1-1 source package in Ubuntu

Changelog

golang-glide (0.13.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Move to salsa.debian.org.
  * Priority extra -> optional.
  * Testsuite: autopkgtest-pkg-go.

 -- Alexandre Viau <email address hidden>  Tue, 09 Jan 2018 14:58:11 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-glide_0.13.1-1.dsc 2.3 KiB 476dbc2b93a621c5c4c218385e3dc6d1f00d60d3fa65b6f80ac87c2fd08f46f7
golang-glide_0.13.1.orig.tar.gz 105.2 KiB 584fab238c51337dbc75b774ffa89d5d4dd87c6be3a9dfd023537065fe681fbd
golang-glide_0.13.1-1.debian.tar.xz 3.6 KiB 0c8c0b2b4aa98823752212a6cefc3446d9d80d3afeca9a025cdfb71daf3ce206

Available diffs

No changes file available.

Binary packages built by this source

golang-glide: Vendor package management for Go

 Glide is comparable to tools like Cargo, npm, Composer, Bundler, pip,
 Maven but for Go. It manages vendored packages with ease.
 .
 Packages to be vendored are listed in a configuration file at the
 root of a project along with the appropriate restriction on versions
 and Glide will download the most recent versions satisfying the
 constraints into the vendor directory. It will write a lock file to
 record the exact versions chosen.

golang-glide-dbgsym: debug symbols for golang-glide