golang-github-makenowjust-heredoc 1.0.0-1 source package in Ubuntu

Changelog

golang-github-makenowjust-heredoc (1.0.0-1) unstable; urgency=medium

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

  [ Debian Janitor (Jelmer Vernooij) ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Anthony Fok ]
  * New upstream version 1.0.0
  * Update debian/watch to version 4 and fix errors with '\\'
  * Apply "cme fix dpkg" fixes
    - Organize debian/control fields
    - Add Testsuite: autopkgtest-pkg-go
  * Update Maintainer email address to <email address hidden>
  * Add myself to the list of Uploaders
  * Change Section from devel to golang
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
  * Bump Standards-Version to 4.6.0 (no change)
  * Add "Rules-Requires-Root: no" to debian/control
  * Mark library package with "Multi-Arch: foreign"
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance

 -- Anthony Fok <email address hidden>  Mon, 06 Sep 2021 16:31:34 -0600

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-makenowjust-heredoc_1.0.0-1.dsc 2.3 KiB ac1ea9f261e65fd93f0efd5d30d8ac7d99e1f4cbadfdce51eee97ccee2675b9f
golang-github-makenowjust-heredoc_1.0.0.orig.tar.gz 3.4 KiB 3703d1c9e659c274c5e2d712e4d66f60620e03513fc380b1d3acafb3ca037400
golang-github-makenowjust-heredoc_1.0.0-1.debian.tar.xz 3.1 KiB f2460bf9f016fdd2d1cc30075350393f3b7b7d705b69b217c47f25070e19e82c

No changes file available.

Binary packages built by this source

golang-github-makenowjust-heredoc-dev: Convert strings to here documents in Go

 Here documents allow text files or other data to be embedded in source
 files. The heredoc library implements the whitespace filtering and line
 break preservation since Go does not have any syntax allowing here
 documents natively.