Fix config/deb/rules. Tweak branding in deb/control and rpm/percona-toolkit.spec.

This commit is contained in:
Daniel Nichter
2011-07-19 16:10:30 -06:00
parent e23701b911
commit b25d840765
3 changed files with 16 additions and 7 deletions

View File

@@ -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/.

View File

@@ -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:

View File

@@ -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