debian/0000755000000000000000000000000012215614724007172 5ustar debian/changelog0000644000000000000000000000026412215435375011051 0ustar golang-text (0.0~git20130502-1) unstable; urgency=low * Initial release. Closes: #722984 -- Tonnerre Lombard Wed, 11 Sep 2013 03:05:15 +0200 debian/compat0000644000000000000000000000000212215435375010373 0ustar 9 debian/copyright0000644000000000000000000000251712215435375011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: golang-text Source: https://github.com/kr/text/ Files: * Copyright: 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/docs0000644000000000000000000000000712215435375010045 0ustar Readme debian/source/0000755000000000000000000000000012215435375010475 5ustar debian/source/format0000644000000000000000000000001412215435375011703 0ustar 3.0 (quilt) debian/control0000644000000000000000000000115512215441232010567 0ustar Source: golang-text Section: devel Priority: extra Maintainer: Tonnerre Lombard Build-Depends: debhelper (>= 9.0.0), dh-golang, golang-go Standards-Version: 3.9.4 Homepage: https://github.com/kr/text Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-text.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-text.git;a=summary Package: golang-text-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: Go package for manipulating paragraphs of text Package text provides rudimentary functions for manipulating text in paragraphs. debian/rules0000755000000000000000000000121212215614724010246 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/text # Currently, tests can't win. override_dh_auto_test: # Remove the mc program, it doesn't serve any real purpose other than # demonstration and adds an unnecessary dependency on golang-pty. # Additional, it's a naming collision with the mc package. override_dh_auto_configure: rm -fr ${CURDIR}/mc dh_auto_configure -O--buildsystem=golang %: dh $@ --buildsystem=golang --with=golang