Your message dated Mon, 17 Jul 2017 18:21:27 +0000
with message-id <[email protected]>
and subject line Bug#793428: fixed in sysbench 1.0.8+ds-1
has caused the Debian Bug report #793428,
regarding manpage typo "defaut"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
793428: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793428
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sysbench
Version: 0.4.12-1.1
Severity: minor
Tags: patch
The manpage contains the typo "defaut" several times.
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64
Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages sysbench depends on:
ii libc6 2.19-19
ii libmysqlclient18 5.6.25-3
sysbench recommends no packages.
sysbench suggests no packages.
-- debconf-show failed
diff -urpN sysbench-0.4.12.orig/debian/sysbench.xml sysbench-0.4.12/debian/sysbench.xml
--- sysbench-0.4.12.orig/debian/sysbench.xml 2014-02-12 15:31:34.000000000 -0700
+++ sysbench-0.4.12/debian/sysbench.xml 2015-07-23 17:24:17.124122147 -0600
@@ -166,31 +166,31 @@ man(1), man(7), http://www.tldp.org/HOWT
<varlistentry>
<term><option>--num-threads</option></term>
<listitem>
- <para>The total number of worker threads to create (defaut: 1)</para>
+ <para>The total number of worker threads to create (default: 1)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--max-requests</option></term>
<listitem>
- <para>Limit for total number of requests. 0 means unlimited (defaut: 10000)</para>
+ <para>Limit for total number of requests. 0 means unlimited (default: 10000)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--max-time</option></term>
<listitem>
- <para>Limit for total execution time in seconds. 0 (defaut: 0)</para>
+ <para>Limit for total execution time in seconds. 0 (default: 0)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--thread-stack-size</option></term>
<listitem>
- <para>Size of stack for each thread (defaut: 32K)</para>
+ <para>Size of stack for each thread (default: 32K)</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--init-rnd</option></term>
<listitem>
- <para>Specifies if random numbers generator should be initialized from timer before the test start (defaut: off)</para>
+ <para>Specifies if random numbers generator should be initialized from timer before the test start (default: off)</para>
</listitem>
</varlistentry>
<varlistentry>
--- End Message ---
--- Begin Message ---
Source: sysbench
Source-Version: 1.0.8+ds-1
We believe that the bug you reported is fixed in the latest version of
sysbench, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
JCF Ploemen (jcfp) <[email protected]> (supplier of updated sysbench package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 17 Jul 2017 05:22:13 +0000
Source: sysbench
Binary: sysbench
Architecture: amd64 source
Version: 1.0.8+ds-1
Distribution: unstable
Urgency: medium
Maintainer: JCF Ploemen (jcfp) <[email protected]>
Changed-By: JCF Ploemen (jcfp) <[email protected]>
Closes: 692822 695377 793428 841528
Description:
sysbench - multi-threaded benchmark tool for database systems
Changes:
sysbench (1.0.8+ds-1) unstable; urgency=medium
.
* New upstream release.
* Patches: remove 02 and 05: merged upstream.
* Bump Standards-Version to 4.0.0 (from 3.9.8; no further changes).
* Control: limit build-depend on libaio-dev to linux-only. Libaio
provides access to the Linux kernel asynchronous I/O system calls,
limiting its use and availability to those architectures.
.
sysbench (1.0.7+ds-1) experimental; urgency=medium
.
* New upstream version:
+ fixes build system issue resulting in an empty html manual.
(Closes: #695377)
* New maintainer. (Closes: #841528)
* Remove d/dirs: not needed just to create /usr/bin.
* Docs:
+ stop installing upstream TODO (empty file).
+ replace README with README.md (renamed upstream).
+ include doc-base entry for html manual.
* Rules:
+ switch to dh sequencer with autoreconf.
+ override dh_auto_configure to enable pgsql database driver, and
use system libs for libluajit and ck.
+ enable all hardening.
* Control:
+ remove build-depends on cdbs, autoconf, automake, and libtool
(obsoleted by switch to dh with autoreconf).
+ add build-depends on libaio-dev (asynchronous I/O mode support)
(LP: #1009126), libpq-dev (for the postgresql database driver),
python-cram (to run tests at build time), txt2man (to generate
manpage during build), libluajit-5.1-dev, libck-dev, pkg-config
(needed to use system luajit and ck), and vim-common (for xxd).
+ set upstream homepage to the project's github page.
+ enhance short description to include mention of focus on database
systems; fix typo in long description.
+ update VCS links.
+ bump Standards-Version to 3.9.8 (from 3.9.5; no further changes).
+ reorder dependencies for clarity.
* Patches:
+ drop d/p/disable-manual-creation.patch to re-enable building the
html manual.
+ drop d/p/libmysqlclient_r, fixed upstream.
+ add 01: don't require third-party dir for build, after excluding
it from the orig.tgz.
+ add 02: fix typo.
+ add 03: don't install tests into binary package, already run at
build time.
+ add 04: strip env from shebang, replace with full path to
sysbench executable.
+ add 05: make the api_report test permit latency >= 2, preventing
build failure on systems with limited cpu resources available.
* Watch:
+ point to github.
+ set repacksuffix to +ds given removal of the third-party dir.
* Remove d/TODO, all done now that postgresql support is builtin.
* Manpage:
+ drop outdated debian/sysbench.xml and recreate based on help
output, eliminating some typos in the process. (Closes: #793428)
+ remove incorrect examples. (Closes: #692822)
+ include options of various test modes. (LP: #1309532)
+ generate manpage from d/manpage.txt with txt2man.
* Copyright:
+ correct Format URI for machine-readable copyright spec.
+ update all upstream copyright and contact info.
+ add myself as a copyright holder for the packaging.
+ exclude third_party directory from orig.tgz.
* Bump debhelper compat level to 10 (from 9).
* Add d/gbp.conf: set branches to master/upstream, make git-orig strip
upstream debian dir and enable pristine-tar options.
* Add d/clean to remove some files generated during build.
Checksums-Sha1:
621e81ccf0b28404ed803700a3165957822265a4 2141 sysbench_1.0.8+ds-1.dsc
57b25a87397f7df0bc9a3ec93a901f1aad3c15f9 228807 sysbench_1.0.8+ds.orig.tar.gz
24fce2f4648cdabd6889765a224164de5bbc114a 9416 sysbench_1.0.8+ds-1.debian.tar.xz
d82e15479d140504291922b065c8eb3ad328f711 160870
sysbench-dbgsym_1.0.8+ds-1_amd64.deb
23d402412d8deb161bcff00da25e926a7860cf94 7104
sysbench_1.0.8+ds-1_amd64.buildinfo
6079b93c5f56b722b3376a6aea9e6cec960d1046 107770 sysbench_1.0.8+ds-1_amd64.deb
Checksums-Sha256:
872bee73e5f3eb5697feaf4611b85558805942e4a22325f2ff8b5814477c0a42 2141
sysbench_1.0.8+ds-1.dsc
fb5fc9bad9bb915d732174bc5fc6c4a865dbdb0808dba9e9fbfaf690efe0e69d 228807
sysbench_1.0.8+ds.orig.tar.gz
fa120394e25aefbbdbdb6dae2432ced757f33036ae27351e0462dfca869faede 9416
sysbench_1.0.8+ds-1.debian.tar.xz
eeb357a5c25174444fbc4ebb065f90aec2712c33245f78d333be7dc3ce8c23e3 160870
sysbench-dbgsym_1.0.8+ds-1_amd64.deb
3acb3a20e15fd5cf6748cb190f434d3c852390272f9a22e3ff2f3483c7509842 7104
sysbench_1.0.8+ds-1_amd64.buildinfo
fdfde2929443e434efc4ddb14559d3422b4970ef3ab35c39fab71e4bfd71487c 107770
sysbench_1.0.8+ds-1_amd64.deb
Files:
3af8468685b0770a6eaf7b1830004b61 2141 misc extra sysbench_1.0.8+ds-1.dsc
6ae623b590b1a5fd322b5053c8e9028c 228807 misc extra
sysbench_1.0.8+ds.orig.tar.gz
d5fa2db5230676a9fca5ffa7cd93e966 9416 misc extra
sysbench_1.0.8+ds-1.debian.tar.xz
4aec825178ba5b6d88d7d574672e6e28 160870 debug extra
sysbench-dbgsym_1.0.8+ds-1_amd64.deb
20c94c2b388d41ff6893f88ff7c45743 7104 misc extra
sysbench_1.0.8+ds-1_amd64.buildinfo
83a7385a1d01765e509a4dbdfd032bb5 107770 misc extra
sysbench_1.0.8+ds-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEm5FwB64DDjbk/CSLaVt65L8GYkAFAlls+S0ACgkQaVt65L8G
YkC9uA//YBewM51nZS8kKZcLefcPP3ViWnLUUuXHcrPTwinluavGndN2ssJQYbRZ
LBTNuP8OKGBn3dKS6UCGjrrgsfG7JKuD9PKnFZ7cirML2uUqv2dc7lqiUGkAaxCP
u7F+mYCYkC6Z9Yon2PmJ1qaJt0dPIwhI0+9DBv9nrSETcwIwymAcPySv0HW8+WUa
zLJAFiDw7qzEykawq3DUy2yKcH/b3g/eu8OCxzlfExDI2gimyk+egye8XKI4CS9z
90OylA6ZUU3cnACpUt4gYEsY+WEAi5x+Mx1sl4GP5zBjY/+v7QXx7oC1LlMBVtPv
jLPrWQ8RgNTescY4ukAFL7mZpKIh/t6IpVp1c9a6PcQKN7pT6m0Ds/piPe1Cy8Y+
NXe/p2s0zcCtTpHUVIWNRJWR58wSsiCGN83bnd7abk7jnugY7gHmgCWs/DEbC5IH
PL93WXWNZZo62RUct4eNNFp0x6cuxSyltmCblv5TSfr1ob4bvbFC0rjJQFXiLSFf
G7uMj5B/tsL5YjRoslLyOo8lbKr9EWH6UOX7Y3TipO5JrdI6xoPhRw+hdQWfHtw1
Zbnw2nfDORH99MRnjPtrPHccDbWBcZxih43Yz0il+LMa4AAAop1dfPRGFv7oabaE
rTiiDeODg8XE7bH57SYNCOaOwhuwGFcR+5Rpd5DGASVVM8VE9SQ=
=CqoQ
-----END PGP SIGNATURE-----
--- End Message ---