mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-03 02:55:57 +00:00
Fix config/deb/rules. Tweak branding in deb/control and rpm/percona-toolkit.spec.
This commit is contained in:
@@ -12,7 +12,16 @@ Vcs-Bzr: bzr+ssh://bazaar.launchpad.net/~percona-toolkit-ddev/percona-toolkit/0.
|
||||
Package: percona-toolkit
|
||||
Architecture: all
|
||||
Depends: ${perl:Depends}, libdbi-perl (>= 1.13), libdbd-mysql-perl | libdbd-mysql-5.1-perl, libterm-readkey-perl (>=2.10)
|
||||
Description: Advanced MySQL and system command-line tools used by Percona
|
||||
Percona Toolkit is a collection of advanced command-line tools used by
|
||||
Percona (http://www.percona.com/) support staff to perform a variety of
|
||||
MySQL and system tasks that are too difficult or complex to perform manually.
|
||||
Description: Advanced MySQL and system command-line tools
|
||||
Percona Toolkit is a collection of advanced command-line tools used by
|
||||
Percona (http://www.percona.com/) support staff to perform a variety of
|
||||
MySQL and system tasks that are too difficult or complex to perform manually.
|
||||
|
||||
These tools are ideal alternatives to private or "one-off" scripts because
|
||||
they are professionally developed, formally tested, and fully documented.
|
||||
They are also fully self-contained, so installation is quick and easy and
|
||||
no libraries are installed.
|
||||
|
||||
Percona Toolkit is developed and supported by Percona Inc. For more
|
||||
information and other free, open-source software developed by Percona,
|
||||
visit http://www.percona.com/software/.
|
||||
|
@@ -20,8 +20,8 @@ install: build
|
||||
dh_testroot
|
||||
dh_clean
|
||||
dh_installdirs
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/maatkit
|
||||
rm -rf debian/maatkit/usr/lib
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/percona-toolkit
|
||||
rm -rf debian/percona-toolkit/usr/lib
|
||||
|
||||
binary-arch:
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Name: percona-toolkit
|
||||
Summary: Advanced MySQL and system command-line tools used by Percona
|
||||
Summary: Advanced MySQL and system command-line tools
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Group: Applications/Databases
|
||||
|
Reference in New Issue
Block a user