Re: [Maria-developers] Extra copying in debian/rules causes troubles

2014-02-04 Thread Otto Kekäläinen
2014-02-04 Kristian Nielsen : > Elena Stepanova writes: > >> I'm ready to do so, but Otto says that he's currently working on the >> contents of the debian folder and is getting ready to push it, and >> thus I should probably not change anything in there. >> On the other hand, it might be nice to

Re: [Maria-developers] Extra copying in debian/rules causes troubles

2014-02-04 Thread Kristian Nielsen
Elena Stepanova writes: > I'm ready to do so, but Otto says that he's currently working on the > contents of the debian folder and is getting ready to push it, and > thus I should probably not change anything in there. > On the other hand, it might be nice to have the change in 10.0.8, to > let i

Re: [Maria-developers] Extra copying in debian/rules causes troubles

2014-02-03 Thread Elena Stepanova
Hi, On 1/31/2014 11:49 AM, Kristian Nielsen wrote: Elena Stepanova writes: ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),) # Don't know why the following is necessary... cp unittest/unit.pl $(builddir)/unittest/ cp -r mysql-test/* $(builddir)/mysql-test/

Re: [Maria-developers] Extra copying in debian/rules causes troubles

2014-01-30 Thread Kristian Nielsen
Elena Stepanova writes: > ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),) > # Don't know why the following is necessary... > cp unittest/unit.pl $(builddir)/unittest/ > cp -r mysql-test/* $(builddir)/mysql-test/ > cp -r sql/share/* $(builddir)/sql/share/ >

[Maria-developers] Extra copying in debian/rules causes troubles

2014-01-30 Thread Elena Stepanova
Hi all. There is a fragment in MariaDB debian/dist/*/rules files: ... ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),) # Don't know why the following is necessary... cp unittest/unit.pl $(builddir)/unittest/ cp -r mysql-test/* $(builddir)/mysql-test/ cp -r sql/s