tags 495785 +patch
thanks
It seems when adapting the package to work under fhs rather than from a
single directory a new rpath was added but the old one
was never removed. I have attatched a new version of 05_rpath.diff that
does so. Just replace the old one in debian/patches.
Index: attal-1.0~rc1+cvs20080318/config.pro
===================================================================
--- attal-1.0~rc1+cvs20080318.orig/config.pro 2008-03-01 15:49:24.000000000 +0000
+++ attal-1.0~rc1+cvs20080318/config.pro 2008-08-20 21:45:47.000000000 +0000
@@ -22,6 +22,7 @@
CONFIG += qt
CONFIG += warn_on
#CONFIG += staticlib
+ LIBS += -Wl,-rpath,/usr/lib/attal
!isEmpty( ATT_CROSS_COMPILE ) {
CONFIG += crosslinwin
Index: attal-1.0~rc1+cvs20080318/ai/ai.pro
===================================================================
--- attal-1.0~rc1+cvs20080318.orig/ai/ai.pro 2008-08-20 21:46:44.000000000 +0000
+++ attal-1.0~rc1+cvs20080318/ai/ai.pro 2008-08-20 21:47:02.000000000 +0000
@@ -34,9 +34,9 @@
}
QT += xml network
-unix:!macx {
- QMAKE_LFLAGS += -Wl,-rpath,.
-}
+#unix:!macx {
+# QMAKE_LFLAGS += -Wl,-rpath,.
+#}
unix {
target.path = $${ATT_PREFIX}/bin/
Index: attal-1.0~rc1+cvs20080318/campaignEditor/campaignEditor.pro
===================================================================
--- attal-1.0~rc1+cvs20080318.orig/campaignEditor/campaignEditor.pro 2008-08-20 21:47:12.000000000 +0000
+++ attal-1.0~rc1+cvs20080318/campaignEditor/campaignEditor.pro 2008-08-20 21:47:29.000000000 +0000
@@ -38,9 +38,9 @@
TRANSLATIONS += ../i18n/ru/campaign_editor_ru.ts
TRANSLATIONS += ../i18n/it/campaign_editor_it.ts
-unix:!macx {
- QMAKE_LFLAGS += -Wl,-rpath,.
-}
+#unix:!macx {
+# QMAKE_LFLAGS += -Wl,-rpath,.
+#}
unix {
target.path = $${ATT_PREFIX}/bin/
Index: attal-1.0~rc1+cvs20080318/client/client.pro
===================================================================
--- attal-1.0~rc1+cvs20080318.orig/client/client.pro 2008-08-20 21:48:12.000000000 +0000
+++ attal-1.0~rc1+cvs20080318/client/client.pro 2008-08-20 21:48:26.000000000 +0000
@@ -47,9 +47,9 @@
TARGET = attal-client
-unix:!macx {
- QMAKE_LFLAGS += -Wl,-rpath,.
-}
+#unix:!macx {
+# QMAKE_LFLAGS += -Wl,-rpath,.
+#}
unix {
target.path = $${ATT_PREFIX}/bin/
Index: attal-1.0~rc1+cvs20080318/scenarioEditor/scenarioEditor.pro
===================================================================
--- attal-1.0~rc1+cvs20080318.orig/scenarioEditor/scenarioEditor.pro 2008-08-20 21:48:41.000000000 +0000
+++ attal-1.0~rc1+cvs20080318/scenarioEditor/scenarioEditor.pro 2008-08-20 21:48:59.000000000 +0000
@@ -72,9 +72,9 @@
TRANSLATIONS += ../i18n/ru/scenario_editor_ru.ts
TRANSLATIONS += ../i18n/it/scenario_editor_it.ts
-unix:!macx {
- QMAKE_LFLAGS += -Wl,-rpath,.
-}
+#unix:!macx {
+# QMAKE_LFLAGS += -Wl,-rpath,.
+#}
unix {
target.path = $${ATT_PREFIX}/bin/
Index: attal-1.0~rc1+cvs20080318/server/server.pro
===================================================================
--- attal-1.0~rc1+cvs20080318.orig/server/server.pro 2008-08-20 21:49:09.000000000 +0000
+++ attal-1.0~rc1+cvs20080318/server/server.pro 2008-08-20 21:49:21.000000000 +0000
@@ -40,9 +40,9 @@
TARGET = attal-server
-unix:!macx {
- QMAKE_LFLAGS += -Wl,-rpath,.
-}
+#unix:!macx {
+# QMAKE_LFLAGS += -Wl,-rpath,.
+#}
unix {
target.path = $${ATT_PREFIX}/bin/
Index: attal-1.0~rc1+cvs20080318/themeEditor/themeEditor.pro
===================================================================
--- attal-1.0~rc1+cvs20080318.orig/themeEditor/themeEditor.pro 2008-08-20 21:49:29.000000000 +0000
+++ attal-1.0~rc1+cvs20080318/themeEditor/themeEditor.pro 2008-08-20 21:49:50.000000000 +0000
@@ -81,9 +81,9 @@
TARGET = attal-theme-editor
-unix:!macx {
- QMAKE_LFLAGS += -Wl,-rpath,.
-}
+#unix:!macx {
+# QMAKE_LFLAGS += -Wl,-rpath,.
+#}
unix {
target.path = $${ATT_PREFIX}/bin/