Bug#887902: qtwebchannel-opensource-src: FTBFS with cmake installed

2018-02-20 Thread Daniel Schepler
On Tue, Feb 20, 2018 at 2:47 PM, Lisandro Damián Nicanor Pérez Meyer
 wrote:
> As far as I see this bug could be "please add cmake to Build-Conflicts", but
> in that case policy says a package *can* declare relationships (policy 7.7).

Well, that would be one possible solution, but IMO the least preferred
solution, as I consider Build-Conflicts the option of last resort.
Other options, of course, would be to fix the test case (best), or
either skip the test or ignore failures (middle).

(And then if the test case is fixed, it would certainly make sense to
add "Build-Depends: cmake ".)

> I don't see anything that justifies it to be RC. I'm so downgrading the
> severity.
>
> If I missed something in policy, please do not heasitate to reply (but not
> increasing the severity until we check it).

Well, I guess https://release.debian.org/buster/rc_policy.txt doesn't
explicitly state this:

-
4. Autobuilding

Packages must list any packages they require to build beyond those
that are "build-essential" in the appropriate Build-Depends: fields.

...

Packages must autobuild without failure on all architectures on
which they are supported. ...
-

But still, my interpretation of the spirit is that the Build-Depends
and Build-Conflicts together have to be sufficient to ensure the
package builds both successfully and correctly.  And that there's no
requirement that everybody building it must necessarily be using a
minimal chroot, or even any chroot at all.  (Otherwise, what would the
purpose of Build-Conflicts be in the first place?)
-- 
Daniel Schepler



Bug#887902: qtwebchannel-opensource-src: FTBFS with cmake installed

2018-01-21 Thread Daniel Schepler
ource-src-5.9.2'
dh_auto_test: make -j1 check QT_QPA_PLATFORM=minimal
QML2_IMPORT_PATH=/build/qtwebchannel-opensource-src-5.9.2/test_root/usr/lib/x86_64-linux-gnu/qt5/qml
returned exit code 2
debian/rules:52: recipe for target 'override_dh_auto_test-arch' failed
make[1]: *** [override_dh_auto_test-arch] Error 2
make[1]: Leaving directory '/build/qtwebchannel-opensource-src-5.9.2'
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

I've subsequently been able to reproduce it with "pbuilder build
--extrapackages cmake qtwebchannel-opensource-src_5.9.2-3.dsc".
-- 
Daniel Schepler



Bug#883095: phonon: FTBFS: Cannot find QtCore/qfeatures.h

2017-11-29 Thread Daniel Schepler
ty=hidden
-fvisibility-inlines-hidden   -fPIC -std=gnu++11 -o
CMakeFiles/phonon4qt5.dir/abstractvideooutput.cpp.o -c
/build/phonon-4.9.0/phonon/abstractvideooutput.cpp
[ 12%] Building CXX object
phonon/CMakeFiles/phonon4qt5.dir/audiooutputinterface.cpp.o
cd /build/phonon-4.9.0/build-qt5/phonon && /usr/bin/c++  -DHAVE_PULSEAUDIO
-DMAKE_PHONON_LIB -DPHONON_ASSERT_STATES
-DPHONON_BACKEND_DIR_SUFFIX=\"/phonon4qt5_backend/\"
-DPHONON_BUILD_WITH_CMAKE
-DPHONON_LIBRARY_PATH=\"/usr/lib/x86_64-linux-gnu/qt5/plugins\"
-DPHONON_NO_GRAPHICSVIEW -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB
-DQT_NO_DEBUG -DQT_WIDGETS_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-I/build/phonon-4.9.0/build-qt5/phonon -I/build/phonon-4.9.0/phonon
-I/build/phonon-4.9.0/build-qt5/phonon/phonon4qt5_autogen/include
-I/build/phonon-4.9.0 -I/build/phonon-4.9.0/includes
-I/build/phonon-4.9.0/build-qt5/includes/phonon -isystem
/usr/include/x86_64-linux-gnu/qt5 -isystem
/usr/include/x86_64-linux-gnu/qt5/QtCore -isystem
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem
/usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem
/usr/include/x86_64-linux-gnu/qt5/QtDBus  -g -O2
-fdebug-prefix-map=/build/phonon-4.9.0=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time
-D_FORTIFY_SOURCE=2 -std=c++0x -fno-operator-names -fno-exceptions -Wall
-Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long
-Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual
-Werror=return-type -Wvla -Wdate-time -fPIC -fvisibility=hidden
-fvisibility-inlines-hidden   -fPIC -std=gnu++11 -o
CMakeFiles/phonon4qt5.dir/audiooutputinterface.cpp.o -c
/build/phonon-4.9.0/phonon/audiooutputinterface.cpp
In file included from /build/phonon-4.9.0/phonon/audiooutput_p.h:28:0,
 from /build/phonon-4.9.0/phonon/audiooutput.cpp:23:
/build/phonon-4.9.0/build-qt5/phonon/phononconfig_p.h:6:10: fatal error:
QtCore/qfeatures.h: No such file or directory
 #include 
  ^~~~
