kde-common/admin/debianrules --enable-final removed

2003-09-06 Thread Ralf Nolden
Hi,

FYI, Coolo removed --enable-final on my request for HEAD only. You don't have 
to change anything in KDE_3_1_BRANCH (doesn't make sense anyway as that is 
known to work ok), so what needs to be done now is adding that to the debian/
rules where necessary for HEAD only.

I hope that's ok for everyone.


Ralf

-- 
We're not a company, we just produce better code at less costs.

Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org


pgpkw8qmg1iKQ.pgp
Description: signature


Re: kde-common/admin/debianrules --enable-final removed

2003-09-06 Thread David Pashley
On Sep 06, 2003 at 10:23, Ralf Nolden praised the llamas by saying:
> Hi,
> 
> FYI, Coolo removed --enable-final on my request for HEAD only. You don't have 
> to change anything in KDE_3_1_BRANCH (doesn't make sense anyway as that is 
> known to work ok), so what needs to be done now is adding that to the debian/
> rules where necessary for HEAD only.
> 
> I hope that's ok for everyone.
> 
It has been removed globally? I don't think that was the right thing to
do.


-- 
David Pashley
[EMAIL PROTECTED]
Nihil curo de ista tua stulta superstitione.


pgpOAEzvSAbtx.pgp
Description: PGP signature


(forw) kde-common/admin

2003-09-06 Thread David Pashley
- Forwarded message from Stephan Kulow <[EMAIL PROTECTED]> -

From: Stephan Kulow <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: kde-common/admin
Date: Sat,  6 Sep 2003 11:21:29 +0200 (CEST)
Message-Id: <[EMAIL PROTECTED]>

CVS commit by coolo: 

Ralf says Debian packagers want to build without final for the time beeing


  M +1 -1  debianrules   1.113


--- kde-common/admin/debianrules  #1.112:1.113
@@ -50,5 +50,5 @@
   $enable_final="";
   } else {
-  $enable_final="--enable-final";
+  $enable_final=""; # "--enable-final";
   }
 }


- End forwarded message -

Hmmm it would be better just to reverse the logic so you needed to add
something to DEB_BUILD_OPTIONS.

-- 
David Pashley
[EMAIL PROTECTED]
Nihil curo de ista tua stulta superstitione.


pgpnsc7mU6eD7.pgp
Description: PGP signature


Re: (forw) kde-common/admin

2003-09-06 Thread Ben Burton

> CVS commit by coolo: 
> 
> Ralf says Debian packagers want to build without final for the time beeing

Well, s/Debian packagers/Ralf/. ;-)

Anyway, I'll just pop them back into my debian/rules when we come to the
pont of packaging HEAD for debian.  I don't like the idea of building
with --enable-final on my (slow) system and then without --enable-final for
everyone else (including buildds, etc).  And of course where there are
compile errors I'll fix the sources as I've been happily doing to date,
or where it's not a simple fix (e.g., in parts of kommander where
"slots" is used as variables throughout some files) I'll add
KDE_OPTIONS=nofinal to the appropriate Makefile.ams, which other users
trying to use --enable-final will find necessary anyway.

Ben. :)