Package: percona-toolkit / 3.7.1-2

Metadata

Package Version Patches format
percona-toolkit 3.7.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00 fix perl shebang.diff | (download)

bin/pt-align | 2 1 + 1 - 0 !
bin/pt-archiver | 2 1 + 1 - 0 !
bin/pt-config-diff | 2 1 + 1 - 0 !
bin/pt-deadlock-logger | 2 1 + 1 - 0 !
bin/pt-diskstats | 2 1 + 1 - 0 !
bin/pt-duplicate-key-checker | 2 1 + 1 - 0 !
bin/pt-eustack-resolver | 2 1 + 1 - 0 !
bin/pt-fifo-split | 2 1 + 1 - 0 !
bin/pt-find | 2 1 + 1 - 0 !
bin/pt-fingerprint | 2 1 + 1 - 0 !
bin/pt-fk-error-logger | 2 1 + 1 - 0 !
bin/pt-heartbeat | 2 1 + 1 - 0 !
bin/pt-index-usage | 2 1 + 1 - 0 !
bin/pt-kill | 2 1 + 1 - 0 !
bin/pt-online-schema-change | 2 1 + 1 - 0 !
bin/pt-query-digest | 2 1 + 1 - 0 !
bin/pt-replica-find | 2 1 + 1 - 0 !
bin/pt-replica-restart | 2 1 + 1 - 0 !
bin/pt-show-grants | 2 1 + 1 - 0 !
bin/pt-slave-delay | 2 1 + 1 - 0 !
bin/pt-table-checksum | 2 1 + 1 - 0 !
bin/pt-table-sync | 2 1 + 1 - 0 !
bin/pt-table-usage | 2 1 + 1 - 0 !
bin/pt-upgrade | 2 1 + 1 - 0 !
bin/pt-variable-advisor | 2 1 + 1 - 0 !
bin/pt-visual-explain | 2 1 + 1 - 0 !
26 files changed, 26 insertions(+), 26 deletions(-)

 fixes perl shebang.
#
#   As per Standard Version 4.1.2: The shebang at the top of Perl command scripts must
#   be #!/usr/bin/perl. (Previously, this was a should rather than a must.)
#
skip go makefile.patch | (download)

Makefile.PL | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 skip running makefile in src/go, using dh-golang instead.
 Instead of using upstreams method of building go tools, use the Debian golang
 build system in debian/rules to use dependencies from the archive.
use standard tabwriter dependency.patch | (download)

src/go/pt-galera-log-explainer/display/timelinecli.go | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use text/tabwriter instead of ladicle/tabwriter as it is not in the archive.