compilation terminated.
phonon/CMakeFiles/phonon4qt5.dir/build.make:209: recipe for target
'phonon/CMakeFiles/phonon4qt5.dir/audiooutput.cpp.o' failed
make[5]: *** [phonon/CMakeFiles/phonon4qt5.dir/audiooutput.cpp.o] Error 1
make[5]: *** Waiting for unfinished jobs
make[5]: Leaving directory '/build/phonon-4.9.0/build-qt5'
CMakeFiles/Makefile2:262: recipe for target
'phonon/CMakeFiles/phonon4qt5.dir/all' failed
make[4]: *** [phonon/CMakeFiles/phonon4qt5.dir/all] Error 2
make[4]: Leaving directory '/build/phonon-4.9.0/build-qt5'
Makefile:143: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/build/phonon-4.9.0/build-qt5'
dh_auto_build: cd build-qt5 && make -j8 returned exit code 2
debian/rules:21: recipe for target 'override_dh_auto_build' failed
make[2]: *** [override_dh_auto_build] Error 2
make[2]: Leaving directory '/build/phonon-4.9.0'
/usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:97: recipe for target
'pre_build_dh_auto_build' failed
make[1]: *** [pre_build_dh_auto_build] Error 2
make[1]: Leaving directory '/build/phonon-4.9.0'
/usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:110: recipe for target
'debian/dhmk_build' failed
make: *** [debian/dhmk_build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit
status 2
-- 
Daniel Schepler


Bug#830994: kdepimlibs: Build-Depends on cruft package libakonadi-dev

2016-07-13 Thread Daniel Schepler
Source: kdepimlibs
Version: 4:4.14.10-4
Severity: serious

The kdepimlibs source package Build-Depends on libakonadi-dev, which
is only available in sid from versions of src:akonadi older than the
latest one.
-- 
Daniel Schepler



Bug#830990: baloo: Build-Depends on cruft package libakonadi-dev

2016-07-13 Thread Daniel Schepler
Source: baloo
Version: 4:4.14.2-2
Severity: serious

The baloo source package Build-Depends on libakonadi-dev, which is
only available in sid from older versions of src:akonadi than the
latest one.
-- 
Daniel Schepler



Bug#825479: qtdeclarative-opensource-src: FTBFS with gcc-6 and glibc 2.23

2016-05-27 Thread Daniel Schepler
vateEEvRT_S3_@Base 5.0.2
  _ZTI10QQmlEngine@Base 5.0.2
  _ZTI11QMetaObject@Base 5.0.2
dh_makeshlibs: failing due to earlier errors
debian/rules:68: recipe for target 'override_dh_makeshlibs' failed
make[1]: *** [override_dh_makeshlibs] Error 2
make[1]: Leaving directory '/build/qtdeclarative-opensource-src-5.5.1'
debian/rules:15: recipe for target 'binary' failed
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
-- 
Daniel Schepler



Bug#804493: ktp-common-internals: Hard codes dependency of libktpcommoninternals9 on obsolete package libtelepathy-logger-qt4-1

2015-11-08 Thread Daniel Schepler
Source: ktp-common-internals
Version: 15.08.2-1
Severity: serious

When I run against my local mirror with all source packages locally rebuilt 
using the latest versions, I get this:

root@frobozz:~# apt-get -s install libktpcommoninternals9
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libktpcommoninternals9 : Depends: libtelepathy-logger-qt4-1 (>= 0.8.0) but it 
is not installable
E: Unable to correct problems, you have held broken packages.

The libtelepathy-logger-qt4-1 package is only built by out-of-date versions of 
src:telepathy-logger-qt.

(Marking this as serious as it will probably interfere with the new telepathy-
logger-qt transitioning into testing, as far as I can tell.  It will also 
probably cause issues on debian-ports architectures - though admittedly that 
part of it would only merit Severity: important.)
-- 
Daniel Schepler



Bug#738658: qtchooser: Support DEB_BUILD_OPTIONS=nocheck

2014-02-11 Thread Daniel Schepler
Source: qtchooser
Version: 39-g4717841-2
Severity: wishlist
Tags: patch

When bootstrapping the qtchooser build, it's most convenient to do so by first 
doing a build without the Qt packages installed (as opposed to forcing 
installation of them without their binary dependencies on qtchooser).  In 
order for that to succeed, the testsuite must be skipped; attached is a simple 
patch to add support for this when DEB_BUILD_OPTIONS contains "nocheck" 
(recommended by policy 4.9.1).
-- 
Daniel Schepler
diff -urN qtchooser-39-g4717841.old/debian/rules qtchooser-39-g4717841/debian/rules
--- qtchooser-39-g4717841.old/debian/rules	2014-01-18 18:14:46.0 -0800
+++ qtchooser-39-g4717841/debian/rules	2014-02-11 08:21:26.613820038 -0800
@@ -15,4 +15,6 @@
 	make install INSTALL_ROOT=$(CURDIR)/debian/qtchooser
 
 override_dh_auto_test:
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	make check
+endif


Bug#728649: moreinfo

2014-01-19 Thread Daniel Schepler
On Sunday, January 19, 2014 01:01:20 PM you wrote:
> tag 728649 moreinfo
> thanks
> 
> What surprises me here is the fact that the version which you filled the bug
> against is the version in stable. Has Samba changed in stable so as to
> trigger this bug?
> 
> On the other hand, I can't reproduce this bug in testing, but I'm not
> marking as not found there yet because I'm having other issues.

It was the current version in unstable also when I filed the bug.  It looks 
like this is no longer an issue in current unstable, so you could probably 
mark it as fixed in whatever upload of kde4libs resolved it.
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1451193.yHVziptIyf@frobozz



Bug#728649: Acknowledgement (kde-runtime: FTBFS: cannot stat 'debian/tmp/usr/lib/kde4/kio_smb.so': No such file or directory)

2013-11-03 Thread Daniel Schepler
Control: tags -1 + patch

If I apply the attached patch to FindSamba.cmake from kdelibs5-dev, then the 
cmake configuration can find the smbclient library again, and the package build 
succeeds.  (The latest uploads of samba4 moved the header to 
/usr/include/samba-4.0 so it wasn't being found.  The patch uses pkg-config to 
locate where to search for the smbclient.h header.)
-- 
Daniel Schepler
--- /usr/share/kde4/apps/cmake/modules/FindSamba.cmake.orig	2013-06-28 17:03:40.0 +
+++ /usr/share/kde4/apps/cmake/modules/FindSamba.cmake	2013-11-03 19:00:24.840100021 +
@@ -17,9 +17,20 @@
 set(Samba_FIND_QUIETLY TRUE)
 endif(SAMBA_INCLUDE_DIR AND SAMBA_LIBRARIES)
 
-find_path(SAMBA_INCLUDE_DIR NAMES libsmbclient.h )
+if(NOT WIN32)
+   find_package(PkgConfig)
+   pkg_check_modules(PC_SAMBA QUIET smbclient)
+endif(NOT WIN32)
 
-find_library(SAMBA_LIBRARIES NAMES smbclient )
+find_path(SAMBA_INCLUDE_DIR NAMES libsmbclient.h
+  HINTS
+  ${PC_SAMBA_INCLUDEDIR}
+  ${PC_SAMBA_INCLUDE_DIRS} )
+
+find_library(SAMBA_LIBRARIES NAMES smbclient
+ HINTS
+ ${PC_SAMBA_LIBDIR}
+ ${PC_SAMBA_LIBRARY_DIRS} )
 
 
 if(SAMBA_INCLUDE_DIR AND SAMBA_LIBRARIES)


Bug#728649: kde-runtime: FTBFS: cannot stat 'debian/tmp/usr/lib/kde4/kio_smb.so': No such file or directory

2013-11-03 Thread Daniel Schepler
Source: kde-runtime
Version: 4:4.10.5-1
Severity: serious

>From my pbuilder build log:

...
-
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-
   * Samba  <http://www.samba.org>
 the SMB client library, a version with smbc_set_context() and 
smbc_option_set()
 Needed to build the SMB kioslave

-
...
-- Installing: /tmp/buildd/kde-runtime-4.10.5/debian/tmp/usr/lib/attica_kde.so
-- Installing: 
/tmp/buildd/kde-runtime-4.10.5/debian/tmp/usr/lib/kde4/kcm_attica.so
-- Installing: 
/tmp/buildd/kde-runtime-4.10.5/debian/tmp/usr/share/kde4/services/kcm_attica.desktop
make[2]: Leaving directory `/tmp/buildd/kde-runtime-4.10.5/obj-x86_64-linux-gnu'
dh_install  
cp: cannot stat 'debian/tmp/usr/lib/kde4/kio_smb.so': No such file or directory
dh_install: cp -a debian/tmp/usr/lib/kde4/kio_smb.so 
debian/kde-runtime//usr/lib/kde4/ returned exit code 1
make[1]: *** [pre_install_dh_install] Error 2
make[1]: Leaving directory `/tmp/buildd/kde-runtime-4.10.5'
make: *** [debian/dhmk_install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/6019808.Y2uWrSc1pP@frobozz



Bug#700093: qtwebkit: FTBFS on x32: Tries and fails to build x86_64 JIT compiler

2013-02-11 Thread Daniel Schepler
On Fri, Feb 8, 2013 at 9:21 AM, Pino Toscano  wrote:
> It seems it is a bit more complex than that; there's an upstream
> (webkit) bug tracking all the steps needed for x32.

Well, it's great to hear somebody's working on getting the JIT
compiler ported to x32.  This patch was just a quick workaround, which
as I said disables the JIT compiler (essentially tells the build
system it's on a generic architecture).
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CADf0C47cOqSJ1Pefr2_diJO=exsarfkb7kqois37dgqnf1e...@mail.gmail.com



Bug#700093: qtwebkit: FTBFS on x32: Tries and fails to build x86_64 JIT compiler

2013-02-08 Thread Daniel Schepler
Source: qtwebkit
Version: 2.2.1-5
Severity: wishlist
Tags: patch
User: debian-...@lists.debian.org
Usertags: port-x32 ftbfs-x32

The qtwebkit source package is getting this build failure on the
unofficial Debian x32 port:

http://buildd.debian-ports.org/status/fetch.php?pkg=qtwebkit&arch=x32&ver=2.2.1-5&stamp=1360167282>
...
g++ -c -pipe -Wall -Wextra -Wreturn-type -fno-strict-aliasing
-Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type
-Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum
-Wundef -Wmissing-noreturn -Winit-self -Wno-c++0x-compat
-fno-stack-protector -Wno-c++0x-compat -g -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security
-D_FORTIFY_SOURCE=2 -O3 -pthread -fvisibility=hidden
-fvisibility-inlines-hidden -fPIC -D_REENTRANT -DENABLE_VIDEO=1
-DWTF_USE_GSTREAMER=1 -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG
-DQT_ASCII_CAST_WARNINGS -DBUILDING_JavaScriptCore -DBUILDING_WTF
-DENABLE_GLIB_SUPPORT=1 -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4 -I. -I../../Source -I../ThirdParty -Iassembler
-Ibytecode -Ibytecompiler -Iheap -Idfg -Idebugger -Iinterpreter -Ijit
-Iparser -Iprofiler -Iruntime -Iwtf -Iwtf/gobject
-I/build/buildd-qtwebkit_2.2.1-5-x32-maESej/qtwebkit-2.2.1/Source/JavaScriptCore/wtf/symbian
-Iwtf/unicode -Iyarr -IAPI -IForwardingHeaders -Igenerated
-I../../Source 
-I/build/buildd-qtwebkit_2.2.1-5-x32-maESej/qtwebkit-2.2.1/Source/../include
-I/include/QtWebKit -I/include -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I. -o
obj/release/dtoa.o wtf/dtoa.cpp
In file included from runtime/JSValue.h:33:0,
 from runtime/CachedTranscendentalFunction.h:29,
 from runtime/JSGlobalData.h:32,
 from interpreter/CallFrame.h:26,
 from runtime/ArgList.h:25,
 from runtime/JSObject.h:26,
 from wtf/DateMath.cpp:79:
./wtf/StdLibExtras.h: In instantiation of 'TO WTF::bitwise_cast(FROM)
[with TO = int; FROM = double]':
runtime/JSValueInlineMethods.h:495:44:   required from here
./wtf/StdLibExtras.h:96:1: error: size of array is negative
./wtf/StdLibExtras.h: In instantiation of 'TO WTF::bitwise_cast(FROM)
[with TO = double; FROM = int]':
runtime/JSValueInlineMethods.h:499:42:   required from here
./wtf/StdLibExtras.h:96:1: error: size of array is negative
make[3]: *** [obj/release/DateMath.o] Error 1
make[3]: *** Waiting for unfinished jobs
make[3]: Leaving directory
`/build/buildd-qtwebkit_2.2.1-5-x32-maESej/qtwebkit-2.2.1/Source/JavaScriptCore'
make[2]: *** [sub-JavaScriptCore-JavaScriptCore-pro-make_default-ordered]
Error 2
make[2]: Leaving directory
`/build/buildd-qtwebkit_2.2.1-5-x32-maESej/qtwebkit-2.2.1/Source'
dh_auto_build: make -j3 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory
`/build/buildd-qtwebkit_2.2.1-5-x32-maESej/qtwebkit-2.2.1'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

The attached debdiff fixes this by disabling the JIT compiler on x32
for now since it won't work.
-- 
Daniel Schepler


qtwebkit.debdiff
Description: Binary data


Bug#699862: qt4-x11: FTBFS on x32: qatomic_generic.h doesn't work with QtDBus

2013-02-08 Thread Daniel Schepler
On Fri, Feb 8, 2013 at 1:27 AM, Sune Vuorela  wrote:
> On Wednesday 06 February 2013 01:33:35 Daniel Schepler wrote:
>> The qt4-x11 source package is getting this build failure on the
>> unofficial x32 Debian port:
>
> Hi Daniel. Thanks for the work on this. I do have a few questions though.
>
> What's the Build key set to on x32?
> |$ strings /usr/lib/i386-linux-gnu/libQtCore.so | grep g++

frobozz:~# strings
/build/buildd/sid/usr/lib/x86_64-linux-gnux32/libQtCore.so.4.8.2 |
grep g++
x32 linux g++-4 full-config
Build key:   x32 linux g++-4 full-config
Compat build key:| x32 Linux g++-4 full-config |
x32 Linux g++-4 full-config

>> I'm attaching a debdiff of the changes I used to port Qt (with the
>> Debian changes) to x32.  (See also
>> https://sites.google.com/site/x32abi/x32-patches/Qt4_x32_config.patch?
>> attredirects=0&d=1> for a version of the patch meant for unpatched Qt.)
>
> For some reason it seems to be using the i386 assembly code for atomics in
> that patch. Shouldn't it be using the x86_64 assembly code?

The only difference between qatomic_i386.h and qatomic_x86_64.h is in
the size of registers they use; and qatomic_i386.h uses the right size
to match the size of pointers on x32.
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cadf0c47s01boumdrazgt9qgxhjexxopega7c72fbvcgd73h...@mail.gmail.com



Bug#699862: qt4-x11: FTBFS on x32: qatomic_generic.h doesn't work with QtDBus

2013-02-05 Thread Daniel Schepler
' [-fpermissive]
../../include/QtCore/../../src/corelib/arch/qatomic_generic.h:108:20:
error:   initializing argument 2 of 'bool
QBasicAtomicPointer_testAndSetOrdered(void* volatile*, void*, void*)'
[-fpermissive]
../../include/QtCore/../../src/corelib/arch/qatomic_generic.h:197:88:
error: invalid conversion from 'const void*' to 'void*' [-fpermissive]
../../include/QtCore/../../src/corelib/arch/qatomic_generic.h:108:20:
error:   initializing argument 3 of 'bool
QBasicAtomicPointer_testAndSetOrdered(void* volatile*, void*, void*)'
[-fpermissive]
make[3]: *** [.obj/release-shared/qdbusintegrator.o] Error 1
make[3]: *** Waiting for unfinished jobs
make[3]: Leaving directory
`/build/buildd-qt4-x11_4.8.2+dfsg-10-x32-MesqdX/qt4-x11-4.8.2+dfsg/src/dbus'
make[2]: *** [sub-dbus-make_default-ordered] Error 2
make[2]: Leaving directory
`/build/buildd-qt4-x11_4.8.2+dfsg-10-x32-MesqdX/qt4-x11-4.8.2+dfsg'
dh_auto_build: make -j3 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 25
make[1]: Leaving directory
`/build/buildd-qt4-x11_4.8.2+dfsg-10-x32-MesqdX/qt4-x11-4.8.2+dfsg'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

I'm attaching a debdiff of the changes I used to port Qt (with the
Debian changes) to x32.  (See also
https://sites.google.com/site/x32abi/x32-patches/Qt4_x32_config.patch?attredirects=0&d=1>
for a version of the patch meant for unpatched Qt.)
-- 
Daniel Schepler


qt4-x11.debdiff
Description: Binary data


Re: Bug#671979: (no subject)

2012-06-07 Thread Daniel Schepler
On Thursday, June 07, 2012 08:15:41 PM Lisandro Damián Nicanor Pérez Meyer 
wrote:
> Most Qt applications do not need to use pkg-config. If an app needs an
> external library which ships a .pc file (libusb, for example), then the
> programmer needs to call pkg-config from within the .pro. So, it's the app
> that requires pkg-config and not qmake.
> 
> For what I understand of the bug report, this is the case.
> 
> Although part of Debian's Qt-KDE team, I don't usually hack in Qt itself
> (at least in it's packaging), but I think the team will agree that
> pkg-config should not be even a Suggest. If they don't... well, someone
> may change that ;-)

Looking at qtads.pro, it contains:

CONFIG += link_pkgconfig
PKGCONFIG += sdl

So it looks like there's an optional qmake feature to ease using pkg-config.
-- 
Daniel Schepler


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201206072039.47006.dschep...@gmail.com



Re: Bug#671979: (no subject)

2012-06-07 Thread Daniel Schepler
On Thu, Jun 7, 2012 at 3:42 PM, Nikos Chantziaras  wrote:
> If qmake in Debian doesn't depend on pkg-config, then that's to be expected.
>  qmake is a build system that uses pkg-config.  Most Qt applications don't
> make use of that functionality though.
>
> I'm not the Debian maintainer.  I'm qtads upstream, chipping-in to point out
> that qmake should most probably depend on pkg-config :-)

If qmake can function without pkg-config, that makes the dependency at
most a Recommends.  And if most Qt applications don't use the
pkg-config functionality, then a Suggests seems most appropriate.  (Cc
to qt4-qmake package maintainers to get input on this point.)  In
either case, the original bug report would be correct that qtads
should be Build-Depending on pkg-config.
-- 
Daniel Schepler


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CADf0C45pfBNmWmfTX1_4AX=yojjhmjot+26d+pwmji5qf6j...@mail.gmail.com



Bug#672932: kdepim: New upstream version available

2012-05-14 Thread Daniel Schepler
Source: kdepim
Version: 4:4.4.11.1+l10n-1
Severity: wishlist

I'm curious as to why kdepim is still stuck at version 4.4.11.1 while
the rest of KDE has been upgraded to 4.7.4 in the meantime.  Are there
serious bugs in newer versions of kdepim which prevent upgrading, or
is there just a lack of anybody working on this package?  Either way,
it would be good to have a record of the reasons for holding kdepim
back.
-- 
Daniel Schepler



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CADf0C471vtf10cV5cAfC19Zuy+ANP=e=an=xzobw7tt96qi...@mail.gmail.com



Bug#614436: Workaround patch for polkit-qt-1 FTBFS

2011-05-08 Thread Daniel Schepler
Here's a patch which fixes the FTBFS problem.  I'm not going to tag the bug as 
"patch" since this is just an ugly workaround for the fact that 
gdbusintrospection.h wants to use "signals" as a field name.  I just wanted to 
post it in case anybody else wanted to recompile the package, until a proper 
fix is worked out.
-- 
Daniel Schepler
diff -urN polkit-qt-1-0.95.1.old//agent/listeneradapter.cpp polkit-qt-1-0.95.1//agent/listeneradapter.cpp
--- polkit-qt-1-0.95.1.old//agent/listeneradapter.cpp	2009-12-23 11:31:14.0 +
+++ polkit-qt-1-0.95.1//agent/listeneradapter.cpp	2011-05-01 19:54:06.0 +
@@ -18,10 +18,10 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "listeneradapter_p.h"
-#include 
 #define POLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE 1
 #include 
+#include "listeneradapter_p.h"
+#include 
 
 namespace PolkitQt1
 {
diff -urN polkit-qt-1-0.95.1.old//agent/polkitqt1-agent-session.cpp polkit-qt-1-0.95.1//agent/polkitqt1-agent-session.cpp
--- polkit-qt-1-0.95.1.old//agent/polkitqt1-agent-session.cpp	2009-12-23 11:31:14.0 +
+++ polkit-qt-1-0.95.1//agent/polkitqt1-agent-session.cpp	2011-05-01 19:50:07.0 +
@@ -18,15 +18,15 @@
  * Boston, MA 02110-1301, USA.
  */
 
+#define POLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE 1
+#include 
+
 #include "polkitqt1-agent-session.h"
 
 #include 
 
 #include "polkitqt1-identity.h"
 
-#define POLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE 1
-#include 
-
 using namespace PolkitQt1::Agent;
 
 class Session::Private
diff -urN polkit-qt-1-0.95.1.old//agent/polkitqtlistener_p.h polkit-qt-1-0.95.1//agent/polkitqtlistener_p.h
--- polkit-qt-1-0.95.1.old//agent/polkitqtlistener_p.h	2009-12-23 11:31:14.0 +
+++ polkit-qt-1-0.95.1//agent/polkitqtlistener_p.h	2011-05-01 19:53:25.0 +
@@ -27,8 +27,18 @@
 
 #include "listeneradapter_p.h"
 
+#ifndef QT_NO_KEYWORDS
+#undef signals
+#endif
+
 #include 
 
+#ifndef QT_NO_KEYWORDS
+#ifdef QOBJECTDEFS_H
+#define signals protected
+#endif
+#endif
+
 G_BEGIN_DECLS
 
 #define POLKIT_QT_TYPE_LISTENER  (polkit_qt_listener_get_type())
diff -urN polkit-qt-1-0.95.1.old//core/polkitqt1-actiondescription.cpp polkit-qt-1-0.95.1//core/polkitqt1-actiondescription.cpp
--- polkit-qt-1-0.95.1.old//core/polkitqt1-actiondescription.cpp	2009-12-23 11:31:14.0 +
+++ polkit-qt-1-0.95.1//core/polkitqt1-actiondescription.cpp	2011-05-01 19:49:11.0 +
@@ -18,12 +18,12 @@
  * Boston, MA 02110-1301, USA.
  */
 
+#include 
+
 #include "polkitqt1-actiondescription.h"
 
 #include 
 
-#include 
-
 namespace PolkitQt1
 {
 
diff -urN polkit-qt-1-0.95.1.old//core/polkitqt1-authority.cpp polkit-qt-1-0.95.1//core/polkitqt1-authority.cpp
--- polkit-qt-1-0.95.1.old//core/polkitqt1-authority.cpp	2009-12-23 11:31:13.0 +
+++ polkit-qt-1-0.95.1//core/polkitqt1-authority.cpp	2011-05-01 19:46:26.0 +
@@ -21,13 +21,13 @@
  * Boston, MA 02110-1301, USA.
  */
 
+#include 
+
 #include "polkitqt1-authority.h"
 
 #include 
 #include 
 
-#include 
-
 namespace PolkitQt1
 {
 
diff -urN polkit-qt-1-0.95.1.old//core/polkitqt1-details.cpp polkit-qt-1-0.95.1//core/polkitqt1-details.cpp
--- polkit-qt-1-0.95.1.old//core/polkitqt1-details.cpp	2009-12-23 11:31:14.0 +
+++ polkit-qt-1-0.95.1//core/polkitqt1-details.cpp	2011-05-01 19:48:30.0 +
@@ -18,12 +18,12 @@
  * Boston, MA 02110-1301, USA.
  */
 
+#include 
+
 #include "polkitqt1-details.h"
 
 #include 
 
-#include 
-
 namespace PolkitQt1
 {
 
diff -urN polkit-qt-1-0.95.1.old//core/polkitqt1-identity.cpp polkit-qt-1-0.95.1//core/polkitqt1-identity.cpp
--- polkit-qt-1-0.95.1.old//core/polkitqt1-identity.cpp	2009-12-23 11:31:13.0 +
+++ polkit-qt-1-0.95.1//core/polkitqt1-identity.cpp	2011-05-01 19:47:12.0 +
@@ -18,10 +18,10 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include "polkitqt1-identity.h"
-
 #include 
 
+#include "polkitqt1-identity.h"
+
 #include 
 
 namespace PolkitQt1
diff -urN polkit-qt-1-0.95.1.old//core/polkitqt1-subject.cpp polkit-qt-1-0.95.1//core/polkitqt1-subject.cpp
--- polkit-qt-1-0.95.1.old//core/polkitqt1-subject.cpp	2009-12-23 11:31:14.0 +
+++ polkit-qt-1-0.95.1//core/polkitqt1-subject.cpp	2011-05-01 19:47:40.0 +
@@ -18,10 +18,11 @@
  * Boston, MA 02110-1301, USA.
  */
 
+#include 
+
 #include "polkitqt1-subject.h"
 
 #include 
-#include 
 
 namespace PolkitQt1
 {
diff -urN polkit-qt-1-0.95.1.old//core/polkitqt1-temporaryauthorization.cpp polkit-qt-1-0.95.1//core/polkitqt1-temporaryauthorization.cpp
--- polkit-qt-1-0.95.1.old//core/polkitqt1-temporaryauthorization.cpp	2009-12-23 11:31:14.0 +
+++ polkit-qt-1-0.95.1//core/polkitqt1-temporaryauthorization.cpp	2011-05-01 19:48:10.0 +
@@ -18,11 +18,11 @@
  * Boston, MA 02110-1301, USA.
  */
 
+#include 
+
 #include "polkit

Bug#622176: libglib2.0-dev: /usr/include/glib-2.0/gio/gdbusintrospection.h: conflicts with Qt

2011-05-08 Thread Daniel Schepler
On Thursday 14 April 2011 02:39:14 Emilio Pozuelo Monfort wrote:
> reassign 622176 libqt4-dev
> thanks
> 
> On 11/04/11 10:49, Emilio Pozuelo Monfort wrote:
> > On 10/04/11 19:48, Daniel Schepler wrote:
> >> If you include Qt headers before this glib header, Qt's definition of
> >> "signals" to "protected" (for moc) causes an error at line 151.  This
> >> is causing a build failure in polkit-qt-1 (see #614436).
> > 
> > How is this a GLib bug and not a Qt one?
> 
> AFAIK signals is not a reserved keyword in any standard, so IMHO the bug is
> in Qt. It shouldn't define random stuff in public headers, but use
> something like QT_SIGNALS or whatever (note the namespace). Also the
> convention is to use uppercase for definitions, not lowercase.

Sorry to take so long to respond to this...  In theory, you're probably 
correct.  However, the "signals," "slots" and "emit" definitions are a 
fundamental part of Qt programming that have been there at least since I 
started working with Qt back in the Qt 3 days.  It would be a major change and 
break probably 90% or more of Qt-using programs to disable or rename those 
definitions.

Looking at the headers, I see there is a QT_NO_KEYWORDS option which keeps 
only the Q_SIGNALS, etc. versions of the defines.  So I guess polkit-qt-1 could 
be rewritten to #define QT_NO_KEYWORDS and update the source accordingly.  But 
I'm not sure how that would impact packages using polkit-qt-1 (notably 
including kde4libs).
-- 
Daniel Schepler



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201105080938.34994.dschep...@gmail.com



Bug#559691: kdebase-workspace: Fixed in SVN

2010-02-26 Thread Daniel Schepler
Hi, are there any plans to make an upload soon to fix this bug, which makes KDE 
uninstallable in sid?  Right now the last comment saying the next upload 
should fix it it almost a month old.
-- 
Daniel Schepler



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002261355.18598.dschep...@gmail.com



Bug#556564:

2009-11-24 Thread Daniel Schepler
On Saturday 21 November 2009 03:18:36 Andrea IACOVITTI wrote:
> May be this will fix:
> http://websvn.kde.org/?view=revision&revision=975371

Yes, it fixed the gcc-4.4 compilation issues for me.
-- 
Daniel Schepler



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#556564: kdelibs: FTBFS with gcc-4.4: invalid conversion from `const char *' to `char *'

2009-11-16 Thread Daniel Schepler
Source: kdelibs
Version: 4:3.5.10.dfsg.1-2.1
Severity: important

From my pbuilder build log, using an amd64 chroot with gcc-defaults changed to
point to gcc-4.4:

...
/tmp/buildd/kdelibs-3.5.10.dfsg.1/./kioslave/ftp/ftp.cc: In member function 
'int Ftp::ftpOpenPASVDataConnection()':
/tmp/buildd/kdelibs-3.5.10.dfsg.1/./kioslave/ftp/ftp.cc:879: error: invalid 
conversion from 'const char*' to 'char*'
/tmp/buildd/kdelibs-3.5.10.dfsg.1/./kioslave/ftp/ftp.cc:881: error: invalid 
conversion from 'const char*' to 'char*'
/tmp/buildd/kdelibs-3.5.10.dfsg.1/./kioslave/ftp/ftp.cc: In member function 
'int Ftp::ftpOpenEPSVDataConnection()':
/tmp/buildd/kdelibs-3.5.10.dfsg.1/./kioslave/ftp/ftp.cc:934: error: invalid 
conversion from 'const char*' to 'char*'
/tmp/buildd/kdelibs-3.5.10.dfsg.1/./kioslave/ftp/ftp.cc: In member function 
'Ftp::StatusCode Ftp::ftpGet(int&, int, const KURL&, KIO::fileoffset_t)':
/tmp/buildd/kdelibs-3.5.10.dfsg.1/./kioslave/ftp/ftp.cc:2084: warning: 
'KMimeMagicResult' is deprecated (declared at 
/tmp/buildd/kdelibs-3.5.10.dfsg.1/./kio/kio/kmimemagic.h:47)
/tmp/buildd/kdelibs-3.5.10.dfsg.1/./kioslave/ftp/ftp.cc: In member function 
'Ftp::StatusCode Ftp::ftpPut(int&, int, const KURL&, int, bool, bool)':
/tmp/buildd/kdelibs-3.5.10.dfsg.1/./kioslave/ftp/ftp.cc:2339: warning: 
comparison between signed and unsigned integer expressions
make[4]: *** [ftp.lo] Error 1
make[4]: Leaving directory 
`/tmp/buildd/kdelibs-3.5.10.dfsg.1/obj-x86_64-linux-gnu/kioslave/ftp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/tmp/buildd/kdelibs-3.5.10.dfsg.1/obj-x86_64-linux-gnu/kioslave'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/tmp/buildd/kdelibs-3.5.10.dfsg.1/obj-x86_64-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/tmp/buildd/kdelibs-3.5.10.dfsg.1/obj-x86_64-linux-gnu'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler



--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#536848: qt-x11-free: FTBFS: Missing Build-Depends on cpio

2009-07-13 Thread Daniel Schepler
Package: qt-x11-free
Version: 3:3.3.8b-5
Severity: serious

From my pbuilder build log:

...
# Build architecture-independent files here.
dh_testdir
dh_testroot
dh_installdocs -i -XREADME.Debian
dh_installchangelogs -i changes-3.3.8
dh_installchangelogs -i changes-3.3.8b
find doc/man -path \*/CVS -prune -o -print | cpio -pmd 
/tmp/buildd/qt-x11-free-3.3.8b/debian/qt3-doc/usr/share/qt3/doc/
/bin/sh: cpio: command not found
make: *** [binary-indep] Error 127
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
-- 
Daniel Schepler




--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#528824: libqtgui4: Hyperlinks not working in message boxes

2009-05-15 Thread Daniel Schepler
Package: libqtgui4
Version: 4.5.1-2
Severity: normal

With the attached test program, clicking on the hyperlink in the first message 
box doesn't do anything, but clicking on the link in the label window does 
work.  The test program works fine with a local installation of Qt 4.3.5 I had 
on my machine.

I also tried the same thing with another (only slightly more complex) example, 
where the QMessageBox::information was invoked in response to an existing 
button being clicked; it showed the same behavior.  Even 
QMessageBox::aboutQt()'s hyperlinks weren't working when I tried calling that 
instead.
-- 
Daniel Schepler

#include 
#include 
#include 

int main(int argc, char *argv[]) {
  QApplication app(argc, argv);
  QMessageBox::information(NULL, "Test",
			   "Welcome to http://www.debian.org/\";>"
			   "Debian!");
  QLabel lbl("Using http://www.qtsoftware.com/\";>Qt");
  lbl.setOpenExternalLinks(true);
  lbl.show();
  return app.exec();
}


Bug#524944: libqt4-dev: #include fails with QT_NO_DEBUG_OUTPUT defined

2009-04-20 Thread Daniel Schepler
Package: libqt4-dev
Version: 4.5.0-2
Severity: normal

dan...@frobozz:/tmp$ cat qtnet-test.cc
#include 
dan...@frobozz:/tmp$ g++ -c -DQT_NO_DEBUG_OUTPUT -I/usr/include/qt4 -
I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork 
-c qtnet-test.cc
In file included from /usr/include/qt4/QtNetwork/qtcpserver.h:47,
 from /usr/include/qt4/QtNetwork/QTcpServer:1,
 from qtnet-test.cc:1:
/usr/include/qt4/QtNetwork/qhostaddress.h:127: error: expected ‘,’ or ‘...’ 
before ‘<’ token
/usr/include/qt4/QtNetwork/qhostaddress.h:127: error: ISO C++ forbids 
declaration of ‘QPair’ with no type
/usr/include/qt4/QtNetwork/qhostaddress.h:129: error: ISO C++ forbids 
declaration of ‘QPair’ with no type
/usr/include/qt4/QtNetwork/qhostaddress.h:129: error: expected ‘;’ before ‘<’ 
token
-- 
Daniel Schepler




--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#493034: kdeedu: FTBFS [amd64]: couldn't find library libcompoundviewer.so.4 needed by debian/kalzium/usr/bin/kalzium

2008-07-30 Thread Daniel Schepler
Package: kdeedu
Version: 4:4.1.0-1
Severity: serious

Hi, when I try to build kdeedu from experimental on my amd64 machine, I get:

...
dh_perl -pkalzium
dh_shlibdeps -pkalzium
dpkg-shlibdeps: failure: couldn't find library libcompoundviewer.so.4 needed by 
debian/kalzium/usr/bin/kalzium (its RPATH is '').
Note: libraries are not searched in other binary packages that do not have any 
shlibs or symbols file.
To help dpkg-shlibdeps find private libraries, you might need to set 
LD_LIBRARY_PATH.
dh_shlibdeps: command returned error code 512
make: *** [binary-predeb-IMPL/kalzium] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status2

This persists even if I remove previous versions of kdeedu.
-- 
Daniel Schepler




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#467252: kdeaddons: FTBFS with g++-4.3: Missing includes

2008-02-23 Thread Daniel Schepler
Package: kdeaddons
Version: 4:3.5.8-3
Severity: important
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.3

From my pbuilder build log, with g++ -> g++-4.3:

...
/bin/bash ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../.. -I/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub 
-I/usr/include/kde -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  
-D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 
-g -Wall -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o 
noatundub_la.all_cpp.lo noatundub_la.all_cpp.cpp
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I../../.. 
-I/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub -I/usr/include/kde 
-I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long 
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts 
-Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 -Wformat-security 
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new 
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION -c noatundub_la.all_cpp.cpp  -fPIC -DPIC -o 
.libs/noatundub_la.all_cpp.o
In file included from /usr/include/kde/kfileitem.h:31,
 from 
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dubplaylistitem.h:18,
 from 
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dubplaylistitem.cpp:17,
 from noatundub_la.all_cpp.cpp:2:
/usr/include/kde/kfilemetainfo.h:1237: warning: type qualifiers ignored on 
function return type
In file included from noatundub_la.all_cpp.cpp:3:
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dubplaylist.cpp:57: 
warning: unused parameter 'play'
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dubplaylist.cpp:93: 
warning: unused parameter 'item'
In file included from 
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dub.cpp:49,
 from noatundub_la.all_cpp.cpp:7:
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/random.h: In static member 
function 'static void Random::init()':
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/random.h:27: error: 'time' 
was not declared in this scope
In file included from noatundub_la.all_cpp.cpp:7:
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dub.cpp: In member 
function 'KFileItem* Dub::Linear_Seq::next(QPtrList&, KFileItem**)':
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dub.cpp:197: warning: 
suggest a space before ';' or explicit braces around empty body in 'for' 
statement
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dub.cpp: In member 
function 'KFileItem* Dub::Linear_Seq::prev(QPtrList&, KFileItem**)':
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dub.cpp:224: warning: 
suggest a space before ';' or explicit braces around empty body in 'for' 
statement
make[5]: *** [noatundub_la.all_cpp.lo] Error 1
make[5]: Leaving directory 
`/tmp/buildd/kdeaddons-3.5.8/obj-x86_64-linux-gnu/noatun-plugins/dub/dub'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory 
`/tmp/buildd/kdeaddons-3.5.8/obj-x86_64-linux-gnu/noatun-plugins/dub'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/tmp/buildd/kdeaddons-3.5.8/obj-x86_64-linux-gnu/noatun-plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/kdeaddons-3.5.8/obj-x86_64-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/kdeaddons-3.5.8/obj-x86_64-linux-gnu'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
-- 
Daniel Schepler




Bug#467250: kdemultimedia: FTBFS: Fails to detect xine-lib version

2008-02-23 Thread Daniel Schepler
| printf("*** of XINE, but you can also set the XINE_CONFIG environment 
to point to the\n");
|     printf("*** correct copy of xine-config. (In this case, you will have 
to\n");
| printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit 
/etc/ld.so.conf\n");
| printf("*** so that the correct libraries are found at run-time))\n");
|   }
| }
|   return 1;
| }
|
configure:42487: result: no

So it looks like the configure test is getting confused by
`xine-config --version' returning 1.1.10.1.
-- 
Daniel Schepler




Bug#438558: kdelibs: FTBFS: dereferencing pointer to incomplete type

2007-08-17 Thread Daniel Schepler
Package: kdelibs
Version: 4:3.5.7.dfsg.1-4
Severity: serious

From my pbuilder build log:

...
/bin/sh ../../../libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
-I../../.. -I../../../dcop -I../../../kdecore -I../../../kio/kssl 
-I../../../kjs -I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdeprint/cups/cupsdconf2 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/. -I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kio 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kfile 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./dcop 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./libltdl 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdefx -I../../../kdecore 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdecore 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdecore/network 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdeui 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kio 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kio/kio 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kio/kfile 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/. -I/usr/share/qt3/include -I. 
-I/usr/include/kde   -DQT_THREAD_SUPPORT  -D_REENTRANT  -std=iso9899:1990 -W 
-Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes 
-Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2  -g -Wall -O2 
-DDEBIAN_VERSION=4:3.5.7.dfsg.1-4+pb1 -Wformat-security 
-Wmissing-format-attribute -c -o cups-util.lo 
/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdeprint/cups/cupsdconf2/cups-util.c
 cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../dcop -I../../../kdecore 
-I../../../kio/kssl -I../../../kjs 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdeprint/cups/cupsdconf2 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/. -I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kio 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kfile 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./dcop 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./libltdl 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdefx -I../../../kdecore 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdecore 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdecore/network 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdeui 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kio 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kio/kio 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kio/kfile 
-I/tmp/buildd/kdelibs-3.5.7.dfsg.1/. -I/usr/share/qt3/include -I. 
-I/usr/include/kde -DQT_THREAD_SUPPORT -D_REENTRANT -std=iso9899:1990 -W -Wall 
-Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -g -Wall -O2 
-DDEBIAN_VERSION=4:3.5.7.dfsg.1-4+pb1 -Wformat-security 
-Wmissing-format-attribute -c 
/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdeprint/cups/cupsdconf2/cups-util.c  -fPIC 
-DPIC -o .libs/cups-util.o
/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdeprint/cups/cupsdconf2/cups-util.c:18: 
warning: no previous prototype for 'cupsGetConf'
/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdeprint/cups/cupsdconf2/cups-util.c: In 
function 'cupsGetConf':
/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdeprint/cups/cupsdconf2/cups-util.c:111: 
error: dereferencing pointer to incomplete type
/tmp/buildd/kdelibs-3.5.7.dfsg.1/./kdeprint/cups/cupsdconf2/cups-util.c:111: 
error: dereferencing pointer to incomplete type
...
make[5]: *** [cups-util.lo] Error 1
make[5]: Leaving directory 
`/tmp/buildd/kdelibs-3.5.7.dfsg.1/obj-i486-linux-gnu/kdeprint/cups/cupsdconf2'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory 
`/tmp/buildd/kdelibs-3.5.7.dfsg.1/obj-i486-linux-gnu/kdeprint/cups'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/tmp/buildd/kdelibs-3.5.7.dfsg.1/obj-i486-linux-gnu/kdeprint'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/kdelibs-3.5.7.dfsg.1/obj-i486-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/kdelibs-3.5.7.dfsg.1/obj-i486-linux-gnu'
make: *** [debian/stamp-makefile-build] Error 2

It looks like those references to internal implementation details could be
replaced by calls to httpGetField.  But after that, I also ran into problems
in kdeprint/cups/ipprequest.cpp, where I'm not quite sure how to handle
the lines dealing with authentication strings -- the API functions I found
also want the authentication scheme as an argument.
-- 
Daniel Schepler



Bug#389353: malsync ready for adoption

2006-10-16 Thread Daniel Schepler
On Sunday 15 October 2006 21:48 pm, Ludovic Rousseau wrote:
> If you are interested you should also adopt libmal. It causes a problem
> on kpilot and I offered the package to the kpilot maintainer without an
> answer from him. See #389353.
>
> If no one adopt it I will request the removal of malsync from unstable.

Sorry, I missed that message.  I'm not interested in maintaining libmal; it's 
just an optional add-on to kpilot.  If libmal were removed from unstable, I 
would most likely just recompile kdepim with the libmal-dev build-dep cut 
out.

By the way, where did you get the idea that the submitter of #389353 and the 
kpilot maintainer were the same person?  I'm not "Peter Robin". :)
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Build failure with autoconf 2.60: "requires autoconf 2.53 or newer"

2006-07-25 Thread Daniel Schepler
On Tuesday 25 July 2006 13:40 pm, Martin Michlmayr wrote:
> Half of KDE and a number of other applications currently fail to build
>
> with a message similar to:
> | *** YOU'RE USING autoconf (GNU Autoconf) 2.60.
> | *** KDE requires autoconf 2.53 or newer
>
> Before I file bugs on these packages, I wanted to check whether this
> is a known problem and/or whether the new autoconf reports its version
> in an incompatible way (that could be changed to avoid these build
> failures).
>
> Comments?

I already knew this was an issue in kdeedu and kdegames.  However, there's a 
new upstream version 3.5.4 of KDE due out soon, and I was planning to wait 
for that to make new uploads.

(PS, a small comment on the patch that got applied on kdepim -- it's just 
going to break again once autoconf gets up to version 2.70, when it would 
have been just as easy to keep it working through version 2.99.)

(PPS, I never got any email asking if I could handle the upload of kdepim 
myself, which I could have.  But thanks anyway for taking care of that.)
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#337527: kaddressbook lacks a dependency

2006-04-21 Thread Daniel Schepler
Thanks for the report, and sorry I missed it until now.  I'll add a "Suggests: 
kdebase-kio-plugins" to kaddressbook in the next upload.
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#359845: koffice-l10n: FTBFS: problems with mv invocation

2006-03-29 Thread Daniel Schepler
Package: koffice-l10n
Version: 1.4.2-1
Severity: serious

From my pbuilder build log:

...
#Rename language dirs from *l10n* to *i18n*
for i in `ls -1d *l10n*/`; do \
  orig=$i; \
  dest=$(echo $i | sed -e "s/l10n/i18n/"); \
  mv $orig $dest; \
done
mv: target `koffice-i18n-bg-1.4.2/' is not a directory: No such file or 
directory
mv: target `koffice-i18n-ca-1.4.2/' is not a directory: No such file or 
directory
...
mkdir debian/koffice-i18n-engb
cp -aR debian/koffice-i18n-en_GB/* debian/koffice-i18n-engb/
cp: cannot stat `debian/koffice-i18n-en_GB/*': No such file or directory
make: *** [binary-indep] Error 1
-- 
Daniel Schepler



Re: kdepim -> testing migration status

2006-03-15 Thread Daniel Schepler
Le Lundi 13 Mars 2006 13:49, Rainer Dorsch a écrit :
> Daniel,
>
> kdepim is the only KDE component from 3.5.x which did not yet make it into
> testing. It seems that there are several open bugs (and the number is
> growing) and has problems on alpha.
>
> I am just wondering if you plan to upload a new version, do we need to wait
> for kde 3.5.2 or what is the strategy here? Is there a place where I can
> get this answers without disturbing you?

Sorry, I had a bad cold the past couple of days which kept me from working on 
new packages, and over the weekend I was waiting for the results of the GFDL 
GR to see whether I'd need to split out the docs into a non-free package.  As 
for the kmail bugs with disconnected IMAP losing mails, the problem there is 
that nobody afaik has been able to tell the kmail developers how to reproduce 
the problem consistently; and without that, it's very difficult to find the 
cause of the bug and fix it.  I'll try to prepare a kdepim upload tonight if 
at all possible, fixing the problems on alpha, and upload tomorrow morning.

As for the other bugs on kdepim, most are in fact upstream bugs and there are 
simply too many of them for me to keep up to date on the status of each 
myself.  You're welcome to help with this if you want (by forwarding bugs to 
the upstream KDE bts, marking bugs as already forwarded/fixed as appropriate, 
etc).  See http://lists.debian.org/debian-kde/2006/01/msg00215.html>.
-- 
Daniel Schepler



Bug#356142: Knode works here

2006-03-15 Thread Daniel Schepler
Le Vendredi 10 Mars 2006 18:34, Bob Tanner a écrit :
> On Friday 10 March 2006 06:18, Daniel Schepler wrote:
> > I was able to set up knode and read a few articles here, so the package
> > isn't completely unusable for everybody; downgrading.
> >
> > As for the backtraces, try installing kdepim-dbg to get more info in
> > them.
>
> Just saw the kdepim-dbg bug closed, so I have it installed and will get
> better backtrace info.
>
> Backtrace attached.
>
> Can reproduce this bug in 7 different systems.

Hmm, it looks like it's crashing on an X error.  Could you try running knode 
with --sync and see if that gives more useful information?  (And if you 
install qt-x11-free-dbg and kdelibs-dbg as well, that could help give more 
info in the backtrace.)
-- 
Daniel Schepler



Bug#355099: Bug #355099: kdelibs FTBFS

2006-03-10 Thread Daniel Schepler
After some investigation of the failure of kdelibs to build, I found it 
appears to be a bug in either libtool, ld, or the dynamic linker, so I'm 
CC'ing the maintainers of those packages.  The problem is that lt-meinproc is 
getting linked with a NEEDED entry pointing to libkdecore.so because it 
directly uses symbols from that library, which is indirectly brought in by 
the -lkio argument, but the RPATH on the resulting binary only includes the 
directory containing libkio.so.  Then the dynamic linker can't find where 
libkdecore.so is, despite the fact that libkio.so's RPATH includes the 
directories containing its dependencies, and one of those libraries has the 
RPATH needed for libkdecore.so.

So I can see a few different ways to fix this:

* Make libtool include all indirect rpath's directly on the link command line.  
But I find this ugly, and in fact a step backwards from recent improvements, 
and it really doesn't solve the general problem either.
* Make the dynamic loader able to find libraries within rpath's from already 
loaded libraries.  But this doesn't totally solve the case outside libtool -- 
what if that other library then gets relinked in such a way that it doesn't 
indirectly include that rpath anymore?
* Make ld add the required directory to RPATH when it automatically adds a 
NEEDED entry due to direct usage of symbols from the library involved.  
Somewhat ugly, though.

Anyway, in the meantime, this can be fixed in the kdelibs package by adding 
$(LIB_KDECORE) explicitly to meinproc_LDADD, which it's appropriate to list 
anyway since meinproc directly uses kdecore functions.
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#356142: Knode works here

2006-03-10 Thread Daniel Schepler
package knode
severity 356142 important
thanks

I was able to set up knode and read a few articles here, so the package isn't 
completely unusable for everybody; downgrading.

As for the backtraces, try installing kdepim-dbg to get more info in them.
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#344377: steve.ttf packaging

2006-02-02 Thread Daniel Schepler
I'm probably going to fix this by packaging all of sjfonts as suggested by 
upstream (all 2 of the fonts there ;).
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#337478: koffice: FTBFS: invalid use of undefined type `struct KisfilterRegistry'

2005-11-04 Thread Daniel Schepler
Package: koffice
Version: 1:1.4.2-2
Severity: serious

>From my pbuilder build log:

...
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H 
-I. -I../../../krita/ui -I../.. -I../../../krita/ui/../core/filters 
-I../../../krita/ui/../core -I../../../krita/ui/../core/resources/ 
-I../../../krita/ui/../core/color_strategy -I../../../krita/ui/../core/tiles 
-I../../../krita/ui/../core/tool -I../../../krita/ui/../core/paintop 
-I../../../lib/kofficeui -I../../lib/kofficeui -I../../../lib/kofficecore 
-I../../lib/kofficecore -I../../../lib/store -I../../lib/store 
-I../../../lib/kwmf -I../../lib/kwmf -I../../../lib/kopainter 
-I../../lib/kopainter -I/usr/include/kde -I/usr/share/qt3/include -I.   
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
-Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -Wformat-security 
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new 
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_N
 O_COMPAT -DQT_NO_TRANSLATION -DHAVE_KNEWSTUFF  -MT kis_filter_box.lo -MD -MP 
-MF ".deps/kis_filter_box.Tpo" \
  -c -o kis_filter_box.lo `test -f '../../../krita/ui/kis_filter_box.cc' || 
echo '../../../krita/ui/'`../../../krita/ui/kis_filter_box.cc; \
then mv -f ".deps/kis_filter_box.Tpo" ".deps/kis_filter_box.Plo"; \
else rm -f ".deps/kis_filter_box.Tpo"; exit 1; \
fi
../../../krita/ui/../core/kis_filter.h: In function 'KisFilterSP 
createFilter(KisView*)':
../../../krita/ui/../core/kis_filter.h:47: error: invalid use of undefined type 
'struct KisFilterRegistry'
../../../krita/ui/../core/kis_canvas_subject.h:38: error: forward declaration 
of 'struct KisFilterRegistry'
../../../krita/ui/../core/kis_filter.h:49: error: invalid use of undefined type 
'struct KisFilterRegistry'
../../../krita/ui/../core/kis_canvas_subject.h:38: error: forward declaration 
of 'struct KisFilterRegistry'
../../../krita/ui/../core/kis_filter.h:53: error: invalid use of undefined type 
'struct KisFilterRegistry'
../../../krita/ui/../core/kis_canvas_subject.h:38: error: forward declaration 
of 'struct KisFilterRegistry'
../../../krita/ui/kis_filter_box.cc: At global scope:
../../../krita/ui/kis_filter_box.cc:60: warning: unused parameter 'item'
make[5]: *** [kis_filter_box.lo] Error 1
make[5]: Leaving directory 
`/tmp/buildd/koffice-1.4.2/obj-i486-linux-gnu/krita/ui'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory 
`/tmp/buildd/koffice-1.4.2/obj-i486-linux-gnu/krita/ui'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/koffice-1.4.2/obj-i486-linux-gnu/krita'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/koffice-1.4.2/obj-i486-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/koffice-1.4.2/obj-i486-linux-gnu'
make: *** [build-stamp] Error 2

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages koffice depends on:
ii  karbon1:1.4.2-2  a vector graphics application for 
ii  kchart1:1.4.2-2  a chart drawing program for the KD
ii  kformula  1:1.4.2-2  a formula editor for the KDE Offic
ii  kivio 1:1.4.2-2  a flowcharting program for the KDE
ii  koshell   1:1.4.2-2  the KDE Office Suite workspace
ii  kpresenter1:1.4.2-2  a presentation program for the KDE
ii  krita 1:1.4.2-2  a pixel-based image manipulation p
ii  kspread   1:1.4.2-2  a spreadsheet for the KDE Office S
ii  kugar 1:1.4.2-2  a business report maker for the KD
ii  kword 1:1.4.2-2  a word processor for the KDE Offic

koffice recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#326552: ksirc: Can't edit topic line with "T" button on public channel

2005-09-03 Thread Daniel Schepler
Package: ksirc
Version: 4:3.4.2-2
Severity: normal

I'm currently on #debian-bugs, and the "T" button is grayed out with a
tooltip of "Only op'ed users can change the topic".  However, I can
change the topic manually with /topic, so this is inaccurate.

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-k8
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)

Versions of packages ksirc depends on:
ii  kdelibs4c24:3.4.2-3  core libraries for all KDE applica
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  perl  5.8.7-4Larry Wall's Practical Extraction 

Versions of packages ksirc recommends:
ii  libio-socket-ssl-perl 0.96-1 Class implementing an object orien

-- no debconf information

-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#326457: qt-x11-free: FTBFS: Cannot find postgresql server headers

2005-09-03 Thread Daniel Schepler
Package: qt-x11-free
Severity: serious
Version: 3:3.3.4-7

>From my build log, with postgresql packages from current unstable:

...
g++ -c -pipe -I/usr/include/mysql -I/usr/include/freetype2 
-I/usr/include/postgresql -fno-exceptions -Wall -W -O2 -fPIC  -DQT_NO_DEBUG 
-DQT_PLUGIN -DQT_SHARED -I/tmp/buildd/qt-x11-free-3.3.4/mkspecs/linux-g++ -I. 
-I/usr/include/freetype2 -I../../../../include -I.moc/release-shared/ -o 
.obj/qsql_psql.o ../../../../src/sql/drivers/psql/qsql_psql.cpp
../../../../src/sql/drivers/psql/qsql_psql.cpp:50:22: error: postgres.h: No 
such file or directory
../../../../src/sql/drivers/psql/qsql_psql.cpp:57:29: error: catalog/pg_type.h: 
No such file or directory
../../../../src/sql/drivers/psql/qsql_psql.cpp: In function 'QVariant::Type 
qDecodePSQLType(int)':
../../../../src/sql/drivers/psql/qsql_psql.cpp:127: error: 'BOOLOID' was not 
declared in this scope
...
make[4]: *** [.obj/qsql_psql.o] Error 1
make[4]: Leaving directory 
`/tmp/buildd/qt-x11-free-3.3.4/plugins/src/sqldrivers/psql'
make[3]: *** [sub-psql] Error 2
make[3]: Leaving directory 
`/tmp/buildd/qt-x11-free-3.3.4/plugins/src/sqldrivers'
make[2]: *** [sub-sqldrivers] Error 2
make[2]: Leaving directory `/tmp/buildd/qt-x11-free-3.3.4/plugins/src'
make[1]: *** [sub-plugins] Error 2
make[1]: Leaving directory `/tmp/buildd/qt-x11-free-3.3.4'
make: *** [libqt-stamp] Error 2

You can probably fix this by adding postgresql-server-dev-8.0 to the
Build-Depends and adding -I`pg_config --includedir-server` to the
include flags.

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-k8
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)

-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#326113: kdelibs4-dev: Provide libkdefakes_pic.a

2005-09-01 Thread Daniel Schepler
Package: kdelibs4-dev
Version: 4:3.4.2-3
Severity: wishlist

As discussed on IRC, I'd like to have a libkdefakes_pic.a to link into
libmimelib, to get rid of the otherwise unnecessary libmimelib1c2 ->
kdelibs4 dependency.

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-k8
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)

Versions of packages kdelibs4-dev depends on:
ii  kdelibs-bin   4:3.4.2-3  core binaries for all KDE applicat
ii  kdelibs4c24:3.4.2-3  core libraries for all KDE applica
ii  libart-2.0-dev2.3.17-1   Library of functions for 2D graphi
ii  libarts1-dev  1.4.2-4development files for the aRts sou
ii  libasound2-dev1.0.9-3ALSA library development files
ii  libaspell-dev 0.60.3-5   Development files for applications
ii  libbz2-dev1.0.2-8high-quality block-sorting file co
ii  libcupsys2-dev1.1.23-12  Common UNIX Printing System(tm) - 
ii  libfam-dev2.7.0-8client library to control the FAM 
ii  libidn11-dev  0.5.18-1   Development files GNU libidn, impl
ii  libjasper-1.701-dev   1.701.0-2  Development files for the JasPer J
ii  libkrb5-dev   1.3.6-5Headers and development libraries 
ii  libopenexr-dev1.2.2-4development files for the OpenEXR 
ii  libpcre3-dev  6.3-1  Perl 5 Compatible Regular Expressi
ii  libqt3-mt-dev 3:3.3.4-7  Qt development files (Threaded)
ii  libsasl2-dev  2.1.19-1.6 Development files for authenticati
ii  libssl-dev0.9.7g-1   SSL development libraries, header 
ii  libtiff4-dev  3.7.3-1Tag Image File Format library (TIF
ii  libxml2-dev   2.6.20-1   Development files for the GNOME XM
ii  libxml2-utils 2.6.20-1   XML utilities
ii  libxslt1-dev  1.1.14-1   XSLT processing library - developm

kdelibs4-dev recommends no packages.

-- no debconf information

-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: kdepim-wizards package is missing several files

2005-06-03 Thread Daniel Schepler
Reinhold Kainhofer <[EMAIL PROTECTED]> writes:

> Hi guys,
> Thanks a lot for your hard work packaging our stuff. I installed the kde 
> 3.4.1 
> packages from alioth, and it it seems that the kdepim-wizards package is 
> missing several files, which makes the wizards unstartable (same problem also 
> happened with the 3.4.0 packages, and I had hoped it was fixed with 3.4.1):

Whoops, those libraries somehow ended up in kdepim-dev; sorry about
that.  I've fixed that on alioth now.  For the time being, until I
make another upload, either rebuild the packages yourself (and you
might want to change the version to 3.4.1-1.1 or something like that
to make sure you get further updates eventually included in -2), or
install kdepim-dev.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#309955: kdebindings: FTBFS: Undefined reference to KKeyNative::modXModeSwitch

2005-05-20 Thread Daniel Schepler
Package: kdebindings
Severity: serious
Version: 3.3.2-1

>From my build log, using pbuilder in an i386 chroot:

...
/bin/sh ../../libtool --silent --tag=CXX --mode=link i386-linux-g++  
-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W 
-Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common-o 
libsmokekde.la -rpath /usr/lib -version-info 3:2:2 -no-undefined 
-Wl,--no-undefined -Wl,--allow-shlib-undefined -L/usr/X11R6/lib 
-L/usr/share/qt3/lib -L/usr/libsmokedata.lo x_1.lo x_2.lo x_3.lo x_4.lo 
x_5.lo x_6.lo x_7.lo x_8.lo x_9.lo x_10.lo x_11.lo x_12.lo x_13.lo x_14.lo 
x_15.lo x_16.lo x_17.lo x_18.lo x_19.lo x_20.lo -lkdecore -lkhtml -lkjs 
-lfontconfig -lkmdi -lkspell -lkutils -lkdeui -lkdeprint -lkparts -lqt-mt  -lz 
-lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread -lGLU -lGL -lX11  
.libs/x_8.o(.text+0x2a15): In function `.L963':
: undefined reference to `KKeyNative::modXModeSwitch()'
collect2: ld returned 1 exit status
make[4]: *** [libsmokekde.la] Error 1
make[4]: Leaving directory 
`/tmp/buildd/kdebindings-3.3.2/obj-i386-linux/smoke/kde'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/kdebindings-3.3.2/obj-i386-linux/smoke'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/kdebindings-3.3.2/obj-i386-linux'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/kdebindings-3.3.2/obj-i386-linux'
make: *** [build-stamp] Error 2

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-9-amd64-k8
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)

-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: kdepim problem

2005-04-05 Thread Daniel Schepler
Jan Jansen <[EMAIL PROTECTED]> writes:

> [mac]
>
> Hi,
> I am not familiar with reporting bugs, etc. ... sorry for that.
> My configuration :
> I am running for more than 6 months Debian (testing), currently I have
> following kdepim problems, during
> apt-get dist-upgrade :
> Preconfiguring packages ...
> (Database inlezen ... 147874 bestanden en mappen geïnstalleerd.)
> Voorbereiden om ktnef 4:3.3.1-3 te vervangen (met
> .../ktnef_4%3a3.3.2-2_i386.deb) ...
> Uitpakken van vervangende ktnef ...
> dpkg: fout bij afhandelen van
> /var/cache/apt/archives/ktnef_4%3a3.3.2-2_i386.deb (--unpack):
>  poging tot overschrijven van `/usr/lib/libktnef.so.1.0.0', wat ook in pakket
> libktnef1 zit
> dpkg-deb: subproces paste werd gedood door signaal (Broken pipe)
> Voorbereiden om libkdenetwork2 4:3.3.1-3 te vervangen (met
> .../libkdenetwork2_4%3a3.3.2-2_i386.deb) ...
> Uitpakken van vervangende libkdenetwork2 ...
> dpkg: fout bij afhandelen van
> /var/cache/apt/archives/libkdenetwork2_4%3a3.3.2-2_i386.deb (--unpack):
>  poging tot overschrijven van
> `/usr/share/apps/kconf_update/kpgp-3.1-upgrade-address-data.pl', wat ook in
> pakket libkleopatra0a zit
> dpkg-deb: subproces paste werd gedood door signaal (Broken pipe)
> Please let me know which additional information I have to provide, and via
> which channel.
> Cheers, Jan

This almost looks like you tried to "upgrade" from 3.4 packages which
somehow got built with lower versions; libktnef1, in particular,
doesn't even exist in any version in the archive yet.  Did you install
packages from some external source, or maybe /var/lib/dpkg got mangled
with information from a machine with 3.4 installed?  Otherwise, I
can't understand how this could be happening.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



Bug#285882: Reassign libart-2.0-dev part to kdelibs

2005-04-04 Thread Daniel Schepler
retitle 285882 Tighten dependency on libart-2.0-dev
reassign 285882 kdelibs4-dev
thanks

I fixed the libtool part of this bug, but the libart-2.0-dev
dependency comes from kdelibs4-dev, so I'm reassigning it.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



KDE_3_3_BRANCH: kdepim/debian

2005-04-04 Thread Daniel Schepler
CVS commit by schepler: 

kdepim 3.3.2-3 packaging.


  M +31 -0 changelog   1.74.2.9
  M +12 -14control   1.90.2.9
  M +408 -3copyright   1.7.2.1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#297095: kdelibs: Syntax error in dcopidlng

2005-02-26 Thread Daniel Schepler
Package: kdelibs
Version: 4:3.3.2-2
Severity: important

When I try to build kdepim here, I get:

...
KDECONFIG="/usr/bin/kde-config" /usr/bin/dcopidlng 
/tmp/buildd/kdepim-3.3.2/./libkdepim/interfaces/MailTransportServiceIface.h > 
MailTransportServiceIface.kidl || ( rm -f MailTransportServiceIface.kidl ; 
false )
trap: usage: trap [-lp] [arg signal_spec ...]
make[4]: *** [MailTransportServiceIface.kidl] Error 1
make[4]: Leaving directory `/tmp/buildd/kdepim-3.3.2/obj-i386-linux/libkdepim'
...

This error also occurs in building kdebase.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.9-9-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)

Versions of packages kdelibs depends on:
ii  kdelibs-bin   4:3.3.91-1 KDE core binaries
ii  kdelibs-data  4:3.3.91-1 KDE core shared data
ii  kdelibs4  4:3.3.91-1 KDE core libraries

-- no debconf information

-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



KDE_3_3_BRANCH: kdepim/debian

2005-01-20 Thread Daniel Schepler
CVS commit by schepler: 

kdepim 4:3.3.2-1 packaging


  M +8 -0  changelog   1.74.2.8
  M +1 -2  control   1.90.2.8


--- kdepim/debian/changelog  #1.74.2.7:1.74.2.8
@@ -1,2 +1,10 @@
+kdepim (4:3.3.2-1) unstable; urgency=low
+
+  * Uploading to unstable.
+  * Include updates from KDE_3_3_BRANCH.
+  * Reenable gnokii support.
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Wed, 19 Jan 2005 18:20:43 -0800
+
 kdepim (4:3.3.2-0pre1) experimental; urgency=low
 

--- kdepim/debian/control  #1.90.2.7:1.90.2.8
@@ -4,7 +4,6 @@
 Maintainer: Debian Qt/KDE Maintainers 
 Uploaders: Christopher L Cheney <[EMAIL PROTECTED]>, Daniel Schepler <[EMAIL 
PROTECTED]>
-Build-Depends: autoconf, automake1.9, bison, byacc, cdbs, debhelper (>= 
4.2.21), flex, gawk, gettext, groff-base, kdelibs4-dev (>> 4:3.3.2), 
libbluetooth1-dev, libgpgme11-dev, liblockdev1-dev, libmal-dev, libpisock-dev, 
libreadline4-dev, libtool, sharutils, texinfo
+Build-Depends: autoconf, automake1.9, bison, byacc, cdbs, debhelper (>= 
4.2.21), flex, gawk, gettext, groff-base, kdelibs4-dev (>> 4:3.3.2), 
libbluetooth1-dev, libgnokii2-dev (>= 0.6.4), libgpgme11-dev, liblockdev1-dev, 
libmal-dev, libpisock-dev, libreadline4-dev, libtool, libxpm-dev, sharutils, 
texinfo
 Build-Depends-Indep: doxygen, qt3-doc, kdelibs4-doc
-Build-Conflicts: libgnokii2-dev
 Standards-Version: 3.6.1.0
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



KDE_3_3_BRANCH: kdegames/debian

2005-01-20 Thread Daniel Schepler
CVS commit by schepler: 

kdegames 4:3.3.2-1 packaging


  M +7 -0  changelog   1.66.2.4


--- kdegames/debian/changelog  #1.66.2.3:1.66.2.4
@@ -1,2 +1,9 @@
+kdegames (4:3.3.2-1) unstable; urgency=low
+
+  * Uploading to unstable.
+  * Includes updates from KDE_3_3_BRANCH (mostly translation updates).
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Wed, 19 Jan 2005 19:48:32 -0800
+
 kdegames (4:3.3.2-0pre1) experimental; urgency=low
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



KDE_3_3_BRANCH: kdegames/debian

2004-12-18 Thread Daniel Schepler
CVS commit by schepler: 

kdegames 4:3.3.2-0pre1 packaging.


  M +0 -3  atlantik-dev.install   1.2.4.1
  M +7 -0  changelog   1.66.2.3
  M +1 -1  control   1.72.2.3
  M +0 -1  kolf-dev.install   1.2.2.1
  M +0 -1  libkdegames-dev.install   1.4.4.1
  M +1 -1  rules   1.57.2.3
  M +16 -3 patches/03_automake1.8.diff   1.1.2.2
  M +1 -1  patches/04_disable_static_la_final.diff   1.1.2.2


--- kdegames/debian/atlantik-dev.install  #1.2:1.2.4.1
@@ -1,7 +1,4 @@
 debian/tmp/usr/include/kde/atlantik
 debian/tmp/usr/include/kde/atlantic
-debian/tmp/usr/lib/libatlantic.a
-debian/tmp/usr/lib/libatlantikclient.a
-debian/tmp/usr/lib/libatlantikui.a
 debian/tmp/usr/lib/libatlantic.so
 debian/tmp/usr/lib/libatlantikclient.so

--- kdegames/debian/changelog  #1.66.2.2:1.66.2.3
@@ -1,2 +1,9 @@
+kdegames (4:3.3.2-0pre1) experimental; urgency=low
+
+  * New upstream release.
+  * Drop useless static libs.
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Fri, 17 Dec 2004 21:55:40 -0800
+
 kdegames (4:3.3.1-1) unstable; urgency=low
 

--- kdegames/debian/control  #1.72.2.2:1.72.2.3
@@ -1,4 +1,4 @@
 Source: kdegames
-Build-Depends: cdbs, debhelper (>= 4.2.21), autoconf (>= 2.50), automake1.8, 
libtool, kdelibs4-dev (>= 4:3.3.0), libarts1-dev, groff-base, doxygen, qt3-doc, 
kdelibs4-doc, sharutils
+Build-Depends: cdbs, debhelper (>= 4.2.21), autoconf (>= 2.50), automake1.9, 
libtool, kdelibs4-dev (>= 4:3.3.2), libarts1-dev, groff-base, doxygen, qt3-doc, 
kdelibs4-doc, sharutils
 Section: games
 Priority: optional

--- kdegames/debian/kolf-dev.install  #1.2:1.2.2.1
@@ -1,3 +1,2 @@
 debian/tmp/usr/include/kde/kolf
-debian/tmp/usr/lib/libkolf.a
 debian/tmp/usr/lib/libkolf.so

--- kdegames/debian/libkdegames-dev.install  #1.4:1.4.4.1
@@ -1,5 +1,4 @@
 debian/tmp/usr/include/kde/*.h
 debian/tmp/usr/include/kde/kgame
-debian/tmp/usr/lib/libkdegames.a
 debian/tmp/usr/lib/libkdegames.so
 debian/tmp/usr/lib/libkdegames.la

--- kdegames/debian/rules  #1.57.2.2:1.57.2.3
@@ -12,5 +12,5 @@
 DEB_KDE_APIDOX := yes
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-static
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --disable-static
 
 post-patches:: debian/stamp-libtool-update

--- kdegames/debian/patches/03_automake1.8.diff  #1.1.2.1:1.1.2.2
@@ -5,12 +5,25 @@
 diff -u -r1.13 detect-autoconf.sh
 --- admin/detect-autoconf.sh24 May 2004 11:36:58 -  1.13
-+++ admin/detect-autoconf.sh2 Aug 2004 23:04:15 -
-@@ -11,7 +11,7 @@
 admin/detect-autoconf.sh6 Nov 2004 20:05:20 -
+@@ -10,8 +10,8 @@
+ # Please add higher versions first. The last version number is the minimum
  # needed to compile KDE. Do not forget to include the name/version #
  # separator if one is present, e.g. -1.2 where - is the separator.
- KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x"
+-KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x"
 -KDE_AUTOMAKE_VERS="-1.7 17 -1.6"
++KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x 2.50"
 +KDE_AUTOMAKE_VERS="-1.9 -1.8 -1.7 17 -1.6"
  
  # We don't use variable here for remembering the type ... strings. Local 
  # variables are not that portable, but we fear namespace issues with our
+@@ -22,7 +22,9 @@
+ if test -x "`$WHICH $AUTOCONF$kde_autoconf_version 2>/dev/null`"; then
+   AUTOCONF="`$WHICH $AUTOCONF$kde_autoconf_version`"
+   AUTOHEADER="`$WHICH $AUTOHEADER$kde_autoconf_version`"
+-  AUTOM4TE="`$WHICH $AUTOM4TE$kde_autoconf_version`"
++  if test -x "`$WHICH $AUTOM4TE$kde_autoconf_version 2>/dev/null`"; then
++   AUTOM4TE="`$WHICH $AUTOM4TE$kde_autoconf_version`"
++  fi
+   break
+   fi
+   done

--- kdegames/debian/patches/04_disable_static_la_final.diff  #1.1.2.1:1.1.2.2
@@ -24,5 +24,5 @@
 +  else
 +   KDE_USE_FINAL_LA_TRUE=""
-+   KDE_USE_FINAL_LA_FALSE=""
++   KDE_USE_FINAL_LA_FALSE="#"
 +  fi
 else




KDE_3_3_BRANCH: kdepim/debian

2004-12-18 Thread Daniel Schepler
CVS commit by schepler: 

kdepim 4:3.3.2-0pre1 packaging.


  Alibkcal2a.install   1.1.2.1
  M +10 -0 changelog   1.74.2.7
  M +5 -5  control   1.90.2.7
  M +3 -3  rules   1.57.2.6
  Rlibkcal2.install   1.10.2.1





lib-compare.sh script

2004-12-17 Thread Daniel Schepler
Here's the lib-compare.sh script I've been using to detect when
symbols get added (or removed, unfortunately) from libraries.  The
usage is: lib-compare.sh old-deb new-deb.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card
#! /bin/sh -e

listsyms() {
nm -DC $1 | egrep '^[0-9a-f]' | cut -c18- | sort
}

if [ $# -ne 2 ]; then
echo "Usage: $0 old-deb new-deb" 1>&2
exit 1
fi

olddeb=$1
newdeb=$2

olddebdir=`mktemp -d`
newdebdir=`mktemp -d`
trap 'rm -rf $olddebdir $newdebdir' exit

dpkg-deb -x $olddeb $olddebdir
dpkg-deb -x $newdeb $newdebdir

olddebsyms=`mktemp`
newdebsyms=`mktemp`

trap 'rm -rf $olddebsyms $newdebsyms $olddebdir $newdebdir' exit

for f in `cd $newdebdir; find . -name lib\*.so\* -type f -print | sort`; do
echo $f
g=`basename $f|sed -e 's/\.so\..*$/.so\*/'`
h=`find $olddebdir -name "$g" -type f -print`
if [ -f $h ]; then
	listsyms $h >$olddebsyms
	listsyms $newdebdir/$f >$newdebsyms
	(diff -U 0 $olddebsyms $newdebsyms | egrep '^[-+]') || [ $? = 1 ]
else
	echo "(new library)"
fi
done



Bug#285391: kdelibs: Makes kdeaccessibility uninstallable

2004-12-12 Thread Daniel Schepler
Package: kdelibs
Version: 4:3.3.1-2
Severity: serious

Since kdelibs conflicts with kdeaccessibility (<< 4:3.3.0) but
kdeaccessibility is actually at version 3.3.1-1, the two cannot
coexist.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.9-9-amd64-k8
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)

Versions of packages kdelibs depends on:
ii  kdelibs-bin   4:3.3.1-2  KDE core binaries
ii  kdelibs-data  4:3.3.1-2  KDE core shared data
ii  kdelibs4  4:3.3.1-2  KDE core libraries

-- no debconf information

-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



KDE_3_3_BRANCH: kdepim/debian

2004-12-11 Thread Daniel Schepler
CVS commit by schepler: 

kdepim 4:3.3.1-3 packaging


  Apatches/22_kmail_nofinal.diff   1.1.2.1
  M +9 -0  changelog   1.74.2.6
  M +2 -1  control   1.90.2.6


--- kdepim/debian/changelog  #1.74.2.5:1.74.2.6
@@ -1,2 +1,11 @@
+kdepim (4:3.3.1-3) unstable; urgency=medium
+
+  * Disable gnokii support to attempt getting kde3.3 into sarge.
+Closes: #284985.
+  * Disable final mode for compiling kmail, which will hopefully fix
+the buildd timeouts.
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Sat, 11 Dec 2004 15:50:44 -0800
+
 kdepim (4:3.3.1-2) unstable; urgency=medium
 

--- kdepim/debian/control  #1.90.2.5:1.90.2.6
@@ -4,6 +4,7 @@
 Maintainer: Debian Qt/KDE Maintainers 
 Uploaders: Christopher L Cheney <[EMAIL PROTECTED]>, Daniel Schepler <[EMAIL 
PROTECTED]>
-Build-Depends: autoconf, automake1.9, bison, byacc, cdbs, debhelper (>= 
4.2.21), flex, gawk, gettext, groff-base, kdelibs4-dev (>> 4:3.3.1), 
libbluetooth1-dev, libgnokii2-dev (>= 0.6.3-3), libgpgme11-dev, 
liblockdev1-dev, libmal-dev, libpisock-dev, libreadline4-dev, libtool, 
sharutils, texinfo
+Build-Depends: autoconf, automake1.9, bison, byacc, cdbs, debhelper (>= 
4.2.21), flex, gawk, gettext, groff-base, kdelibs4-dev (>> 4:3.3.1), 
libbluetooth1-dev, libgpgme11-dev, liblockdev1-dev, libmal-dev, libpisock-dev, 
libreadline4-dev, libtool, sharutils, texinfo
 Build-Depends-Indep: doxygen, qt3-doc, kdelibs4-doc
+Build-Conflicts: libgnokii2-dev
 Standards-Version: 3.6.1.0
 




Bug#284985: kdepim needs rebuild without gnokii support

2004-12-11 Thread Daniel Schepler
Christopher Martin <[EMAIL PROTECTED]> writes:

> On December 11, 2004 13:49, Adeodato Simó wrote:
>> * Christopher Martin [Sat, 11 Dec 2004 13:24:08 -0500]:
>> > I've built kdepim with the gnokii dependency removed.
>>
>>   to bet on the safe side, I think you definitely want libgnokii2-dev
>>   (or even libgnokii2) listed in Build-Conflicts. not likely that we'd
>>   be bitten by it but, hey, you never can tell...
>
> Good idea. I'll rebuild sometime today or early tomorrow and upload again 
> to the same place. Meanwhile, testing/feedback welcome!

I'll look into this.  Any upload should also address the issue of
kmail taking too long to build on some archs and timing out the
buildd's.  Any suggestions on that?  (I think that possibly what's
going on is that the build uses too much virtual memory and starts
thrashing, but I'm not sure whether building those one at a time will
help at all.)
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



KDE_3_3_BRANCH: kdepim/debian

2004-12-02 Thread Daniel Schepler
CVS commit by schepler: 

Whoops, forgot to commit 3.3.1-2 packaging when I was done.  Do that now.


  M +19 -0 changelog   1.74.2.5
  M +6 -3  control   1.90.2.5
  M +0 -28 kdepim-dev.install   1.14.2.3
  M +0 -6  libkcal2-dev.install   1.2.2.2
  M +0 -1  libkgantt0-dev.install   1.2.2.2
  M +0 -3  libkleopatra0-dev.install   1.1.2.2
  M +0 -1  libkpimexchange1-dev.install   1.2.2.2
  M +0 -1  libksieve0-dev.install   1.2.2.2
  M +0 -1  libmimelib1-dev.install   1.2.2.2
  M +1 -1  rules   1.57.2.5
  M +1 -1  patches/04_disable_static_la_final.diff   1.1.2.2





Bug#281955: kdepim: FTBFS uses too much space/time to build

2004-11-19 Thread Daniel Schepler
Christopher L Cheney <[EMAIL PROTECTED]> writes:

> kdepim now that it uses cdbs and builds static libs takes roughly 3.5x
> as long to build and 10x the diskspace. This is too much diskspace in
> fact for it to even to build on s390 and if I did my math right will
> take somewhere over 200hr to build on m68k. It currently has been
> building on m68k since Nov 13 05:57:31, about 5.5 days ago.
>
> I am still looking into what all contributes to the massive increase in
> time/space, if you want to discuss this bug in realtime see me on irc.

I think probably the main issue is that --enable-final mode messes up
static libraries, so I needed to write a patch to disable that on
libraries when --enable-static was also passed.  (And previously, I
just didn't use --enable-final at all because of this.)  Also, the
plugins all get useless static versions built since libtool can't tell
when it's building a plugin as opposed to a library.

I don't see what I can really do about this.  Dropping the static
libraries entirely would be a policy violation, and compiling static
libraries which contain just one big .o file wouldn't be much better.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



Re: KDE 3.3.1 - Status Update

2004-11-10 Thread Daniel Schepler
Chris Cheney <[EMAIL PROTECTED]> writes:

> KDE 3.3.1 could be in sarge as early as Nov 20 if the following
> packages are uploaded in the next day or two:
>
> kdepim
>
> kdepim -
> --
> not uploaded yet

I did upload kdepim already; it's waiting in NEW for overrides
processing (the libraries had backward-incompatible changes which I
chose to deal with by renaming the packages to libmimelib1a and
libkleopatra0a).  I'm currently uploading those packages to
  deb http://people.debian.org/~schepler/ kdepim/
to have them available in the meantime.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



KDE_3_3_BRANCH: kdepim/debian

2004-11-07 Thread Daniel Schepler
CVS commit by schepler: 

Commit kdepim 4:3.3.1-1 packaging.


  Alibkleopatra0a.install   1.1.2.1
  Alibmimelib1a.install   1.1.2.1
  Apatches/04_disable_static_la_final.diff   1.1.2.1
  Apatches/20_korganizer_makefile.diff   1.1.2.1
  Apatches/21_lib_link.diff   1.1.2.1
  M +35 -0 changelog   1.74.2.4
  M +11 -9 control   1.90.2.4
  M +3 -0  kde.mk   1.3.2.2
  M +1 -0  kdepim-dev.install   1.14.2.2
  M +6 -15 rules   1.57.2.4
  M +1 -1  patches/.cvsignore   1.1.2.2
  M +16 -3 patches/03_automake1.8.diff   1.1.2.3
  Rlibkleopatra0.install   1.1.2.1
  Rlibmimelib1.install   1.2
  Rpatches/04_korganizer_makefile.diff   1.1.2.1
  Rpatches/05_lib_link.diff   1.1.2.1





KDE_3_3_BRANCH: kdegames/debian

2004-10-31 Thread Daniel Schepler
CVS commit by schepler: 

kdegames 3.3.1 packaging


  Apatches/03_automake1.8.diff   1.1.2.1
  Apatches/04_disable_static_la_final.diff   1.1.2.1
  M +13 -0 changelog   1.66.2.2
  M +1 -1  control   1.72.2.2
  M +3 -0  kde.mk   1.2.2.2
  M +2 -2  rules   1.57.2.2


--- kdegames/debian/changelog  #1.66.2.1:1.66.2.2
@@ -1,2 +1,15 @@
+kdegames (4:3.3.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Rename 01_kdegames_branch.diff to 10_kdegames_branch.diff.
+  * New patch 04_disable_static_la_final.diff, to keep --enable-final
+from messing up the static libraries.
++ debian/rules: Reenable --enable-final.
+  * kde.mk: Add calls to dh_desktop.
++ debian/control: Build-Depends on debhelper (>= 4.2.21) to ensure
+  dh_desktop is available.
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Sun, 31 Oct 2004 12:29:16 -0800
+
 kdegames (4:3.3.0-1) unstable; urgency=low
 

--- kdegames/debian/control  #1.72.2.1:1.72.2.2
@@ -1,4 +1,4 @@
 Source: kdegames
-Build-Depends: cdbs, debhelper (>> 4.1.0), autoconf (>= 2.50), automake1.8, 
libtool, kdelibs4-dev (>= 4:3.3.0), libarts1-dev, groff-base, doxygen, qt3-doc, 
kdelibs4-doc, sharutils
+Build-Depends: cdbs, debhelper (>= 4.2.21), autoconf (>= 2.50), automake1.8, 
libtool, kdelibs4-dev (>= 4:3.3.0), libarts1-dev, groff-base, doxygen, qt3-doc, 
kdelibs4-doc, sharutils
 Section: games
 Priority: optional

--- kdegames/debian/kde.mk  #1.2.2.1:1.2.2.2
@@ -98,3 +98,6 @@
 done
 
+$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
+if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) 
$(DEB_DH_DESKTOP_ARGS); fi
+
 endif

--- kdegames/debian/rules  #1.57.2.1:1.57.2.2
@@ -1,6 +1,6 @@
 #! /usr/bin/make -f
 
-include debian/kde.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include debian/kde.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
@@ -9,5 +9,5 @@
 
 DEB_KDE_CVS_MAKE := yes
-#DEB_KDE_ENABLE_FINAL := yes
+DEB_KDE_ENABLE_FINAL := yes
 DEB_KDE_APIDOX := yes
 




Bug#276835: kdeutils: FTBFS: Missing Build-Depends on libxtst-dev

2004-10-17 Thread Daniel Schepler
Frank Lichtenheld <[EMAIL PROTECTED]> writes:

> This bug seems to apply to both the sid and the sarge version of this
> package /although I'm not sure why it didn't appear before)

I would guess that the last kdelibs4-dev dependency (probably
libmng-dev) followed the xlibs split, making it possible to install
kdelibs4-dev without xlibs-dev.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



Bug#276835: kdeutils: FTBFS: Missing Build-Depends on libxtst-dev

2004-10-16 Thread Daniel Schepler
Package: kdeutils
Severity: serious
Version: 4:3.3.0-1

>From my build log (also reproduced in an i386 pbuilder chroot):

...
if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. 
-I../../klaptopdaemon -I..  -I/usr/include/kde -I/usr/share/qt3/include -I.  
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef 
-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion 
-Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG 
-O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION  -MT laptop_daemon.lo -MD -MP -MF ".deps/laptop_daemon.Tpo" 
-c -o laptop_daemon.lo ../../klaptopdaemon/laptop_daemon.cpp; \
then mv -f ".deps/laptop_daemon.Tpo" ".deps/laptop_daemon.Plo"; else rm -f 
".deps/laptop_daemon.Tpo"; exit 1; fi
In file included from ../../klaptopdaemon/laptop_daemon.cpp:37:
../../klaptopdaemon/laptop_daemon.h:42:34: X11/extensions/XTest.h: No such file 
or directory
../../klaptopdaemon/laptop_daemon.cpp: In function `void 
simulateButton(Display*, int)':
../../klaptopdaemon/laptop_daemon.cpp:828: error: `XTestGrabControl' undeclared 
(first use this function)
...
make[4]: *** [laptop_daemon.lo] Error 1
make[4]: Leaving directory 
`/tmp/buildd/kdeutils-3.3.0/obj-x86_64-linux/klaptopdaemon'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/tmp/buildd/kdeutils-3.3.0/obj-x86_64-linux/klaptopdaemon'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/kdeutils-3.3.0/obj-x86_64-linux'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/kdeutils-3.3.0/obj-x86_64-linux'
make: *** [build-arch-stamp] Error 2

If I pass "--extrapackages libxtst-dev" to pbuilder, then the package
builds again, on both amd64 and i386.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



Bug#265961: g++-3.4 miscompiles code

2004-10-09 Thread Daniel Schepler
I found the cause of this error: for some reason the global destructor
for idl_filename is being called twice.  I've attached a small test
case which trips the same bug; when compiled with g++-3.3, it produces
no output, but when compiled with g++-3.4, it outputs an error
message.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card
#include 

class Foo {
  public:
Foo() { destroyed_ = false; }
~Foo() { if (destroyed_) std::cerr << "Destructor called twice!\n"; destroyed_ = true; }
void nop() { }

  private:
bool destroyed_;
};

Foo bar;

int main() {
  bar.nop();
  return 0;
}

extern Foo bar;


KDE_3_3_BRANCH: kdepim/debian

2004-09-26 Thread Daniel Schepler
CVS commit by schepler: 

Packaging updates for 3.3.0-3.


  Akleopatra.README.Debian   1.1.2.1
  M +13 -0 changelog   1.74.2.3
  M +12 -7 control   1.90.2.3
  M +13 -0 rules   1.57.2.3





Bug#266447: marked as done (kdegames: FTBFS: compile error: `keys' undeclared)

2004-09-20 Thread Daniel Schepler
Frank Lichtenheld <[EMAIL PROTECTED]> writes:

> On Sun, Sep 19, 2004 at 01:18:13PM -0700, Debian Bug Tracking System wrote:
>> This bug was reported against version 3.2.3, while I just verified
>> that kdegames 3.3.0 from unstable still compiles fine under pbuilder.
>> So I'm closing the bug now.
>
> Last time I checked kdegames wasn't going to enter testing soon but
> qt3.3 is probably tomorrow. So the package will FTBFS in testing, so
> shouldn't this bug kept open tagged sarge as long there is no fixed
> version in t-p-u?

According to the comments on the bug it was only a problem starting
with kdelibs 3.3.0, which hasn't entered sarge.  So I don't think it
will be a problem in sarge either, although I don't have the time to
set up a sarge pbuilder chroot to test it.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



Bug#271548: libkdgantt0-dev missing from SID

2004-09-14 Thread Daniel Schepler
Brian Thomason <[EMAIL PROTECTED]> writes:

> Are KDXMLTools.h and related files going to be provided by another package, or
> are there other headers that provide the same interfaces? 
> -Brian

The KDGantt*.h headers aren't installed in any packages (part of the
upstream changes), but you could get them from the kdepim sources.  In
fact, depending on what you need libkdgantt for, it might be better
simply to copy the sources too.  (I'm curious what you do need it for.
There are no Debian packages which depend on libkdgantt0.)
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



Bug#271548: libkdgantt0-dev missing from SID

2004-09-14 Thread Daniel Schepler
Brian Thomason <[EMAIL PROTECTED]> writes:

> Package: libkdgantt0-dev
> Version: unavailable; reported 2004-09-13
> Severity: normal
> Tags: sid
>
> Has this been virtualized by another package?  I can;t seem to find any
> information on its disappearance.
>
> I apologize if this has already been addressed elsewhere.

The kdepim upstream stopped installing libkdgantt as a separate
library (so libkdgantt0 was also dropped).  Now the contents of
libkdgantt are linked directly into libkorganizer.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



Bug#269519: kshisen: desktop file Exec option should not contain full path to command

2004-09-12 Thread Daniel Schepler
Steve Langasek <[EMAIL PROTECTED]> writes:

> This really seems to be a bug in kicker, not in kshisen.  It's obviously
> rather difficult to launch an application without a full path if it lies
> outside the search path, and clearly it's possible for a user to have a
> path that doesn't include /usr/games.

And in fact, IIRC kdm doesn't include /usr/games in the user's PATH.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



Bug#269789: kleopatra: does not start at all

2004-09-05 Thread Daniel Schepler
kleopatra (and kwatchgnupg) require a beta version of GnuPG which
hasn't been packaged for Debian yet, though there was a discussion
about it a couple weeks ago or so on debian-devel.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



Bug#266603: kmail should depend on kdepim-kio-plugins, not just recommend it

2004-09-05 Thread Daniel Schepler
Alexander Nordström <[EMAIL PROTECTED]> writes:

> Bug 26603: Missing dependency on kdepim-kio-plugins was closed after 
> adding kdepim-kio-plugins to kmail's recommendations (as I understand 
> it). It is my and other users' belief[1] that recommends is not enough 
> as it provides "a significant amount of functionality" that is no less 
> central than the built-in POP3 support, and that kmail should depend 
> rather than recommend the plugins package.

Recommends is a strong dependency that is supposed to be satisfied in
"all but unusual installations".  I'm curious what apt front-end
you're using that doesn't install recommended packages automatically,
or seemingly even notify you about the recommended packages.  I'm
using aptitude, which I think handles this properly with the default
configuration.

Also, I interpreted that sentence of policy to mean "if A doesn't
provide any functionality at all without B, or the functionality
provided is insignificant, then A should list B in its Depends".
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



Bug#269038: kmail: "could not start process for newimap"

2004-08-30 Thread Daniel Schepler
Adeodato Simó <[EMAIL PROTECTED]> writes:

> * Carlos Galisteo [Mon, 30 Aug 2004 15:29:09 +0200]:
>> Package: kmail
>> Version: 4:3.3.0-2
>> Severity: important
>
>> Kmail starts ok, but when it tries to check the IMAP server, it shows an
>> error msg with text "could not start process for newimap".
>
>   please install the recommended kdepim-kio-plugins package.
>
>   p.s.: Daniel, can you provide a rationale for kde{pim,base}-kio-plugins
>   being only recommended and not depended on?

I think I was being generous by making them recommended since it
actually appears to fit the definition of Suggests best: "installing
this one [kmail] without them [kde*-kio-plugins] is perfectly
reasonable" in the common case of getting mail from a local mbox file.
And I certainly don't want it to be absolutely impossible to install
kmail without kde{pim,base}-kio-plugins also being installed.

Maybe I could add a blurb to the kmail description, though, that
explains "To get mail from an IMAP server using kmail, you need to
install kdepim-kio-plugins, and to get mail from a POP server, you
need to install kdebase-kio-plugins".
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



KDE_3_3_BRANCH: kdepim/debian

2004-08-28 Thread Daniel Schepler
CVS commit by schepler: 

Packaging for 3.3.0-2.


  Apatches/05_lib_link.diff   1.1.2.1
  M +25 -0 changelog   1.74.2.2
  M +3 -2  control   1.90.2.2
  M +21 -44rules   1.57.2.2
  M +1 -1  patches/03_automake1.8.diff   1.1.2.2
  Rpatches/05_force_modulename.diff   1.1.2.1





KDE_3_3_BRANCH: kdegames/debian

2004-08-28 Thread Daniel Schepler
CVS commit by schepler: 

Packaging for kdegames_3.3.0-1.


  Aatlantik.links   1.1.2.1
  Akasteroids.links   1.1.2.1
  Akatomic.links   1.1.2.1
  Akbackgammon.links   1.1.2.1
  Akbattleship.links   1.1.2.1
  Akblackbox.links   1.1.2.1
  Akbounce.links   1.1.2.1
  Akenolaba.links   1.1.2.1
  Akfouleggs.links   1.1.2.1
  Akgoldrunner.links   1.1.2.1
  Akjumpingcube.links   1.1.2.1
  Aklickety.links   1.1.2.1
  Aklines.links   1.1.2.1
  Akmines.links   1.1.2.1
  Akolf.links   1.1.2.1
  Akonquest.links   1.1.2.1
  Akpat.links   1.1.2.1
  Akpoker.links   1.1.2.1
  Akreversi.links   1.1.2.1
  Aksame.links   1.1.2.1
  Akshisen.links   1.1.2.1
  Aksirtet.links   1.1.2.1
  Aksnake.links   1.1.2.1
  Aksokoban.links   1.1.2.1
  Akspaceduel.links   1.1.2.1
  Aktron.links   1.1.2.1
  Aktuberling.links   1.1.2.1
  Akwin4.links   1.1.2.1
  Alskat.links   1.1.2.1
  M +2 -1  atlantik.install   1.5.4.1
  M +6 -0  changelog   1.66.2.1
  M +1 -1  control   1.72.2.1
  M +3 -6  kde.mk   1.2.2.1
  M +4 -9  rules   1.57.2.1


--- kdegames/debian/atlantik.install  #1.5:1.5.4.1
@@ -6,5 +6,6 @@
 debian/tmp/usr/lib/libatlantikui.la
 debian/tmp/usr/lib/libatlantikui.so.*
-debian/tmp/usr/lib/kde3/kio_atlantik.*
+debian/tmp/usr/lib/kde3/kio_atlantik.la
+debian/tmp/usr/lib/kde3/kio_atlantik.so
 debian/tmp/usr/share/services/atlantik.protocol
 debian/tmp/usr/share/doc/kde/HTML/en/atlantik/*

--- kdegames/debian/changelog  #1.66:1.66.2.1
@@ -1,2 +1,8 @@
+kdegames (4:3.3.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Wed, 25 Aug 2004 22:33:05 -0400
+
 kdegames (4:3.2.92-1) experimental; urgency=low
 

--- kdegames/debian/control  #1.72:1.72.2.1
@@ -1,4 +1,4 @@
 Source: kdegames
-Build-Depends: cdbs, debhelper (>> 4.1.0), autoconf (>= 2.50), automake1.8, 
libtool, kdelibs4-dev (>= 4:3.2.92), libarts1-dev, groff-base, doxygen, 
qt3-doc, kdelibs4-doc, sharutils, libidn11-dev
+Build-Depends: cdbs, debhelper (>> 4.1.0), autoconf (>= 2.50), automake1.8, 
libtool, kdelibs4-dev (>= 4:3.3.0), libarts1-dev, groff-base, doxygen, qt3-doc, 
kdelibs4-doc, sharutils
 Section: games
 Priority: optional

--- kdegames/debian/kde.mk  #1.2:1.2.2.1
@@ -59,5 +59,5 @@
 DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
 DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/kde"
-DEB_COMPRESS_EXCLUDE := .dcl .docbook -license
+DEB_COMPRESS_EXCLUDE := .dcl .docbook -license .tag
 
 common-build-arch common-build-indep:: debian/stamp-apidox
@@ -90,13 +90,10 @@
 binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
 set -e; \
-for pkg in `cd debian/tmp/usr/share/doc/kde/HTML/en; echo *`; do \
-if test -f 
$(CURDIR)/debian/tmp/usr/share/doc/kde/HTML/en/$$pkg/index.docbook; then \
+for doc in `cd debian/tmp/usr/share/doc/kde/HTML/en; find . -name 
index.docbook`; do \
+  pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
   echo Building $$pkg HTML docs...; \
   mkdir -p 
$(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg;
 \
   cd 
$(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg;
 \
   meinproc 
$(CURDIR)/debian/tmp/usr/share/doc/kde/HTML/en/$$pkg/index.docbook; \
-  mkdir -p $(CURDIR)/debian/$$pkg/usr/share/doc/$$pkg; \
-  ln -s ../kde/HTML/en/$$pkg 
$(CURDIR)/debian/$$pkg/usr/share/doc/$$pkg/html; \
-fi; \
 done
 

--- kdegames/debian/rules  #1.57:1.57.2.1
@@ -14,9 +14,5 @@
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-static
 
-post-patches:: debian/stamp-konquest-icons-uu debian/stamp-libtool-update
-
-debian/stamp-konquest-icons-uu:
-uudecode -o - debian/patches/konquest_icons.tar.gz.uu | tar xfz -
-touch debian/stamp-konquest-icons-uu
+post-patches:: debian/stamp-libtool-update
 
 debian/stamp-libtool-update:
@@ -50,8 +46,7 @@
 clean::
 rm -f debian/man/*.6
-rm -f `uudecode -o - debian/patches/konquest_icons.tar.gz.uu | tar tfz 
-`
-rm -f debian/stamp-konquest-icons-uu \
-debian/stamp-libtool-update debian/stamp-man-pages
+rm -f debian/stamp-libtool-update debian/stamp-man-pages
 rm -f admin/libtool.m4.in admin/ltmain.sh
+rm -f Makefile.cvs
 
 DEB_INSTALL_DOCS_ALL :=
@@ -61,5 +56,5 @@
 DEB_INSTALL_CHANGELOGS_kdegames := ChangeLog
 
-DEB_DH_MAKESHLIBS_ARGS_libkdegames1 := -V'libkdegames1 (>= 4:3.2.92)'
+DEB_DH_MAKESHLIBS_ARGS_libkdegames1 := -V'libkdegames1 (>= 4:3.3.0)'
 DEB_DH_MAKESHLIBS_ARGS_atlantik := -V
 DEB_DH_MAKESHLIBS_ARGS_kolf := -V




Fixed in upload of kdepim 4:3.2.92+3.3.0rc1-1 to experimental

2004-08-17 Thread Daniel Schepler
tag 209672 + fixed-in-experimental
tag 209689 + fixed-in-experimental
tag 209862 + fixed-in-experimental
tag 209997 + fixed-in-experimental
tag 210088 + fixed-in-experimental
tag 210094 + fixed-in-experimental
tag 254643 + fixed-in-experimental

quit

This message was generated automatically in response to an
upload to the experimental distribution.  The .changes file follows.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  7 Aug 2004 23:20:22 -0700
Source: kdepim
Binary: kdepim-dev ksync kalarm kontact kdepim-kio-plugins knotes libkgantt0 
kdepim-doc-html kdepim-wizards kitchensync kdepim-kfile-plugins kleopatra 
libkleopatra0 kdepim libkcal2 kandy karm libkcal2-dev libmimelib1-dev ktnef 
knode libkpimexchange1 kmail libksieve0-dev kaddressbook libkgantt0-dev 
libksieve0 kpilot libkdenetwork2 kdepim-doc libkleopatra0-dev kmailcvt 
libkpimexchange1-dev korn libkdepim1 libkpimidentities1 konsolekalendar 
korganizer libmimelib1
Architecture: source all i386
Version: 4:3.2.92+3.3.0rc1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Daniel Schepler <[EMAIL PROTECTED]>
Description: 
 kaddressbook - KDE NG addressbook application
 kalarm - KDE alarm message and command scheduler
 kandy  - KDE mobile phone utility
 karm   - KDE time tracker tool
 kdepim - KDE Personal Information Management metapackage
 kdepim-dev - KDE Personal Information Management [development]
 kdepim-doc - KDE Personal Information Management library documentation
 kdepim-doc-html - KDE PIM documentation in HTML format
 kdepim-kfile-plugins - KDE File dialog plugins for palm and vcf files
 kdepim-kio-plugins - KDE pim I/O Slaves
 kdepim-wizards - KDE server configuration wizards
 kitchensync - Synchronization framework
 kleopatra  - KDE Certificate Manager
 kmail  - KDE Email client
 kmailcvt   - KDE KMail addressbook converter
 knode  - KDE news reader
 knotes - KDE sticky notes
 konsolekalendar - KDE konsole personal organizer
 kontact- KDE pim application
 korganizer - KDE personal organizer
 korn   - KDE mail checker
 kpilot - KDE Palm Pilot hot-sync tool
 ksync  - KDE Sync
 ktnef  - KDE TNEF viewer
 libkcal2   - KDE calendaring library
 libkcal2-dev - KDE calendaring library [development]
 libkdenetwork2 - KDE Network library
 libkdepim1 - KDE PIM library
 libkgantt0 - KDE gantt charting library
 libkgantt0-dev - KDE gantt charting library [development]
 libkleopatra0 - KDE GnuPG interface libraries
 libkleopatra0-dev - KDE GnuPG interface libraries [development]
 libkpimexchange1 - KDE PIM Exchange library
 libkpimexchange1-dev - KDE PIM Exchange library [development]
 libkpimidentities1 - KDE PIM user identity information library
 libksieve0 - KDE mail/news message filtering library
 libksieve0-dev - KDE mail/news message filtering library [development]
 libmimelib1 - KDE mime library
 libmimelib1-dev - KDE mime library [development]
Closes: 209672 209689 209862 209997 210088 210094 254643
Changes: 
 kdepim (4:3.2.92+3.3.0rc1-1) experimental; urgency=low
 .
   * New upstream release.
 + New packages: kdepim-wizards, kitchensync, libkleopatra0[-dev],
   libkpimidentities1.
 + Removed packages: libkdgantt0[-dev].
 + Renamed kgpgcertmanager to kleopatra.
   * Taking over maintainership, add myself to Uploaders.
   * Build in gnokii support again.  Closes: #254643.
   * Add Build-Depends on libgpgme11-dev for kmail.
   * Make the *.install files a bit more robust by listing directories
 clearly belonging to packages instead of listing each individual
 file.
   * Add kdepim-doc-html package for the benefit of non-KDE users.
   * Expand package descriptions.  Closes: #209672, #209689, #209862,
 #209997, #210088, #210094.
   * Add menu icons.
   * Add doc-base files for kdepim-doc and kdepim-doc-html.
   * Write new manual pages for all binaries.
Files: 
 0f25ed3be5739fea54ed3cad53680f89 1516 kde optional kdepim_3.2.92+3.3.0rc1-1.dsc
 0dfed945fef8afa3bc98e91b009ceece 11369353 kde optional 
kdepim_3.2.92+3.3.0rc1.orig.tar.gz
 ac4ded2923d1b7840595256686bec840 1355614 kde optional 
kdepim_3.2.92+3.3.0rc1-1.diff.gz
 dd17af612a8df9f8a0c0e8a724e3782c 5532 kde optional 
kdepim_3.2.92+3.3.0rc1-1_all.deb
 a624c25f2c989383940d9b787ec70e37 6421046 doc optional 
kdepim-doc_3.2.92+3.3.0rc1-1_all.deb
 1589944d1f264c9316db4c32877962fc 333066 doc optional 
kdepim-doc-html_3.2.92+3.3.0rc1-1_all.deb
 18ef29db444b07de10c164cb921d05eb 6427444 devel optional 
kdepim-dev_3.2.92+3.3.0rc1-1_i386.deb
 e54ff663087b6ff7175fbaa34ef7d686 1367342 utils optional 
kaddressbook_3.2.92+3.3.0rc1-1_i386.deb
 b7ff1a30c2d096cb73352b4e1b2e0f65 504632 kde optional 
kalarm_3.2.92+3.3.0rc1-1_i386.deb
 11b202c13b074119e94ada34f1f6c75a 86730 utils optional 
kandy_3.2.92+3.3.0rc1-1_i386.deb
 7c2cb3715ec347ecba15fd959f9daefb 258292 utils optional 
karm_3.2.92+3.3.0rc1-1_i386.deb
 8dbe0eb6daa62edf4b9f5aa2ea168b94 21502 kde optional 

Re: KDE 3.3.0 Status Update

2004-08-16 Thread Daniel Schepler
Chris Cheney <[EMAIL PROTECTED]> writes:

> As everyone is aware by now I uploaded my KDE 3.3.0 debs last night. If
> anyone needs help updating their packages please let me know if you
> would like me to help.

I'm on vacation until the 25th, so I won't be able to upload packages
until then, although I still have email access.  NMU's are welcome.
(Just so you know, I like to generate my .orig.tar.gz files by
downloading the KDE upstream .tar.bz2 files and feeding them through
bzip2 -cd kdepim-3.3.0.tar.bz2|gzip -c9 >kdepim_3.3.0.orig.tar.gz .)
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



Bug#264825: kdepim: Please add German translation of the debconf templates

2004-08-10 Thread Daniel Schepler
package kdepim
tags 264825 + fixed-upstream
thanks

Erik Schanze <[EMAIL PROTECTED]> writes:

> Please find the attached de.po file, which is the German translation of
> the debconf templates.

Thanks, I've added it to KDE CVS, so it should be included with my
next upload.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



KDE_3_3_BRANCH: kdepim/debian/po

2004-08-10 Thread Daniel Schepler
CVS commit by schepler: 

Add new German debconf translation provided in bug #264825.


  Ade.po   1.1.2.1





KDE_3_3_BRANCH: kdepim/debian

2004-08-08 Thread Daniel Schepler
CVS commit by schepler: 

KDE_3_3_BRANCH was created while I was working on packaging; bring changes
back to the branch.


  Akaddressbook.links   1.1.2.1
  Akaddressbook.manpages   1.1.2.1
  Akalarm.links   1.2.2.1
  Akalarm.manpages   1.1.2.1
  Akandy.links   1.2.2.1
  Akandy.manpages   1.3.2.1
  Akarm.links   1.2.2.1
  Akarm.manpages   1.1.2.1
  Akde.mk   1.3.2.1
  Akdepim-doc-html.doc-base.kaddressbook   1.1.2.1
  Akdepim-doc-html.doc-base.kalarm   1.1.2.1
  Akdepim-doc-html.doc-base.kandy   1.1.2.1
  Akdepim-doc-html.doc-base.karm   1.1.2.1
  Akdepim-doc-html.doc-base.kcontrol-kalarmd   1.1.2.1
  Akdepim-doc-html.doc-base.kleopatra   1.1.2.1
  Akdepim-doc-html.doc-base.kmail   1.1.2.1
  Akdepim-doc-html.doc-base.knode   1.1.2.1
  Akdepim-doc-html.doc-base.knotes   1.1.2.1
  Akdepim-doc-html.doc-base.konsolekalendar   1.1.2.1
  Akdepim-doc-html.doc-base.kontact   1.1.2.1
  Akdepim-doc-html.doc-base.korganizer   1.1.2.1
  Akdepim-doc-html.doc-base.korn   1.1.2.1
  Akdepim-doc-html.doc-base.kpilot   1.1.2.1
  Akdepim-doc-html.doc-base.ktnef   1.1.2.1
  Akdepim-doc-html.doc-base.kwatchgnupg   1.1.2.1
  Akdepim-doc.doc-base   1.1.2.1
  Akdepim-wizards.install   1.1.2.1
  Akdepim-wizards.manpages   1.1.2.1
  Akdepim-wizards.menu   1.1.2.1
  Akitchensync.install   1.5.2.1
  Akitchensync.manpages   1.1.2.1
  Akitchensync.menu   1.1.2.1
  Akleopatra.install   1.1.2.1
  Akleopatra.links   1.1.2.1
  Akleopatra.manpages   1.1.2.1
  Akleopatra.menu   1.1.2.1
  Akmail.links   1.1.2.1
  Akmail.manpages   1.1.2.1
  Akmailcvt.manpages   1.1.2.1
  Aknode.links   1.1.2.1
  Aknode.manpages   1.1.2.1
  Aknotes.links   1.2.2.1
  Aknotes.manpages   1.1.2.1
  Akonsolekalendar.links   1.1.2.1
  Akonsolekalendar.manpages   1.1.2.1
  Akontact.links   1.1.2.1
  Akontact.manpages   1.1.2.1
  Akorganizer.links   1.2.2.1
  Akorganizer.manpages   1.3.2.1
  Akorn.links   1.1.2.1
  Akorn.manpages   1.1.2.1
  Akpilot.links   1.2.2.1
  Akpilot.manpages   1.3.2.1
  Aksync.manpages   1.1.2.1
  Aktnef.links   1.1.2.1
  Aktnef.manpages   1.1.2.1
  Alibkleopatra0-dev.install   1.1.2.1
  Alibkleopatra0.install   1.1.2.1
  Alibkpimidentities1.install   1.1.2.1
  Aicons/kaddressbook-16.xpm   1.1.2.1
  Aicons/kaddressbook.xpm   1.1.2.1
  Aicons/kalarm-16.xpm   1.1.2.1
  Aicons/kalarm.xpm   1.1.2.1
  Aicons/karm-16.xpm   1.1.2.1
  Aicons/karm.xpm   1.1.2.1
  Aicons/kmail-16.xpm   1.1.2.1
  Aicons/kmail.xpm   1.1.2.1
  Aicons/kmailcvt-16.xpm   1.1.2.1
  Aicons/kmailcvt.xpm   1.1.2.1
  Aicons/knode-16.xpm   1.1.2.1
  Aicons/knode.xpm   1.1.2.1
  Aicons/knotes-16.xpm   1.1.2.1
  Aicons/knotes.xpm   1.1.2.1
  Aicons/kontact-16.xpm   1.1.2.1
  Aicons/kontact.xpm   1.1.2.1
  Aicons/korganizer-16.xpm   1.1.2.1
  Aicons/korganizer.xpm   1.1.2.1
  Aicons/korn-16.xpm   1.1.2.1
  Aicons/korn.xpm   1.1.2.1
  Aicons/kpalmdoc-16.xpm   1.1.2.1
  Aicons/kpalmdoc.xpm   1.1.2.1
  Aicons/kpilot-16.xpm   1.1.2.1
  Aicons/kpilot.xpm   1.1.2.1
  Aicons/ksync-16.xpm   1.1.2.1
  Aicons/ksync.xpm   1.1.2.1
  Aicons/ktnef-16.xpm   1.1.2.1
  Aicons/ktnef.xpm   1.1.2.1
  Aman/egroupwarewizard.man   1.1.2.1
  Aman/groupwarewizard.man   1.1.2.1
  Aman/ical2vcal.man   1.1.2.1
  Aman/kabc2mutt.man   1.1.2.1
  Aman/kaddressbook.man   1.1.2.1
  Aman/kalarm.man   1.1.2.1
  Aman/kalarmd.man   1.1.2.1
  Aman/kandy.man   1.1.2.1
  Aman/kandy_client.man   1.1.2.1
  Aman/karm.man   1.1.2.1
  Aman/kdeopt.man   1.1.2.1
  Aman/kitchensync.man   1.1.2.1
  Aman/kleopatra.man   1.1.2.1
  Aman/kmail.man   1.1.2.1
  Aman/kmail_antivir.sh.man   1.1.2.1
  Aman/kmail_clamav.sh.man   1.1.2.1
  Aman/kmail_fprot.sh.man   1.1.2.1
  Aman/kmail_sav.sh.man   1.1.2.1
  Aman/kmailcvt.man   1.1.2.1
  Aman/knode.man   1.1.2.1
  Aman/kno

kdepim/debian

2004-08-08 Thread Daniel Schepler
CVS commit by schepler: 

Final version of packaging for kdepim 4:3.2.92+3.3.0-1.


  Apatches/05_force_modulename.diff   1.1
  M +2 -2  changelog   1.78
  M +3 -2  control   1.94
  M +0 -1  kde.mk   1.3
  M +4 -0  kdepim-dev.install   1.16
  M +2 -2  kpilot.install   1.20
  M +1 -0  libkcal2-dev.install   1.4
  M +1 -0  libksieve0-dev.install   1.4
  M +24 -8 rules   1.61





kdepim/debian

2004-08-08 Thread Daniel Schepler
CVS commit by schepler: 

Add manpages for Debian packages.


  Akaddressbook.manpages   1.1
  Akalarm.manpages   1.1
  Akarm.manpages   1.1
  Akdepim-wizards.manpages   1.1
  Akitchensync.manpages   1.1
  Akleopatra.manpages   1.1
  Akmail.manpages   1.1
  Akmailcvt.manpages   1.1
  Aknode.manpages   1.1
  Aknotes.manpages   1.1
  Akonsolekalendar.manpages   1.1
  Akontact.manpages   1.1
  Akorn.manpages   1.1
  Aksync.manpages   1.1
  Aktnef.manpages   1.1
  Aman/egroupwarewizard.man   1.1
  Aman/groupwarewizard.man   1.1
  Aman/ical2vcal.man   1.1
  Aman/kabc2mutt.man   1.1
  Aman/kaddressbook.man   1.1
  Aman/kalarm.man   1.1
  Aman/kalarmd.man   1.1
  Aman/kandy.man   1.1
  Aman/kandy_client.man   1.1
  Aman/karm.man   1.1
  Aman/kdeopt.man   1.1
  Aman/kitchensync.man   1.1
  Aman/kleopatra.man   1.1
  Aman/kmail.man   1.1
  Aman/kmail_antivir.sh.man   1.1
  Aman/kmail_clamav.sh.man   1.1
  Aman/kmail_fprot.sh.man   1.1
  Aman/kmail_sav.sh.man   1.1
  Aman/kmailcvt.man   1.1
  Aman/knode.man   1.1
  Aman/knotes.man   1.1
  Aman/kolabwizard.man   1.1
  Aman/konsolekalendar.man   1.1
  Aman/kontact.man   1.1
  Aman/korgac.man   1.1
  Aman/korganizer.man   1.1
  Aman/korganizerIn.man   1.1
  Aman/korn.man   1.1
  Aman/kpalmdoc.man   1.1
  Aman/kpilot.man   1.1
  Aman/kpilotDaemon.man   1.1
  Aman/ksync.man   1.1
  Aman/ktnef.man   1.1
  Aman/kwatchgnupg.man   1.1
  Aman/sloxwizard.man   1.1
  M +3 -1  changelog   1.77
  M +3 -3  control   1.93
  M +2 -1  kandy.manpages   1.3
  M +4 -3  korganizer.manpages   1.3
  M +3 -1  kpilot.manpages   1.3
  M +1 -1  rules   1.60
  Rman/alarmd.sgml   1.2
  Rman/ical2vcal.sgml   1.2
  Rman/kandy.sgml   1.2
  Rman/korganizer.sgml   1.2
  Rman/kpilot.sgml   1.2


--- kdepim/debian/changelog  #1.76:1.77
@@ -6,4 +6,5 @@
 + Removed packages: libkdgantt0[-dev].
 + Renamed kgpgcertmanager to kleopatra.
+  * Taking over maintainership, add myself to Uploaders.
   * Build in gnokii support again.  Closes: #254643.
   * Add Build-Depends on libgpgme11-dev for kmail.
@@ -16,6 +17,7 @@
   * Add menu icons.
   * Add doc-base files for kdepim-doc and kdepim-doc-html.
+  * Write new manual pages for all binaries.
 
- -- Daniel Schepler <[EMAIL PROTECTED]>  Sat,  7 Aug 2004 01:50:38 -0700
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Sat,  7 Aug 2004 22:48:04 -0700
 
 kdepim (4:3.2.3-1) unstable; urgency=high

--- kdepim/debian/control  #1.92:1.93
@@ -4,6 +4,6 @@
 Maintainer: Debian Qt/KDE Maintainers 
 Uploaders: Christopher L Cheney <[EMAIL PROTECTED]>, Daniel Schepler <[EMAIL 
PROTECTED]>
-Build-Depends: autoconf, automake1.8, bison, byacc, debhelper (>> 4.2.0), 
docbook-to-man, flex, gawk, gettext, gnokii, kdelibs4-dev (>> 4:3.2.92), 
libbluetooth1-dev, libgnokii2-dev, libgpgme11-dev, liblockdev1-dev, libmal-dev, 
libpisock-dev, libreadline4-dev, libtool, sharutils, texinfo
-Build-Depends-Indep: doxygen, qt3-doc
+Build-Depends: autoconf, automake1.8, bison, byacc, debhelper (>> 4.2.0), 
docbook-to-man, flex, gawk, gettext, kdelibs4-dev (>> 4:3.2.92), 
libbluetooth1-dev, libgnokii2-dev (>= 0.6.3-3), libgpgme11-dev, 
liblockdev1-dev, libmal-dev, libpisock-dev, libreadline4-dev, libtool, 
sharutils, texinfo
+Build-Depends-Indep: doxygen, qt3-doc, kdelibs4-doc
 Standards-Version: 3.6.1.0
 
@@ -126,5 +126,5 @@
 Description: KDE server configuration wizards
  This package contains KDE-based wizards for configuring eGroupware,
- Groupware, Kolab, and SUSE Linux Openexchange servers.
+ Kolab, and SUSE Linux Openexchange servers.
  .
  This package is part of the official KDE pim module.

--- kdepim/debian/rules  #1.59:1.60
@@ -32,5 +32,5 @@
 touch debian/stamp-kontact-icons-uu
 
-#common-build-arch:: debian/stamp-man-pages
+common-build-arch:: debian/stamp-man-pages
 debian/stamp-man-pages:
 # Generate man pages for the programs




kdepim/debian

2004-08-07 Thread Daniel Schepler
CVS commit by schepler: 

More Debian packaging changes.


  Akaddressbook.links   1.1
  Akdepim-doc-html.doc-base.kaddressbook   1.1
  Akdepim-doc-html.doc-base.kalarm   1.1
  Akdepim-doc-html.doc-base.kandy   1.1
  Akdepim-doc-html.doc-base.karm   1.1
  Akdepim-doc-html.doc-base.kcontrol-kalarmd   1.1
  Akdepim-doc-html.doc-base.kleopatra   1.1
  Akdepim-doc-html.doc-base.kmail   1.1
  Akdepim-doc-html.doc-base.knode   1.1
  Akdepim-doc-html.doc-base.knotes   1.1
  Akdepim-doc-html.doc-base.konsolekalendar   1.1
  Akdepim-doc-html.doc-base.kontact   1.1
  Akdepim-doc-html.doc-base.korganizer   1.1
  Akdepim-doc-html.doc-base.korn   1.1
  Akdepim-doc-html.doc-base.kpilot   1.1
  Akdepim-doc-html.doc-base.ktnef   1.1
  Akdepim-doc-html.doc-base.kwatchgnupg   1.1
  Akdepim-doc.doc-base   1.1
  Akdepim-wizards.menu   1.1
  Akitchensync.menu   1.1
  Akleopatra.links   1.1
  Akleopatra.menu   1.1
  Akmail.links   1.1
  Aknode.links   1.1
  Akonsolekalendar.links   1.1
  Akontact.links   1.1
  Akorn.links   1.1
  Aktnef.links   1.1
  Aicons/kaddressbook-16.xpm   1.1
  Aicons/kaddressbook.xpm   1.1
  Aicons/kalarm-16.xpm   1.1
  Aicons/kalarm.xpm   1.1
  Aicons/karm-16.xpm   1.1
  Aicons/karm.xpm   1.1
  Aicons/kmail-16.xpm   1.1
  Aicons/kmail.xpm   1.1
  Aicons/kmailcvt-16.xpm   1.1
  Aicons/kmailcvt.xpm   1.1
  Aicons/knode-16.xpm   1.1
  Aicons/knode.xpm   1.1
  Aicons/knotes-16.xpm   1.1
  Aicons/knotes.xpm   1.1
  Aicons/kontact-16.xpm   1.1
  Aicons/kontact.xpm   1.1
  Aicons/korganizer-16.xpm   1.1
  Aicons/korganizer.xpm   1.1
  Aicons/korn-16.xpm   1.1
  Aicons/korn.xpm   1.1
  Aicons/kpalmdoc-16.xpm   1.1
  Aicons/kpalmdoc.xpm   1.1
  Aicons/kpilot-16.xpm   1.1
  Aicons/kpilot.xpm   1.1
  Aicons/ksync-16.xpm   1.1
  Aicons/ksync.xpm   1.1
  Aicons/ktnef-16.xpm   1.1
  Aicons/ktnef.xpm   1.1
  M +6 -1  changelog   1.76
  M +80 -226   control   1.92
  M +2 -0  kaddressbook.install   1.14
  M +2 -0  kaddressbook.menu   1.4
  M +2 -0  kalarm.install   1.9
  M +1 -0  kalarm.links   1.2
  M +2 -0  kalarm.menu   1.4
  M +1 -0  kandy.links   1.2
  M +2 -0  karm.install   1.9
  M +1 -0  karm.links   1.2
  M +2 -0  karm.menu   1.4
  M +2 -4  kde.mk   1.2
  M +2 -0  kmail.install   1.10
  M +2 -0  kmail.menu   1.3
  M +2 -0  kmailcvt.install   1.3
  M +2 -0  knode.install   1.6
  M +2 -0  knode.menu   1.3
  M +2 -0  knotes.install   1.9
  M +1 -0  knotes.links   1.2
  M +2 -0  knotes.menu   1.4
  M +2 -0  kontact.install   1.13
  M +2 -0  kontact.menu   1.4
  M +2 -0  korganizer.install   1.18
  M +1 -0  korganizer.links   1.2
  M +2 -0  korganizer.menu   1.12
  M +2 -0  korn.install   1.7
  M +2 -0  korn.menu   1.3
  M +4 -0  kpilot.install   1.19
  M +1 -0  kpilot.links   1.2
  M +4 -0  kpilot.menu   1.9
  M +2 -0  ksync.install   1.4
  M +2 -0  ksync.menu   1.4
  M +2 -0  ktnef.install   1.6
  M +2 -0  ktnef.menu   1.4
  M +1 -1  rules   1.59





kdepim/debian

2004-08-05 Thread Daniel Schepler
CVS commit by schepler: 

Commit packaging for kdepim 4:3.2.92-1 so far.  The packages should at
least work, but I have more work to do on them still.


  Akde.mk   1.1
  Akdepim-wizards.install   1.1
  Akleopatra.install   1.1
  Alibkleopatra0-dev.install   1.1
  Alibkleopatra0.install   1.1
  Alibkpimidentities1.install   1.1
  Apatches/.cvsignore   1.1
  Apatches/02_disable_no_undefined.diff   1.1
  Apatches/03_automake1.8.diff   1.1
  Apatches/04_korganizer_makefile.diff   1.1
  M +20 -2 .cvsignore   1.2
  M +17 -1 changelog   1.75
  M +91 -52control   1.91
  M +21 -85kaddressbook.install   1.13
  M +3 -15 kalarm.install   1.8
  M +2 -6  kandy.install   1.7
  M +2 -25 karm.install   1.8
  M +64 -40kdepim-dev.install   1.15
  M +3 -0  kdepim-kfile-plugins.install   1.2
  M +5 -0  kdepim-kio-plugins.install   1.3
  M +38 -34kitchensync.install   1.5
  M +23 -81kmail.install   1.9
  M +1 -2  kmailcvt.install   1.2
  M +7 -76 knode.install   1.5
  M +15 -13knotes.install   1.8
  M +24 -31kontact.install   1.12
  M +9 -222korganizer.install   1.17
  M +1 -3  korn.install   1.6
  M +22 -66kpilot.install   1.18
  M +2 -5  ktnef.install   1.5
  M +16 -41libkcal2-dev.install   1.3
  M +13 -15libkcal2.install   1.11
  M +0 -8  libkdenetwork2.install   1.3
  M +2 -8  libkgantt0-dev.install   1.3
  M +1 -9  libkgantt0.install   1.7
  M +1 -0  libkpimexchange1-dev.install   1.3
  M +2 -0  libkpimexchange1.install   1.3
  M +1 -4  libksieve0-dev.install   1.3
  M +2 -34 libmimelib1-dev.install   1.3
  M +96 -216   rules   1.58
  Rkgpgcertmanager.install   1.3
  Rlibkdgantt0-dev.install   1.2
  Rlibkdgantt0.install   1.2





kdepim/debian

2004-08-02 Thread Daniel Schepler
CVS commit by schepler: 

Commit debian packaging from 3.2 to HEAD.


  Aknotes.preinst   1.1
  M +27 -0 changelog   1.74
  M +2 -1  control   1.90
  M +2 -3  kaddressbook.menu   1.3
  M +2 -3  kalarm.menu   1.3
  M +2 -3  kandy.menu   1.5
  M +2 -3  karm.menu   1.3
  M +3 -0  kmail.install   1.8
  M +2 -3  kmail.menu   1.2
  M +2 -3  kmailcvt.menu   1.2
  M +2 -3  knode.menu   1.2
  M +1 -1  knotes.install   1.7
  M +2 -3  knotes.menu   1.3
  M +2 -3  kontact.menu   1.3
  M +1 -1  korganizer.install   1.16
  M +2 -3  korganizer.menu   1.11
  M +2 -3  korn.menu   1.2
  M +4 -6  kpilot.menu   1.8
  M +7 -8  kpilot.templates   1.3
  M +2 -3  ksync.menu   1.3
  M +2 -3  ktnef.menu   1.3
  M +1 -1  po/POTFILES.in   1.3
  M +61 -0 po/da.po   1.2
  M +16 -11po/fr.po   1.3
  M +68 -0 po/ja.po   1.2
  M +22 -17po/nl.po   1.3
  M +70 -0 po/pt_BR.po   1.2
  M +16 -11po/templates.pot   1.3
  Rkresources-egroupware.install   1.1





kdegames/debian

2004-08-01 Thread Daniel Schepler
CVS commit by schepler: 

Final 3.2.92 packaging.


  M +5 -2  changelog   1.66
  M +4 -5  control   1.72
  M +1 -0  kshisen.install   1.7
  M +1 -0  ksnake.install   1.7
  M +1 -0  kwin4.install   1.7
  M +1 -1  rules   1.57
  M +116 -26   icons/konquest-16.xpm   1.3
  M +240 -259  icons/konquest.xpm   1.5
  Rksnake.docs   1.2





kdegames/debian

2004-08-01 Thread Daniel Schepler
CVS commit by schepler: 

Preliminary version of kdegames 3.2.92 packaging, not even
tested locally yet.


  Apatches/02_disable_no_undefined.diff   1.1
  M +3 -1  changelog   1.65
  M +1 -1  control   1.71
  M +6 -12 rules   1.56


--- kdegames/debian/changelog  #1.64:1.65
@@ -2,6 +2,8 @@
 
   * New upstream release.
+  * Remove debian/patches/03_lib_link.diff; replace with
+debian/patches/02_disable_no_undefined.diff.
 
- -- Daniel Schepler <[EMAIL PROTECTED]>  Sun,  1 Aug 2004 13:31:29 -0700
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Sun,  1 Aug 2004 14:43:48 -0700
 
 kdegames (4:3.2.3-1) unstable; urgency=low

--- kdegames/debian/control  #1.70:1.71
@@ -1,4 +1,4 @@
 Source: kdegames
-Build-Depends: cdbs, debhelper (>> 4.1.0), autoconf (>= 2.50), automake1.8, 
libtool, kdelibs4-dev (>= 4:3.2.3), libqt3-mt-dev (>= 3:3.1.1), libarts1-dev, 
groff-base, doxygen, qt3-doc, kdelibs4-doc, sharutils
+Build-Depends: cdbs, debhelper (>> 4.1.0), autoconf (>= 2.50), automake1.8, 
libtool, kdelibs4-dev (>= 4:3.2.92), libarts1-dev, groff-base, doxygen, 
qt3-doc, kdelibs4-doc, sharutils
 Section: games
 Priority: optional

--- kdegames/debian/rules  #1.55:1.56
@@ -14,9 +14,9 @@
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-static
 
-post-patches:: debian/stamp-kfouleggs-icon-uu debian/stamp-libtool-update
+post-patches:: debian/stamp-konquest-icons-uu debian/stamp-libtool-update
 
-debian/stamp-kfouleggs-icon-uu:
-uudecode -o - debian/patches/kfouleggs_icon.tar.gz.uu | tar xfz -
-touch debian/stamp-kfouleggs-icon-uu
+debian/stamp-konquest-icons-uu:
+uudecode -o - debian/patches/konquest_icons.tar.gz.uu | tar xfz -
+touch debian/stamp-konquest-icons-uu
 
 debian/stamp-libtool-update:
@@ -50,17 +50,11 @@
 clean::
 rm -f debian/man/*.6
-rm -f `uudecode -o - debian/patches/kfouleggs_icon.tar.gz.uu | tar tfz 
-`
-rm -f debian/patches/kdegames_branch.tar.gz.uu
-rm -f debian/stamp-kfouleggs-icon-uu \
+rm -f `uudecode -o - debian/patches/konquest_icons.tar.gz.uu | tar tfz 
-`
+rm -f debian/stamp-konquest-icons-uu \
 debian/stamp-libtool-update debian/stamp-man-pages
-rm -f debian/patches/kdegames_branch.tar.gz.uu
 rm -f admin/libtool.m4.in admin/ltmain.sh
 
 DEB_INSTALL_DOCS_ALL :=
 
-$(patsubst %,test-changes/%,$(DEB_ALL_PACKAGES)) :: test-changes/%:
-echo $(cdbs_curpkg)
-echo $(DEB_INSTALL_CHANGELOGS_ALL)
-
 DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do 
if test -s $(cdbs_curpkg)/$$f; then echo $(cdbs_curpkg)/$$f; break; fi; done)
 




kdegames/debian

2004-08-01 Thread Daniel Schepler
CVS commit by schepler: 

Bring forward Debian packaging from KDE_3_2_BRANCH.


  Ratlantik.man   1.1
  Rkasteroids.man   1.1
  Rkatomic.man   1.1
  Rkbackgammon.man   1.1
  Rkbattleship.man   1.1
  Rkblackbox.man   1.1
  Rkbounce.man   1.1
  Rkdegames-doc-html.doc-base.megami   1.1
  Rkdeopt.man   1.1
  Rkenolaba.man   1.1
  Rkfouleggs.man   1.1
  Rkgoldrunner.man   1.1
  Rkjumpingcube.man   1.1
  Rklickety.man   1.1
  Rklines.man   1.1
  Rkmahjongg.man   1.1
  Rkmines.man   1.1
  Rkolf.man   1.1
  Rkonquest.man   1.1
  Rkpat.man   1.1
  Rkpoker.man   1.1
  Rkreversi.man   1.1
  Rksame.man   1.1
  Rkshisen.man   1.1
  Rksirtet.man   1.1
  Rksmiletris.man   1.1
  Rksnake.man   1.1
  Rksokoban.man   1.1
  Rkspaceduel.man   1.1
  Rktron.man   1.1
  Rktuberling.man   1.1
  Rkwin4.man   1.1
  Rkwin4proc.man   1.1
  Rlskat.man   1.1
  Rlskatproc.man   1.1
  Rmanpages.in   1.7
  Ricons/megami-16.xpm   1.2
  Ricons/megami.xpm   1.3





kdegames/debian/man

2004-08-01 Thread Daniel Schepler
CVS commit by schepler: 

Bring debian packaging forward from KDE_3_2_BRANCH.


  M +29 -0 atlantik.man   1.2
  M +16 -0 kasteroids.man   1.2
  M +16 -0 katomic.man   1.2
  M +17 -0 kbackgammon.man   1.2
  M +16 -0 kbattleship.man   1.2
  M +17 -0 kblackbox.man   1.2
  M +27 -0 kbounce.man   1.2
  M +110 -0kdeopt.man   1.2
  M +27 -0 kenolaba.man   1.2
  M +19 -0 kfouleggs.man   1.2
  M +16 -0 kgoldrunner.man   1.2
  M +20 -0 kjumpingcube.man   1.2
  M +10 -0 klickety.man   1.2
  M +22 -0 klines.man   1.2
  M +12 -0 kmahjongg.man   1.2
  M +22 -0 kmines.man   1.2
  M +25 -0 kolf.man   1.2
  M +17 -0 konquest.man   1.2
  M +16 -0 kpat.man   1.2
  M +16 -0 kpoker.man   1.2
  M +21 -0 kreversi.man   1.2
  M +17 -0 ksame.man   1.2
  M +17 -0 kshisen.man   1.2
  M +15 -0 ksirtet.man   1.2
  M +12 -0 ksmiletris.man   1.2
  M +16 -0 ksnake.man   1.2
  M +35 -0 ksokoban.man   1.2
  M +20 -0 kspaceduel.man   1.2
  M +20 -0 ktron.man   1.2
  M +28 -0 ktuberling.man   1.2
  M +22 -0 kwin4.man   1.2
  M +8 -0  kwin4proc.man   1.2
  M +25 -0 lskat.man   1.2
  M +8 -0  lskatproc.man   1.2





kdegames/debian

2004-08-01 Thread Daniel Schepler
CVS commit by schepler: 

Bring debian packaging forward from KDE_3_2_BRANCH.


  M +1 -0  atlantik.manpages   1.2
  M +5 -6  atlantik.menu   1.4
  M +87 -3 changelog   1.64
  M +1 -0  compat   1.2
  M +46 -29control   1.70
  M +1 -0  kasteroids.manpages   1.2
  M +5 -6  kasteroids.menu   1.9
  M +1 -0  katomic.manpages   1.2
  M +5 -6  katomic.menu   1.9
  M +1 -0  kbackgammon.manpages   1.2
  M +5 -6  kbackgammon.menu   1.6
  M +1 -0  kbattleship.manpages   1.2
  M +5 -6  kbattleship.menu   1.6
  M +1 -0  kblackbox.manpages   1.2
  M +5 -6  kblackbox.menu   1.9
  M +1 -0  kbounce.manpages   1.2
  M +5 -6  kbounce.menu   1.4
  M +103 -0kde.mk   1.2
  M +2 -0  kdegames.docs   1.2
  M +1 -0  kenolaba.manpages   1.2
  M +5 -6  kenolaba.menu   1.4
  M +9 -0  kfouleggs.install   1.6
  M +1 -0  kfouleggs.manpages   1.2
  M +5 -4  kfouleggs.menu   1.2
  M +1 -0  kgoldrunner.manpages   1.2
  M +5 -6  kgoldrunner.menu   1.2
  M +1 -0  kjumpingcube.manpages   1.2
  M +5 -6  kjumpingcube.menu   1.9
  M +1 -0  klickety.manpages   1.2
  M +3 -4  klickety.menu   1.2
  M +1 -0  klines.manpages   1.2
  M +5 -6  klines.menu   1.6
  M +1 -0  kmahjongg.manpages   1.2
  M +5 -6  kmahjongg.menu   1.9
  M +1 -0  kmines.manpages   1.2
  M +5 -6  kmines.menu   1.9
  M +3 -0  kolf-dev.install   1.2
  M +1 -0  kolf.manpages   1.2
  M +5 -6  kolf.menu   1.3
  M +1 -0  konquest.manpages   1.2
  M +5 -6  konquest.menu   1.9
  M +1 -0  kpat.manpages   1.2
  M +5 -6  kpat.menu   1.9
  M +1 -0  kpoker.manpages   1.2
  M +5 -6  kpoker.menu   1.9
  M +1 -0  kreversi.manpages   1.2
  M +5 -6  kreversi.menu   1.9
  M +1 -0  ksame.manpages   1.2
  M +5 -6  ksame.menu   1.9
  M +1 -0  kshisen.manpages   1.2
  M +5 -6  kshisen.menu   1.9
  M +1 -0  ksirtet.manpages   1.2
  M +5 -6  ksirtet.menu   1.10
  M +1 -0  ksmiletris.manpages   1.2
  M +5 -6  ksmiletris.menu   1.9
  M +1 -0  ksnake.manpages   1.2
  M +5 -6  ksnake.menu   1.9
  M +1 -0  ksokoban.manpages   1.2
  M +5 -6  ksokoban.menu   1.9
  M +1 -0  kspaceduel.manpages   1.2
  M +5 -6  kspaceduel.menu   1.9
  M +1 -0  ktron.manpages   1.2
  M +5 -6  ktron.menu   1.9
  M +1 -0  ktuberling.manpages   1.2
  M +5 -6  ktuberling.menu   1.9
  M +2 -0  kwin4.manpages   1.2
  M +5 -6  kwin4.menu   1.6
  M +9 -0  libkdegames-doc.doc-base   1.2
  M +1 -0  libkdegames-doc.install   1.2
  M +1 -0  libkdegames-doc.links   1.2
  M +2 -0  lskat.manpages   1.2
  M +5 -6  lskat.menu   1.9
  M +60 -192   rules   1.55
  M +93 -0 icons/kfouleggs-16.xpm   1.2
  M +285 -0icons/kfouleggs.xpm   1.2





Bug#253975: kdelibs4 should be rebuid now that qt include stl

2004-06-12 Thread Daniel Schepler
package kdelibs4
severity 253975 serious
thanks

Eric Valette <[EMAIL PROTECTED]> writes:

> /usr/bin/designer-qt3
> Conflict in /usr/lib/kde3/plugins/designer/kdewidgets.so:
>   Plugin uses incompatible Qt library!
>   expected build key "i686 Linux g++-3.* full-config", got "i686 Linux 
> g++-3.* full-config no-stl".

Rebuilding kdelibs4 is an absolute necessity: the standard KDE
configure routines currently bail out with the error message

checking if UIC has KDE plugins available... no
configure: error: you need to install kdelibs first.

And config.log shows the above error message as the cause.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



KDE_3_2_BRANCH: kdegames/debian

2004-06-10 Thread Daniel Schepler
CVS commit by schepler: 

Updates for 3.2.3-1.


  M +8 -0  changelog   1.63.2.7
  M +1 -1  control   1.69.2.5
  M +5 -13 rules   1.54.2.7
  Rpatches/kdegames_branch.tar.gz.uu   1.1.2.1


--- kdegames/debian/changelog  #1.63.2.6:1.63.2.7
@@ -1,2 +1,10 @@
+kdegames (4:3.2.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * Remove --enable-final argument to configure, in order to make
+the static libraries a bit more sane.
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Wed,  9 Jun 2004 15:54:41 -0700
+
 kdegames (4:3.2.2-2) unstable; urgency=low
 

--- kdegames/debian/control  #1.69.2.4:1.69.2.5
@@ -1,4 +1,4 @@
 Source: kdegames
-Build-Depends: cdbs, debhelper (>> 4.1.0), autoconf (>= 2.50), automake1.8, 
libtool, kdelibs4-dev (>= 4:3.2.2), libqt3-mt-dev (>= 3:3.1.1), libarts1-dev, 
groff-base, doxygen, qt3-doc, kdelibs4-doc, sharutils
+Build-Depends: cdbs, debhelper (>> 4.1.0), autoconf (>= 2.50), automake1.8, 
libtool, kdelibs4-dev (>= 4:3.2.3), libqt3-mt-dev (>= 3:3.1.1), libarts1-dev, 
groff-base, doxygen, qt3-doc, kdelibs4-doc, sharutils
 Section: games
 Priority: optional

--- kdegames/debian/rules  #1.54.2.6:1.54.2.7
@@ -9,11 +9,10 @@
 
 DEB_KDE_CVS_MAKE := yes
-DEB_KDE_ENABLE_FINAL := yes
+#DEB_KDE_ENABLE_FINAL := yes
 DEB_KDE_APIDOX := yes
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-static
 
-post-patches:: debian/stamp-kfouleggs-icon-uu debian/stamp-kdegames-branch-uu \
-debian/stamp-libtool-update
+post-patches:: debian/stamp-kfouleggs-icon-uu debian/stamp-libtool-update
 
 debian/stamp-kfouleggs-icon-uu:
@@ -21,8 +20,4 @@
 touch debian/stamp-kfouleggs-icon-uu
 
-debian/stamp-kdegames-branch-uu:
-uudecode -o - debian/patches/kdegames_branch.tar.gz.uu | tar xfz -
-touch debian/stamp-kdegames-branch-uu
-
 debian/stamp-libtool-update:
 cp -f /usr/share/libtool/libtool.m4 admin/libtool.m4.in
@@ -56,11 +51,8 @@
 rm -f debian/man/*.6
 rm -f `uudecode -o - debian/patches/kfouleggs_icon.tar.gz.uu | tar tfz 
-`
-rm -f `uudecode -o - debian/patches/kdegames_branch.tar.gz.uu | tar 
tfz -`
-rm -f debian/stamp-kfouleggs-icon-uu debian/stamp-kdegames-branch-uu \
+rm -f debian/patches/kdegames_branch.tar.gz.uu
+rm -f debian/stamp-kfouleggs-icon-uu \
 debian/stamp-libtool-update debian/stamp-man-pages
-rm -f debian/patches/kfouleggs-icon-automake.diff \
-debian/patches/lib-link.diff \
-debian/patches/kfouleggs-icon.tar.gz.uu
-rm -f debian/*.man
+rm -f debian/patches/kdegames_branch.tar.gz.uu
 rm -f admin/libtool.m4.in admin/ltmain.sh
 




pkg-kde: commit - rev 136 - tags/packages/kdegames

2004-06-10 Thread Daniel Schepler
Author: schepler
Date: 2004-06-09 23:19:35 -0600 (Wed, 09 Jun 2004)
New Revision: 136

Added:
   tags/packages/kdegames/kdegames-3.2.3-1/
Log:
Tagging kdegames 3.2.3-1.


Copied: tags/packages/kdegames/kdegames-3.2.3-1 (from rev 135, 
trunk/packages/kdegames)



KDE_3_2_BRANCH: kdegames/debian

2004-04-30 Thread Daniel Schepler
CVS commit by schepler: 

kdegames 3.2.2-2 update


  Aman/atlantik.man   1.1.2.1
  Aman/kasteroids.man   1.1.2.1
  Aman/katomic.man   1.1.2.1
  Aman/kbackgammon.man   1.1.2.1
  Aman/kbattleship.man   1.1.2.1
  Aman/kblackbox.man   1.1.2.1
  Aman/kbounce.man   1.1.2.1
  Aman/kdeopt.man   1.1.2.1
  Aman/kenolaba.man   1.1.2.1
  Aman/kfouleggs.man   1.1.2.1
  Aman/kgoldrunner.man   1.1.2.1
  Aman/kjumpingcube.man   1.1.2.1
  Aman/klickety.man   1.1.2.1
  Aman/klines.man   1.1.2.1
  Aman/kmahjongg.man   1.1.2.1
  Aman/kmines.man   1.1.2.1
  Aman/kolf.man   1.1.2.1
  Aman/konquest.man   1.1.2.1
  Aman/kpat.man   1.1.2.1
  Aman/kpoker.man   1.1.2.1
  Aman/kreversi.man   1.1.2.1
  Aman/ksame.man   1.1.2.1
  Aman/kshisen.man   1.1.2.1
  Aman/ksirtet.man   1.1.2.1
  Aman/ksmiletris.man   1.1.2.1
  Aman/ksnake.man   1.1.2.1
  Aman/ksokoban.man   1.1.2.1
  Aman/kspaceduel.man   1.1.2.1
  Aman/ktron.man   1.1.2.1
  Aman/ktuberling.man   1.1.2.1
  Aman/kwin4.man   1.1.2.1
  Aman/kwin4proc.man   1.1.2.1
  Aman/lskat.man   1.1.2.1
  Aman/lskatproc.man   1.1.2.1
  Apatches/02_kfouleggs_icon_automake.diff   1.1.2.1
  Apatches/03_lib_link.diff   1.1.2.1
  Apatches/kdegames_branch.tar.gz.uu   1.1.2.1
  Apatches/kfouleggs_icon.tar.gz.uu   1.1.2.1
  M +1 -1  atlantik.manpages   1.1.2.2
  M +15 -0 changelog   1.63.2.6
  M +2 -1  control   1.69.2.4
  M +1 -1  kasteroids.manpages   1.1.2.2
  M +1 -1  katomic.manpages   1.1.2.2
  M +1 -1  kbackgammon.manpages   1.1.2.2
  M +1 -1  kbattleship.manpages   1.1.2.2
  M +1 -1  kblackbox.manpages   1.1.2.2
  M +1 -1  kbounce.manpages   1.1.2.2
  M +1 -1  kenolaba.manpages   1.1.2.2
  M +1 -1  kfouleggs.manpages   1.1.2.2
  M +1 -1  kgoldrunner.manpages   1.1.2.2
  M +1 -1  kjumpingcube.manpages   1.1.2.2
  M +1 -1  klickety.manpages   1.1.2.2
  M +1 -1  klines.manpages   1.1.2.2
  M +1 -1  kmahjongg.manpages   1.1.2.2
  M +1 -1  kmines.manpages   1.1.2.2
  M +1 -1  kolf.manpages   1.1.2.2
  M +1 -1  konquest.manpages   1.1.2.2
  M +1 -1  kpat.manpages   1.1.2.2
  M +1 -1  kpoker.manpages   1.1.2.2
  M +1 -1  kreversi.manpages   1.1.2.2
  M +1 -1  ksame.manpages   1.1.2.2
  M +1 -1  kshisen.manpages   1.1.2.2
  M +1 -1  ksirtet.manpages   1.1.2.2
  M +1 -1  ksmiletris.manpages   1.1.2.2
  M +1 -1  ksnake.manpages   1.1.2.2
  M +1 -1  ksokoban.manpages   1.1.2.2
  M +1 -1  kspaceduel.manpages   1.1.2.2
  M +1 -1  ktron.manpages   1.1.2.2
  M +1 -1  ktuberling.manpages   1.1.2.2
  M +2 -2  kwin4.manpages   1.1.2.2
  M +2 -2  lskat.manpages   1.1.2.2
  M +28 -33rules   1.54.2.6
  Ratlantik.man   1.1
  Rkasteroids.man   1.1
  Rkatomic.man   1.1
  Rkbackgammon.man   1.1
  Rkbattleship.man   1.1
  Rkblackbox.man   1.1
  Rkbounce.man   1.1
  Rkdeopt.man   1.1
  Rkenolaba.man   1.1
  Rkfouleggs.man   1.1
  Rkgoldrunner.man   1.1
  Rkjumpingcube.man   1.1
  Rklickety.man   1.1
  Rklines.man   1.1
  Rkmahjongg.man   1.1
  Rkmines.man   1.1
  Rkolf.man   1.1
  Rkonquest.man   1.1
  Rkpat.man   1.1
  Rkpoker.man   1.1
  Rkreversi.man   1.1
  Rksame.man   1.1
  Rkshisen.man   1.1
  Rksirtet.man   1.1
  Rksmiletris.man   1.1
  Rksnake.man   1.1
  Rksokoban.man   1.1
  Rkspaceduel.man   1.1
  Rktron.man   1.1
  Rktuberling.man   1.1
  Rkwin4.man   1.1
  Rkwin4proc.man   1.1
  Rlskat.man   1.1
  Rlskatproc.man   1.1
  Rpatches/kfouleggs-icon-automake.diff   1.1.2.1
  Rpatches/kfouleggs-icon.tar.gz.uu   1.1.2.1
  Rpatches/lib-link.diff   1.1.2.1





pkg-kde: commit - rev 125 - tags/packages/kdegames

2004-04-30 Thread Daniel Schepler
Author: schepler
Date: 2004-04-30 04:46:11 -0600 (Fri, 30 Apr 2004)
New Revision: 125

Added:
   tags/packages/kdegames/kdegames-3.2.2-2/
Log:
Tagging kdegames-3.2.2-2


Copied: tags/packages/kdegames/kdegames-3.2.2-2 (from rev 124, 
trunk/packages/kdegames)



KDE_3_2_BRANCH: kdegames/debian

2004-04-19 Thread Daniel Schepler
CVS commit by schepler: 

Remove obsolete kderemove tags from menu files.


  M +0 -1  atlantik.menu   1.3.2.2
  M +0 -1  kasteroids.menu   1.8.2.2
  M +0 -1  katomic.menu   1.8.2.2
  M +0 -1  kbackgammon.menu   1.5.2.2
  M +0 -1  kbattleship.menu   1.5.2.2
  M +0 -1  kblackbox.menu   1.8.2.2
  M +0 -1  kbounce.menu   1.3.2.2
  M +0 -1  kenolaba.menu   1.3.2.2
  M +0 -1  kfouleggs.menu   1.1.4.2
  M +0 -1  kgoldrunner.menu   1.1.2.2
  M +0 -1  kjumpingcube.menu   1.8.2.2
  M +0 -1  klickety.menu   1.1.4.2
  M +0 -1  klines.menu   1.5.2.2
  M +0 -1  kmahjongg.menu   1.8.2.2
  M +0 -1  kmines.menu   1.8.2.2
  M +0 -1  kolf.menu   1.2.2.2
  M +0 -1  konquest.menu   1.8.2.2
  M +0 -1  kpat.menu   1.8.2.2
  M +0 -1  kpoker.menu   1.8.2.2
  M +0 -1  kreversi.menu   1.8.2.2
  M +0 -1  ksame.menu   1.8.2.2
  M +0 -1  kshisen.menu   1.8.2.2
  M +0 -1  ksirtet.menu   1.9.2.2
  M +0 -1  ksmiletris.menu   1.8.2.2
  M +0 -1  ksnake.menu   1.8.2.2
  M +0 -1  ksokoban.menu   1.8.2.2
  M +0 -1  kspaceduel.menu   1.8.2.2
  M +0 -1  ktron.menu   1.8.2.2
  M +0 -1  ktuberling.menu   1.8.2.2
  M +0 -1  kwin4.menu   1.5.2.2
  M +0 -1  lskat.menu   1.8.2.2





Bug#220110: Upstream?

2004-04-04 Thread Daniel Schepler
Chris Cheney <[EMAIL PROTECTED]> writes:

>   I have asked numerous times in the past if anyone wants to take
> over part or all of KDE and no one seems to want it.

I don't remember seeing this before.  I'd be willing to take probably
up to 3-4 more of the packages, except that I'm not really interested
in trying to maintain kdelibs or kdebase.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card



KDE_3_2_BRANCH: kdegames/debian

2004-03-12 Thread Daniel Schepler
CVS commit by schepler: 

Fix stupid typo in debian/rules.


  M +7 -0  changelog   1.63.2.4
  M +1 -1  rules   1.54.2.4


--- kdegames/debian/changelog  #1.63.2.3:1.63.2.4
@@ -1,2 +1,9 @@
+kdegames (4:3.2.1-2) unstable; urgency=low
+
+  * Supply correct filename for old patch to be removed.
+Closes: #237650.
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Fri, 12 Mar 2004 13:17:51 -0800
+
 kdegames (4:3.2.1-1) unstable; urgency=low
 

--- kdegames/debian/rules  #1.54.2.3:1.54.2.4
@@ -43,5 +43,5 @@
 rm -f debian/*.6
 rm -f debian/kdegames-doc-html.doc-base.megami
-rm -f debian/kmines_complete_vs_solver.diff
+rm -f debian/patches/kmines_complete_vs_solver.diff
 rm -f `uudecode -o - debian/patches/kfouleggs-icon.tar.gz.uu | tar tfz 
-`
 rm -f debian/stamp-kfouleggs-icon




KDE_3_2_BRANCH: kdegames/debian

2004-03-12 Thread Daniel Schepler
CVS commit by schepler: 

Update packaging for kdegames 3.2.1.


  Aicons/kfouleggs-16.xpm   1.1.2.1
  Aicons/kfouleggs.xpm   1.1.2.1
  Apatches/kfouleggs-icon-automake.diff   1.1.2.1
  Apatches/kfouleggs-icon.tar.gz.uu   1.1.2.1
  M +5 -5  atlantik.menu   1.3.2.1
  M +14 -0 changelog   1.63.2.3
  M +5 -5  kasteroids.menu   1.8.2.1
  M +5 -5  katomic.menu   1.8.2.1
  M +5 -5  kbackgammon.menu   1.5.2.1
  M +5 -5  kbattleship.menu   1.5.2.1
  M +5 -5  kblackbox.menu   1.8.2.1
  M +5 -5  kbounce.menu   1.3.2.1
  M +5 -5  kenolaba.menu   1.3.2.1
  M +9 -0  kfouleggs.install   1.5.2.1
  M +5 -3  kfouleggs.menu   1.1.4.1
  M +5 -5  kgoldrunner.menu   1.1.2.1
  M +5 -5  kjumpingcube.menu   1.8.2.1
  M +3 -3  klickety.menu   1.1.4.1
  M +5 -5  klines.menu   1.5.2.1
  M +5 -5  kmahjongg.menu   1.8.2.1
  M +5 -5  kmines.menu   1.8.2.1
  M +5 -5  kolf.menu   1.2.2.1
  M +5 -5  konquest.menu   1.8.2.1
  M +5 -5  kpat.menu   1.8.2.1
  M +5 -5  kpoker.menu   1.8.2.1
  M +5 -5  kreversi.menu   1.8.2.1
  M +5 -5  ksame.menu   1.8.2.1
  M +5 -5  kshisen.menu   1.8.2.1
  M +5 -5  ksirtet.menu   1.9.2.1
  M +5 -5  ksmiletris.menu   1.8.2.1
  M +5 -5  ksnake.menu   1.8.2.1
  M +5 -5  ksokoban.menu   1.8.2.1
  M +5 -5  kspaceduel.menu   1.8.2.1
  M +5 -5  ktron.menu   1.8.2.1
  M +5 -5  ktuberling.menu   1.8.2.1
  M +5 -5  kwin4.menu   1.5.2.1
  M +5 -5  lskat.menu   1.8.2.1
  M +8 -6  rules   1.54.2.3
  Rkdegames-doc-html.doc-base.megami   1.1
  Rmanpages.in   1.7
  Ricons/megami-16.xpm   1.2
  Ricons/megami.xpm   1.3
  Rpatches/kmines_complete_vs_solver.diff   1.1.4.1
  Rpatches/mask_pngs.tar.gz.uu   1.1.2.1





KDE_3_2_BRANCH: kdegames/debian

2004-02-21 Thread Daniel Schepler
CVS commit by schepler: 

Commit changes for 4:3.2.0-0pre1v1 upload to experimental.


  Aatlantik.manpages   1.1.2.1
  Acompat   1.1.2.1
  Akasteroids.manpages   1.1.2.1
  Akatomic.manpages   1.1.2.1
  Akbackgammon.manpages   1.1.2.1
  Akbattleship.manpages   1.1.2.1
  Akblackbox.manpages   1.1.2.1
  Akbounce.manpages   1.1.2.1
  Akde.mk   1.1.2.1
  Akdegames.docs   1.1.2.1
  Akenolaba.manpages   1.1.2.1
  Akfouleggs.manpages   1.1.2.1
  Akgoldrunner.manpages   1.1.2.1
  Akjumpingcube.manpages   1.1.2.1
  Aklickety.manpages   1.1.2.1
  Aklines.manpages   1.1.2.1
  Akmahjongg.manpages   1.1.2.1
  Akmines.manpages   1.1.2.1
  Akolf-dev.install   1.1.2.1
  Akolf.manpages   1.1.2.1
  Akonquest.manpages   1.1.2.1
  Akpat.manpages   1.1.2.1
  Akpoker.manpages   1.1.2.1
  Akreversi.manpages   1.1.2.1
  Aksame.manpages   1.1.2.1
  Akshisen.manpages   1.1.2.1
  Aksirtet.manpages   1.1.2.1
  Aksmiletris.manpages   1.1.2.1
  Aksnake.manpages   1.1.2.1
  Aksokoban.manpages   1.1.2.1
  Akspaceduel.manpages   1.1.2.1
  Aktron.manpages   1.1.2.1
  Aktuberling.manpages   1.1.2.1
  Akwin4.manpages   1.1.2.1
  Alibkdegames-doc.doc-base   1.1.2.1
  Alibkdegames-doc.install   1.1.2.1
  Alibkdegames-doc.links   1.1.2.1
  Alskat.manpages   1.1.2.1
  Apatches/mask_pngs.tar.gz.uu   1.1.2.1
  M +8 -1  changelog   1.63.2.2
  M +42 -26control   1.69.2.2
  M +66 -214   rules   1.54.2.2





  1   2   >