#375 Clean-up equivs control template for ProxySQL

pull/377/head
Andrei Ismail 11 years ago
parent 3489809fcb
commit bc9039185b

@ -1,32 +1,20 @@
### Commented entries have reasonable defaults.
### Uncomment to edit them.
# Source: <source package name; defaults to package name>
Section: misc
Priority: optional
# Homepage: <enter URL here; no default>
Homepage: http://www.proxysql.com
Standards-Version: 3.9.2
Package: proxysql
Version: 0.3
Maintainer: Rene Cannao <rene.cannao@gmail.com>
# Pre-Depends: <comma-separated list of packages>
# Depends: <comma-separated list of packages>
# Recommends: <comma-separated list of packages>
# Suggests: <comma-separated list of packages>
# Provides: <comma-separated list of packages>
# Replaces: <comma-separated list of packages>
# Architecture: all
# Copyright: <copyright file; defaults to GPL2>
# Changelog: <changelog file; defaults to a generic changelog>
# Readme: <README.Debian file; defaults to a generic one>
# Extra-Files: <comma-separated list of additional files for the doc directory>
Architecture: all
Changelog: CHANGELOG.md
# Readme: README.md
Files: proxysql /opt/proxysql
proxysql.cfg /etc
# <more pairs, if there's more than one file to include. Notice the starting space>
Description: High performance MySQL proxy
long description and info
ProxySQL is a fast, reliable MySQL proxy with advanced runtime configuration management (virtually no configuration change requires a restart).
.
second paragraph
It features query routing, query caching, query rewriting (for queries generated by ORMs, for example) and is most of the time a drop-in replacement for mysqld from the point of view of the application. It can be configured and remote controlled through an SQL-compatible admin interface.
File: postinst
#!/bin/sh -e
mkdir -p /var/run/proxysql
Loading…
Cancel
Save