summaryrefslogtreecommitdiffstats
path: root/kttsd/debian/TODO
blob: 12b05e38622f38febdc0c101b4e72e1a270b7b92 (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):
    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
    kdelibs4       3.2.3-2        KDE core libraries
    kdelibs4-dev   3.2.3-2        KDE core libraries (development files)
    kdelibs4-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 kdeaccessibility/doc/kttsd && make distclean && cd kdeaccessibility/kttsd && make distclean
    - cvs2dist kdeaccessibility 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. ??