golang-github-ziutek-telnet_0.1.0-1~exp1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Thu, 15 May 2025 23:45:19 +0000 |
Source: | golang-github-ziutek-telnet |
Binary: | golang-github-ziutek-telnet-dev |
Architecture: | source all |
Version: | 0.1.0-1~exp1 |
Distribution: | experimental |
Urgency: | medium |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Changed-By: | Otto Kekäläinen <otto@debian.org> |
Description: | golang-github-ziutek-telnet-dev - Go library for handling Telnet connections |
Closes: | 1105845 |
Changes: | golang-github-ziutek-telnet (0.1.0-1~exp1) experimental; urgency=medium * Initial release (Closes: #1105845) |
Files: | d2da8b75b15329392e124e50d45fb0bc 2248 golang optional golang-github-ziutek-telnet_0.1.0-1~exp1.dsc bfcd732d57b694d4028e9125a5757fc9 4237 golang optional golang-github-ziutek-telnet_0.1.0.orig.tar.gz f836559b78dd64d7508be137db03d0f0 3444 golang optional golang-github-ziutek-telnet_0.1.0-1~exp1.debian.tar.xz 32b29f26e0dc7368b53f307086e2d0e9 5100 golang optional golang-github-ziutek-telnet-dev_0.1.0-1~exp1_all.deb e654fc9e62f5e0863980b4734d199dc4 5875 golang optional golang-github-ziutek-telnet_0.1.0-1~exp1_amd64.buildinfo |
golang-github-ziutek-telnet_0.1.0-1~exp1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | golang-github-ziutek-telnet |
Binary: | golang-github-ziutek-telnet-dev |
Architecture: | all |
Version: | 0.1.0-1~exp1 |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Uploaders: | Otto Kekäläinen <otto@debian.org>, |
Homepage: | https://github.com/ziutek/telnet |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/go-team/packages/golang-github-ziutek-telnet |
Vcs-Git: | https://salsa.debian.org/go-team/packages/golang-github-ziutek-telnet.git |
Testsuite: | autopkgtest-pkg-go |
Build-Depends: | debhelper-compat (=13), dh-sequence-golang, golang-any |
Package-List: | golang-github-ziutek-telnet-dev deb golang optional arch=all |
Files: | bfcd732d57b694d4028e9125a5757fc9 4237 golang-github-ziutek-telnet_0.1.0.orig.tar.gz f836559b78dd64d7508be137db03d0f0 3444 golang-github-ziutek-telnet_0.1.0-1~exp1.debian.tar.xz |
Go-Import-Path: | github.com/ziutek/telnet |
README.source for golang-github-ziutek-telnet_0.1.0-1~exp1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for golang-github-ziutek-telnet-dev_0.1.0-1~exp1_all.deb (click to toggle) | |
---|---|
Package: | golang-github-ziutek-telnet-dev |
Source: | golang-github-ziutek-telnet |
Version: | 0.1.0-1~exp1 |
Architecture: | all |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Installed-Size: | 24 |
Section: | golang |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://github.com/ziutek/telnet |
Description: | Go library for handling Telnet connections This package provides a Go library for managing Telnet connections, enabling developers to create robust Telnet clients for interacting with remote servers. It offers a simple interface for handling Telnet protocol specifics, such as option negotiation, echo control, and data transfer, making it suitable for automating interactions with Telnet-based systems. . It includes the source code and development files for integrating the library into Go projects. With features like reading until delimiters and support for Unix-style line endings, it is ideal for building command-line tools, network automation scripts, or custom Telnet clients. |
contents of golang-github-ziutek-telnet-dev_0.1.0-1~exp1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-05-15 23:45 ./ drwxr-xr-x root/root 0 2025-05-15 23:45 ./usr/ drwxr-xr-x root/root 0 2025-05-15 23:45 ./usr/share/ drwxr-xr-x root/root 0 2025-05-15 23:45 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-05-15 23:45 ./usr/share/doc/golang-github-ziutek-telnet-dev/ -rw-r--r-- root/root 184 2025-05-15 23:45 ./usr/share/doc/golang-github-ziutek-telnet-dev/changelog.Debian.gz -rw-r--r-- root/root 1919 2025-05-15 23:45 ./usr/share/doc/golang-github-ziutek-telnet-dev/copyright drwxr-xr-x root/root 0 2025-05-15 23:45 ./usr/share/gocode/ drwxr-xr-x root/root 0 2025-05-15 23:45 ./usr/share/gocode/src/ drwxr-xr-x root/root 0 2025-05-15 23:45 ./usr/share/gocode/src/github.com/ drwxr-xr-x root/root 0 2025-05-15 23:45 ./usr/share/gocode/src/github.com/ziutek/ drwxr-xr-x root/root 0 2025-05-15 23:45 ./usr/share/gocode/src/github.com/ziutek/telnet/ -rw-r--r-- root/root 8460 2025-05-15 23:45 ./usr/share/gocode/src/github.com/ziutek/telnet/conn.go -rw-r--r-- root/root 43 2025-05-15 23:45 ./usr/share/gocode/src/github.com/ziutek/telnet/go.mod |
copyright of golang-github-ziutek-telnet-dev_0.1.0-1~exp1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/ziutek/telnet Upstream-Name: Michał Derkacz Upstream-Contact: michal@Lnet.pl Files: * Copyright: 2012 Michał Derkacz <michal@Lnet.pl> License: BSD-3-Clause Files: debian/* Copyright: 2025 Otto Kekäläinen <otto@debian.org> License: BSD-3-Clause Comment: Debian packaging is licensed under the same terms as upstream License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaime in the documentation and/or other materials provided with the distribution. * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Timestamp: 23.05.2025 / 22:02:23 (UTC)