summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-23 20:44:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-23 20:44:52 +0000
commitaf3296f37c70d10332d3e3d28ffdf47377712c49 (patch)
treeef41f38a77dae4d6961c3a37474ef7d55902b9e7
parentAdding upstream version 1.1.11. (diff)
downloadgolang-github-creack-pty-debian.tar.xz
golang-github-creack-pty-debian.zip
Adding debian version 1.1.11-1.debian/1.1.11-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog22
-rw-r--r--debian/control25
-rw-r--r--debian/copyright37
-rw-r--r--debian/gbp.conf2
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
7 files changed, 95 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..560d07e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,22 @@
+golang-github-creack-pty (1.1.11-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream version v1.1.11
+ Fix error caused by go1.15: Setctty set but Ctty not valid in child
+ https://github.com/creack/pty/issues/96
+ * Bump debhelper-compat to 13
+ * Update Standards-Version to 4.5.0 (no changes)
+
+ -- Shengjing Zhu <zhsj@debian.org> Wed, 07 Oct 2020 17:55:18 +0800
+
+golang-github-creack-pty (1.1.9-2) unstable; urgency=medium
+
+ * Standards-Version: 4.4.1.
+
+ -- Dmitry Smirnov <onlyjob@debian.org> Mon, 04 Nov 2019 12:53:30 +1100
+
+golang-github-creack-pty (1.1.9-1) unstable; urgency=medium
+
+ * Initial release (Closes: #941304).
+
+ -- Dmitry Smirnov <onlyjob@debian.org> Sat, 28 Sep 2019 21:15:12 +1000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2b5c6bf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: golang-github-creack-pty
+Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Uploaders:
+ Dmitry Smirnov <onlyjob@debian.org>,
+Section: devel
+Testsuite: autopkgtest-pkg-go
+Priority: optional
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-golang,
+Build-Depends-Indep:
+ golang-any,
+Standards-Version: 4.5.0
+Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-creack-pty
+Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-creack-pty.git
+Homepage: https://github.com/creack/pty
+Rules-Requires-Root: no
+XS-Go-Import-Path: github.com/creack/pty
+
+Package: golang-github-creack-pty-dev
+Architecture: all
+Depends:
+ ${misc:Depends},
+Description: PTY interface for Golang
+ Pty is a Golang package for using unix pseudo-terminals.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..35f72c2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://github.com/creack/pty
+Upstream-Name: pty
+Files-Excluded:
+ Godeps/_workspace
+
+Files:
+ *
+Copyright:
+ 2011 Keith Rarick
+ 2011 Guillaume J. Charmes
+License: Expat
+
+Files:
+ debian/*
+Copyright:
+ 2019 Dmitry Smirnov <onlyjob@debian.org>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..44584c3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --builddirectory=_build --buildsystem=golang --with=golang
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..957b42e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-creack-pty-\$1\.tar\.gz/,\
+uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
+ https://github.com/creack/pty/tags .*/v?(\d\S*)\.tar\.gz