golang-github-apparentlymart-go-shquot 0.0.1-3 source package in Ubuntu
Changelog
golang-github-apparentlymart-go-shquot (0.0.1-3) unstable; urgency=medium [ Debian Janitor ] * Bump debhelper from old 12 to 13. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. -- Jelmer Vernooij <email address hidden> Wed, 30 Nov 2022 02:08:33 +0000
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 | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-apparentlymart-go-shquot_0.0.1-3.dsc | 2.3 KiB | 0728a4b91728d11e1d9d7a4aba7a3d029ea1b9535227b915797387765182d76c |
golang-github-apparentlymart-go-shquot_0.0.1.orig.tar.xz | 9.1 KiB | 0a852b5615d38da8ecd848f73ce9817487459a3cff574a7aefb226b1d31b87a1 |
golang-github-apparentlymart-go-shquot_0.0.1-3.debian.tar.xz | 2.4 KiB | 586d9e0a4809645599c099196ab60429803be3b5bf71d43854d5536a2a66433b |
Available diffs
- diff from 0.0.1-2 to 0.0.1-3 (890 bytes)
No changes file available.
Binary packages built by this source
- golang-github-apparentlymart-go-shquot-dev: helper functions for quoting and escaping strings
This package contains various helper functions
for quoting and escaping an array of strings as expected by the "exec"
calls on a Unix system into single strings that should be able to pass
through shells and other intermediaries to produce the same result.
.
There is no single common quoting format that works for all shells
and other layers, so this module makes no attempt to abstract away
these differences. Instead, it provides a family of functions with the
same signature so that the caller may select -- possibly dynamically --
a suitable quoting function to use.