debian/0000755000000000000000000000000012236021463007165 5ustar debian/changelog0000644000000000000000000000025112236020720011030 0ustar golang-nzaat (1.0-1) unstable; urgency=low * Initial release. Closes: #728673 -- Tonnerre Lombard Mon, 04 Nov 2013 02:46:52 +0100 debian/source/0000755000000000000000000000000012236020720010460 5ustar debian/source/format0000644000000000000000000000001412236020720011666 0ustar 3.0 (quilt) debian/control0000644000000000000000000000146712236021463010600 0ustar Source: golang-nzaat Section: devel Priority: extra Maintainer: Tonnerre Lombard Build-Depends: debhelper (>= 9), golang-go (>= 1.0), dh-golang Standards-Version: 3.9.4 Homepage: http://github.com/tonnerre/golang-nzaat Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-nzaat.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-nzaat.git;a=summary Package: golang-nzaat-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: Go implementation of the NZAAT hash algorithm Go implementation of the hash algorithm "NUL zaehlen an allen Teilen" based on the One At A Time hash (OAAT) by Bob Jenkins. This is not a cryptographic hash, but it satisfies the perfect hash criteria well enough to be usable as a hash table hash or similar. debian/watch0000644000000000000000000000022712236020720010212 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-nzaat-$1.tar.gz/ \ https://github.com/tonnerre/golang-nzaat/tags .*/v?(\d\S*)\.tar\.gz debian/rules0000755000000000000000000000050312236021463010243 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 := ancient-solutions.com/hash/nzaat %: dh $@ --buildsystem=golang --with=golang debian/compat0000644000000000000000000000000212236020720010356 0ustar 9 debian/copyright0000644000000000000000000000367312236020720011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: golang-nzaat Source: Files: * Copyright: 2013 Tonnerre Lombard License: BSD-3-Clause License: BSD-3-Clause Copyright (c) 2013 Tonnerre Lombard , Ancient Solutions. All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of Ancient Solutions nor the name 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 ANCIENT SOLUTIONS 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 FOUNDATION 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.