1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: golang-github-alessio-shellescape
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jack Henschel <jackdev@mailbox.org>,
Arthur Diniz <arthurbdiniz@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-google-shlex-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Homepage: https://github.com/alessio/shellescape
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-alessio-shellescape
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-alessio-shellescape.git
XS-Go-Import-Path: al.essio.dev/pkg/shellescape
Package: golang-al-essio-pkg-shellescape-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
golang-github-google-shlex-dev
Replaces: golang-github-alessio-shellescape-dev (<< 1.6.0-1~)
Breaks: golang-github-alessio-shellescape-dev (<< 1.6.0-1~)
Provides: golang-github-alessio-shellescape-dev
Description: Escape arbitrary strings for use as command line arguments
This package provides the shellescape.Quote() function that returns a
shell-escaped copy of a string. This functionality could be helpful in
those cases where it is known that the output of a Go program will be
appended to/used in the context of shell programs command line arguments.
.
This work was inspired by the Python original package shellescape
(https://pypi.python.org/pypi/shellescape).
Package: golang-github-alessio-shellescape-dev
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, golang-al-essio-pkg-shellescape-dev
Description: Transitional package for golang-al-essio-pkg-shellescape-dev
This is a transitional package to ease upgrades to the
golang-al-essio-pkg-shellescape-dev.
|