Añadida la carpeta debian

This commit is contained in:
Juan 2013-10-12 11:47:45 +02:00
parent 1f1039d90f
commit d390a0ff15
8 changed files with 73 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
vn-mysql (1.0-1) unstable; urgency=low
* Initial Release.
-- Alejandro T. Colombini Gómez <atcolombini@verdnatura.es> Fri, 31 May 2013 11:03:39 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
8

14
debian/control vendored Normal file
View File

@ -0,0 +1,14 @@
Source: vn-mysql
Section: misc
Priority: extra
Maintainer: Alejandro T. Colombini Gómez <atcolombini@verdnatura.es>
Build-Depends: debhelper (>= 8.0.0), autotools-dev
Standards-Version: 3.9.4
Homepage: http://www.verdnatura.es
Package: vn-mysql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, mysql-server (>= 5.5.27)
Description: Verdnatura MySQL plugins
This package contains some useful MySQL plugins
developed by Verdnatura.

29
debian/copyright vendored Normal file
View File

@ -0,0 +1,29 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: vn-mysql
Source: <http://www.verdnatura.es/vn-mysql>
Files: *
Copyright: 2013 Alejandro Colombini <atcolombini@verdnatura.es>
License: GPL-3.0+
Files: debian/*
Copyright: 2013 Alejandro T. Colombini Gómez <atcolombini@verdnatura.es>
License: GPL-3.0+
License: GPL-3.0+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

2
debian/docs vendored Normal file
View File

@ -0,0 +1,2 @@
NEWS
README

11
debian/postinst vendored Normal file
View File

@ -0,0 +1,11 @@
#! /bin/sh
chown mysql:mysql /etc/mysql/proxy_auth.sql
chmod u=rw,go-rwx /etc/mysql/proxy_auth.sql
chown mysql:mysql /etc/mysql/proxy_auth.cnf
chmod u=rw,go-rwx /etc/mysql/proxy_auth.cnf
#DEBHELPER#
exit 0

10
debian/rules vendored Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_HARDENING=1
%:
dh $@ --with autotools-dev --builddirectory=debian/build

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (native)