summaryrefslogtreecommitdiffstats
path: root/kttsd/debian/TODO
blob: 25c8d99eb9b39bd6135b97c4b80cf5e8adef5f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
* FWIW, I have the following packages installed (among many others, of course):
    libtqt3-headers 3.3.3-4.1      Qt3 header files
    libtqt3-mt-dev  3.3.3-4.1      Qt development files (Threaded)
    libtqt3c102-mt  3.3.3-4.1      Qt GUI Library (Threaded runtime version), V
    libtqthreads-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. ??