File: append_kde.diff

package info (click to toggle)
kde-dev-scripts 4%3A4.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,176 kB
  • ctags: 975
  • sloc: perl: 11,108; lisp: 5,559; python: 3,481; sh: 3,473; ruby: 1,799; makefile: 10; sed: 9
file content (22 lines) | stat: -rw-r--r-- 703 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Author: Fathi Boudra<fabo@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

Index: kde-dev-scripts/CMakeLists.txt
===================================================================
--- kde-dev-scripts.orig/CMakeLists.txt	2014-02-08 23:45:47.936915266 +0100
+++ kde-dev-scripts/CMakeLists.txt	2014-02-08 23:45:47.936915266 +0100
@@ -59,7 +59,6 @@
   cvs-clean
   cvsblame
   colorsvn
-  svn-clean
   svnlastchange
   svnversions
   extractrc
@@ -81,3 +80,4 @@
   reviewboard-am
   DESTINATION ${BIN_INSTALL_DIR})
 
+install(PROGRAMS svn-clean DESTINATION ${BIN_INSTALL_DIR} RENAME svn-clean-kde)