debian/0000755000000000000000000000000012215756557007205 5ustar debian/changelog0000644000000000000000000000026612215756473011060 0ustar golang-pretty (0.0~git20130613-1) unstable; urgency=low * Initial release. Closes: #722983 -- Tonnerre Lombard Wed, 11 Sep 2013 02:36:12 +0200 debian/compat0000644000000000000000000000000212215756473010400 0ustar 9 debian/control0000644000000000000000000000160512215756473010607 0ustar Source: golang-pretty Section: devel Priority: extra Maintainer: Tonnerre Lombard Build-Depends: debhelper (>= 9.0.0), golang-go, dh-golang, golang-text-dev Standards-Version: 3.9.4 Homepage: https://github.com/kr/pretty/ Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-pretty.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-pretty.git;a=summary Package: golang-pretty-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-text-dev Description: Pretty printing for go values Package pretty provides pretty-printing for Go values. This is useful during debugging, to avoid wrapping long output lines in the terminal. . It provides a function, Formatter, that can be used with any function that accepts a format string. It also provides convenience wrappers for functions in packages fmt and log. debian/copyright0000644000000000000000000000253712215756473011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: golang-pretty Source: https://github.com/kr/pretty/ Files: * Copyright: 2011, 2012, 2013 Keith Rarick License: Expat Files: debian/* Copyright: 2013 Tonnerre Lombard License: Expat 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. debian/docs0000644000000000000000000000000712215756473010052 0ustar Readme debian/rules0000755000000000000000000000055512215756473010267 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 := github.com/kr/pretty # Currently, tests can't win. override_dh_auto_test: %: dh $@ --buildsystem=golang --with=golang debian/source/0000755000000000000000000000000012215756473010502 5ustar debian/source/format0000644000000000000000000000001412215756473011710 0ustar 3.0 (quilt)