golang-github-google-shlex 0.0~git20191202.e7afc7f-1 source package in Ubuntu

Changelog

golang-github-google-shlex (0.0~git20191202.e7afc7f-1) unstable; urgency=medium

  * Team upload.

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints. + golang-github-google-shlex-dev: Add Multi-Arch:
    foreign.

  [ Arnaud Rebillout ]
  * Add watch file
  * Drop debian/links
  * Update gitlab-ci.yml
  * Section = golang
  * Update Go Team email address
  * Bump debhelper compat
  * Standards-Version = 4.5.1
  * Rules-Requires-Root = no
  * Testsuite = autopkgtest-pkg-go
  * Drop shlibs:Depends from -dev package
  * Nitpick, reorder fields in d/control
  * New upstream version 0.0~git20191202.e7afc7f

 -- Arnaud Rebillout <email address hidden>  Fri, 08 Jan 2021 15:27:50 +0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-google-shlex_0.0~git20191202.e7afc7f-1.dsc 1.7 KiB 726188581867f2af61bc38814e47542dda3d14d228fb1da7ae99aa80b0f0198e
golang-github-google-shlex_0.0~git20191202.e7afc7f.orig.tar.xz 6.9 KiB 391e1df9d133a0e02650e6fb0b8b615832b1e492f03d145602af3bc6580b2085
golang-github-google-shlex_0.0~git20191202.e7afc7f-1.debian.tar.xz 2.7 KiB d095ff2fae55d1281483c7f8266bff69152aca69ab727d9b16e3fadcd3c6c37c

No changes file available.

Binary packages built by this source

golang-github-google-shlex-dev: Simple lexer for Go that supports shell-style rules

 go-shlex is a simple lexer for Go. It splits input into tokens using
 shell-style rules for quoting, commenting, and escaping.