diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..bfcda92 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +golang-github-beorn7-perks (0.0~git20150223.0.b965b61-1) UNRELEASED; urgency=medium + + * Initial release (Closes: TODO) + + -- Dmitry Smirnov Thu, 05 Nov 2015 15:59:29 +1100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..66ca99b --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: golang-github-beorn7-perks +Section: devel +Priority: extra +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov +Build-Depends: debhelper (>= 9), + dh-golang, + golang-go +Standards-Version: 3.9.6 +Homepage: https://github.com/beorn7/perks +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-beorn7-perks.git +Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-beorn7-perks.git +XS-Go-Import-Path: github.com/beorn7/perks + +Package: golang-github-beorn7-perks-dev +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + golang-go +Description: effective computation of things + Perks contains the Go package quantile that computes approximate quantiles + over an unbounded data stream within low memory and CPU bounds. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..434cc10 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: perks +Source: https://github.com/beorn7/perks + +Files: * +Copyright: 2013 Blake Mizerany +License: Expat + +Files: debian/* +Copyright: 2015 Dmitry Smirnov +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. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..cec628c --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..e460987 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export DH_GOLANG_INSTALL_ALL := 1 + +%: + dh $@ --buildsystem=golang --with=golang diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)