rev 19879 - in kde-extras/digikam/trunk/debian: . patches

Pino Toscano pino at moszumanska.debian.org
Sun Mar 30 19:43:08 UTC 2014


Author: pino
Date: 2014-03-30 19:43:08 +0000 (Sun, 30 Mar 2014)
New Revision: 19879

Added:
   kde-extras/digikam/trunk/debian/patches/doc-translations-installation.diff
Modified:
   kde-extras/digikam/trunk/debian/changelog
   kde-extras/digikam/trunk/debian/patches/series
Log:
fix installation of the translated documentations


Modified: kde-extras/digikam/trunk/debian/changelog
===================================================================
--- kde-extras/digikam/trunk/debian/changelog	2014-03-30 18:16:06 UTC (rev 19878)
+++ kde-extras/digikam/trunk/debian/changelog	2014-03-30 19:43:08 UTC (rev 19879)
@@ -2,6 +2,8 @@
 
   [ Pino Toscano ]
   * New upstream release.
+  * Fix installation of the translated documentations; patch
+    doc-translations-installation.diff.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 30 Mar 2014 20:15:18 +0200
 

Added: kde-extras/digikam/trunk/debian/patches/doc-translations-installation.diff
===================================================================
--- kde-extras/digikam/trunk/debian/patches/doc-translations-installation.diff	                        (rev 0)
+++ kde-extras/digikam/trunk/debian/patches/doc-translations-installation.diff	2014-03-30 19:43:08 UTC (rev 19879)
@@ -0,0 +1,35 @@
+--- a/doc-translated/et/CMakeLists.txt
++++ b/doc-translated/et/CMakeLists.txt
+@@ -1 +1 @@
+-kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/et/ )
++kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/et/ SUBDIR digikam )
+--- a/doc-translated/it/CMakeLists.txt
++++ b/doc-translated/it/CMakeLists.txt
+@@ -1 +1 @@
+-kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/it/ )
++kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/it/ SUBDIR digikam )
+--- a/doc-translated/nl/CMakeLists.txt
++++ b/doc-translated/nl/CMakeLists.txt
+@@ -1 +1 @@
+-kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/nl/ )
++kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/nl/ SUBDIR digikam )
+--- a/doc-translated/pt/CMakeLists.txt
++++ b/doc-translated/pt/CMakeLists.txt
+@@ -1 +1 @@
+-kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/pt/ )
++kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/pt/ SUBDIR digikam )
+--- a/doc-translated/pt_BR/CMakeLists.txt
++++ b/doc-translated/pt_BR/CMakeLists.txt
+@@ -1 +1 @@
+-kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/pt_BR/ )
++kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/pt_BR/ SUBDIR digikam )
+--- a/doc-translated/sv/CMakeLists.txt
++++ b/doc-translated/sv/CMakeLists.txt
+@@ -1 +1 @@
+-kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/sv/ )
++kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/sv/ SUBDIR digikam )
+--- a/doc-translated/uk/CMakeLists.txt
++++ b/doc-translated/uk/CMakeLists.txt
+@@ -1 +1 @@
+-kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/uk/ )
++kde4_create_handbook( index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/uk/ SUBDIR digikam )

Modified: kde-extras/digikam/trunk/debian/patches/series
===================================================================
--- kde-extras/digikam/trunk/debian/patches/series	2014-03-30 18:16:06 UTC (rev 19878)
+++ kde-extras/digikam/trunk/debian/patches/series	2014-03-30 19:43:08 UTC (rev 19879)
@@ -1 +1,2 @@
 sendimages-icedove.diff
+doc-translations-installation.diff




More information about the pkg-kde-commits mailing list