[SCM] kde-dev-scripts packaging branch, master, updated. debian/4%17.08.3-1-5-g06eca21

Pino Toscano pino at moszumanska.debian.org
Sat Feb 10 10:50:25 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kde-dev-scripts.git;a=commitdiff;h=bb97179

The following commit has been merged in the master branch:
commit bb97179dad01adf72bb95840d46f28e08b02c610
Author: Pino Toscano <pino at debian.org>
Date:   Sat Feb 10 11:30:10 2018 +0100

    update the patches
    
    - append_kde.diff: refresh, and use the newer cmake variable for the
      path
---
 debian/changelog               |  2 ++
 debian/patches/append_kde.diff | 13 ++++++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5673ba0..74a822d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ kde-dev-scripts (4:17.12.2-0r1) UNRELEASED; urgency=medium
   [ Pino Toscano ]
   * New upstream release.
   * Remove the libkf5kdelibs4support5-bin build dependency, no more needed now.
+  * Update the patches:
+    - append_kde.diff: refresh, and use the newer cmake variable for the path
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 10 Feb 2018 11:20:30 +0100
 
diff --git a/debian/patches/append_kde.diff b/debian/patches/append_kde.diff
index e13b9c4..3f5a20f 100644
--- a/debian/patches/append_kde.diff
+++ b/debian/patches/append_kde.diff
@@ -1,12 +1,13 @@
 Author: Fathi Boudra <fabo at debian.org>
+Author: Pino Toscano <pino at debian.org>
 Description: Append "-kde" to svn-clean like KDE3.
  svn-clean script is provided by subversion-tools.
 Bug-Debian: http://bugs.debian.org/461095
-Last-Update: 2017-12-24
+Last-Update: 2018-02-10
 
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -83,7 +83,6 @@ install(PROGRAMS
+@@ -72,7 +72,6 @@ install(PROGRAMS
    cvs-clean
    cvsblame
    colorsvn
@@ -14,10 +15,12 @@ Last-Update: 2017-12-24
    svnlastchange
    svnversions
    extractrc
-@@ -106,4 +105,6 @@ install(PROGRAMS
+@@ -95,6 +94,8 @@ install(PROGRAMS
    grantlee_strings_extractor.py
-   DESTINATION ${BIN_INSTALL_DIR})
+   DESTINATION ${KDE_INSTALL_BINDIR})
  
-+install(PROGRAMS svn-clean DESTINATION ${BIN_INSTALL_DIR} RENAME svn-clean-kde)
++install(PROGRAMS svn-clean DESTINATION ${KDE_INSTALL_BINDIR} RENAME svn-clean-kde)
 +
  feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+ if (KF5DocTools_FOUND)
+  kdoctools_install(po)

-- 
kde-dev-scripts packaging



More information about the pkg-kde-commits mailing list