kdenonbeta/kdedebian/kalternatives/debian

2004-10-14 Thread Mario Bensi
CVS commit by bensi: changelog M +7 -1 changelog 1.7 --- kdenonbeta/kdedebian/kalternatives/debian/changelog #1.6:1.7 @@ -1,3 +1,9 @@ -kalternatives (0.8-1) unstable; urgency=low +kalternatives (0.12-1) unstable; urgency=low + + * Initial release. + + -- > Tue, 14 Oct 2004 13:07:

Bug#275211: libkdepim1: "kdepim applications don't start anymore"

2004-10-06 Thread Mario BENSI
Package: libkdepim1 Version: 4:3.3.0-3 Severity: grave Justification: renders package unusable when I execute an application dependent on libkdepim1 since the passage in 3.3.0-3, I obtain this error message : relocation error: /usr/lib/libkdepim.so.1: undefined symbol: _ZN9KLineEdit16contextMenuEv

kdenonbeta/kdedebian/kalternatives/debian

2004-10-01 Thread Mario Bensi
CVS commit by bensi: modification rules M +1 -1 rules 1.2 --- kdenonbeta/kdedebian/kalternatives/debian/rules #1.1.1.1:1.2 @@ -7,5 +7,5 @@ build: $(checkdir) - +./configure $(MAKE) CFLAGS="-O2 -g -Wall" touch build

kdenonbeta/kdedebian/kalternatives/debian

2004-10-01 Thread Mario Bensi
Local variables: mode: debian-changelog --- kdenonbeta/kdedebian/kalternatives/debian/control #1.3:1.4 @@ -2,10 +2,11 @@ Section: admin Priority: optional -Maintainer: Juanjo Alvarez <[EMAIL PROTECTED]> +Maintainer: Juanjo Alvarez <[EMAIL PROTECTED]> and Mario BENSI <[EMAIL PROTE

kdenonbeta/kdedebian/kalternatives

2004-09-26 Thread Mario Bensi
CVS commit by bensi: test platform during compilation (debian or mandrake) M +5 -0 configure.in.in 1.2 --- kdenonbeta/kdedebian/kalternatives/configure.in.in #1.1:1.2 @@ -5,2 +5,7 @@ AC_CHECK_KDEMAXPATHLEN +AC_CHECK_FILE(/var/lib/dpkg/alternatives, [AC_DEFINE([DEBIAN], [], [debia

kdenonbeta/kdedebian/kalternatives/src

2004-09-26 Thread Mario Bensi
CVS commit by bensi: correction of bug in the list of the alternatives and GUI redesign. Aaddalternativesui.ui 1.1 Amainwindow.ui 1.1 Apropertieswindow.ui 1.1 M +2 -2 Makefile.am 1.2 M +8 -1 altparser.cpp 1.6 M +543 -268 kalte

kdenonbeta/kdedebian/kalternatives

2004-09-08 Thread Mario Bensi
CVS commit by bensi: Fix a bug in the alternatives parser, doesn't display manpages and executables together in the list M +1 -0 AUTHORS 1.2 M +27 -5 config.h.in 1.2 M +27 -2 configure.in 1.2 M +14 -7 src/altparser.cpp 1.3 Rsrc/moc_kalternatives.c