diff -Nru ent-1.1debian/debian/changelog ent-1.1debian/debian/changelog --- ent-1.1debian/debian/changelog 2012-11-07 11:38:58.000000000 +0000 +++ ent-1.1debian/debian/changelog 2014-05-10 15:59:12.000000000 +0000 @@ -1,3 +1,11 @@ +ent (1.1debian-4) unstable; urgency=low + + * debian/control: bump standard to 3.9.5 (no changes) + * fix typo in manpage (Closes: #747541) + Patch from "D. Joe Anderson" + + -- Thorsten Alteholz Sat, 10 May 2014 17:00:00 +0200 + ent (1.1debian-3) unstable; urgency=low * debian/patches/totalcount.patch: prevent overflow (Closes: #692214) diff -Nru ent-1.1debian/debian/control ent-1.1debian/debian/control --- ent-1.1debian/debian/control 2012-06-05 09:49:58.000000000 +0000 +++ ent-1.1debian/debian/control 2014-05-10 15:59:19.000000000 +0000 @@ -2,7 +2,7 @@ Section: science Priority: optional Maintainer: Thorsten Alteholz -Standards-Version: 3.9.3 +Standards-Version: 3.9.5 Build-Depends: debhelper (>= 9), asciidoc, docbook2x Homepage: http://www.fourmilab.ch/random/ diff -Nru ent-1.1debian/debian/patches/series ent-1.1debian/debian/patches/series --- ent-1.1debian/debian/patches/series 2012-11-07 10:50:37.000000000 +0000 +++ ent-1.1debian/debian/patches/series 2014-05-10 17:10:21.000000000 +0000 @@ -1,3 +1,4 @@ +typo.patch randtest.patch Makefile.patch totalcount.patch diff -Nru ent-1.1debian/debian/patches/typo.patch ent-1.1debian/debian/patches/typo.patch --- ent-1.1debian/debian/patches/typo.patch 1970-01-01 00:00:00.000000000 +0000 +++ ent-1.1debian/debian/patches/typo.patch 2014-05-10 17:14:49.000000000 +0000 @@ -0,0 +1,15 @@ +Author: "D. Joe Anderson" +Description: remove extra 'the' from man page +Index: ent/ent.1.txt +=================================================================== +--- ent.orig/ent.1.txt 2012-06-04 15:48:51.000000000 +0200 ++++ ent/ent.1.txt 2014-05-10 19:10:56.000000000 +0200 +@@ -96,7 +96,7 @@ + + Arithmetic Mean + ~~~~~~~~~~~~~~~ +-This is simply the result of summing the all the bytes (bits if ++This is simply the result of summing all the bytes (bits if + the _-b_ option is specified) in the file and dividing by the + file length. If the data are close to random, this should be + about 127.5 (0.5 for _-b_ option output). If the mean departs