Re: [akademy-talks-2006] Debian KDE Extras Team presentation for Akademy

2006-06-30 Thread Adriaan de Groot
On Friday 30 June 2006 22:54, Mark Purcell wrote:
 The Debian KDE Extras Team proposes a presentation at Akademy
 covering the following topics.

Hi Mark,

We've received your submission and will consider it.

 * Debian Quality Assurance; lintian, dak (aka katie)  buildds for 11
 archiectures
-(alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390,
 sparc)

 
 -http://qa.debian.org/[EMAIL PROTECTED]
n .org

As the quality guy looking into KDE code and metrics thereon i'll be very 
interested in this part.

-- 
These are your friends - Adem
GPG: FEA2 A3FE Adriaan de Groot


pgpVnkgjOXxMm.pgp
Description: PGP signature


Re: kdepim-dev file-conflict with kpilot

2003-03-23 Thread Adriaan de Groot
On Tue, 18 Mar 2003, Ralf Nolden wrote:
 On Tuesday 18 March 2003 13:00, Dirk Mueller wrote:
  On Die, 18 Mär 2003, Adriaan de Groot wrote:
   libkorg_holidays_la_LDFLAGS = -module $(KDE_PLUGIN)
   Is that what's needed?
 
  Yes, there are a lot more problems with those makefiles. I'll fix it in
  HEAD, would be great if you could check compilation afterwards.

 Would be nice if we could port those changes to the BRANCH also after checking
 things are ok.

They're not - at least, -pim is full of compile errors since Dirk's
changes and I can't get any of the conduits to link with the new Makefiles
either. So some other kind of figuring is needed.

-- 
 Adriaan de Groot[EMAIL PROTECTED] Kamer A6020 024-3652272
GPG Key Fingerprint 934E 31AA 80A7 723F 54F9  50ED 76AC EE01 FEA2 A3FE
   http://www.cs.kun.nl/~adridg/research/




Re: kdepim-dev file-conflict with kpilot

2003-03-18 Thread Adriaan de Groot
On Tue, 18 Mar 2003, Ralf Nolden wrote:
 On Tuesday 18 March 2003 01:06, Chris Cheney wrote:
  On a related note those files shouldn't really be verisoned at all since
  they can only be accessed via dlopen, similiarly to the kicker applets.
  That is probably the reason I put them in kpilot as I did, since when
  they eventually get corrected only the .la and .so will remain. I wonder
  if someone could fix that in cvs...

 you're having kde modules in /usr/lib/kde3/* that are versioned. Could you
 evaluate if you could remove the versioning as it seems that that isn't
 necessary ? Dirk could help you check if our assumptions are correct and if
 you can change the Makefile.am's accordingly.

Quite right. Those are plugin modules, accessed through KLibLoader, and
the Makefile.am hasn't changed in over a year:

1.20 (adridg   18-Dec-01): libnullconduit_la_SOURCES =
setup_base.ui null-conduit.cc null-factory.cc

This is a case of the infrastructure changing over the years and me not
noticing it. I'll change it to whatever y'all need, but I'll need a hint.
Actually, looking at the KOrganizer plugins, the main difference I see is

libkorg_holidays_la_LDFLAGS = -module $(KDE_PLUGIN)

Is that what's needed?


-- 
 Adriaan de Groot[EMAIL PROTECTED] Kamer A6020 024-3652272
GPG Key Fingerprint 934E 31AA 80A7 723F 54F9  50ED 76AC EE01 FEA2 A3FE
   http://www.cs.kun.nl/~adridg/research/