Merge lp:~laurynas-biveinis/percona-server/percona-server-5.6-lintian into lp:percona-server/5.6

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 539
Proposed branch: lp:~laurynas-biveinis/percona-server/percona-server-5.6-lintian
Merge into: lp:percona-server/5.6
Diff against target: 303 lines (+47/-82)
11 files modified
CMakeLists.txt (+5/-0)
build-ps/debian/control (+3/-3)
build-ps/debian/libperconaserverclient18.1.postinst (+0/-14)
build-ps/debian/percona-server-client-5.6.lintian-overrides (+2/-9)
build-ps/debian/percona-server-common-5.6.lintian-overrides (+1/-0)
build-ps/debian/percona-server-server-5.6.dirs (+3/-1)
build-ps/debian/percona-server-server-5.6.lintian-overrides (+4/-3)
build-ps/debian/percona-server-server-5.6.postinst (+10/-9)
build-ps/debian/percona-server-server-5.6.postrm (+3/-3)
build-ps/debian/percona-server-test-5.6.lintian-overrides (+3/-0)
build-ps/debian/rules (+13/-40)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-server/percona-server-5.6-lintian
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+204897@code.launchpad.net

Description of the change

Addressing review at https://code.launchpad.net/~abychko/percona-server/percona-server-5.6-lintian/+merge/204818 myself by request.

http://jenkins.percona.com/job/percona-server-5.6-debian-binary/16/

Committing for Alexey Bychko the following commit, changed to remove
the executable bit from mysql-test/include/have_QC_Disabled.inc
directly instead of working around it in debian rules.

