diff -Nru snowdrop-0.02b/debian/README.Debian-source snowdrop-0.02b/debian/README.Debian-source --- snowdrop-0.02b/debian/README.Debian-source 2011-06-30 16:07:11.000000000 +0000 +++ snowdrop-0.02b/debian/README.Debian-source 2013-08-30 10:17:19.000000000 +0000 @@ -1,3 +1,20 @@ +snowdrop (0.02b-12) unstable; urgency=low + + As upstream development stopped long ago, there is no versioned source + tarball available. You can download the most recent source nonetheless + from [1]. This version is, to date, equivalent to Debian's version 0.02b. + The SHA-1 checksum of snowdrop_0.02b.orig.tar.gz (being equivalent to [1]) + is: + + ac1fc5e83b5d56c5b63898f98ea9f9a7969da8b5 snowdrop_0.02b.orig.tar.gz + + Compare with the above checksum to find out, if upstream eventually updated + the original tarball. + + [1] http://lcamtuf.coredump.cx/soft/snowdrop.tgz + + -- Simon Kainz Fri, 30 Aug 2013 09:50:40 +0000 + snowdrop (0.02b-9) unstable; urgency=low As upstream development stopped long ago, there is no versioned source diff -Nru snowdrop-0.02b/debian/changelog snowdrop-0.02b/debian/changelog --- snowdrop-0.02b/debian/changelog 2011-09-30 22:47:40.000000000 +0000 +++ snowdrop-0.02b/debian/changelog 2013-08-30 11:45:57.000000000 +0000 @@ -1,3 +1,20 @@ +snowdrop (0.02b-12) unstable; urgency=low + + * Fixed typos in snowdrop.c (fix-typos-in-source.patch). + * Moved info from README.Debian-source concerning upstream into debian/watch. + + -- Simon Kainz Fri, 30 Aug 2013 09:50:40 +0000 + +snowdrop (0.02b-11) unstable; urgency=low + + * New maintainer. (Closes: #557585: ITA: snowdrop -- plain text + watermarking and watermark recovery) + * Push standards to the most recent version 3.9.4 + * Fix several typos in man page. + * Fix wrong file entry in man page. + + -- Simon Kainz Wed, 21 Aug 2013 13:01:10 +0200 + snowdrop (0.02b-10) unstable; urgency=low * QA upload. diff -Nru snowdrop-0.02b/debian/control snowdrop-0.02b/debian/control --- snowdrop-0.02b/debian/control 2011-09-30 21:44:14.000000000 +0000 +++ snowdrop-0.02b/debian/control 2013-08-30 10:08:02.000000000 +0000 @@ -1,11 +1,11 @@ Source: snowdrop Section: utils Priority: optional -Maintainer: Debian QA Group +Maintainer: Simon Kainz Build-Depends: libgnutls-dev (>> 2.7.12.1), debhelper (>= 8.0), pkg-config -Standards-Version: 3.9.2 +Standards-Version: 3.9.4 VCS-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/snowdrop.git;a=summary -VCS-Git: git://git.debian.org/git/collab-maint/snowdrop.git +VCS-Git: git://anonscm.debian.org/collab-maint/snowdrop.git Homepage: http://lcamtuf.coredump.cx/ Package: snowdrop diff -Nru snowdrop-0.02b/debian/patches/fix-typos-in-source.patch snowdrop-0.02b/debian/patches/fix-typos-in-source.patch --- snowdrop-0.02b/debian/patches/fix-typos-in-source.patch 1970-01-01 00:00:00.000000000 +0000 +++ snowdrop-0.02b/debian/patches/fix-typos-in-source.patch 2013-08-30 10:48:39.000000000 +0000 @@ -0,0 +1,31 @@ +Description: fix typos in snowdrop.c + Fixed 2 typos in snowdrop.c + . + snowdrop (0.02b-12) unstable; urgency=low + . + * Fixed typos in snowdrop.c + * Moved info from README.Debian-source concerning upstream into debian/watch. +Author: Simon Kainz + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Forwarded: no +Last-Update: 2013-08-31 + +--- snowdrop-0.02b.orig/snowdrop.c ++++ snowdrop-0.02b/snowdrop.c +@@ -511,9 +511,9 @@ bailout: + debug("[+] Constructed an uniform stream of %d bits.\n",bigpos); + + if (trd) +- debug(" Overall retreived : %d bits (%0.02f%%)\n",trd,((float)(trd))*100.0/((float)tots)); ++ debug(" Overall retrieved : %d bits (%0.02f%%)\n",trd,((float)(trd))*100.0/((float)tots)); + else +- debug(" Overall retreived : 0 bits (n/a)\n"); ++ debug(" Overall retrieved : 0 bits (n/a)\n"); + + if (cap[0]) + debug(" Whitespace channel : %d bits (%0.02f%%)\n",rd[0],((float)(rd[0]))*100.0/((float)cap[0])); diff -Nru snowdrop-0.02b/debian/patches/series snowdrop-0.02b/debian/patches/series --- snowdrop-0.02b/debian/patches/series 2011-06-30 16:25:09.000000000 +0000 +++ snowdrop-0.02b/debian/patches/series 2013-08-30 11:22:39.000000000 +0000 @@ -1,2 +1,3 @@ use-tls.patch link-as-needed.patch +fix-typos-in-source.patch diff -Nru snowdrop-0.02b/debian/snowdrop.1 snowdrop-0.02b/debian/snowdrop.1 --- snowdrop-0.02b/debian/snowdrop.1 2011-06-30 00:26:47.000000000 +0000 +++ snowdrop-0.02b/debian/snowdrop.1 2013-08-21 08:31:58.000000000 +0000 @@ -15,7 +15,7 @@ Watermark normal English text. .TP .B sd-engf -Watermark fine quality English text, yeilding higher quality output but +Watermark fine quality English text, yielding higher quality output but encoding less information. .TP .B sd-c @@ -26,12 +26,12 @@ reformatting, typo insertation, word substitutions, punctuation changes, and for C code, logic reordering, variable name mangling, etc. .P -The watermark is a md5sum, which is retreivable from as little as +The watermark is a md5sum, which is retrievable from as little as 5 or 10 lines of the watermarked document. Even large changes to a medium -sized document should not obscure the watermark, as it is stored redundently +sized document should not obscure the watermark, as it is stored redundantly in multiple independent channels. .P -The three usage modes are adding a watermark, checking for the presense of a +The three usage modes are adding a watermark, checking for the presence of a watermark, and listing the contents of your database of watermarks. Note that to later check a watermark, you must retain a copy of the original, un-watermarked file. @@ -39,7 +39,7 @@ .TP .B -i Inject a watermark into a file. You must pass it the original file, the -filename to output the watwrmarked version to, information about who +filename to output the watermarked version to, information about who you intend the watermarked file for, and an optional comment. .TP .B -e @@ -62,8 +62,8 @@ Database of watermarked files. .SH "SEE ALSO" .TP -.B /usr/share/snowdrop/README +.B /usr/share/doc/snowdrop/README.gz Explain snowdrop in more depth, its limitations, and how to write additional -watermarking modules for other tpyes of files. +watermarking modules for other types of files. .SH AUTHOR Michal Zalewski diff -Nru snowdrop-0.02b/debian/watch snowdrop-0.02b/debian/watch --- snowdrop-0.02b/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ snowdrop-0.02b/debian/watch 2013-08-30 10:22:55.000000000 +0000 @@ -0,0 +1,14 @@ +version=3 + +# As upstream development stopped long ago, there is no versioned source +# tarball available. You can download the most recent source nonetheless +# from [1]. This version is, to date, equivalent to Debian's version 0.02b. +# The SHA-1 checksum of snowdrop_0.02b.orig.tar.gz (being equivalent to [1]) +# is: +# +# ac1fc5e83b5d56c5b63898f98ea9f9a7969da8b5 snowdrop_0.02b.orig.tar.gz +# +# Compare with the above checksum to find out, if upstream eventually updated +# the original tarball. +# +# [1] http://lcamtuf.coredump.cx/soft/snowdrop.tgz