[Ekiga-devel-list] beta or -beta?
- From: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
- To: Ekiga mailing list <ekiga-devel-list gnome org>
- Subject: [Ekiga-devel-list] beta or -beta?
- Date: Wed, 16 Apr 2008 15:14:06 +0200
Hi,
I have succeeded to create .deb packages of ptlib on my machine. I try
now opal, afterwards ekiga. One of the bugs preventing the automatic
generation is that, in ptlib/trunk, in one file the suffix of the
library is 'beta', and in another is '-beta':
- make/common.mak:
BUILD_TYPE:=$(strip $(subst \#define,,$(subst BUILD_TYPE,,\
$(subst AlphaCode,alpha,$(subst BetaCode,beta,$(subst
ReleaseCode,.,\
- configure.ac and configure:
BUILD_TYPE=`cat ${PTLIBDIR}/version.h | grep BUILD_TYPE | cut -f 3 -d '
' | sed 's/BetaCode/-beta/' | sed 's/AlphaCode/-alpha/' | sed
's/ReleaseCode/\./'`
Note the replacing of BetaCode with beta and -beta (the same for alpha).
As info, in opal configure* uses -beta, and there is no make/common.mak
file.
Could you fix this bug please? It really eases the deb building...
--
Eugen Dedu
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]