--- tthsum-1.1.0.orig/debian/compat +++ tthsum-1.1.0/debian/compat @@ -0,0 +1 @@ +4 --- tthsum-1.1.0.orig/debian/changelog +++ tthsum-1.1.0/debian/changelog @@ -0,0 +1,6 @@ +tthsum (1.1.0-1) unstable; urgency=low + + * initial upload (closes: #312503) + + -- RISKO Gergely Mon, 4 Jul 2005 02:10:00 +0200 + --- tthsum-1.1.0.orig/debian/rules +++ tthsum-1.1.0/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +DEB_MAKE_INSTALL_TARGET:=install BIN=$(CURDIR)/debian/tthsum/usr/bin MAN=$(CURDIR)/debian/tthsum/usr/share/man + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk --- tthsum-1.1.0.orig/debian/control +++ tthsum-1.1.0/debian/control @@ -0,0 +1,23 @@ +Source: tthsum +Section: utils +Priority: optional +Maintainer: RISKO Gergely +Build-Depends: cdbs, debhelper +Standards-Version: 3.6.1.1 + +Package: tthsum +Architecture: any +Depends: ${shlibs:Depends} +Description: generates or checks TTH message digests + tthsum generates or checks TTH checksums (root of the THEX hash + tree). The Merkle Hash Tree, invented by Ralph Merkle, is a hash + construct that exhibits desirable properties for verifying the + integrity of files and file subranges in an incremental or + out-of-order fashion. tthsum uses the Tiger hash algorithm for both + the internal and the leaf nodes. + . + The specification of the THEX algorithm is at: + http://www.open-content.net/specs/draft-jchapweske-thex-02.html + . + The specification of the Tiger hash algorithm is at: + http://www.cs.technion.ac.il/~biham/Reports/Tiger/ --- tthsum-1.1.0.orig/debian/copyright +++ tthsum-1.1.0/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by RISKO Gergely on +Thu, 09 Jun 2005 15:55:02 +0200. + +It was downloaded from http://wza.digitalbrains.com/source/tthsum/ + +Upstream Author: Walter Doekes (walter@djcvt.net) + +Copyright: tthsum is copyright under the GNU General Public License +(version 2 or higher). the hashing code has been copied from GPL'ed +DC++ with as few modifications as possible. + +You can find the mentioned GNU General Public License (GPL) (on a +Debian system) in the file /usr/share/common-licenses/GPL. --- tthsum-1.1.0.orig/debian/docs +++ tthsum-1.1.0/debian/docs @@ -0,0 +1,2 @@ +Readme.txt +Changelog.txt