Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Conflicts fix in debian/control
Browse files Browse the repository at this point in the history
  * mysql-common should not break 5.1 packages
  * also solves issue #4 with a /usr/bin/mysql file conflict between mysql-client-core-5.5 and mysql-client-5.1
  • Loading branch information
gplessis committed Sep 29, 2012
1 parent 5655e27 commit eff7f7c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions debian/control
Expand Up @@ -63,7 +63,6 @@ Description: MySQL database development files
Package: mysql-common
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: mysql-server-5.1 (<< 5.5), mysql-client-5.1 (<< 5.5), mysql-server-core-5.1 (<< 5.5)
Description: MySQL database common files, e.g. /etc/mysql/my.cnf
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
Expand All @@ -76,8 +75,8 @@ Description: MySQL database common files, e.g. /etc/mysql/my.cnf
Package: mysql-client-core-5.5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: mysql-client-5.5 (<< ${source:Version})
Replaces: mysql-client-5.5 (<< ${source:Version})
Breaks: mysql-client-5.5 (<< ${source:Version}), mysql-client-5.1 (<< 5.5)
Replaces: mysql-client-5.5 (<< ${source:Version}), mysql-client-5.1 (<< 5.5)
Description: MySQL database core client binaries
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
Expand Down

0 comments on commit eff7f7c

Please sign in to comment.