debian/0000755000000000000000000000000012163566365007203 5ustar debian/README.Source0000644000000000000000000000025312163564514011314 0ustar git clone git://github.com/lib/pq golang-pq-dev tar czvf golang-pq-dev_0.0~git20130606.orig.tar.gz golang-pq-dev --exclude=.git --exclude=.gitignore --exclude=.travis.yml debian/copyright0000644000000000000000000000412012163564436011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pq Source: https://github.com/lib/pq Files: * Copyright: 2011-2013, 'pq' Contributors Portions, 2011 Blake Mizerany 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. Files: debian/* Copyright: 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/golang-pq-dev.lintian-overrides0000644000000000000000000000010712163563724015216 0ustar # There is no upstream changelog. golang-pq-dev: no-upstream-changelog debian/compat0000644000000000000000000000000212163563432010371 0ustar 8 debian/rules0000755000000000000000000000174112163564766010271 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/lib/pq # 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/control0000644000000000000000000000136612163563651010607 0ustar Source: golang-pq-dev Section: devel Priority: extra Maintainer: Michael Stapelberg Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Homepage: https://github.com/lib/pq Vcs-Git: git://anonscm.debian.org/collab-maint/golang-pq-dev.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/golang-pq-dev.git;a=summary Package: golang-pq-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: pure Go postgres driver for Go’s database/sql package After importing this package, you can connect to a postgres database from your Go programs. This package does not depend on libpq-dev and does not need cgo, making it suitable for use when cross-compiling. . This package contains the source. debian/source/0000755000000000000000000000000012163564106010472 5ustar debian/source/format0000644000000000000000000000001412163563432011701 0ustar 3.0 (quilt) debian/source/lintian-overrides0000644000000000000000000000040012163564106014045 0ustar # debian/watch is missing intentionally. There are no releases, new code goes # directly into the repository. In case codesearch gets a new maintainer # who does it differently, debian/watch can be added. golang-pq-dev source: debian-watch-file-is-missing debian/golang-pq-dev.install0000644000000000000000000000002512163563432013221 0ustar usr/share/gocode/src debian/docs0000644000000000000000000000001212163564462010043 0ustar README.md debian/changelog0000644000000000000000000000026012163566365011053 0ustar golang-pq-dev (0.0~git20130606-1) unstable; urgency=low * Initial release (Closes: #714451) -- Michael Stapelberg Sat, 29 Jun 2013 16:19:25 +0200