Package: task
Version: 2.0.0-1
Severity: minor

The example paths to color files in the .taskrc file created upon first start
are incorrect:

# Color theme (uncomment one to use)
#include /usr/share/doc/task/rc/light-16.theme
#include /usr/share/doc/task/rc/light-256.theme
...

The color files are located in /usr/share/task/.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages task depends on:
ii  libc6        2.13-27
ii  libgcc1      1:4.6.3-1
ii  liblua5.1-0  5.1.4-12
ii  libstdc++6   4.6.3-1
ii  libuuid1     2.20.1-4

task recommends no packages.

task suggests no packages.

-- no debconf information
diff -u task-2.0.0/cmake.h.in task-2.0.0_mine/cmake.h.in
--- task-2.0.0/cmake.h.in	2012-04-08 12:28:54.000000000 +0200
+++ task-2.0.0_mine/cmake.h.in	2012-04-19 10:55:07.560692512 +0200
@@ -12,7 +12,7 @@
 #define PACKAGE_STRING    "${PACKAGE_STRING}"
 
 /* Installation details */
-#define TASK_RCDIR "${CMAKE_INSTALL_PREFIX}/${TASK_DOCDIR}/rc"
+#define TASK_RCDIR "${CMAKE_INSTALL_PREFIX}/${TASK_SHAREDIR}"
 
 /* Localization */
 #define PACKAGE_LANGUAGE  1
diff -u task-2.0.0/CMakeLists.txt task-2.0.0_mine/CMakeLists.txt
--- task-2.0.0/CMakeLists.txt	2012-04-08 12:28:54.000000000 +0200
+++ task-2.0.0_mine/CMakeLists.txt	2012-04-19 11:02:15.664035518 +0200
@@ -8,10 +8,11 @@
 project (task)
 set (PROJECT_VERSION "2.0.0")
 
-SET (TASK_MAN1DIR share/man/man1 CACHE STRING "Installation directory for man pages, section 1")
-SET (TASK_MAN5DIR share/man/man5 CACHE STRING "Installation directory for man pages, section 5")
-SET (TASK_DOCDIR  share/doc/task CACHE STRING "Installation directory for doc files")
-SET (TASK_BINDIR  bin            CACHE STRING "Installation directory for the binary")
+SET (TASK_MAN1DIR  share/man/man1 CACHE STRING "Installation directory for man pages, section 1")
+SET (TASK_MAN5DIR  share/man/man5 CACHE STRING "Installation directory for man pages, section 5")
+SET (TASK_DOCDIR   share/doc/task CACHE STRING "Installation directory for doc files")
+SET (TASK_SHAREDIR share/task     CACHE STRING "Installation directory for shared files")
+SET (TASK_BINDIR   bin            CACHE STRING "Installation directory for the binary")
 
 if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
   set (LINUX true)

Reply via email to