[SCM] libaccounts-qt packaging branch, master, updated. 516e6f826a799103685f32b7d9d247acde19e061

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 16:15:13 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libaccounts-qt.git;a=commitdiff;h=bb612a5

The following commit has been merged in the master branch:
commit bb612a57a65d0a27fbe1eb28d85f7a147bdc8c78
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Jul 13 15:57:05 2017 +0200

    Add new patch: Install-the-doc-FILES.patch
---
 debian/patches/Install-the-doc-FILES.patch | 21 +++++++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/Install-the-doc-FILES.patch b/debian/patches/Install-the-doc-FILES.patch
new file mode 100644
index 0000000..8ce5095
--- /dev/null
+++ b/debian/patches/Install-the-doc-FILES.patch
@@ -0,0 +1,21 @@
+From: Maximiliano Curia <maxy at gnuservers.com.ar>
+Date: Thu, 13 Jul 2017 15:56:37 +0200
+Subject: Install the doc FILES
+
+---
+ doc/doc.pri | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/doc.pri b/doc/doc.pri
+index 33f8bc2..43229ff 100644
+--- a/doc/doc.pri
++++ b/doc/doc.pri
+@@ -61,7 +61,7 @@ include( ../common-installs-config.pri )
+ #-----------------------------------------------------------------------------
+ documentation.path = $${INSTALL_PREFIX}/share/doc/$${PROJECT_NAME}
+ for( folder, DOC_FOLDERS ) {
+-    documentation.files += $${TOP_BUILD_DIR}/$${folder}
++    documentation.extra += cp -r "$${TOP_BUILD_DIR}/$${folder}" "${DESTDIR}$${INSTALL_PREFIX}/share/doc/$${PROJECT_NAME}";
+ }
+ # make sure docs are generated before trying to install anything
+ documentation.depends  = docs
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e8325fe
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Install-the-doc-FILES.patch

-- 
libaccounts-qt packaging



More information about the pkg-kde-commits mailing list