golang-github-neelance-astrewrite 0.0~git20160511.0.9934826-5 source package in Ubuntu

Changelog

golang-github-neelance-astrewrite (0.0~git20160511.0.9934826-5) unstable; urgency=medium

  * new maintainer/uploader (Closes: #889221)
  * debian/control: use dh12
  * debian/control: bump standard to 4.5.0 (no changes)
  * debian/control: change prio from extra to optional

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

  [ Jelmer Vernooij ]
  * Fix Debian QA group name.
  * Use secure copyright file specification URI.

 -- Thorsten Alteholz <email address hidden>  Mon, 06 Apr 2020 19:27:41 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-neelance-astrewrite_0.0~git20160511.0.9934826-5.dsc 2.5 KiB d1333f28b54f35259b4746ca0b22f7db2004ef90bd3ef18770256648af4e7a09
golang-github-neelance-astrewrite_0.0~git20160511.0.9934826.orig.tar.xz 7.9 KiB bdb6ddbee2da21cf0db026a2a70b7e837b7a65e4ee1337e12f0158412ae22234
golang-github-neelance-astrewrite_0.0~git20160511.0.9934826-5.debian.tar.xz 2.8 KiB d57dacfdecf9bd6847392f0ec56c617e55693353774d8977888d3b425e23582a

No changes file available.

Binary packages built by this source

golang-github-neelance-astrewrite-dev: Go tool to walk & rewrite AST

 This library provides functions similar to ast.Inspect() from the
 'ast' package. The passed walk function can also return a node, which
 is used to rewrite the parent node. This provides an easy way to
 rewrite a given ast.Node while walking the AST.