Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
cb7cd3ba
Commit
cb7cd3ba
authored
8 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Use mariadb as default to be debian compliant with
https://wiki.debian.org/Teams/MySQL/virtual-mysql-server
parent
decbda3e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/debian/control
+2
-2
2 additions, 2 deletions
build/debian/control
with
2 additions
and
2 deletions
build/debian/control
+
2
−
2
View file @
cb7cd3ba
...
@@ -26,11 +26,11 @@ Depends: libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi | php5-fpm |
...
@@ -26,11 +26,11 @@ Depends: libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi | php5-fpm |
# Misc dependencies
# Misc dependencies
# fonts-dejavu-core | ttf-dejavu-core,
# fonts-dejavu-core | ttf-dejavu-core,
xdg-utils,
xdg-utils,
virtual-mysql-client,
mariadb-client |
virtual-mysql-client,
${misc:Depends},
${misc:Depends},
${perl:Depends}
${perl:Depends}
Recommends: apache2 | lighttpd | httpd,
Recommends: apache2 | lighttpd | httpd,
virtual-mysql-server
mariadb-server |
virtual-mysql-server
Suggests: www-browser, php5-geoip
Suggests: www-browser, php5-geoip
Description: Web based software to manage a company or foundation
Description: Web based software to manage a company or foundation
Dolibarr ERP & CRM is an easy to use open source/free software package for
Dolibarr ERP & CRM is an easy to use open source/free software package for
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment