[SCM] attica packaging branch, master, updated. debian/5.12.0-1-5-g67f5d14

Maximiliano Curia maxy at moszumanska.debian.org
Thu Aug 6 21:56:53 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/attica.git;a=commitdiff;h=52f641a

The following commit has been merged in the master branch:
commit 52f641a308ac54fe983bbc140c776cdcb65549b6
Author: Thibaut Gridel <tgridel at free.fr>
Date:   Thu Dec 10 18:23:14 2009 +0000

    Removing cmake option for kde and fixing rpath issue
---
 debian/control          |  2 +-
 debian/patches/no-rpath | 13 +++++++++++++
 debian/patches/series   |  1 +
 debian/rules            |  2 +-
 4 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 13090f0..6eccebe 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: attica
 Priority: extra
 Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Thibaut Gridel <tgridel at free.fr>
-Build-Depends: debhelper (>= 7.0.50~), cmake, pkg-kde-tools ( >= 0.5.0), libqt4-dev
+Build-Depends: debhelper (>= 7.3), cmake, libqt4-dev
 Standards-Version: 3.8.3
 Section: libs
 Homepage: http://www.kde.org
diff --git a/debian/patches/no-rpath b/debian/patches/no-rpath
new file mode 100644
index 0000000..06472f9
--- /dev/null
+++ b/debian/patches/no-rpath
@@ -0,0 +1,13 @@
+Description: Upstream changes introduced in version 0.1.1-1
+Author: Thibaut Gridel <tgridel at free.fr>
+
+--- attica-0.1.1.orig/lib/CMakeLists.txt
++++ attica-0.1.1/lib/CMakeLists.txt
+@@ -5,7 +5,6 @@ set(LIB_SUFFIX "" CACHE STRING "Define s
+ set(LIB_DESTINATION "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE STRING "Library directory name" FORCE)
+ 
+ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH  TRUE)
+-set(CMAKE_INSTALL_RPATH "${LIB_DESTINATION}" )
+ 
+ find_package(Qt4 REQUIRED)
+ include_directories( ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} )
diff --git a/debian/patches/series b/debian/patches/series
index 1954e64..3c27f48 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 no-qtgui
+no-rpath
diff --git a/debian/rules b/debian/rules
index d0efe42..9d93fcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh --with kde $@
+	dh $@
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V 'libattica0 (>=0.1.1)'

-- 
attica packaging



More information about the pkg-kde-commits mailing list