revno: 538
committer: Alexey Bychko <email address hidden>
branch nick: bzr-percona-server-5.6-lintian
timestamp: Tue 2014-02-04 12:52:18 +0000
message:
  [-] cleaned commented code produced output garbage
  [-] cleaned nonexisting cmake variables in debian/rules
  [-] LINUX_NATIVE_AIO is removed from debian/rules, because it set automatically in ./storage/innobase/CMakeLists.txt:29
  [+] added cmake policy definition to fix not-useful warnings about INTERFACE_LINK_LIBRARIES policy. upstream fix is incorrect, it doesn't work with Ubuntu saucy version set to 2.6.11.1
  [+] added VERBOSE=1 to make command
  [-] removed static mysqld build and related cmake option
  [-] | server | removed mysqld directory from /var/run (lintian)
  [+] | server | added /etc/mysql/conf.d directory to the package
  [*] fixed percona-server-server-5.6.postinst: line 220: unexpected EOF while looking for matching ``'
  [*] fixed debian-maint user creation
  [+] added dh_lintian build step
  [*] fixed reasonable lintian warnings and errors
  [*] fixed indentation for debian/rules, converted to <TAB>s, as per debian spec

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2013-12-20 03:15:04 +0000
+++ CMakeLists.txt 2014-02-05 12:32:18 +0000
@@ -19,6 +19,11 @@
19 CMAKE_POLICY(VERSION 2.8)19 CMAKE_POLICY(VERSION 2.8)
20endif()20endif()
2121
22#fix for http://bugs.mysql.com/bug.php?id=71089
23IF(NOT(CMAKE_VERSION VERSION_LESS "2.8.12"))
24 CMAKE_POLICY(SET CMP0022 OLD)
25ENDIF()
26
22MESSAGE(STATUS "Running cmake version ${CMAKE_VERSION}")27MESSAGE(STATUS "Running cmake version ${CMAKE_VERSION}")
2328
24SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)29SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
2530
=== modified file 'build-ps/debian/control'
--- build-ps/debian/control 2014-01-28 10:42:55 +0000
+++ build-ps/debian/control 2014-02-05 12:32:18 +0000
@@ -3,7 +3,7 @@
3Priority: extra3Priority: extra
4Maintainer: Percona Server Development Team <mysql-dev@percona.com>4Maintainer: Percona Server Development Team <mysql-dev@percona.com>
5Uploaders: Stewart Smith <stewart.smith@percona.com>, Alexey Bychko <alexey.bychko@percona.com>5Uploaders: Stewart Smith <stewart.smith@percona.com>, Alexey Bychko <alexey.bychko@percona.com>
6Build-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, ghostscript, gawk, bison, lsb-release, cmake, gcc, g++, libaio-dev[linux-any], libpam-dev, libssl-dev6Build-Depends: libtool (>= 1.4.2-7), procps, debhelper (>= 7.0.50~), 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, ghostscript, gawk, bison, lsb-release, cmake, gcc (>= 4.4), g++ (>= 4.4), libaio-dev[linux-any], libpam-dev, libssl-dev
7Standards-Version: 3.9.47Standards-Version: 3.9.4
8Homepage: http://www.percona.com/software/percona-server/8Homepage: http://www.percona.com/software/percona-server/
9Vcs-Bzr: lp:percona-server/5.69Vcs-Bzr: lp:percona-server/5.6
@@ -80,7 +80,7 @@
80Architecture: any80Architecture: any
81Suggests: tinyca81Suggests: tinyca
82Pre-Depends: percona-server-common-5.6 (>= ${source:Version}), adduser (>= 3.4.0), debconf82Pre-Depends: percona-server-common-5.6 (>= ${source:Version}), adduser (>= 3.4.0), debconf
83Depends: percona-server-client-5.6 (>= ${source:Version}), libdbi-perl, libdbd-mysql-perl, perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc, passwd, lsb-base (>= 3.0-10), percona-server-common-5.6 (>= ${source:Version}), adduser (>= 3.40), debconf83Depends: percona-server-client-5.6 (>= ${source:Version}), libdbi-perl, libdbd-mysql-perl, perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc, passwd, lsb-base (>= 3.0-10)
84Conflicts: mysql-server, mysql-server-4.1, mysql-server-core-5.1, percona-xtradb-server-5.0, percona-server-server-5.1, percona-server-server-5.584Conflicts: mysql-server, mysql-server-4.1, mysql-server-core-5.1, percona-xtradb-server-5.0, percona-server-server-5.1, percona-server-server-5.5
85Provides: mysql-server85Provides: mysql-server
86Replaces: mysql-server, mysql-server-5.0, mysql-server-core-5.1, percona-xtradb-server-5.0, percona-server-server-5.1, percona-server-server-5.586Replaces: mysql-server, mysql-server-5.0, mysql-server-core-5.1, percona-xtradb-server-5.0, percona-server-server-5.1, percona-server-server-5.5
@@ -123,7 +123,7 @@
123123
124Package: percona-server-test-5.6124Package: percona-server-test-5.6
125Architecture: any125Architecture: any
126Depends: percona-server-client-5.6 (>= ${source:Version}), percona-server-server-5.6 (>= ${source:Version}), ${misc:Depends}126Depends: percona-server-client-5.6 (>= ${source:Version}), percona-server-server-5.6 (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
127Description: Percona Server database test suite127Description: Percona Server database test suite
128 Percona Server is a fast, stable and true multi-user, multi-threaded SQL128 Percona Server is a fast, stable and true multi-user, multi-threaded SQL
129 database server. SQL (Structured Query Language) is the most popular database129 database server. SQL (Structured Query Language) is the most popular database
130130
=== removed file 'build-ps/debian/libperconaserverclient18.1.postinst'
--- build-ps/debian/libperconaserverclient18.1.postinst 2013-12-11 03:53:50 +0000
+++ build-ps/debian/libperconaserverclient18.1.postinst 1970-01-01 00:00:00 +0000
@@ -1,14 +0,0 @@
1#!/bin/bash -e
2
3# dh_installdeb will replace this with shell code automatically
4# generated by other debhelper scripts.
5
6#DEBHELPER#
7
8ldconfig
9
10exit 0
11
12# vim: ts=4
13
14
150
=== modified file 'build-ps/debian/percona-server-client-5.6.lintian-overrides'
--- build-ps/debian/percona-server-client-5.6.lintian-overrides 2013-12-11 03:37:16 +0000
+++ build-ps/debian/percona-server-client-5.6.lintian-overrides 2014-02-05 12:32:18 +0000
@@ -1,14 +1,7 @@
1percona-server-client-5.6: package-has-a-duplicate-relation1package-has-a-duplicate-relation
22
3# we are MySQL, so we're going to hit false-positives3# we are MySQL, so we're going to hit false-positives
4embedded-library binary: usr/bin/mysql4embedded-library
5embedded-library binary: usr/bin/mysql_client_test
6embedded-library binary: usr/bin/mysqladmin
7embedded-library binary: usr/bin/mysqlcheck
8embedded-library binary: usr/bin/mysqldump
9embedded-library binary: usr/bin/mysqlimport
10embedded-library binary: usr/bin/mysqlshow
11embedded-library binary: usr/bin/mysqlslap
125
13# We should get man pages for these binaries.6# We should get man pages for these binaries.
14binary-without-manpage usr/bin/mysqlanalyze7binary-without-manpage usr/bin/mysqlanalyze
158
=== added file 'build-ps/debian/percona-server-common-5.6.lintian-overrides'
--- build-ps/debian/percona-server-common-5.6.lintian-overrides 1970-01-01 00:00:00 +0000
+++ build-ps/debian/percona-server-common-5.6.lintian-overrides 2014-02-05 12:32:18 +0000
@@ -0,0 +1,1 @@
1empty-binary-package
02
=== modified file 'build-ps/debian/percona-server-server-5.6.dirs'
--- build-ps/debian/percona-server-server-5.6.dirs 2013-05-10 13:29:38 +0000
+++ build-ps/debian/percona-server-server-5.6.dirs 2014-02-05 12:32:18 +0000
@@ -1,1 +1,3 @@
1var/run/mysqld1var/run
2etc/mysql/conf.d
3
24
=== modified file 'build-ps/debian/percona-server-server-5.6.lintian-overrides'
--- build-ps/debian/percona-server-server-5.6.lintian-overrides 2013-12-11 03:37:16 +0000
+++ build-ps/debian/percona-server-server-5.6.lintian-overrides 2014-02-05 12:32:18 +0000
@@ -4,9 +4,10 @@
4percona-server-server-5.6: statically-linked-binary ./usr/sbin/mysqld4percona-server-server-5.6: statically-linked-binary ./usr/sbin/mysqld
55
6# we are mysqld, we are going to look like libmysqlclient6# we are mysqld, we are going to look like libmysqlclient
7embedded-library binary: usr/bin/mysqlbinlog7embedded-library
8embedded-library binary: usr/bin/mysqltest8
9embedded-library binary: usr/sbin/mysqld9#to supress false positive
10duplicate-updaterc.d-calls-in-postrm
1011
11extra-license-file usr/share/doc/percona-server-server-5.6/COPYING.gz12extra-license-file usr/share/doc/percona-server-server-5.6/COPYING.gz
12extra-license-file usr/share/doc/percona-server-server-5.6/COPYING.innodb-deadlock-count-patch13extra-license-file usr/share/doc/percona-server-server-5.6/COPYING.innodb-deadlock-count-patch
1314
=== modified file 'build-ps/debian/percona-server-server-5.6.postinst'
--- build-ps/debian/percona-server-server-5.6.postinst 2013-12-22 23:31:06 +0000
+++ build-ps/debian/percona-server-server-5.6.postinst 2014-02-05 12:32:18 +0000
@@ -197,18 +197,18 @@
197 "USE mysql\n" \197 "USE mysql\n" \
198 "ALTER TABLE user CHANGE Password Password char(41) character set latin1 collate latin1_bin DEFAULT '' NOT NULL"`;198 "ALTER TABLE user CHANGE Password Password char(41) character set latin1 collate latin1_bin DEFAULT '' NOT NULL"`;
199 replace_query=`echo -e \199 replace_query=`echo -e \
200 "USE mysql\n" \200 "USE mysql;\n" \
201 "REPLACE INTO user SET " \201 "REPLACE INTO user SET " \
202 " host='localhost', user='debian-sys-maint', password=password('$pass'), " \202 " host='localhost', user='debian-sys-maint', password=password('$pass'), " \
203 " Select_priv='Y', Insert_priv='Y', Update_priv='Y', Delete_priv='Y', " \203 " Select_priv='Y', Insert_priv='Y', Update_priv='Y', Delete_priv='Y', " \
204 " Create_priv='Y', Drop_priv='Y', Reload_priv='Y', Shutdown_priv='Y', " \204 " Create_priv='Y', Drop_priv='Y', Reload_priv='Y', Shutdown_priv='Y', " \
205 " Process_priv='Y', File_priv='Y', Grant_priv='Y', References_priv='Y', " \205 " Process_priv='Y', File_priv='Y', Grant_priv='Y', References_priv='Y', " \
206 " Index_priv='Y', Alter_priv='Y', Super_priv='Y', Show_db_priv='Y', "\206 " Index_priv='Y', Alter_priv='Y', Super_priv='Y', Show_db_priv='Y', " \
207 " Create_tmp_table_priv='Y', Lock_tables_priv='Y', Execute_priv='Y', "\207 " Create_tmp_table_priv='Y', Lock_tables_priv='Y', Execute_priv='Y', " \
208 " Repl_slave_priv='Y', Repl_client_priv='Y', Create_view_priv='Y', "\208 " Repl_slave_priv='Y', Repl_client_priv='Y', Create_view_priv='Y', " \
209 " Show_view_priv='Y', Create_routine_priv='Y', Alter_routine_priv='Y', "\209 " Show_view_priv='Y', Create_routine_priv='Y', Alter_routine_priv='Y', " \
210 " Create_user_priv='Y', Event_priv='Y', Trigger_priv='Y', Create_tablespace_priv='Y' "`;210 " Create_user_priv='Y', Event_priv='Y', Trigger_priv='Y', Create_tablespace_priv='Y', " \
211 " ssl_cipher='', x509_issuer='', x509_subject=''; "`211 " ssl_cipher='', x509_issuer='', x509_subject=''; " `
212 fix_privs=`echo -e \212 fix_privs=`echo -e \
213 "USE mysql;\n" \213 "USE mysql;\n" \
214 "ALTER TABLE user ADD column Create_view_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \214 "ALTER TABLE user ADD column Create_view_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
@@ -231,15 +231,16 @@
231 ;;231 ;;
232232
233 *)233 *)
234 echo "postinst called with unknown argument '$1'" 1>&2234 echo "postinst called with unknown argument $1" 1>&2
235 exit 1235 exit 1
236 ;;236 ;;
237esac237esac
238238
239# here we check to see if we can connect as root without a password239# here we check to see if we can connect as root without a password
240# this should catch upgrades from previous versions where the root240# this should catch upgrades from previous versions where the root
241# password wasn't set. if there is a password, or if the connection241# password was not set. if there is a password, or if the connection
242# fails for any other reason, nothing happens.242# fails for any other reason, nothing happens.
243
243if [ "$1" = "configure" ]; then244if [ "$1" = "configure" ]; then
244 if test_mysql_access; then245 if test_mysql_access; then
245 db_input medium percona-server-server/root_password || true246 db_input medium percona-server-server/root_password || true
246247
=== modified file 'build-ps/debian/percona-server-server-5.6.postrm'
--- build-ps/debian/percona-server-server-5.6.postrm 2013-12-11 03:37:16 +0000
+++ build-ps/debian/percona-server-server-5.6.postrm 2014-02-05 12:32:18 +0000
@@ -19,9 +19,9 @@
19stop_server() {19stop_server() {
20 set +e20 set +e
21 if [ -x /usr/sbin/invoke-rc.d ]; then21 if [ -x /usr/sbin/invoke-rc.d ]; then
22 invoke-rc.d percona-server stop22 invoke-rc.d mysql stop
23 else23 else
24 /etc/init.d/percona-server stop24 /etc/init.d/mysql stop
25 fi25 fi
26 errno=$?26 errno=$?
27 set -e27 set -e
@@ -69,7 +69,7 @@
6969
70 # (normally) Automatically added by dh_installinit70 # (normally) Automatically added by dh_installinit
71 if [ "$1" = "purge" ] ; then71 if [ "$1" = "purge" ] ; then
72 update-rc.d percona-server remove >/dev/null || exit 072 update-rc.d mysql remove >/dev/null || exit 0
73 fi73 fi
74 # (normally) End automatically added section74 # (normally) End automatically added section
75fi75fi
7676
=== added file 'build-ps/debian/percona-server-test-5.6.lintian-overrides'
--- build-ps/debian/percona-server-test-5.6.lintian-overrides 1970-01-01 00:00:00 +0000
+++ build-ps/debian/percona-server-test-5.6.lintian-overrides 2014-02-05 12:32:18 +0000
@@ -0,0 +1,3 @@
1arch-dependent-file-in-usr-share usr/share/mysql-test/lib/My/SafeProcess/my_safe_process
2
3
04
=== modified file 'build-ps/debian/rules'
--- build-ps/debian/rules 2014-01-28 10:42:55 +0000
+++ build-ps/debian/rules 2014-02-05 12:32:18 +0000
@@ -14,14 +14,9 @@
14DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)14DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
15DEBVERSION = $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }' | sed 's/^.*-//' )15DEBVERSION = $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }' | sed 's/^.*-//' )
1616
17#ifneq (,$(filter $(ARCH), i386 kfreebsd-i386 hurd-i386))
18# USE_THIS_GCC_VERSION:=-4.4
19#endif
20
21export MYSQL_BUILD_CC=$(DEB_HOST_GNU_TYPE)-gcc$(USE_THIS_GCC_VERSION)17export MYSQL_BUILD_CC=$(DEB_HOST_GNU_TYPE)-gcc$(USE_THIS_GCC_VERSION)
22export MYSQL_BUILD_CXX=$(DEB_HOST_GNU_TYPE)-g++$(USE_THIS_GCC_VERSION)18export MYSQL_BUILD_CXX=$(DEB_HOST_GNU_TYPE)-g++$(USE_THIS_GCC_VERSION)
2319
24
25DEB_SOURCE_PACKAGE ?= $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))20DEB_SOURCE_PACKAGE ?= $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
26DEB_VERSION ?= $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')21DEB_VERSION ?= $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
27DEB_NOEPOCH_VERSION ?= $(shell echo $(DEB_VERSION) | cut -d: -f2-)22DEB_NOEPOCH_VERSION ?= $(shell echo $(DEB_VERSION) | cut -d: -f2-)
@@ -52,19 +47,6 @@
5247
53builddir = builddir48builddir = builddir
5449
55# This causes seg11 crashes if LDAP is used for groups in /etc/nsswitch.conf
56# so it is disabled by default although, according to MySQL, it brings >10%
57# performance gain if enabled. See #299382.
58ifeq ($(STATIC_MYSQLD), 1)
59 USE_STATIC_MYSQLD=--with-mysqld-ldflags=-all-static
60endif
61
62# See http://blogs.innodb.com/wp/2010/04/innodb-performance-aio-linux/
63# Also #659565
64ifneq (,$(findstring linux-gnu,$(DEB_HOST_GNU_TYPE)))
65 USE_LINUX_NATIVE_AIO:=-DLINUX_NATIVE_AIO=ON
66endif
67
68configure: patch configure-stamp50configure: patch configure-stamp
6951
70configure-stamp:52configure-stamp:
@@ -84,32 +66,22 @@
84 cmake -DCMAKE_INSTALL_PREFIX=/usr \66 cmake -DCMAKE_INSTALL_PREFIX=/usr \
85 \67 \
86 -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \68 -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
87 -DMYSQL_USER=mysql \
88 -DCMAKE_BUILD_TYPE=RelWithDebInfo \69 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
89 -DWITH_LIBWRAP=ON \70 -DWITH_LIBWRAP=ON \
90 -DWITH_READLINE=OFF \
91 -DWITH_LIBEDIT=OFF \
92 $(USE_STATIC_MYSQLD) \
93 $(USE_LINUX_NATIVE_AIO) \
94 -DWITH_ZLIB=system \71 -DWITH_ZLIB=system \
95 -DWITH_SSL=system \72 -DWITH_SSL=system \
96 -DCOMPILATION_COMMENT="($(DISTRIBUTION))" \73 -DCOMPILATION_COMMENT="($(DISTRIBUTION))" \
97 -DMYSQL_SERVER_SUFFIX="-$(DEBVERSION)" \74 -DMYSQL_SERVER_SUFFIX="-$(DEBVERSION)" \
98 -DSYSTEM_TYPE="debian-linux-gnu" \75 -DSYSTEM_TYPE="debian-linux-gnu" \
99 -DINSTALL_LAYOUT=RPM \76 -DINSTALL_LAYOUT=RPM \
100 -DINSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \77 -DINSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \
101 -DINSTALL_PLUGINDIR=lib/mysql/plugin \78 -DINSTALL_PLUGINDIR=lib/mysql/plugin \
102 -DWITH_EMBEDDED_SERVER=OFF \79 -DWITH_EMBEDDED_SERVER=OFF \
103 -DWITH_ARCHIVE_STORAGE_ENGINE=ON \80 -DWITH_ARCHIVE_STORAGE_ENGINE=ON \
104 -DWITH_BLACKHOLE_STORAGE_ENGINE=ON \81 -DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
105 -DWITH_FEDERATED_STORAGE_ENGINE=ON \82 -DWITH_FEDERATED_STORAGE_ENGINE=ON \
106 -DWITH_PAM=ON \83 -DWITH_PAM=ON \
107 -DWITH_EXTRA_CHARSETS=all ..'84 -DWITH_EXTRA_CHARSETS=all ..'
108
109 # --sysconfdir=/etc/mysql -- Appends /etc/mysql after ~/ in the my.cnf search patch!
110 #
111 # --with-debug
112
113 touch $@85 touch $@
11486
115build: build-arch build-indep87build: build-arch build-indep
@@ -124,7 +96,7 @@
124 --exclude=debian . \96 --exclude=debian . \
125 --transform="s,^\./,percona-server-5.6/,"97 --transform="s,^\./,percona-server-5.6/,"
12698
127 cd $(builddir) && $(MAKE) $(MAKE_JFLAG)99 cd $(builddir) && $(MAKE) $(MAKE_JFLAG) VERBOSE=1
128100
129ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),)101ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),)
130 # Don't know why the following is necessary...102 # Don't know why the following is necessary...
@@ -278,6 +250,7 @@
278 dh_installlogcheck -a250 dh_installlogcheck -a
279 dh_installchangelogs -a251 dh_installchangelogs -a
280 dh_strip -a252 dh_strip -a
253 dh_lintian
281 dh_link -a # .so muss nach .so.1.2.3 installier werden!254 dh_link -a # .so muss nach .so.1.2.3 installier werden!
282 dh_compress -a255 dh_compress -a
283 dh_fixperms -a256 dh_fixperms -a
284257
=== modified file 'mysql-test/include/have_QC_Disabled.inc' (properties changed: +x to -x)

Subscribers

People subscribed via source and target branches