* FWIW, I have the following packages installed (among many others, of course): libqt3-headers 3.3.3-4.1 Qt3 header files libqt3-mt-dev 3.3.3-4.1 Qt development files (Threaded) libqt3c102-mt 3.3.3-4.1 Qt GUI Library (Threaded runtime version), V libqthreads-12 1.6.4-4 QuickThreads library for Guile qt3-designer 3.3.3-4.1 Qt3 Designer qt3-dev-tools 3.3.3-4.1 Qt3 development tools qt3-doc 3.3.3-4.1 Qt3 API documentation kde 3.1.2 The K Desktop Environment tdelibs4 3.2.3-2 KDE core libraries tdelibs4-dev 3.2.3-2 KDE core libraries (development files) tdelibs4-doc 3.2.3-2 KDE core library documentation kde-devel 3.1.2 The K Desktop Environment (development files kde-devel-extr 3.1.2-0.2 The K Desktop Environment (extra development exuberant-ctag 5.5.4-1 build tag file indexes of source code defini cdbs 0.4.26-1.1 common build system for Debian packages * Here's my build procedure (note that I'm using CDBS): - cd tdeaccessibility/doc/kttsd && make distclean && cd tdeaccessibility/kttsd && make distclean - cvs2dist tdeaccessibility kttsd --version 0.3.0 - Copy resulting kttsd-0.3.0.tar.gz to a work folder and rename to kttsd_0.3.0.orig.tar.gz (Note underscore) - Unpack tarball - cd kttsd-0.3.0 - rm -fR autom4te.cache - cp -R kttsd/debian debian - debuild -uc -us * dpkg-shlibdeps is reporting: dpkg-shlibdeps: warning: could not find path for libkttsd.so.1 Should I have libkttsd.so in the .install file? * Should rc files be installed to etc/ tree? * For unknown reason, several of the doc translations aren't being built (da, pt for example), but en and de are being built. ??