debian/0000755000000000000000000000000012230445750007170 5ustar debian/compat0000644000000000000000000000000212227546532010374 0ustar 9 debian/control0000644000000000000000000000137712227546532010611 0ustar Source: golang-thrift Section: devel Priority: extra Maintainer: Tonnerre Lombard Build-Depends: debhelper (>= 9), golang-go, dh-golang Standards-Version: 3.9.4 Homepage: https://github.com/pomack/thrift4go/ Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-thrift.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-thrift.git;a=summary Package: golang-thrift-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: Go library for linking against Thrift clients This package contains the library required for developing thrift clients in the Go programming language. It contains the part of the Thrift bindings which are always built and which are not interface depdendent. debian/rules0000755000000000000000000000056512227546532010264 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 # DH_GOPKG is the upstream path which you would normally “go get”. # Using it allows us to build applications without patching locations. export DH_GOPKG := thrift # It appears that somebody didn't update the tests. override_dh_auto_test: %: dh $@ --buildsystem=golang --with=golang debian/source/0000755000000000000000000000000012227546532010476 5ustar debian/source/format0000644000000000000000000000001412227546532011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026612230445750011046 0ustar golang-thrift (0.0~git20121118-1) unstable; urgency=low * Initial release. Closes: #726461 -- Tonnerre Lombard Sun, 06 Oct 2013 02:52:19 +0200 debian/copyright0000644000000000000000000000176712230445750011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: thrift4go Source: https://github.com/pomack/thrift4go/ Files: * Copyright: 2010-2012 Aalok Shah License: Apache-2.0 Files: debian/* Copyright: Tonnerre Lombard License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian GNU/Linux systems, the complete text of the Apache 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0'.