--- outguess-0.2.orig/outguess.c +++ outguess-0.2/outguess.c @@ -818,7 +818,7 @@ cp = strrchr(argv[0], '/') + 1; else cp = argv[0]; - if (!strcmp("extract", cp)) { + if (!strcmp("outguess-extract", cp)) { extractonly = 1; doretrieve = 1; argv++; --- outguess-0.2.orig/debian/seek_script.1 +++ outguess-0.2/debian/seek_script.1 @@ -0,0 +1,45 @@ +.\" +.\" +.\" The following requests are required for all man pages. +.Dd September 26, 2002 +.Dt seek_script 1 +.Os +.Sh NAME +.Nm seek_script +.Nd A very simple script using OutGuess to find an image that yields the best embedding. +.Pp +.Pp +.Sh SYNOPSIS +.Nm seek_script [param for outguess] +.Pp +.Pp +.Sh DESCRIPTION +The +.Nm + script scans the current directory to find the best JPEG file in which hide + the message that resides in /tmp/fortune. At the end the script will print + the best and the worst JPEG file in which to put the message. +.Pp +.Pp +.Sh ERRORS +.Nm +works only for +.Tn JPEG +images. +.Pp +.Pp +.Sh SEE ALSO +.Xr /usr/share/doc/outguess/README +.Xr outguess 1 +.Pp +.Pp +.Sh ACKNOWLEDGEMENTS +This product includes software developed by Ian F. Darwin and others. +.Pp +.Sh AUTHORS +The +.Nm +utility has been developed by Niels Provos. +.Sh AUTHOR +This manual page was written by Samuele Giovanni Tonon , +for the Debian GNU/Linux system (but may be used by others). --- outguess-0.2.orig/debian/docs +++ outguess-0.2/debian/docs @@ -0,0 +1,2 @@ +README +STIRMARK-README --- outguess-0.2.orig/debian/dirs +++ outguess-0.2/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/man/man1 --- outguess-0.2.orig/debian/compat +++ outguess-0.2/debian/compat @@ -0,0 +1 @@ +4 --- outguess-0.2.orig/debian/links +++ outguess-0.2/debian/links @@ -0,0 +1,3 @@ +usr/bin/outguess usr/bin/outguess-extract +usr/share/man/man1/outguess.1 usr/share/man/man1/outguess-extract.1 + --- outguess-0.2.orig/debian/undocumented +++ outguess-0.2/debian/undocumented @@ -0,0 +1 @@ +histogram --- outguess-0.2.orig/debian/rules +++ outguess-0.2/debian/rules @@ -0,0 +1,73 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +#export DH_COMPAT=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #/usr/bin/docbook-to-man debian/outguess.sgml > outguess.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp. + $(MAKE) install prefix=$(CURDIR)/debian/outguess/usr + cp histogram $(CURDIR)/debian/outguess/usr/bin/outguess-histogram + cp seek_script $(CURDIR)/debian/outguess/usr/bin/ + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installman + dh_installchangelogs ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- outguess-0.2.orig/debian/manpages +++ outguess-0.2/debian/manpages @@ -0,0 +1,2 @@ +outguess.1 +debian/seek_script.1 --- outguess-0.2.orig/debian/control +++ outguess-0.2/debian/control @@ -0,0 +1,16 @@ +Source: outguess +Section: utils +Priority: optional +Maintainer: anthony Gasperin +Standards-Version: 3.8.0.1 +Build-Depends: debhelper (>= 4.0.0) + +Package: outguess +Architecture: any +Depends: ${shlibs:Depends} +Description: Universal Steganographic tool + OutGuess is a universal steganographic tool that allows the insertion of + hidden information into the redundant bits of data sources. The nature of the + data source is irrelevant to the core of OutGuess. The program relies on data + specific handlers that will extract redundant bits and write them back after + modification. In this version the PNM and JPEG image formats are supported. --- outguess-0.2.orig/debian/copyright +++ outguess-0.2/debian/copyright @@ -0,0 +1,44 @@ +This package was debianized by Chris Leishman on +Fri, 8 Sep 2000 23:43:53 +1100. + +It was downloaded from http://www.outguess.org/ + +Upstream Author: Niels Provos + +Copyright: + + Copyright 2001 Niels Provos + 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. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product includes software developed by Niels Provos. + 4. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + + + +OutGuess was written in Germany, and CONTAINS CRYPTOGRAPHIC FUNCTIONS. + +The source file golay.c originally contained a non-comercial requirement. +This has been removed with permission from the author, Robert Morelos-Zaragoza +. --- outguess-0.2.orig/debian/changelog +++ outguess-0.2/debian/changelog @@ -0,0 +1,63 @@ +outguess (1:0.2-7) unstable; urgency=low + + * New Maintainer (Closes: #424718) + + -- anthony Gasperin Thu, 05 Mar 2009 10:36:24 +0100 + +outguess (1:0.2-6) unstable; urgency=low + + * QA upload. + * Set maintainer to QA Group; Orphaned: #424718 + * Bump compat level to 4, B-D on at least DH 4.0.0, + update debian/rules, stop using dh_installmanpages + * fix debian/copyright + * Conforms with latest Standards Version 3.7.2 + + -- Michael Ablassmeier Thu, 31 May 2007 12:28:56 +0200 + +outguess (1:0.2-5) unstable; urgency=low + + * changed description as suggested by Martin Schulze (Closes: #163715) + + -- Samuele Giovanni Tonon Mon, 14 Oct 2002 14:06:18 +0200 + +outguess (1:0.2-4) unstable; urgency=low + + * The "All the program has the same name" Release + * changed outguess.c to match outguess-extract for the extract only + option + * changed link to point to outguess-extract and outguess-extract.1 + as suggested by "Aaron M. Ucko" (thanks) (Closes: Bug#162928) + * changed histogram to outguess-histogram (thanks to "Laurent Bonnaud") + (Closes: Bug#162958) + + -- Samuele Giovanni Tonon Tue, 1 Oct 2002 16:27:37 +0200 + +outguess (1:0.2-3) unstable; urgency=low + + * New Mantainer (thank Chris for your work) (Closes: Bug#162470) + * Modified debian copyright file (Closes: Bug#162425) + * Putted seek_script and histogram in /usr/bin + * Wrote manual page for seek_script + + -- Samuele Giovanni Tonon Thu, 26 Sep 2002 23:07:33 +0200 + +outguess (1:0.2-2) unstable; urgency=low + + * Added Build-Depends for debhelper (closes: Bug#103505) + + -- Chris Leishman Thu, 5 Jul 2001 10:43:00 +1000 + +outguess (1:0.2-1) unstable; urgency=low + + * New upstream version 0.2 + * Using an epoch to fix the previous version 0.13 not being newer + + -- Chris Leishman Thu, 17 May 2001 12:00:00 +1000 + +outguess (0.13b-1) unstable; urgency=low + + * Initial Release. + + -- Chris Leishman Fri, 8 Sep 2000 23:43:53 +1100 +