debian/0000755000000000000000000000000012247555745007206 5ustar debian/changelog0000644000000000000000000000071312247555745011061 0ustar golang-go.net-dev (0.0~hg20131201-1) unstable; urgency=low [ Michael Stapelberg ] * update Vcs-Git location to point to alioth [ Jonathan Dray ] * new version number pattern for the package -- Jonathan Dray Mon, 02 Dec 2013 20:02:16 +0100 golang-go.net-dev (0.0~hg67397a11592e-1) unstable; urgency=low * Initial release (Closes: #726146) -- Jonathan Dray Sat, 23 Nov 2013 16:48:04 +0100 debian/docs0000644000000000000000000000000712247555745010056 0ustar README debian/golang-go.net-dev.install0000644000000000000000000000002512247555745014006 0ustar usr/share/gocode/src debian/source/0000755000000000000000000000000012247555745010506 5ustar debian/source/lintian-overrides0000644000000000000000000000006712247555745014072 0ustar golang-go.net-dev source: debian-watch-file-is-missing debian/source/format0000644000000000000000000000001412247555745011714 0ustar 3.0 (quilt) debian/control0000644000000000000000000000121712247555745010612 0ustar Source: golang-go.net-dev Section: devel Priority: extra Maintainer: Jonathan Dray Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Homepage: https://code.google.com/p/go.net/ Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-go.net.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-go.net.git;a=summary Package: golang-go.net-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: supplementary Go networking libraries (development files) Supplementary Go networking libraries : - ipv4 / ipv6 - proxy - websockets . This package contains the source. debian/rules0000755000000000000000000000175012247555745010271 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 := code.google.com/p/go.net # 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/compat0000644000000000000000000000000212247555745010404 0ustar 9 debian/golang-go.net-dev.lintian-overrides0000644000000000000000000000011312247555745015774 0ustar # There is no upstream changelog. golang-go.net-dev: no-upstream-changelog debian/copyright0000644000000000000000000000335512247555745011147 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: go.net Source: https://code.google.com/p/go.net/ Files: * Copyright: 2011-2013 The Go Authors License: BSD-3-clause Files: debian/* Copyright: 2013 Jonathan Dray License: BSD-3-clause 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 disclaimer 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.