diff -Nru steghide-0.5.1/debian/changelog steghide-0.5.1/debian/changelog --- steghide-0.5.1/debian/changelog 2016-09-26 15:51:42.000000000 +0000 +++ steghide-0.5.1/debian/changelog 2016-11-19 20:31:07.000000000 +0000 @@ -1,3 +1,39 @@ +steghide (0.5.1-12) unstable; urgency=medium + + * New Maintainer. (Closes: #826880) + * Acknowledge NMU. Thanks to Matthias Klose. (Closes: #761788) + * debian/control: + - Added libjs-jquery for steghide-doc. + - Added the Vcs-* fields. + - Fixed a mistake in a long description. + - Removed the leading article from short descriptions. + - Using dh-autoreconf now. (Closes: #707769) + * debian/copyright: + - Using 1.0 format. + - Full updated. + * debian/docs: renamed to steghide.docs. + * debian/patches: + - consolidated-gcc-patches.patch: + ~ Added index files reference. + - correct-german.patch and + - no-mkinstalldirs.patch: + ~ Added a header to patch. + - fix-spelling.patch: + ~ Created to fix few typos in some files. + * debian/rules: + - Added DEB_BUILD_MAINT_OPTIONS to improve the GCC hardening. + - Added command to remove jquery.js from upstream source code. + - Disabled verbose mode. + * debian/steghide.install: + - Removed entry that was installing useless files. (Closes: #560163) + * debian/steghide-doc.doc-base: + - Created to link the developer documentation. + * debian/steghide-doc.links: + - Added to properly link with libjs-jquery + * debian/watch: created. + + -- Giovani Augusto Ferreira Sat, 19 Nov 2016 18:31:07 -0200 + steghide (0.5.1-11) unstable; urgency=medium * QA upload. @@ -75,7 +111,7 @@ steghide (0.5.1-6) unstable; urgency=low * Now build depend on libjpeg-dev, closes: #324387. - * Applied patch for German traslation, closes: #313898. Thanks to Jens + * Applied patch for German translation, closes: #313898. Thanks to Jens Seidel for the fix. * Applied patch from Matt Kraai to make it build with gcc4, closes: #324056. @@ -113,7 +149,7 @@ steghide (0.5.1-1) unstable; urgency=low * New upstream release, closes: #227176. - * This version works with gcc3 with minor paches, closes: #199459. + * This version works with gcc3 with minor patches, closes: #199459. -- Ola Lundqvist Sat, 20 Mar 2004 18:31:36 +0100 diff -Nru steghide-0.5.1/debian/control steghide-0.5.1/debian/control --- steghide-0.5.1/debian/control 2016-09-26 15:51:42.000000000 +0000 +++ steghide-0.5.1/debian/control 2016-11-19 20:31:07.000000000 +0000 @@ -1,37 +1,48 @@ Source: steghide Section: misc Priority: optional -Maintainer: Debian QA Group -Build-Depends: debhelper (>= 10), libmcrypt-dev, libmhash-dev, zlib1g-dev, libtool, libtool-bin, libjpeg-dev +Maintainer: Debian Forensics +Uploaders: Giovani Augusto Ferreira +Build-Depends: debhelper (>= 10), + libmcrypt-dev, + libmhash-dev, + zlib1g-dev, + libjpeg-dev, + libtool-bin, + dh-autoreconf Build-Depends-indep: doxygen Standards-Version: 3.9.8 Homepage: http://steghide.sourceforge.net/ +Vcs-Browser: https://anonscm.debian.org/git/forensics/steghide.git +Vcs-Git: https://anonscm.debian.org/git/forensics/steghide.git Package: steghide Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Description: A steganography hiding tool +Description: steganography hiding tool Steghide is steganography program which hides bits of a data file in some of the least significant bits of another file in such a way that the existence of the data file is not visible and cannot be proven. . Steghide is designed to be portable and configurable and features hiding - data in bmp, wav and au files, blowfish encryption, MD5 hashing of + data in bmp, jpeg, wav and au files, blowfish encryption, MD5 hashing of passphrases to blowfish keys, and pseudo-random distribution of hidden bits in the container data. + . + Steghide is useful in digital forensics investigations. Package: steghide-doc Architecture: all Section: doc -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: A steganography hiding tool - documentation files +Depends: libjs-jquery, ${misc:Depends}, ${shlibs:Depends} +Description: steganography hiding tool - documentation files Steghide is steganography program which hides bits of a data file in some of the least significant bits of another file in such a way that the existence of the data file is not visible and cannot be proven. . Steghide is designed to be portable and configurable and features hiding - data in bmp, wav and au files, blowfish encryption, MD5 hashing of + data in bmp, jpeg, wav and au files, blowfish encryption, MD5 hashing of passphrases to blowfish keys, and pseudo-random distribution of hidden bits in the container data. . - This packages contains the common documentation files. + These packages contains the common documentation files. diff -Nru steghide-0.5.1/debian/copyright steghide-0.5.1/debian/copyright --- steghide-0.5.1/debian/copyright 2016-09-12 16:03:40.000000000 +0000 +++ steghide-0.5.1/debian/copyright 2016-11-19 20:31:07.000000000 +0000 @@ -1,28 +1,59 @@ -This package was debianized by Dr. Guenter Bechly on -Mon, 1 Jan 2001 20:24:27 +0100. - -It was downloaded from - http://steghide.sourceforge.net/download/ - -Upstream Author: - Stefan Hetzl - -Copyright: GPL - -This software is copyright (c) by Stefan Hetzl - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-name: steghide +Upstream-Source: http://steghide.sourceforge.net/ + +Files: * +Copyright: 1999-2003 Stefan Hetzl +License: GPL-2+ + +Files: intl/* +Copyright: 1995-2002 Free Software Foundation, Inc +License: LGPL-2+ + +Files: src/gettext.h +Copyright: 1995-2002 Free Software Foundation, Inc +License: LGPL-2+ + +Files: debian/* +Copyright: 2001 Dr. Guenter Bechly + 2001-2002 Brian Russo + 2003-2016 Ola Lundqvist + 2006 Erinn Clark + 2014 Matthias Klose + 2016 Fernando Seiti Furusato + 2016 Giovani Augusto Ferreira +License: GPL-2+ + +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + . You should have received a copy of the GNU General Public License - with your Debian GNU system, in /usr/share/common-licenses/GPL, or - with the Debian GNU steghide source package as the file COPYING. If - not, write to the Free Software Foundation, Inc., 51 Franklin St, - Fifth Floor, Boston, MA 02110-1301, USA. + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Library General Public + License version 2 can be found in `/usr/share/common-licenses/LGPL-2'. diff -Nru steghide-0.5.1/debian/docs steghide-0.5.1/debian/docs --- steghide-0.5.1/debian/docs 2016-09-12 16:03:40.000000000 +0000 +++ steghide-0.5.1/debian/docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -BUGS -CREDITS -HISTORY -README -TODO diff -Nru steghide-0.5.1/debian/patches/consolidated-gcc-patches.patch steghide-0.5.1/debian/patches/consolidated-gcc-patches.patch --- steghide-0.5.1/debian/patches/consolidated-gcc-patches.patch 2016-09-12 18:17:50.000000000 +0000 +++ steghide-0.5.1/debian/patches/consolidated-gcc-patches.patch 2016-11-19 20:31:07.000000000 +0000 @@ -1,6 +1,8 @@ Description: consolidated patches from diff.gz This is a patch consolidation of old diff.gz patching system and the patches that came shipped with the source package. +Index: steghide-0.5.1/src/Arguments.cc +=================================================================== --- steghide-0.5.1.orig/src/Arguments.cc +++ steghide-0.5.1/src/Arguments.cc @@ -28,6 +28,8 @@ @@ -12,9 +14,11 @@ // the global Arguments object Arguments Args ; +Index: steghide-0.5.1/src/Arguments.h +=================================================================== --- steghide-0.5.1.orig/src/Arguments.h +++ steghide-0.5.1/src/Arguments.h -@@ -100,7 +100,7 @@ +@@ -100,7 +100,7 @@ class Arguments { static const VERBOSITY Default_Verbosity = NORMAL ; static const unsigned long Default_Radius = 0 ; // there is no default radius for all file formats static const unsigned int Max_Algorithm = 3 ; @@ -23,6 +27,8 @@ static const DEBUGCOMMAND Default_DebugCommand = NONE ; static const bool Default_Check = false ; static const unsigned int Default_DebugLevel = 0 ; +Index: steghide-0.5.1/src/AuData.h +=================================================================== --- steghide-0.5.1.orig/src/AuData.h +++ steghide-0.5.1/src/AuData.h @@ -26,22 +26,22 @@ @@ -56,6 +62,8 @@ +template <> inline void AuPCM32AudioData::writeValue (BinaryIO* io, SWORD32 v) const { io->write32_be((UWORD32) v) ; } #endif // ndef SH_AUDATA_H +Index: steghide-0.5.1/src/AuSampleValues.cc +=================================================================== --- steghide-0.5.1.orig/src/AuSampleValues.cc +++ steghide-0.5.1/src/AuSampleValues.cc @@ -21,17 +21,17 @@ @@ -84,6 +92,8 @@ -const SWORD32 AuPCM32SampleValue::MaxValue = SWORD32_MAX ; +template <> const SWORD32 AuPCM32SampleValue::MinValue = SWORD32_MIN ; +template <> const SWORD32 AuPCM32SampleValue::MaxValue = SWORD32_MAX ; +Index: steghide-0.5.1/src/EmbData.cc +=================================================================== --- steghide-0.5.1.orig/src/EmbData.cc +++ steghide-0.5.1/src/EmbData.cc @@ -26,6 +26,7 @@ @@ -94,6 +104,8 @@ EmbData::EmbData (MODE m, std::string pp, std::string fn) : Mode(m), Passphrase(pp), FileName(fn) +Index: steghide-0.5.1/src/Graph.cc +=================================================================== --- steghide-0.5.1.orig/src/Graph.cc +++ steghide-0.5.1/src/Graph.cc @@ -33,6 +33,8 @@ @@ -105,9 +117,11 @@ Graph::Graph (CvrStgFile *cvr, const BitString& emb, Selector& sel) { Globs.TheGraph = this ; +Index: steghide-0.5.1/src/MHashPP.cc +=================================================================== --- steghide-0.5.1.orig/src/MHashPP.cc +++ steghide-0.5.1/src/MHashPP.cc -@@ -120,7 +120,7 @@ +@@ -120,7 +120,7 @@ std::string MHashPP::getAlgorithmName () std::string MHashPP::getAlgorithmName (hashid id) { @@ -116,6 +130,8 @@ std::string retval ; if (name == NULL) { retval = std::string ("") ; +Index: steghide-0.5.1/src/ProgressOutput.cc +=================================================================== --- steghide-0.5.1.orig/src/ProgressOutput.cc +++ steghide-0.5.1/src/ProgressOutput.cc @@ -23,6 +23,8 @@ @@ -127,9 +143,11 @@ ProgressOutput::ProgressOutput () : Message("__nomessage__") { +Index: steghide-0.5.1/src/ProgressOutput.h +=================================================================== --- steghide-0.5.1.orig/src/ProgressOutput.h +++ steghide-0.5.1/src/ProgressOutput.h -@@ -62,9 +62,9 @@ +@@ -62,9 +62,9 @@ class ProgressOutput { * \param rate the rate of matched vertices * \param avgweight the average edge weight (is not printed if not given) **/ @@ -141,6 +159,8 @@ protected: std::string vcompose (const char *msgfmt, va_list ap) const ; +Index: steghide-0.5.1/src/wrapper_hash_map.h +=================================================================== --- steghide-0.5.1.orig/src/wrapper_hash_map.h +++ steghide-0.5.1/src/wrapper_hash_map.h @@ -29,7 +29,7 @@ @@ -152,6 +172,8 @@ namespace sgi = std ; // GCC 3.0 # else namespace sgi = __gnu_cxx ; // GCC 3.1 and later +Index: steghide-0.5.1/src/wrapper_hash_set.h +=================================================================== --- steghide-0.5.1.orig/src/wrapper_hash_set.h +++ steghide-0.5.1/src/wrapper_hash_set.h @@ -30,7 +30,7 @@ diff -Nru steghide-0.5.1/debian/patches/correct-german.patch steghide-0.5.1/debian/patches/correct-german.patch --- steghide-0.5.1/debian/patches/correct-german.patch 2016-09-12 17:51:08.000000000 +0000 +++ steghide-0.5.1/debian/patches/correct-german.patch 2016-11-19 20:31:07.000000000 +0000 @@ -1,3 +1,6 @@ +Description: fix a typo in for German traslation. +Author: Ola Lundqvist +Last-Update: 2005-10-08 --- steghide-0.5.1.orig/po/de.po +++ steghide-0.5.1/po/de.po @@ -130,7 +130,7 @@ diff -Nru steghide-0.5.1/debian/patches/fix-spelling.patch steghide-0.5.1/debian/patches/fix-spelling.patch --- steghide-0.5.1/debian/patches/fix-spelling.patch 1970-01-01 00:00:00.000000000 +0000 +++ steghide-0.5.1/debian/patches/fix-spelling.patch 2016-11-19 20:31:07.000000000 +0000 @@ -0,0 +1,1431 @@ +Description: Fix few typos in some files. +Author: Giovani Augusto Ferreira +Last-Update: 2016-11-21 + +--- steghide-0.5.1.orig/doc/steghide.1 ++++ steghide-0.5.1/doc/steghide.1 +@@ -24,7 +24,7 @@ data. + Steghide uses a graph-theoretic approach to steganography. You do not need + to know anything about graph theory to use steghide and you can safely skip the rest of this paragraph if you are + not interested in the technical details. The embedding algorithm roughly works as follows: At first, the secret data +-is compressed and encrypted. Then a sequence of postions of pixels in the cover file ++is compressed and encrypted. Then a sequence of positions of pixels in the cover file + is created based on a pseudo-random number generator initialized with the + passphrase (the secret data will be embedded in the pixels at these positions). Of these positions + those that do not need to be changed (because they already contain the correct +@@ -173,7 +173,7 @@ process. + + .TP + .B "-q, --quiet" +-Supress information messages. ++Suppress information messages. + + .TP + .B "-f, --force" +@@ -230,7 +230,7 @@ yes you have to supply a passphrase. Ste + with that passphrase and - if it succeeds - print some information about it. + + .SH RETURN VALUE +-Steghide returns 0 on success and 1 if a failure occured and it had to terminate ++Steghide returns 0 on success and 1 if a failure occurred and it had to terminate + before completion of the requested operation. Warnings do not have an effect + on the return value. + +--- steghide-0.5.1.orig/po/de.po ++++ steghide-0.5.1/po/de.po +@@ -36,7 +36,7 @@ msgstr "" + + #: src/Arguments.cc:138 + #, c-format +-msgid "you have to suppy a filename to the \"%s\" command." ++msgid "you have to supply a filename to the \"%s\" command." + msgstr "Das Kommando \"%s\" benötigt einen Dateinamen." + + #: src/Arguments.cc:159 src/Arguments.cc:166 src/Arguments.cc:173 +@@ -258,7 +258,7 @@ msgstr "Zusicherung fehlgeschlagen in %s + + #: src/AuFile.cc:94 + #, c-format +-msgid "the au file on standard input uses the unkown encoding %d." ++msgid "the au file on standard input uses the unknown encoding %d." + msgstr "" + "Die au-Datei von der Standardeingabe verwendet die unbekannte Kodierung %d." + +@@ -269,7 +269,7 @@ msgstr "Die au-Datei \"%s\" verwendet di + + #: src/AuFile.cc:107 + #, c-format +-msgid "an error occured while reading the au headers from the file \"%s\"." ++msgid "an error occurred while reading the au headers from the file \"%s\"." + msgstr "" + "Beim Lesen der au-Header aus der Datei \"%s\" ist ein Fehler aufgetreten." + +@@ -279,7 +279,7 @@ msgid "premature end of file \"%s\" whil + msgstr "Die au-Header aus der Datei \"%s\" sind unvollständig." + + #: src/AuFile.cc:119 +-msgid "an error occured while reading the au headers from standard input." ++msgid "an error occurred while reading the au headers from standard input." + msgstr "" + "Beim Lesen der au-Header von der Standardeingabe ist ein Fehler aufgetreten." + +@@ -289,12 +289,12 @@ msgstr "Die au-Header von der Standardei + + #: src/AuFile.cc:165 + #, c-format +-msgid "an error occured while writing the au headers to the file \"%s\"." ++msgid "an error occurred while writing the au headers to the file \"%s\"." + msgstr "" + "Beim Schreiben der au-Header in die Datei \"%s\" ist ein Fehler aufgetreten." + + #: src/AuFile.cc:171 +-msgid "an error occured while writing the au headers to standard output." ++msgid "an error occurred while writing the au headers to standard output." + msgstr "" + "Beim Schreiben der au-Header auf die Standardausgabe ist ein Fehler " + "aufgetreten." +@@ -313,7 +313,7 @@ msgstr "Format" + + #: src/AudioData.h:94 src/WavFile.cc:249 + #, c-format +-msgid "an error occured while reading the audio data from the file \"%s\"." ++msgid "an error occurred while reading the audio data from the file \"%s\"." + msgstr "" + "Beim Lesen der Audiodaten aus der Datei \"%s\" ist ein Fehler aufgetreten." + +@@ -323,7 +323,7 @@ msgid "premature end of file \"%s\" whil + msgstr "Die Audiodaten aus der Datei \"%s\" sind unvollständig." + + #: src/AudioData.h:106 src/WavFile.cc:257 +-msgid "an error occured while reading the audio data from standard input." ++msgid "an error occurred while reading the audio data from standard input." + msgstr "" + "Beim Lesen der Audiodaten von der Standardeingabe ist ein Fehler aufgetreten." + +@@ -333,12 +333,12 @@ msgstr "Die Audiodaten von der Standarde + + #: src/AudioData.h:134 src/WavFile.cc:302 + #, c-format +-msgid "an error occured while writing the audio data to the file \"%s\"." ++msgid "an error occurred while writing the audio data to the file \"%s\"." + msgstr "" + "Beim Schreiben der Audiodaten in die Datei \"%s\" ist ein Fehler aufgetreten." + + #: src/AudioData.h:140 src/WavFile.cc:306 +-msgid "an error occured while writing the audio data to standard output." ++msgid "an error occurred while writing the audio data to standard output." + msgstr "" + "Beim Schreiben der Audiodaten auf die Standardausgabe ist ein Fehler " + "aufgetreten." +@@ -411,7 +411,7 @@ msgstr "" + + #: src/BmpFile.cc:439 + #, c-format +-msgid "an error occured while reading the bmp headers from the file \"%s\"." ++msgid "an error occurred while reading the bmp headers from the file \"%s\"." + msgstr "" + "Beim Lesen der bmp-Header aus der Datei \"%s\" ist ein Fehler aufgetreten." + +@@ -421,7 +421,7 @@ msgid "premature end of file \"%s\" whil + msgstr "Die bmp-Header aus der Datei \"%s\" sind unvollständig." + + #: src/BmpFile.cc:447 +-msgid "an error occured while reading the bmp headers from standard input." ++msgid "an error occurred while reading the bmp headers from standard input." + msgstr "" + "Beim Lesen der bmp-Header von der Standardeingabe ist ein Fehler aufgetreten." + +@@ -493,12 +493,12 @@ msgstr "" + + #: src/BmpFile.cc:669 + #, c-format +-msgid "an error occured while writing the bmp headers to the file \"%s\"." ++msgid "an error occurred while writing the bmp headers to the file \"%s\"." + msgstr "" + "Beim Schreiben der bmp-Header in die Datei \"%s\" ist ein Fehler aufgetreten." + + #: src/BmpFile.cc:673 +-msgid "an error occured while writing the bmp headers to standard output." ++msgid "an error occurred while writing the bmp headers to standard output." + msgstr "" + "Beim Schreiben der bmp-Header auf die Standardausgabe ist ein Fehler " + "aufgetreten." +@@ -512,7 +512,7 @@ msgstr "" + + #: src/BmpFile.cc:790 + #, c-format +-msgid "an error occured while reading the bmp data from the file \"%s\"." ++msgid "an error occurred while reading the bmp data from the file \"%s\"." + msgstr "" + "Beim Lesen der Bilddaten aus der Datei \"%s\" ist ein Fehler aufgetreten." + +@@ -522,7 +522,7 @@ msgid "premature end of file \"%s\" whil + msgstr "Die Bilddaten aus der Datei \"%s\" sind unvollständig." + + #: src/BmpFile.cc:798 +-msgid "an error occured while reading the bmp data from standard input." ++msgid "an error occurred while reading the bmp data from standard input." + msgstr "" + "Beim Lesen der Bilddaten von der Standardeingabe ist ein Fehler aufgetreten." + +@@ -532,12 +532,12 @@ msgstr "Die bmp-Daten von der Standardei + + #: src/BmpFile.cc:840 + #, c-format +-msgid "an error occured while writing the bitmap data to the file \"%s\"." ++msgid "an error occurred while writing the bitmap data to the file \"%s\"." + msgstr "" + "Beim Schreiben der Bilddaten in die Datei \"%s\" ist ein Fehler aufgetreten." + + #: src/BmpFile.cc:844 +-msgid "an error occured while writing the bitmap data to standard output." ++msgid "an error occurred while writing the bitmap data to standard output." + msgstr "" + "Beim Schreiben der Bilddaten auf die Standardausgabe ist ein Fehler " + "aufgetreten." +@@ -967,7 +967,7 @@ msgstr "Die Attribute des Terminals konn + + #: src/WavFile.cc:346 + #, c-format +-msgid "an error occured while reading the wav headers from the file \"%s\"." ++msgid "an error occurred while reading the wav headers from the file \"%s\"." + msgstr "" + "Beim Lesen der wav-Header aus der Datei \"%s\" ist ein Fehler aufgetreten." + +@@ -977,7 +977,7 @@ msgid "premature end of file \"%s\" whil + msgstr "Die wav-Header aus der Datei \"%s\" sind unvollständig." + + #: src/WavFile.cc:358 +-msgid "an error occured while reading the wav headers from standard input." ++msgid "an error occurred while reading the wav headers from standard input." + msgstr "" + "Beim Lesen der wav-Header von der Standardeingabe ist ein Fehler aufgetreten." + +@@ -987,12 +987,12 @@ msgstr "Die wav-Header von der Standarde + + #: src/WavFile.cc:394 + #, c-format +-msgid "an error occured while writing the wav headers to the file \"%s\"." ++msgid "an error occurred while writing the wav headers to the file \"%s\"." + msgstr "" + "Beim Schreiben der wav-Header in die Datei \"%s\" ist ein Fehler aufgetreten." + + #: src/WavFile.cc:400 +-msgid "an error occured while writing the wav headers to standard output." ++msgid "an error occurred while writing the wav headers to standard output." + msgstr "" + "Beim Schreiben der wav-Header auf die Standardausgabe ist ein Fehler " + "aufgetreten." +@@ -1049,21 +1049,21 @@ msgid "premature end of file \"%s\"." + msgstr "Die Datei \"%s\" ist unvollständig." + + #: src/error.cc:66 +-msgid "an error occured while reading data from standard input." ++msgid "an error occurred while reading data from standard input." + msgstr "Beim Lesen von der Standardeingabe ist ein Fehler aufgetreten." + + #: src/error.cc:70 + #, c-format +-msgid "an error occured while reading data from the file \"%s\"." ++msgid "an error occurred while reading data from the file \"%s\"." + msgstr "Beim Lesen aus der Datei \"%s\" ist ein Fehler aufgetreten." + + #: src/error.cc:93 +-msgid "an error occured while writing data to standard output." ++msgid "an error occurred while writing data to standard output." + msgstr "Beim Schreiben auf die Standardausgabe ist ein Fehler aufgetreten." + + #: src/error.cc:97 + #, c-format +-msgid "an error occured while writing data to the file \"%s\"." ++msgid "an error occurred while writing data to the file \"%s\"." + msgstr "Beim Schreiben in die Datei \"%s\" ist ein Fehler aufgetreten." + + #: src/error.cc:119 +--- steghide-0.5.1.orig/po/es.po ++++ steghide-0.5.1/po/es.po +@@ -33,7 +33,7 @@ msgstr "" + + #: src/Arguments.cc:138 + #, c-format +-msgid "you have to suppy a filename to the \"%s\" command." ++msgid "you have to supply a filename to the \"%s\" command." + msgstr "hay que agregarle un nombre de archivo al comando \"%s\"." + + #: src/Arguments.cc:159 src/Arguments.cc:166 src/Arguments.cc:173 +@@ -245,7 +245,7 @@ msgstr "falló la aserción en %s y línea + + #: src/AuFile.cc:94 + #, c-format +-msgid "the au file on standard input uses the unkown encoding %d." ++msgid "the au file on standard input uses the unknown encoding %d." + msgstr "el archivo au de la entrada estandar usa el código desconocido %d." + + #: src/AuFile.cc:97 +@@ -255,7 +255,7 @@ msgstr "el archivo \"%s\" usa el código + + #: src/AuFile.cc:107 + #, c-format +-msgid "an error occured while reading the au headers from the file \"%s\"." ++msgid "an error occurred while reading the au headers from the file \"%s\"." + msgstr "ocurrió un error mientras leía la cabecera au desde el archivo \"%s\"." + + #: src/AuFile.cc:113 +@@ -264,7 +264,7 @@ msgid "premature end of file \"%s\" whil + msgstr "final prematuro de archivo \"%s\" mientras leía cabecera au. " + + #: src/AuFile.cc:119 +-msgid "an error occured while reading the au headers from standard input." ++msgid "an error occurred while reading the au headers from standard input." + msgstr "" + "ocurrió un error mientras leía la cabecera au desde la entrada estandar." + +@@ -275,11 +275,11 @@ msgstr "" + + #: src/AuFile.cc:165 + #, c-format +-msgid "an error occured while writing the au headers to the file \"%s\"." ++msgid "an error occurred while writing the au headers to the file \"%s\"." + msgstr "ocurrió un error mientras grababa la cabecera au en el archivo \"%s\"." + + #: src/AuFile.cc:171 +-msgid "an error occured while writing the au headers to standard output." ++msgid "an error occurred while writing the au headers to standard output." + msgstr "" + "ocurrió un error mientras escribia la cabecera au en la salida estandar." + +@@ -297,7 +297,7 @@ msgstr "formato" + + #: src/AudioData.h:94 src/WavFile.cc:249 + #, c-format +-msgid "an error occured while reading the audio data from the file \"%s\"." ++msgid "an error occurred while reading the audio data from the file \"%s\"." + msgstr "ocurrió un error mientras leía los datos de audio del archivo \"%s\"." + + #: src/AudioData.h:100 src/WavFile.cc:253 +@@ -306,7 +306,7 @@ msgid "premature end of file \"%s\" whil + msgstr "final prematuro del archivo \"%s\" mientras leía datos de audio." + + #: src/AudioData.h:106 src/WavFile.cc:257 +-msgid "an error occured while reading the audio data from standard input." ++msgid "an error occurred while reading the audio data from standard input." + msgstr "" + "ocurrió un error mientras leía los datos de audio desde la entrada estandar. " + +@@ -317,12 +317,12 @@ msgstr "" + + #: src/AudioData.h:134 src/WavFile.cc:302 + #, c-format +-msgid "an error occured while writing the audio data to the file \"%s\"." ++msgid "an error occurred while writing the audio data to the file \"%s\"." + msgstr "" + "ocurrió un error mientras grababa los datos de audio en el archivo \"%s\"." + + #: src/AudioData.h:140 src/WavFile.cc:306 +-msgid "an error occured while writing the audio data to standard output." ++msgid "an error occurred while writing the audio data to standard output." + msgstr "" + "ocurrió un error mientras escribia los datos de audio en la salida estandar." + +@@ -389,7 +389,7 @@ msgstr "el archivo bmp \"%s\" tiene un + + #: src/BmpFile.cc:439 + #, c-format +-msgid "an error occured while reading the bmp headers from the file \"%s\"." ++msgid "an error occurred while reading the bmp headers from the file \"%s\"." + msgstr "ocurrió un error mientras leía la cabecera bmp del archivo \"%s\"." + + #: src/BmpFile.cc:443 +@@ -398,7 +398,7 @@ msgid "premature end of file \"%s\" whil + msgstr "final prematuro d/archivo \"%s\" mientras leía la cabecera bmp." + + #: src/BmpFile.cc:447 +-msgid "an error occured while reading the bmp headers from standard input." ++msgid "an error occurred while reading the bmp headers from standard input." + msgstr "ocurrió un error mientras leía cabecera bmp de la entrada estandar." + + #: src/BmpFile.cc:451 +@@ -467,11 +467,11 @@ msgstr "" + + #: src/BmpFile.cc:669 + #, c-format +-msgid "an error occured while writing the bmp headers to the file \"%s\"." ++msgid "an error occurred while writing the bmp headers to the file \"%s\"." + msgstr "ocurrió un error mientras escribia cabecera bmp en archivo \"%s\"." + + #: src/BmpFile.cc:673 +-msgid "an error occured while writing the bmp headers to standard output." ++msgid "an error occurred while writing the bmp headers to standard output." + msgstr "" + "ocurrió un error mientras escribia la cabecera bmp en la salida estandar." + +@@ -482,7 +482,7 @@ msgstr "datos bmp pueden ser inservibles + + #: src/BmpFile.cc:790 + #, c-format +-msgid "an error occured while reading the bmp data from the file \"%s\"." ++msgid "an error occurred while reading the bmp data from the file \"%s\"." + msgstr "ocurrió un error mientras leía datos bmp del archivo \"%s\"." + + #: src/BmpFile.cc:794 +@@ -491,7 +491,7 @@ msgid "premature end of file \"%s\" whil + msgstr "final prematuro de archivo \"%s\" mientras leía datos bmp." + + #: src/BmpFile.cc:798 +-msgid "an error occured while reading the bmp data from standard input." ++msgid "an error occurred while reading the bmp data from standard input." + msgstr "ocurrió un error mientras leía datos bmp desde entrada estandar." + + #: src/BmpFile.cc:802 +@@ -500,12 +500,12 @@ msgstr "final prematuro d/datos bmp desd + + #: src/BmpFile.cc:840 + #, c-format +-msgid "an error occured while writing the bitmap data to the file \"%s\"." ++msgid "an error occurred while writing the bitmap data to the file \"%s\"." + msgstr "" + "ocurrió un error mientras grababa datos d/mapa d/bits e/archivo \"%s\"." + + #: src/BmpFile.cc:844 +-msgid "an error occured while writing the bitmap data to standard output." ++msgid "an error occurred while writing the bitmap data to standard output." + msgstr "" + "ocurrió un error mientras escribia datos d/mapa d/bits e/salida estandar." + +@@ -928,7 +928,7 @@ msgstr "no pude configurar atributos del + + #: src/WavFile.cc:346 + #, c-format +-msgid "an error occured while reading the wav headers from the file \"%s\"." ++msgid "an error occurred while reading the wav headers from the file \"%s\"." + msgstr "" + "ocurrió un error mientras leia las cabeceras wav desde el archivo \"%s\"." + +@@ -938,7 +938,7 @@ msgid "premature end of file \"%s\" whil + msgstr "final prematuro de archivo \"%s\" mientras leia las cabeceras wav." + + #: src/WavFile.cc:358 +-msgid "an error occured while reading the wav headers from standard input." ++msgid "an error occurred while reading the wav headers from standard input." + msgstr "" + "ocurrió un error mientras leia las cabeceras wav desde la entrada estandar." + +@@ -950,13 +950,13 @@ msgstr "" + + #: src/WavFile.cc:394 + #, c-format +-msgid "an error occured while writing the wav headers to the file \"%s\"." ++msgid "an error occurred while writing the wav headers to the file \"%s\"." + msgstr "" + "ocurrió un error mientras se escribian las cabeceras wav en el archivo \"%s" + "\"." + + #: src/WavFile.cc:400 +-msgid "an error occured while writing the wav headers to standard output." ++msgid "an error occurred while writing the wav headers to standard output." + msgstr "" + "ocurrió un error mientras se escribian las cabeceras wav en la salida " + "estandar" +@@ -1011,21 +1011,21 @@ msgid "premature end of file \"%s\"." + msgstr "final prematuro del archivo \"%s\"." + + #: src/error.cc:66 +-msgid "an error occured while reading data from standard input." ++msgid "an error occurred while reading data from standard input." + msgstr "ocurrió un error mientras leia información desde entrada estandar." + + #: src/error.cc:70 + #, c-format +-msgid "an error occured while reading data from the file \"%s\"." ++msgid "an error occurred while reading data from the file \"%s\"." + msgstr "ocurrió un error mientras leia información desde archivo \"%s\"." + + #: src/error.cc:93 +-msgid "an error occured while writing data to standard output." ++msgid "an error occurred while writing data to standard output." + msgstr "ocurrió un error mientras escribia información en entrada estandar." + + #: src/error.cc:97 + #, c-format +-msgid "an error occured while writing data to the file \"%s\"." ++msgid "an error occurred while writing data to the file \"%s\"." + msgstr "ocurrió un error mientras escribia información en archivo \"%s\"." + + #: src/error.cc:119 +--- steghide-0.5.1.orig/po/fr.po ++++ steghide-0.5.1/po/fr.po +@@ -37,7 +37,7 @@ msgstr "" + + #: src/Arguments.cc:138 + #, c-format +-msgid "you have to suppy a filename to the \"%s\" command." ++msgid "you have to supply a filename to the \"%s\" command." + msgstr "vous devez fournir un nom de fichier à la commande \"%s\"." + + #: src/Arguments.cc:159 src/Arguments.cc:166 src/Arguments.cc:173 +@@ -256,7 +256,7 @@ msgstr "Une assertion erronée a été trou + + #: src/AuFile.cc:94 + #, c-format +-msgid "the au file on standard input uses the unkown encoding %d." ++msgid "the au file on standard input uses the unknown encoding %d." + msgstr "" + "le fichier wav à partir de l'entrée standard utilise l'encodage %d inconnu." + +@@ -267,7 +267,7 @@ msgstr "le fichier au \"%s\" utilise l'e + + #: src/AuFile.cc:107 + #, c-format +-msgid "an error occured while reading the au headers from the file \"%s\"." ++msgid "an error occurred while reading the au headers from the file \"%s\"." + msgstr "" + "une erreur a eu lieu lors de la lecture de l'entête au à partir du fichier " + "\"%s\"." +@@ -278,7 +278,7 @@ msgid "premature end of file \"%s\" whil + msgstr "fin innattendue du fichier \"%s\" lors de la lecture des entetes au." + + #: src/AuFile.cc:119 +-msgid "an error occured while reading the au headers from standard input." ++msgid "an error occurred while reading the au headers from standard input." + msgstr "" + "une erreur a eu lieu lors de la lecture de l'entete au à partir de l'entrée " + "standard." +@@ -291,13 +291,13 @@ msgstr "" + + #: src/AuFile.cc:165 + #, c-format +-msgid "an error occured while writing the au headers to the file \"%s\"." ++msgid "an error occurred while writing the au headers to the file \"%s\"." + msgstr "" + "une erreur a eu lieu lors de l'écriture de l'entête au vers le fichier \"%s" + "\"." + + #: src/AuFile.cc:171 +-msgid "an error occured while writing the au headers to standard output." ++msgid "an error occurred while writing the au headers to standard output." + msgstr "" + "une erreur a eu lieu lors de l'écriture de l'entête au vers la sortie " + "standard." +@@ -316,7 +316,7 @@ msgstr "format" + + #: src/AudioData.h:94 src/WavFile.cc:249 + #, c-format +-msgid "an error occured while reading the audio data from the file \"%s\"." ++msgid "an error occurred while reading the audio data from the file \"%s\"." + msgstr "" + "une erreur a eu lieu lors de la lecture des données audio à partir du " + "fichier \"%s\"." +@@ -328,7 +328,7 @@ msgstr "" + "fin innattendue du fichier \"%s\" lors de la lecture des données audio." + + #: src/AudioData.h:106 src/WavFile.cc:257 +-msgid "an error occured while reading the audio data from standard input." ++msgid "an error occurred while reading the audio data from standard input." + msgstr "" + "une erreur a eu lieu lors de la lecture des données audio à partir de " + "l'entrée standard." +@@ -341,13 +341,13 @@ msgstr "" + + #: src/AudioData.h:134 src/WavFile.cc:302 + #, c-format +-msgid "an error occured while writing the audio data to the file \"%s\"." ++msgid "an error occurred while writing the audio data to the file \"%s\"." + msgstr "" + "une erreur a eu lieu lors de l'écriture des données audio vers le fichier \"%" + "s\"." + + #: src/AudioData.h:140 src/WavFile.cc:306 +-msgid "an error occured while writing the audio data to standard output." ++msgid "an error occurred while writing the audio data to standard output." + msgstr "" + "une erreur a eu lieu lors de l'écriture des données audio vers la sortie " + "standard." +@@ -415,7 +415,7 @@ msgstr "le fichier \"%s\" a un format qu + + #: src/BmpFile.cc:439 + #, c-format +-msgid "an error occured while reading the bmp headers from the file \"%s\"." ++msgid "an error occurred while reading the bmp headers from the file \"%s\"." + msgstr "" + "une erreur a eu lieu lors de la lecture de l'entête bmp du fichier \"%s\"." + +@@ -425,7 +425,7 @@ msgid "premature end of file \"%s\" whil + msgstr "fin innattendue du fichier \"%s\" lors de la lecture des entetes bmp." + + #: src/BmpFile.cc:447 +-msgid "an error occured while reading the bmp headers from standard input." ++msgid "an error occurred while reading the bmp headers from standard input." + msgstr "" + "une erreur a eu lieu lors de la lecture de l'entête bmp à partir de l'entrée " + "standard." +@@ -499,13 +499,13 @@ msgstr "le fichier \"%s\" a un format qu + + #: src/BmpFile.cc:669 + #, c-format +-msgid "an error occured while writing the bmp headers to the file \"%s\"." ++msgid "an error occurred while writing the bmp headers to the file \"%s\"." + msgstr "" + "une erreur a eu lieu lors de l'écriture de l'entête bmp vers le fichier \"%s" + "\"." + + #: src/BmpFile.cc:673 +-msgid "an error occured while writing the bmp headers to standard output." ++msgid "an error occurred while writing the bmp headers to standard output." + msgstr "" + "une erreur a eu lieu lors de l'écriture de l'entête bmp vers la sortie " + "standard." +@@ -519,7 +519,7 @@ msgstr "" + + #: src/BmpFile.cc:790 + #, c-format +-msgid "an error occured while reading the bmp data from the file \"%s\"." ++msgid "an error occurred while reading the bmp data from the file \"%s\"." + msgstr "" + "une erreur a eu lieu lors de la lecture des données bitmap du fichier \"%s\"." + +@@ -529,7 +529,7 @@ msgid "premature end of file \"%s\" whil + msgstr "fin innattendue du fichier \"%s\" lors de la lecture des données bmp." + + #: src/BmpFile.cc:798 +-msgid "an error occured while reading the bmp data from standard input." ++msgid "an error occurred while reading the bmp data from standard input." + msgstr "" + "une erreur a eu lieu lors de la lecture des données bitmap à partir de " + "l'entrée standard." +@@ -540,13 +540,13 @@ msgstr "fin innatendue des données bmp à + + #: src/BmpFile.cc:840 + #, c-format +-msgid "an error occured while writing the bitmap data to the file \"%s\"." ++msgid "an error occurred while writing the bitmap data to the file \"%s\"." + msgstr "" + "une erreur a eu lieu lors de l'écriture des données bitmap vers le fichier " + "\"%s\"." + + #: src/BmpFile.cc:844 +-msgid "an error occured while writing the bitmap data to standard output." ++msgid "an error occurred while writing the bitmap data to standard output." + msgstr "" + "une erreur a eu lieu lors de l'écriture des données bitmap vers la sortie " + "standard." +@@ -977,7 +977,7 @@ msgstr "n'a pas pu fixer les propriétés + + #: src/WavFile.cc:346 + #, c-format +-msgid "an error occured while reading the wav headers from the file \"%s\"." ++msgid "an error occurred while reading the wav headers from the file \"%s\"." + msgstr "" + "une erreur a eu lieu lors de la lecture de l'entête wav à partir du fichier " + "\"%s\"." +@@ -988,7 +988,7 @@ msgid "premature end of file \"%s\" whil + msgstr "fin innatendue du fichier \"%s\" lors de la lecture des entetes wav." + + #: src/WavFile.cc:358 +-msgid "an error occured while reading the wav headers from standard input." ++msgid "an error occurred while reading the wav headers from standard input." + msgstr "" + "une erreur a eu lieu lors de la lecture de l'entete wav à partir de l'entrée " + "standard." +@@ -1001,13 +1001,13 @@ msgstr "" + + #: src/WavFile.cc:394 + #, c-format +-msgid "an error occured while writing the wav headers to the file \"%s\"." ++msgid "an error occurred while writing the wav headers to the file \"%s\"." + msgstr "" + "une erreur a eu lieu lors de l'écriture de l'entête wav vers le fichier \"%s" + "\"." + + #: src/WavFile.cc:400 +-msgid "an error occured while writing the wav headers to standard output." ++msgid "an error occurred while writing the wav headers to standard output." + msgstr "" + "une erreur a eu lieu lors de l'écriture de l'entête wav vers la sortie " + "standard." +@@ -1063,26 +1063,26 @@ msgid "premature end of file \"%s\"." + msgstr "fin innattendue du fichier \"%s\"." + + #: src/error.cc:66 +-msgid "an error occured while reading data from standard input." ++msgid "an error occurred while reading data from standard input." + msgstr "" + "une erreur a eu lieu lors de la lecture des données à partir de l'entrée " + "standard." + + #: src/error.cc:70 + #, c-format +-msgid "an error occured while reading data from the file \"%s\"." ++msgid "an error occurred while reading data from the file \"%s\"." + msgstr "" + "une erreur a eu lieu lors de la lecture des données à partir du fichier \"%s" + "\"." + + #: src/error.cc:93 +-msgid "an error occured while writing data to standard output." ++msgid "an error occurred while writing data to standard output." + msgstr "" + "une erreur a eu lieu lors de l'écriture des données vers la sortie standard." + + #: src/error.cc:97 + #, c-format +-msgid "an error occured while writing data to the file \"%s\"." ++msgid "an error occurred while writing data to the file \"%s\"." + msgstr "" + "une erreur a eu lieu lors de l'écriture des données vers le fichier \"%s\"." + +@@ -1319,20 +1319,20 @@ msgstr "terminal inconnu. Vous devez app + #~ "a rencontré un code marqueur 0x%x inconnu dans le fichier jpeg \"%s\" " + #~ "lors de la lecture scan." + +-#~ msgid "an error occured while reading the file \"%s\"." ++#~ msgid "an error occurred while reading the file \"%s\"." + #~ msgstr "une erreur a eu lieu lors de la lecture du fichier \"%s\"." + +-#~ msgid "an error occured while reading the plain data from standard input." ++#~ msgid "an error occurred while reading the plain data from standard input." + #~ msgstr "" + #~ "une erreur a eu lieu lors de la lecture des données à cacher à partir de " + #~ "l'entrée standard." + +-#~ msgid "an error occured while writing the plain data to standard output." ++#~ msgid "an error occurred while writing the plain data to standard output." + #~ msgstr "" + #~ "une erreur a eu lieu lors de l'écriture des données cachées vers la " + #~ "sortie standard." + +-#~ msgid "an error occured while writing to the file \"%s\"." ++#~ msgid "an error occurred while writing to the file \"%s\"." + #~ msgstr "une erreur a eu lieu lors de l'écriture vers le fichier \"%s\"." + + #~ msgid "could not create plain file \"%s\"." +--- steghide-0.5.1.orig/po/ro.po ++++ steghide-0.5.1/po/ro.po +@@ -34,7 +34,7 @@ msgstr "" + + #: src/Arguments.cc:138 + #, c-format +-msgid "you have to suppy a filename to the \"%s\" command." ++msgid "you have to supply a filename to the \"%s\" command." + msgstr "trebuie sa precizati un nume de fisier acestei comenzi \"%s\"." + + #: src/Arguments.cc:159 src/Arguments.cc:166 src/Arguments.cc:173 +@@ -257,7 +257,7 @@ msgstr "declaratii nereusite in %s la li + + #: src/AuFile.cc:94 + #, c-format +-msgid "the au file on standard input uses the unkown encoding %d." ++msgid "the au file on standard input uses the unknown encoding %d." + msgstr "fisierul au de la intrarea standard foloseste un codec necunoscut %d." + + #: src/AuFile.cc:97 +@@ -267,7 +267,7 @@ msgstr "fisierul au \"%s\" foloseste un + + #: src/AuFile.cc:107 + #, c-format +-msgid "an error occured while reading the au headers from the file \"%s\"." ++msgid "an error occurred while reading the au headers from the file \"%s\"." + msgstr "" + "o eroare a fost generata in timp ce se citeau header-ele au din \"%s\"." + +@@ -277,7 +277,7 @@ msgid "premature end of file \"%s\" whil + msgstr "terminare prematura a \"%s\" in timpul citirii header-elor au." + + #: src/AuFile.cc:119 +-msgid "an error occured while reading the au headers from standard input." ++msgid "an error occurred while reading the au headers from standard input." + msgstr "" + "o eroare a fost generata in timp ce se citeau header-ele au de la intrarea " + "standard." +@@ -290,12 +290,12 @@ msgstr "" + + #: src/AuFile.cc:165 + #, c-format +-msgid "an error occured while writing the au headers to the file \"%s\"." ++msgid "an error occurred while writing the au headers to the file \"%s\"." + msgstr "" + "o eroare a fost generata in timp ce se scria header-ul au in fisierul \"%s\"." + + #: src/AuFile.cc:171 +-msgid "an error occured while writing the au headers to standard output." ++msgid "an error occurred while writing the au headers to standard output." + msgstr "" + "o eroare a fost generata in timp ce se scriau header-ele au la iesirea " + "standard." +@@ -314,7 +314,7 @@ msgstr "format" + + #: src/AudioData.h:94 src/WavFile.cc:249 + #, c-format +-msgid "an error occured while reading the audio data from the file \"%s\"." ++msgid "an error occurred while reading the audio data from the file \"%s\"." + msgstr "o eroare a fost generata in timp ce se citeau datele audio din \"%s\"." + + #: src/AudioData.h:100 src/WavFile.cc:253 +@@ -323,7 +323,7 @@ msgid "premature end of file \"%s\" whil + msgstr "terminare prematura a \"%s\" in timpul citirii datelor audio." + + #: src/AudioData.h:106 src/WavFile.cc:257 +-msgid "an error occured while reading the audio data from standard input." ++msgid "an error occurred while reading the audio data from standard input." + msgstr "" + "o eroare a fost generata in timp ce se citeau datele audio de la intrarea " + "standard." +@@ -336,12 +336,12 @@ msgstr "" + + #: src/AudioData.h:134 src/WavFile.cc:302 + #, c-format +-msgid "an error occured while writing the audio data to the file \"%s\"." ++msgid "an error occurred while writing the audio data to the file \"%s\"." + msgstr "" + "o eroare a fost generata in timp ce se scria datele audio in fisierul \"%s\"." + + #: src/AudioData.h:140 src/WavFile.cc:306 +-msgid "an error occured while writing the audio data to standard output." ++msgid "an error occurred while writing the audio data to standard output." + msgstr "" + "o eroare a fost generata in timpul scrierii datelor audio la iesirea " + "standard." +@@ -414,7 +414,7 @@ msgstr "" + + #: src/BmpFile.cc:439 + #, c-format +-msgid "an error occured while reading the bmp headers from the file \"%s\"." ++msgid "an error occurred while reading the bmp headers from the file \"%s\"." + msgstr "" + "o eroare a fost generata in timp ce se citeau header-ele bmp din \"%s\"." + +@@ -424,7 +424,7 @@ msgid "premature end of file \"%s\" whil + msgstr "terminare prematura a \"%s\" in timpul citirii header-elor bmp." + + #: src/BmpFile.cc:447 +-msgid "an error occured while reading the bmp headers from standard input." ++msgid "an error occurred while reading the bmp headers from standard input." + msgstr "" + "o eroare a fost generata in timp ce se citeau header-ele bmp de la intrarea " + "standard." +@@ -496,12 +496,12 @@ msgstr "" + + #: src/BmpFile.cc:669 + #, c-format +-msgid "an error occured while writing the bmp headers to the file \"%s\"." ++msgid "an error occurred while writing the bmp headers to the file \"%s\"." + msgstr "" + "o eroare a fost generata in timpul scrierii header-elor bitmap in \"%s\"." + + #: src/BmpFile.cc:673 +-msgid "an error occured while writing the bmp headers to standard output." ++msgid "an error occurred while writing the bmp headers to standard output." + msgstr "" + "ao eroare a fost generata in timpul scrierii header-elor bitmap la iesirea " + "standard." +@@ -513,7 +513,7 @@ msgstr "posibil date bmp corupte (byte-u + + #: src/BmpFile.cc:790 + #, c-format +-msgid "an error occured while reading the bmp data from the file \"%s\"." ++msgid "an error occurred while reading the bmp data from the file \"%s\"." + msgstr "o eroare a fost generata in timp ce se citeau datele bmp din \"%s\"." + + #: src/BmpFile.cc:794 +@@ -522,7 +522,7 @@ msgid "premature end of file \"%s\" whil + msgstr "terminare prematura a \"%s\" in timpul citirii datelor bmp." + + #: src/BmpFile.cc:798 +-msgid "an error occured while reading the bmp data from standard input." ++msgid "an error occurred while reading the bmp data from standard input." + msgstr "" + "o eroare a fost generata in timp ce se citeau datele bmp de la intrarea " + "standard." +@@ -533,13 +533,13 @@ msgstr "terminare prematura a datelor bm + + #: src/BmpFile.cc:840 + #, c-format +-msgid "an error occured while writing the bitmap data to the file \"%s\"." ++msgid "an error occurred while writing the bitmap data to the file \"%s\"." + msgstr "" + "o eroare a fost generata in timpul scrierii datelor bitmap in fisierul \"%s" + "\"." + + #: src/BmpFile.cc:844 +-msgid "an error occured while writing the bitmap data to standard output." ++msgid "an error occurred while writing the bitmap data to standard output." + msgstr "" + "o eroare a fost generata in timpul scrierii datelor bitmap la iesirea " + "standard." +@@ -970,7 +970,7 @@ msgstr "nu am putut seta atributele term + + #: src/WavFile.cc:346 + #, c-format +-msgid "an error occured while reading the wav headers from the file \"%s\"." ++msgid "an error occurred while reading the wav headers from the file \"%s\"." + msgstr "" + "o eroare a fost generata in timp ce se citeau header-ele wav din fisierul \"%" + "s\"." +@@ -981,7 +981,7 @@ msgid "premature end of file \"%s\" whil + msgstr "terminare prematura a \"%s\" in timpul citirii header-elor wav." + + #: src/WavFile.cc:358 +-msgid "an error occured while reading the wav headers from standard input." ++msgid "an error occurred while reading the wav headers from standard input." + msgstr "" + "o eroare a fost generata in timp ce se citeau header-ele wav de la intrarea " + "standard." +@@ -994,11 +994,11 @@ msgstr "" + + #: src/WavFile.cc:394 + #, c-format +-msgid "an error occured while writing the wav headers to the file \"%s\"." ++msgid "an error occurred while writing the wav headers to the file \"%s\"." + msgstr "o eroare a fost generata in timpul scrierii header-elor wav in \"%s\"." + + #: src/WavFile.cc:400 +-msgid "an error occured while writing the wav headers to standard output." ++msgid "an error occurred while writing the wav headers to standard output." + msgstr "" + "o eroare a fost generata in timpul scrierii header-elor wav la iesirea " + "standard." +@@ -1055,22 +1055,22 @@ msgid "premature end of file \"%s\"." + msgstr "terminare prematura a \"%s\"." + + #: src/error.cc:66 +-msgid "an error occured while reading data from standard input." ++msgid "an error occurred while reading data from standard input." + msgstr "" + "o eroare a fost generata in timp ce se citea date de la intrarea standard." + + #: src/error.cc:70 + #, c-format +-msgid "an error occured while reading data from the file \"%s\"." ++msgid "an error occurred while reading data from the file \"%s\"." + msgstr "o eroare a fost generata in timp ce se citea date din fisierul \"%s\"." + + #: src/error.cc:93 +-msgid "an error occured while writing data to standard output." ++msgid "an error occurred while writing data to standard output." + msgstr "o eroare a fost generata in timp ce se scria date la iesirea standard." + + #: src/error.cc:97 + #, c-format +-msgid "an error occured while writing data to the file \"%s\"." ++msgid "an error occurred while writing data to the file \"%s\"." + msgstr "o eroare a fost generata in timp ce se scria fisierul \"%s\"." + + #: src/error.cc:119 +--- steghide-0.5.1.orig/po/steghide.pot ++++ steghide-0.5.1/po/steghide.pot +@@ -32,7 +32,7 @@ msgstr "" + + #: src/Arguments.cc:138 + #, c-format +-msgid "you have to suppy a filename to the \"%s\" command." ++msgid "you have to supply a filename to the \"%s\" command." + msgstr "" + + #: src/Arguments.cc:159 src/Arguments.cc:166 src/Arguments.cc:173 +@@ -232,7 +232,7 @@ msgstr "" + + #: src/AuFile.cc:94 + #, c-format +-msgid "the au file on standard input uses the unkown encoding %d." ++msgid "the au file on standard input uses the unknown encoding %d." + msgstr "" + + #: src/AuFile.cc:97 +@@ -242,7 +242,7 @@ msgstr "" + + #: src/AuFile.cc:107 + #, c-format +-msgid "an error occured while reading the au headers from the file \"%s\"." ++msgid "an error occurred while reading the au headers from the file \"%s\"." + msgstr "" + + #: src/AuFile.cc:113 +@@ -251,7 +251,7 @@ msgid "premature end of file \"%s\" whil + msgstr "" + + #: src/AuFile.cc:119 +-msgid "an error occured while reading the au headers from standard input." ++msgid "an error occurred while reading the au headers from standard input." + msgstr "" + + #: src/AuFile.cc:125 +@@ -260,11 +260,11 @@ msgstr "" + + #: src/AuFile.cc:165 + #, c-format +-msgid "an error occured while writing the au headers to the file \"%s\"." ++msgid "an error occurred while writing the au headers to the file \"%s\"." + msgstr "" + + #: src/AuFile.cc:171 +-msgid "an error occured while writing the au headers to standard output." ++msgid "an error occurred while writing the au headers to standard output." + msgstr "" + + #: src/AuFile.cc:188 +@@ -281,7 +281,7 @@ msgstr "" + + #: src/AudioData.h:94 src/WavFile.cc:249 + #, c-format +-msgid "an error occured while reading the audio data from the file \"%s\"." ++msgid "an error occurred while reading the audio data from the file \"%s\"." + msgstr "" + + #: src/AudioData.h:100 src/WavFile.cc:253 +@@ -290,7 +290,7 @@ msgid "premature end of file \"%s\" whil + msgstr "" + + #: src/AudioData.h:106 src/WavFile.cc:257 +-msgid "an error occured while reading the audio data from standard input." ++msgid "an error occurred while reading the audio data from standard input." + msgstr "" + + #: src/AudioData.h:112 src/WavFile.cc:261 +@@ -299,11 +299,11 @@ msgstr "" + + #: src/AudioData.h:134 src/WavFile.cc:302 + #, c-format +-msgid "an error occured while writing the audio data to the file \"%s\"." ++msgid "an error occurred while writing the audio data to the file \"%s\"." + msgstr "" + + #: src/AudioData.h:140 src/WavFile.cc:306 +-msgid "an error occured while writing the audio data to standard output." ++msgid "an error occurred while writing the audio data to standard output." + msgstr "" + + #: src/BinaryIO.cc:67 +@@ -367,7 +367,7 @@ msgstr "" + + #: src/BmpFile.cc:439 + #, c-format +-msgid "an error occured while reading the bmp headers from the file \"%s\"." ++msgid "an error occurred while reading the bmp headers from the file \"%s\"." + msgstr "" + + #: src/BmpFile.cc:443 +@@ -376,7 +376,7 @@ msgid "premature end of file \"%s\" whil + msgstr "" + + #: src/BmpFile.cc:447 +-msgid "an error occured while reading the bmp headers from standard input." ++msgid "an error occurred while reading the bmp headers from standard input." + msgstr "" + + #: src/BmpFile.cc:451 +@@ -433,11 +433,11 @@ msgstr "" + + #: src/BmpFile.cc:669 + #, c-format +-msgid "an error occured while writing the bmp headers to the file \"%s\"." ++msgid "an error occurred while writing the bmp headers to the file \"%s\"." + msgstr "" + + #: src/BmpFile.cc:673 +-msgid "an error occured while writing the bmp headers to standard output." ++msgid "an error occurred while writing the bmp headers to standard output." + msgstr "" + + #: src/BmpFile.cc:776 +@@ -447,7 +447,7 @@ msgstr "" + + #: src/BmpFile.cc:790 + #, c-format +-msgid "an error occured while reading the bmp data from the file \"%s\"." ++msgid "an error occurred while reading the bmp data from the file \"%s\"." + msgstr "" + + #: src/BmpFile.cc:794 +@@ -456,7 +456,7 @@ msgid "premature end of file \"%s\" whil + msgstr "" + + #: src/BmpFile.cc:798 +-msgid "an error occured while reading the bmp data from standard input." ++msgid "an error occurred while reading the bmp data from standard input." + msgstr "" + + #: src/BmpFile.cc:802 +@@ -465,11 +465,11 @@ msgstr "" + + #: src/BmpFile.cc:840 + #, c-format +-msgid "an error occured while writing the bitmap data to the file \"%s\"." ++msgid "an error occurred while writing the bitmap data to the file \"%s\"." + msgstr "" + + #: src/BmpFile.cc:844 +-msgid "an error occured while writing the bitmap data to standard output." ++msgid "an error occurred while writing the bitmap data to standard output." + msgstr "" + + #: src/CvrStgFile.cc:212 +@@ -812,7 +812,7 @@ msgstr "" + + #: src/WavFile.cc:346 + #, c-format +-msgid "an error occured while reading the wav headers from the file \"%s\"." ++msgid "an error occurred while reading the wav headers from the file \"%s\"." + msgstr "" + + #: src/WavFile.cc:352 +@@ -821,7 +821,7 @@ msgid "premature end of file \"%s\" whil + msgstr "" + + #: src/WavFile.cc:358 +-msgid "an error occured while reading the wav headers from standard input." ++msgid "an error occurred while reading the wav headers from standard input." + msgstr "" + + #: src/WavFile.cc:364 +@@ -830,11 +830,11 @@ msgstr "" + + #: src/WavFile.cc:394 + #, c-format +-msgid "an error occured while writing the wav headers to the file \"%s\"." ++msgid "an error occurred while writing the wav headers to the file \"%s\"." + msgstr "" + + #: src/WavFile.cc:400 +-msgid "an error occured while writing the wav headers to standard output." ++msgid "an error occurred while writing the wav headers to standard output." + msgstr "" + + #: src/WavFormatChunk.cc:31 +@@ -883,21 +883,21 @@ msgid "premature end of file \"%s\"." + msgstr "" + + #: src/error.cc:66 +-msgid "an error occured while reading data from standard input." ++msgid "an error occurred while reading data from standard input." + msgstr "" + + #: src/error.cc:70 + #, c-format +-msgid "an error occured while reading data from the file \"%s\"." ++msgid "an error occurred while reading data from the file \"%s\"." + msgstr "" + + #: src/error.cc:93 +-msgid "an error occured while writing data to standard output." ++msgid "an error occurred while writing data to standard output." + msgstr "" + + #: src/error.cc:97 + #, c-format +-msgid "an error occured while writing data to the file \"%s\"." ++msgid "an error occurred while writing data to the file \"%s\"." + msgstr "" + + #: src/error.cc:119 +--- steghide-0.5.1.orig/src/Arguments.cc ++++ steghide-0.5.1/src/Arguments.cc +@@ -137,7 +137,7 @@ void Arguments::parse_Command (ArgIt& cu + ++curarg ; + + if (curarg == TheArguments.end()) { +- throw ArgError (_("you have to suppy a filename to the \"%s\" command."), CommandString.c_str()) ; ++ throw ArgError (_("you have to supply a filename to the \"%s\" command."), CommandString.c_str()) ; + } + else { + parse_Passphrase (curarg) ; // try: maybe -p is first argument +--- steghide-0.5.1.orig/src/AuFile.cc ++++ steghide-0.5.1/src/AuFile.cc +@@ -91,7 +91,7 @@ void AuFile::read (BinaryIO *io) + + default: + if (getBinIO()->is_std()) { +- throw NotImplementedError (_("the au file on standard input uses the unkown encoding %d."), encoding) ; ++ throw NotImplementedError (_("the au file on standard input uses the unknown encoding %d."), encoding) ; + } + else { + throw NotImplementedError (_("the au file \"%s\" uses the unknown encoding %d."), getBinIO()->getName().c_str(), encoding) ; +@@ -104,7 +104,7 @@ void AuFile::read (BinaryIO *io) + switch (e.getType()) { + case BinaryInputError::FILE_ERR: + { +- throw SteghideError (_("an error occured while reading the au headers from the file \"%s\"."), getBinIO()->getName().c_str()) ; ++ throw SteghideError (_("an error occurred while reading the au headers from the file \"%s\"."), getBinIO()->getName().c_str()) ; + break ; + } + +@@ -116,7 +116,7 @@ void AuFile::read (BinaryIO *io) + + case BinaryInputError::STDIN_ERR: + { +- throw SteghideError (_("an error occured while reading the au headers from standard input.")) ; ++ throw SteghideError (_("an error occurred while reading the au headers from standard input.")) ; + break ; + } + +@@ -162,13 +162,13 @@ void AuFile::write () + switch (e.getType()) { + case BinaryOutputError::FILE_ERR: + { +- throw SteghideError (_("an error occured while writing the au headers to the file \"%s\"."), getBinIO()->getName().c_str()) ; ++ throw SteghideError (_("an error occurred while writing the au headers to the file \"%s\"."), getBinIO()->getName().c_str()) ; + break ; + } + + case BinaryOutputError::STDOUT_ERR: + { +- throw SteghideError (_("an error occured while writing the au headers to standard output.")) ; ++ throw SteghideError (_("an error occurred while writing the au headers to standard output.")) ; + break ; + } + } +--- steghide-0.5.1.orig/src/AudioData.h ++++ steghide-0.5.1/src/AudioData.h +@@ -91,7 +91,7 @@ void AudioDataImplgetName().c_str()) ; ++ throw SteghideError (_("an error occurred while reading the audio data from the file \"%s\"."), io->getName().c_str()) ; + break ; + } + +@@ -103,7 +103,7 @@ void AudioDataImplgetName().c_str()) ; ++ throw SteghideError (_("an error occurred while writing the audio data to the file \"%s\"."), io->getName().c_str()) ; + break ; + } + + case BinaryOutputError::STDOUT_ERR: + { +- throw SteghideError (_("an error occured while writing the audio data to standard output.")) ; ++ throw SteghideError (_("an error occurred while writing the audio data to standard output.")) ; + break ; + } + } +--- steghide-0.5.1.orig/src/BmpFile.cc ++++ steghide-0.5.1/src/BmpFile.cc +@@ -436,7 +436,7 @@ void BmpFile::readheaders () + catch (BinaryInputError e) { + switch (e.getType()) { + case BinaryInputError::FILE_ERR: { +- throw SteghideError (_("an error occured while reading the bmp headers from the file \"%s\"."), getBinIO()->getName().c_str()) ; ++ throw SteghideError (_("an error occurred while reading the bmp headers from the file \"%s\"."), getBinIO()->getName().c_str()) ; + break ; } + + case BinaryInputError::FILE_EOF: { +@@ -444,7 +444,7 @@ void BmpFile::readheaders () + break ; } + + case BinaryInputError::STDIN_ERR: { +- throw SteghideError (_("an error occured while reading the bmp headers from standard input.")) ; ++ throw SteghideError (_("an error occurred while reading the bmp headers from standard input.")) ; + break ; } + + case BinaryInputError::STDIN_EOF: { +@@ -666,11 +666,11 @@ void BmpFile::writeheaders () + catch (BinaryOutputError e) { + switch (e.getType()) { + case BinaryOutputError::FILE_ERR: { +- throw SteghideError (_("an error occured while writing the bmp headers to the file \"%s\"."), getBinIO()->getName().c_str()) ; ++ throw SteghideError (_("an error occurred while writing the bmp headers to the file \"%s\"."), getBinIO()->getName().c_str()) ; + break ; } + + case BinaryOutputError::STDOUT_ERR: { +- throw SteghideError (_("an error occured while writing the bmp headers to standard output.")) ; ++ throw SteghideError (_("an error occurred while writing the bmp headers to standard output.")) ; + break ; } + } + } +@@ -787,7 +787,7 @@ void BmpFile::readdata () + catch (BinaryInputError e) { + switch (e.getType()) { + case BinaryInputError::FILE_ERR: { +- throw SteghideError (_("an error occured while reading the bmp data from the file \"%s\"."), getBinIO()->getName().c_str()) ; ++ throw SteghideError (_("an error occurred while reading the bmp data from the file \"%s\"."), getBinIO()->getName().c_str()) ; + break ; } + + case BinaryInputError::FILE_EOF: { +@@ -795,7 +795,7 @@ void BmpFile::readdata () + break ; } + + case BinaryInputError::STDIN_ERR: { +- throw SteghideError (_("an error occured while reading the bmp data from standard input.")) ; ++ throw SteghideError (_("an error occurred while reading the bmp data from standard input.")) ; + break ; } + + case BinaryInputError::STDIN_EOF: { +@@ -837,11 +837,11 @@ void BmpFile::writedata () + catch (BinaryOutputError e) { + switch (e.getType()) { + case BinaryOutputError::FILE_ERR: { +- throw SteghideError (_("an error occured while writing the bitmap data to the file \"%s\"."), getBinIO()->getName().c_str()) ; ++ throw SteghideError (_("an error occurred while writing the bitmap data to the file \"%s\"."), getBinIO()->getName().c_str()) ; + break ; } + + case BinaryOutputError::STDOUT_ERR: { +- throw SteghideError (_("an error occured while writing the bitmap data to standard output.")) ; ++ throw SteghideError (_("an error occurred while writing the bitmap data to standard output.")) ; + break ; } + } + } +--- steghide-0.5.1.orig/src/WavFile.cc ++++ steghide-0.5.1/src/WavFile.cc +@@ -246,7 +246,7 @@ void WavFile::readdata (void) + catch (BinaryInputError e) { + switch (e.getType()) { + case BinaryInputError::FILE_ERR: { +- throw SteghideError (_("an error occured while reading the audio data from the file \"%s\"."), getBinIO()->getName().c_str()) ; ++ throw SteghideError (_("an error occurred while reading the audio data from the file \"%s\"."), getBinIO()->getName().c_str()) ; + break ; } + + case BinaryInputError::FILE_EOF: { +@@ -254,7 +254,7 @@ void WavFile::readdata (void) + break ; } + + case BinaryInputError::STDIN_ERR: { +- throw SteghideError (_("an error occured while reading the audio data from standard input.")) ; ++ throw SteghideError (_("an error occurred while reading the audio data from standard input.")) ; + break ; } + + case BinaryInputError::STDIN_EOF: { +@@ -299,11 +299,11 @@ void WavFile::writedata (void) + catch (BinaryOutputError e) { + switch (e.getType()) { + case BinaryOutputError::FILE_ERR: { +- throw SteghideError (_("an error occured while writing the audio data to the file \"%s\"."), getBinIO()->getName().c_str()) ; ++ throw SteghideError (_("an error occurred while writing the audio data to the file \"%s\"."), getBinIO()->getName().c_str()) ; + break ; } + + case BinaryOutputError::STDOUT_ERR: { +- throw SteghideError (_("an error occured while writing the audio data to standard output.")) ; ++ throw SteghideError (_("an error occurred while writing the audio data to standard output.")) ; + break ; } + } + } +@@ -343,7 +343,7 @@ void WavFile::readheaders () + switch (e.getType()) { + case BinaryInputError::FILE_ERR: + { +- throw SteghideError (_("an error occured while reading the wav headers from the file \"%s\"."), getBinIO()->getName().c_str()) ; ++ throw SteghideError (_("an error occurred while reading the wav headers from the file \"%s\"."), getBinIO()->getName().c_str()) ; + break ; + } + +@@ -355,7 +355,7 @@ void WavFile::readheaders () + + case BinaryInputError::STDIN_ERR: + { +- throw SteghideError (_("an error occured while reading the wav headers from standard input.")) ; ++ throw SteghideError (_("an error occurred while reading the wav headers from standard input.")) ; + break ; + } + +@@ -391,13 +391,13 @@ void WavFile::writeheaders () + switch (e.getType()) { + case BinaryOutputError::FILE_ERR: + { +- throw SteghideError (_("an error occured while writing the wav headers to the file \"%s\"."), getBinIO()->getName().c_str()) ; ++ throw SteghideError (_("an error occurred while writing the wav headers to the file \"%s\"."), getBinIO()->getName().c_str()) ; + break ; + } + + case BinaryOutputError::STDOUT_ERR: + { +- throw SteghideError (_("an error occured while writing the wav headers to standard output.")) ; ++ throw SteghideError (_("an error occurred while writing the wav headers to standard output.")) ; + break ; + } + } +--- steghide-0.5.1.orig/src/error.cc ++++ steghide-0.5.1/src/error.cc +@@ -63,11 +63,11 @@ BinaryInputError::BinaryInputError (std: + } + else { + if (fn == "") { +- setMessage(_("an error occured while reading data from standard input.")) ; ++ setMessage(_("an error occurred while reading data from standard input.")) ; + setType (STDIN_ERR) ; + } + else { +- setMessage(compose (_("an error occured while reading data from the file \"%s\"."), fn.c_str())) ; ++ setMessage(compose (_("an error occurred while reading data from the file \"%s\"."), fn.c_str())) ; + setType (FILE_ERR) ; + } + } +@@ -90,11 +90,11 @@ BinaryOutputError::BinaryOutputError (st + : SteghideError() + { + if (fn == "") { +- setMessage(_("an error occured while writing data to standard output.")) ; ++ setMessage(_("an error occurred while writing data to standard output.")) ; + setType(STDOUT_ERR) ; + } + else { +- setMessage(compose (_("an error occured while writing data to the file \"%s\"."), fn.c_str())) ; ++ setMessage(compose (_("an error occurred while writing data to the file \"%s\"."), fn.c_str())) ; + setType(FILE_ERR) ; + } + } +--- steghide-0.5.1.orig/tests/STSupport.pm ++++ steghide-0.5.1/tests/STSupport.pm +@@ -72,14 +72,14 @@ sub startCategory { + + # + # +-# return value: 1 if an error occured, 0 if everything was ok ++# return value: 1 if an error occurred, 0 if everything was ok + sub endCategory { + $curcategory = "" ; + print "\n" ; + if ($catstatus) { # no error + return 0 ; + } +- else { # an error occured ++ else { # an error occurred + return 1 ; + } + } +--- steghide-0.5.1.orig/tests/SelectorTest.cc ++++ steghide-0.5.1/tests/SelectorTest.cc +@@ -64,20 +64,20 @@ void SelectorTest::testIsIdentityPermuta + + bool SelectorTest::genericTestIsPermutation (Selector* s) + { +- std::vector hasoccured (s->getRange()) ; // all set to false ++ std::vector hasoccurred (s->getRange()) ; // all set to false + + bool range_ok = true ; + bool inj = true ; + for (UWORD32 i = 0 ; i < s->getRange() ; i++) { + UWORD32 value = (*s)[i] ; + range_ok = (value < s->getRange()) && range_ok ; +- inj = !hasoccured[value] && inj ; +- hasoccured[value] = true ; ++ inj = !hasoccurred[value] && inj ; ++ hasoccurred[value] = true ; + } + + bool surj = true ; + for (UWORD32 i = 0 ; i < s->getRange() ; i++) { +- surj = hasoccured[i] && surj ; ++ surj = hasoccurred[i] && surj ; + } + + return range_ok && inj && surj ; +--- steghide-0.5.1.orig/tests/systemtests.pl ++++ steghide-0.5.1/tests/systemtests.pl +@@ -7,7 +7,7 @@ print "-------------------------\n\n" ; + print "Running System Tests.....\n\n" ; + print "-------------------------\n\n" ; + +-$exitvalue = 0 ; # 0 -> everything ok, 1 -> an error occured ++$exitvalue = 0 ; # 0 -> everything ok, 1 -> an error occurred + while () { + # pass command line args to st_*.pl scripts + if (system "./$_ @ARGV") { diff -Nru steghide-0.5.1/debian/patches/no-mkinstalldirs.patch steghide-0.5.1/debian/patches/no-mkinstalldirs.patch --- steghide-0.5.1/debian/patches/no-mkinstalldirs.patch 2016-09-12 16:03:40.000000000 +0000 +++ steghide-0.5.1/debian/patches/no-mkinstalldirs.patch 2016-11-19 20:31:07.000000000 +0000 @@ -1,3 +1,6 @@ +Description: enable build system to run with autoreconf. +Author: Fernando Seiti Furusato +Last-Update: 2016-09-26 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -574,10 +574,10 @@ diff -Nru steghide-0.5.1/debian/patches/series steghide-0.5.1/debian/patches/series --- steghide-0.5.1/debian/patches/series 2016-09-12 18:16:27.000000000 +0000 +++ steghide-0.5.1/debian/patches/series 2016-11-19 20:31:07.000000000 +0000 @@ -3,3 +3,4 @@ no-mkinstalldirs.patch correct-german.patch consolidated-gcc-patches.patch +fix-spelling.patch diff -Nru steghide-0.5.1/debian/rules steghide-0.5.1/debian/rules --- steghide-0.5.1/debian/rules 2016-09-26 15:51:42.000000000 +0000 +++ steghide-0.5.1/debian/rules 2016-11-19 20:31:07.000000000 +0000 @@ -1,5 +1,8 @@ #!/usr/bin/make -f -DH_VERBOSE=1 +#DH_VERBOSE=1 + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ @@ -9,3 +12,4 @@ rm -f $(CURDIR)/debian/steghide/usr/share/doc/steghide/INSTALL.gz rm -f $(CURDIR)/debian/steghide/usr/share/doc/steghide/COPYING rm -f $(CURDIR)/debian/steghide/usr/share/doc/steghide/COPYING.gz + rm -f $(CURDIR)/debian/steghide-doc/usr/share/doc/steghide-doc/html/jquery.js diff -Nru steghide-0.5.1/debian/steghide-doc.doc-base steghide-0.5.1/debian/steghide-doc.doc-base --- steghide-0.5.1/debian/steghide-doc.doc-base 1970-01-01 00:00:00.000000000 +0000 +++ steghide-0.5.1/debian/steghide-doc.doc-base 2016-11-19 20:31:07.000000000 +0000 @@ -0,0 +1,9 @@ +Document: steghise-doc +Title: steghide Documentation. +Author: Doxygen +Abstract: Developer documentation for steghide +Section: Programming + +Format: HTML +Index: /usr/share/doc/steghide-doc/html/index.html +Files: /usr/share/doc/steghide-doc/html/*.html diff -Nru steghide-0.5.1/debian/steghide-doc.links steghide-0.5.1/debian/steghide-doc.links --- steghide-0.5.1/debian/steghide-doc.links 1970-01-01 00:00:00.000000000 +0000 +++ steghide-0.5.1/debian/steghide-doc.links 2016-11-19 20:31:07.000000000 +0000 @@ -0,0 +1 @@ +usr/share/javascript/jquery/jquery.js usr/share/doc/steghide-doc/html/jquery.js diff -Nru steghide-0.5.1/debian/steghide.docs steghide-0.5.1/debian/steghide.docs --- steghide-0.5.1/debian/steghide.docs 1970-01-01 00:00:00.000000000 +0000 +++ steghide-0.5.1/debian/steghide.docs 2016-11-19 20:31:07.000000000 +0000 @@ -0,0 +1,6 @@ +BUGS +CREDITS +HISTORY +LEAME +README +TODO diff -Nru steghide-0.5.1/debian/steghide.install steghide-0.5.1/debian/steghide.install --- steghide-0.5.1/debian/steghide.install 2016-09-26 15:51:42.000000000 +0000 +++ steghide-0.5.1/debian/steghide.install 2016-11-19 20:31:07.000000000 +0000 @@ -1,4 +1,3 @@ usr/bin/steghide usr/share/locale usr/share/man/man1 -usr/share/doc/steghide diff -Nru steghide-0.5.1/debian/watch steghide-0.5.1/debian/watch --- steghide-0.5.1/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ steghide-0.5.1/debian/watch 2016-11-19 20:31:07.000000000 +0000 @@ -0,0 +1,3 @@ +version=4 +opts=uversionmangle=s/(\d)beta/$1~beta/ \ +http://sf.net/steghide/steghide-(\d\S+)\.tar\.(?:bz2|gz|xz)