debian/0000755000000000000000000000000012250567712007175 5ustar debian/changelog0000644000000000000000000000026212250567712011047 0ustar golang-gosqlite-dev (0.0~hg20130601-1) unstable; urgency=low * Initial release (Closes: #731196) -- Jonathan Dray Mon, 02 Dec 2013 23:02:16 +0100 debian/source/0000755000000000000000000000000012250567712010475 5ustar debian/source/lintian-overrides0000644000000000000000000000007112250567712014054 0ustar golang-gosqlite-dev source: debian-watch-file-is-missing debian/source/format0000644000000000000000000000001412250567712011703 0ustar 3.0 (quilt) debian/control0000644000000000000000000000125112250567712010577 0ustar Source: golang-gosqlite-dev Section: devel Priority: extra Maintainer: Jonathan Dray Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Homepage: https://code.google.com/p/gosqlite/ Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-gosqlite.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-gosqlite.git;a=summary Package: golang-gosqlite-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, libsqlite3-dev, libsqlite0-dev Description: Trivial sqlite3 binding for Go (development files) Sqlite / Sqlite 3 binding for Go. Access to sqlite and sqlite3 databases. . This package contains the source. debian/rules0000755000000000000000000000124212250567712010254 0ustar #!/usr/bin/make -f # -*- makefile -*- # 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/gosqlite # 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/compat0000644000000000000000000000000212250567712010373 0ustar 9 debian/golang-gosqlite-dev.install0000644000000000000000000000002512250567712014432 0ustar usr/share/gocode/src debian/copyright0000644000000000000000000000336612250567712011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gosqlite Source: https://code.google.com/p/gosqlite/ Files: * Copyright: 2013 Russ Cox 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. debian/golang-gosqlite-dev.lintian-overrides0000644000000000000000000000011512250567712016422 0ustar # There is no upstream changelog. golang-gosqlite-dev: no-upstream-changelog