debian/0000755000000000000000000000000011767066065007204 5ustar debian/rules0000755000000000000000000000131111767064432010254 0ustar #!/usr/bin/make -f CFLAGS := -O2 -Wall ifneq ($(findstring debug,$(DEB_BUILD_OPTIONS)),) CFLAGS += -g endif clean: dh_testdir dh_testroot -rm -rf *-stamp dh_clean $(MAKE) clean build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir $(MAKE) CFLAGS="$(CFLAGS)" > $@ binary: binary-arch binary-indep binary-arch: build dh_testdir dh_testroot dh_clean dh_installdirs usr/bin install otp debian/otp/usr/bin dh_installdocs README dh_installman otp.1 dh_installchangelogs dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary-indep: build .PHONY: clean build binary binary-arch binary-indep debian/compat0000644000000000000000000000000211767063231010372 0ustar 5 debian/control0000644000000000000000000000166711767063254010616 0ustar Source: otp Section: misc Priority: optional Maintainer: Colin Tuckley Homepage: http://www.fourmilab.ch/onetime/otpgen.html Standards-Version: 3.9.3 Build-Depends: debhelper (>= 5) Package: otp Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Generator for One Time Pads or Passwords otp creates key and password lists for verification and security purposes in a variety of formats. Keys can be of any length, consist of digits or letters (capital or lower case), and alphabetic passwords can either be entirely random (most secure) or obey the digraph statistics of English text (easier to remember when transcribing, but less secure). . For computer applications, for example one-time login passwords, otp can create a file containing the MD5 signature of each of the generated keys. This permits the computer to verify keys without the need to store the keys in plaintext. debian/changelog0000644000000000000000000000420611767063305011052 0ustar otp (1:1.2.1-1) unstable; urgency=low * New upstream Release (closes: #677079). * New Maintainer (adopted after email exchange with Pawel Wiecek). * Bump standards version to 3.9.3 (no changes required). * Add Homepage to debian/control. * Bump debhelper compat level to 5 -- Colin Tuckley Sat, 16 Jun 2012 11:40:18 +0100 otp (970425-7) unstable; urgency=low * Applied patch from Martin Orr to fix segfaults on 64 bit archs (closes: #343524) * Rebuilt to finish /usr/doc transition (closes: #359544) * Updated standards-version in debian/control -- Pawel Wiecek Wed, 29 Mar 2006 23:16:53 +0200 otp (970425-6) unstable; urgency=low * Fixed a couple of minor spelling issues in debian/control (closes: #125210) -- Pawel Wiecek Tue, 18 Dec 2001 10:10:02 +0100 otp (970425-5) unstable; urgency=low * New maintainer (closes: #92731) -- Pawel Wiecek Wed, 9 May 2001 13:31:07 +0200 otp (970425-4) unstable; urgency=low * Package is orphaned (see #92731); maintainer set to Debian QA Group. * Converted to debhelper. Closes: #61330, #62902, #84542, #91026, #91606. * Conforms to Standards version 3.5.2: * Added build dependencies. * debian/rules: Support the `debug' build option. -- Matej Vela Sun, 8 Apr 2001 15:01:13 +0200 otp (970425-3) frozen unstable; urgency=low * Distribution to frozen was rejected (Needs new maintainer version) -- Jens Ritter Wed, 15 Apr 1998 11:02:36 +0200 otp (970425-2) frozen unstable; urgency=low * changed Architecture to any (closes Bug #19692) * added Distribution frozen unstable. -- Jens Ritter Mon, 23 Mar 1998 17:17:43 +0100 otp (970425-1) unstable; urgency=low * Initial Release. * uncommented a C header for random() (it`s different in stdlib.h) * created test.sh (replaces test.bat for MSDOS) * edited target "test" in Makefile for usage of test.sh, added rm in target test * modified README with documentation from otp.c -- Jens Ritter Tue, 24 Feb 1998 11:05:23 +0100 debian/README.Debian0000644000000000000000000000047711767060141011242 0ustar otp for DEBIAN ---------------------- This package is available from http://www.fourmilab.ch/onetime/ you might want to check out the Java Script version offered there. The source package provides a binary for Dos, see README in the source package. Jens Ritter , Tue, 24 Feb 1998 10:38:15 +0100 debian/copyright0000644000000000000000000000106611767060141011127 0ustar This package was debianized by Jens Ritter grimaldi@debian.org on Tue, 24 Feb 1998 11:05:23 +0100. It was downloaded from http://www.fourmilab.ch/onetime/otp.tar.gz Copyright: (from otp.c) The English-digraph password generator is based on the "mpw" program developed at MIT: mpw: Make up passwords which have similar letter digraph frequencies to English. Converted from Multics PL/I by Bill Sommerfeld, 4/21/86. Original PL/I version provided by Jerry Saltzer. This program is in the public domain. John Walker debian/source/0000755000000000000000000000000011767063372010502 5ustar debian/source/format0000644000000000000000000000001411767063372011710 0ustar 3.0 (quilt)