Changeset 3769
- Timestamp:
- Feb 28, 2017, 2:09:04 PM (4 years ago)
- Location:
- mysql-tuneup/trunk/fuentes/debian
- Files:
-
- 1 added
- 3 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
mysql-tuneup/trunk/fuentes/debian/changelog
r3745 r3769 2 2 3 3 * Initial release. 4 * Sets the open-files-limit parameter for mysqld5 4 6 -- Juanma Navarro Mañez <juanma1980@gmail.com> Tue, 28 Feb 2017 1 1:38:54+01005 -- Juanma Navarro Mañez <juanma1980@gmail.com> Tue, 28 Feb 2017 14:08:07 +0100 -
mysql-tuneup/trunk/fuentes/debian/compat
r3746 r3769 1 9 1 7 -
mysql-tuneup/trunk/fuentes/debian/control
r3765 r3769 3 3 Priority: standard 4 4 Maintainer: Equipo LliureX <lliurex@gva.es> 5 Uploaders: Juanma Navarro <juanma1980@gmail.com>6 Build-Depends: debhelper (>= 8)7 Standards-Version: 0.15 Uploaders: Luis Antonio Garcia Gisbert <garcia_luigis@gva.es>, Angel Berlanas Vicente <aberlanas.gva@gmail.com>, Javier García Escribano <garcia_javesc@gva.es>, Raul Rodrigo Segura <raurodse.gva@gmail.com>, Alfons Lloret Sananton <alloret.gva@gmail.com>, Enrique Medina Gremaldos <lth.gva@gmail.com>, Hector Garcia Huerta <lliurex_devel1@edu.gva.es>, Juanma Navarro <juanma1980@gmail.com> 6 Build-Depends: debhelper (>= 7) 7 Standards-Version: 3.9.3 8 8 9 9 Package: mysql-tuneup 10 10 Architecture: all 11 Depends: mysql-server12 Description: Mysql-tuneup13 Add configuration files for tuning-up mysqld11 Depends: ${shlibs:Depends}, ${misc:Depends} 12 Description: Lliurex mysql tuneup 13 Configuration files for tuning up mysql server -
mysql-tuneup/trunk/fuentes/debian/copyright
r3753 r3769 1 1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 Upstream-Name: mysql-tuneup2 Upstream-Name: lliurex-sudoers 3 3 Upstream-Contact: Hector Garcia Huerta <hectorgh@gmail.com> 4 Raul Rodrigo Segura <raurodse@gmail.com> 5 Source: http://svn.lliurex.net/xenial/lliurex-acpi/ 4 Source: http://svn.lliurex.net/pandora/lliurex-sudoers/trunk/ 6 5 7 6 Files: * 8 Copyright: Copyleft 2011 Hector Garcia Huerta <hectorgh@gmail.com> 9 Copyleft 2011 Raul Rodrigo Segura <raurodse@gmail.com> 10 License: GPL-3+ 11 7 Copyright: Copyleft 2013 Hector Garcia Huerta <hectorgh@gmail.com> 12 8 License: GPL-3+ 13 9 This program is free software; you can redistribute it and/or modify -
mysql-tuneup/trunk/fuentes/debian/rules
r3767 r3769 10 10 #export DH_VERBOSE=1 11 11 12 %:13 dh $@ --with=config-package14 12 13 14 15 16 configure: configure-stamp 17 configure-stamp: 18 dh_testdir 19 # Add here commands to configure the package. 20 21 touch configure-stamp 22 23 build-arch: build 24 #nothing to do 25 26 build-indep: build 27 #nothing to do 28 29 build: build-stamp 30 31 build-stamp: configure-stamp 32 dh_testdir 33 34 # Add here commands to compile the package. 35 #$(MAKE) 36 #docbook-to-man debian/lliurex-amigu-data.sgml > lliurex-amigu-data.1 37 38 touch $@ 39 40 clean: 41 dh_testdir 42 dh_testroot 43 rm -f build-stamp configure-stamp 44 45 # Add here commands to clean up after the build process. 46 #$(MAKE) clean 47 48 dh_clean 49 50 install: build 51 dh_testdir 52 dh_testroot 53 dh_prep 54 dh_installdirs 55 56 57 58 59 # Build architecture-independent files here. 60 # We have nothing to do by default. 61 62 # Build architecture-dependent files here. 63 #binary-arch: build install 64 binary-indep: build install 65 dh_testdir 66 dh_testroot 67 dh_installchangelogs 68 dh_installdocs 69 dh_installexamples 70 dh_install 71 # dh_installmenu 72 # dh_installdebconf 73 # dh_installlogrotate 74 # dh_installemacsen 75 # dh_installpam 76 # dh_installmime 77 # dh_python 78 dh_installinit 79 # dh_installcron 80 # dh_installinfo 81 dh_installman 82 dh_link 83 dh_strip 84 dh_compress 85 dh_fixperms 86 # dh_perl 87 # dh_makeshlibs 88 dh_installdeb 89 dh_shlibdeps 90 dh_gencontrol 91 dh_md5sums 92 dh_builddeb 93 94 binary: binary-indep binary-arch 95 96 97 # Build architecture-dependent files here. 98 #binary-arch: build install 99 100 binary: binary-indep binary-arch 101 .PHONY: build clean binary-indep binary-arch binary install configure
Note: See TracChangeset
for help on using the changeset viewer.