Merge lp:~ourdelta-core/ourdelta/ourdelta-mariadb51-2-depfixes into lp:~ourdelta-core/ourdelta/trunk015fmt

Proposed by Cafuego
Status: Needs review
Proposed branch: lp:~ourdelta-core/ourdelta/ourdelta-mariadb51-2-depfixes
Merge into: lp:~ourdelta-core/ourdelta/trunk015fmt
Diff against target: 105 lines
3 files modified
bakery/autobake51-deb.sh (+7/-1)
bakery/debian-5.1/dist/Debian/control (+17/-5)
bakery/debian-5.1/dist/Ubuntu/control (+16/-4)
To merge this branch: bzr merge lp:~ourdelta-core/ourdelta/ourdelta-mariadb51-2-depfixes
Reviewer Review Type Date Requested Status
OurDelta-core cursory Pending
Review via email: mp+14455@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Cafuego (cafuego) wrote :

Resolves Karmic and Etch install and build problems.

Unmerged revisions

67. By Cafuego

Add gs-gpl as ghostscript alternative in build deps.
Build with -d to ignore broken texlive-latex-base and non-existent hardening-wrapper on Etch.
Resolves #474078

66. By Cafuego

Added a virtual libmysqlclient16 package to shutup depend whinges on Karmic.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bakery/autobake51-deb.sh'
--- bakery/autobake51-deb.sh 2009-10-30 01:36:18 +0000
+++ bakery/autobake51-deb.sh 2009-11-05 01:45:22 +0000
@@ -135,9 +135,15 @@
135 fi135 fi
136fi136fi
137137
138BUILDOPTS=""
139# Check if we're on Debian 4.0 "Etch". If so, build with -d to ignore depends that aren't available.
140if [ "${CODENAME}" = "etch" ]; then
141 BUILDOPTS="-d"
142fi
143
138# Build the package.144# Build the package.
139#145#
140fakeroot dpkg-buildpackage146fakeroot dpkg-buildpackage ${BUILDOPTS}
141147
142# Check if the local mirror deb-pool exists and move the results there.148# Check if the local mirror deb-pool exists and move the results there.
143# we have ourdelta, ourdelta-sail, and mariadb-ourdelta149# we have ourdelta, ourdelta-sail, and mariadb-ourdelta
144150
=== modified file 'bakery/debian-5.1/dist/Debian/control'
--- bakery/debian-5.1/dist/Debian/control 2009-10-30 12:05:46 +0000
+++ bakery/debian-5.1/dist/Debian/control 2009-11-05 01:45:22 +0000
@@ -4,7 +4,7 @@
4Maintainer: OurDelta Developers <ourdelta-developers@lists.launchpad.net>4Maintainer: OurDelta Developers <ourdelta-developers@lists.launchpad.net>
5XSBC-Original-Maintainer: Maria Developers <maria-developers@lists.launchpad.net>5XSBC-Original-Maintainer: Maria Developers <maria-developers@lists.launchpad.net>
6Uploaders: Peter Lieverdink <peter@openquery.com>, Arjen Lentz <arjen@openquery.com>6Uploaders: Peter Lieverdink <peter@openquery.com>, Arjen Lentz <arjen@openquery.com>
7Build-Depends: libtool (>= 1.4.2-7), procps | hurd, debhelper, file (>= 3.28), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline-dev, psmisc, po-debconf, chrpath, automake1.9, doxygen, texlive-latex-base, ghostscript, dpatch, gawk, bison, lsb-release, hardening-wrapper7Build-Depends: libtool (>= 1.4.2-7), procps | hurd, debhelper, file (>= 3.28), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline-dev, psmisc, po-debconf, chrpath, automake1.9, doxygen, texlive-latex-base, ghostscript | gs-gpl, dpatch, gawk, bison, lsb-release, hardening-wrapper
8Standards-Version: 3.8.38Standards-Version: 3.8.3
9Homepage: http://launchpad.net/maria9Homepage: http://launchpad.net/maria
10Vcs-Browser: http://bazaar.launchpad.net/~ourdelta-core/ourdelta/trunk/files10Vcs-Browser: http://bazaar.launchpad.net/~ourdelta-core/ourdelta/trunk/files
@@ -13,10 +13,7 @@
13Package: libmariadbclient1613Package: libmariadbclient16
14Section: libs14Section: libs
15Architecture: any15Architecture: any
16Depends: mariadb-common, ${shlibs:Depends}, ${misc:Depends}16Depends: mariadb-common, libmysqlclient16 (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
17Provides: libmysqlclient16
18Conflicts: libmysqlclient16
19Replaces: libmysqlclient16
20Description: MariaDB database client library17Description: MariaDB database client library
21 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database18 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
22 server. SQL (Structured Query Language) is the most popular database query19 server. SQL (Structured Query Language) is the most popular database query
@@ -25,6 +22,21 @@
25 .22 .
26 This package includes the client library.23 This package includes the client library.
2724
25Package: libmysqlclient16
26Section: libs
27Architecture: any
28Depends: libmariadbclient16 (= ${source:Version})
29Replaces: libmysqlclient16 (<< ${source:Version})
30Description: Virtual package to satisfy external depends
31 This is an empty package that provides an updated "best" version of
32 libmysqlclient16 that does not conflict with the libmariadbclient16
33 package.
34 .
35 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
36 server. SQL (Structured Query Language) is the most popular database query
37 language in the world. The main goals of MariaDB are speed, robustness and
38 ease of use.
39
28Package: libmariadbd-dev40Package: libmariadbd-dev
29Architecture: any41Architecture: any
30Section: libdevel42Section: libdevel
3143
=== modified file 'bakery/debian-5.1/dist/Ubuntu/control'
--- bakery/debian-5.1/dist/Ubuntu/control 2009-10-30 12:05:46 +0000
+++ bakery/debian-5.1/dist/Ubuntu/control 2009-11-05 01:45:22 +0000
@@ -13,10 +13,7 @@
13Package: libmariadbclient1613Package: libmariadbclient16
14Section: libs14Section: libs
15Architecture: any15Architecture: any
16Depends: mariadb-common, ${shlibs:Depends}, ${misc:Depends}16Depends: mariadb-common, libmysqlclient16 (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
17Provides: libmysqlclient16
18Conflicts: libmysqlclient16
19Replaces: libmysqlclient16
20Description: MariaDB database client library17Description: MariaDB database client library
21 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database18 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
22 server. SQL (Structured Query Language) is the most popular database query19 server. SQL (Structured Query Language) is the most popular database query
@@ -25,6 +22,21 @@
25 .22 .
26 This package includes the client library.23 This package includes the client library.
2724
25Package: libmysqlclient16
26Section: libs
27Architecture: any
28Depends: libmariadbclient16 (= ${source:Version})
29Replaces: libmysqlclient16 (<< ${source:Version})
30Description: Virtual package to satisfy external depends
31 This is an empty package that provides an updated "best" version of
32 libmysqlclient16 that does not conflict with the libmariadbclient16
33 package.
34 .
35 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
36 server. SQL (Structured Query Language) is the most popular database query
37 language in the world. The main goals of MariaDB are speed, robustness and
38 ease of use.
39
28Package: libmariadbd-dev40Package: libmariadbd-dev
29Architecture: any41Architecture: any
30Section: libdevel42Section: libdevel

Subscribers

People subscribed via source and target branches