debian/0000755000000000000000000000000012172057217007172 5ustar debian/README.Source0000644000000000000000000000034312172057217011311 0ustar git clone git://github.com/kr/pty golang-pty-dev (cd golang-pty-dev; git checkout 27435c699baee43a12e025d8cfde2ee3cbe0ceb6) tar czvf golang-pty-dev_0.0~git20130701.orig.tar.gz golang-pty-dev --exclude=.git --exclude=.gitignore debian/changelog0000644000000000000000000000026012172057217011042 0ustar golang-pty-dev (0.0~git20130701-1) unstable; urgency=low * Initial release (Closes: #715523) -- Daniel Mizyrycki Wed, 17 Jul 2013 09:41:19 -0700 debian/compat0000644000000000000000000000000212172057217010370 0ustar 8 debian/control0000644000000000000000000000103012172057217010567 0ustar Source: golang-pty-dev Section: devel Priority: extra Maintainer: Daniel Mizyrycki Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Homepage: https://github.com/kr/pty Vcs-Git: git://anonscm.debian.org/collab-maint/golang-pty-dev.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/golang-pty-dev.git;a=summary Package: golang-pty-dev Architecture: all Depends: ${misc:Depends} Description: Go package for using unix pseudo-terminals Pty is a Go package for using unix pseudo-terminals. debian/copyright0000644000000000000000000000417512172057217011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pty Source: https://github.com/kr/pty Files: * Copyright: 2011 Keith Rarick License: Expat Copyright (c) 2011 Keith Rarick . 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. Files: debian/* Copyright: 2013 Daniel Mizyrycki 2012 Michael Stapelberg License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/docs0000644000000000000000000000001212172057217010036 0ustar README.md debian/golang-pty-dev.install0000644000000000000000000000002512172057217013414 0ustar usr/share/gocode/src debian/golang-pty-dev.lintian-overrides0000644000000000000000000000011012172057217015377 0ustar # There is no upstream changelog. golang-pty-dev: no-upstream-changelog debian/rules0000755000000000000000000000174112172057217010255 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 # GOPKG is the upstream path which you would normally “go get”. # Using it allows us to build applications without patching locations. GOPKG := github.com/kr/pty # Temporary working directory to which the source will be copied, then # compiled. TMPGOPATH = $(CURDIR)/debian/tmp/usr/share/gocode override_dh_auto_install: mkdir -p ${TMPGOPATH}/src/${GOPKG} # Copy all .go files to /usr/share/gocode (we compile and ship). find . -path ./debian -prune -o -type f -name "*.go" -exec tar cf - {} + | (cd "${TMPGOPATH}/src/${GOPKG}" && tar xvf -) %: dh $@ debian/source/0000755000000000000000000000000012172057217010472 5ustar debian/source/format0000644000000000000000000000001412172057217011700 0ustar 3.0 (quilt) debian/source/lintian-overrides0000644000000000000000000000037512172057217014060 0ustar # debian/watch is missing intentionally. There are no releases, new code goes # directly into the repository. In case kr/pty gets a new maintainer # who does it differently, debian/watch can be added. golang-pty-dev source: debian-watch-file-is-missing