Author: ansgar-guest
Date: 2008-08-28 19:33:52 +0000 (Thu, 28 Aug 2008)
New Revision: 8017

Modified:
   packages/trunk/attal/debian/changelog
   packages/trunk/attal/debian/patches/05_rpath.diff
Log:
NMU.  Remove "." from rpath list by substituting new version of
05_rpath.diff (thanks, Peter Green) attached to bug report (Closes:
#495785).

Modified: packages/trunk/attal/debian/changelog
===================================================================
--- packages/trunk/attal/debian/changelog       2008-08-28 16:42:39 UTC (rev 
8016)
+++ packages/trunk/attal/debian/changelog       2008-08-28 19:33:52 UTC (rev 
8017)
@@ -1,8 +1,10 @@
-attal (1.0~rc1+cvs20080318-3) UNRELEASED; urgency=low
+attal (1.0~rc1+cvs20080318-2.1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * NMU.  Remove "." from rpath list by substituting new version of
+    05_rpath.diff (thanks, Peter Green) attached to bug report (Closes:
+    #495785).
 
- -- Alexander Schmehl <[EMAIL PROTECTED]>  Tue, 08 Apr 2008 01:27:18 +0200
+ -- Steve M. Robbins <[EMAIL PROTECTED]>  Sat, 23 Aug 2008 11:38:50 -0500
 
 attal (1.0~rc1+cvs20080318-2) unstable; urgency=high
 

Modified: packages/trunk/attal/debian/patches/05_rpath.diff
===================================================================
--- packages/trunk/attal/debian/patches/05_rpath.diff   2008-08-28 16:42:39 UTC 
(rev 8016)
+++ packages/trunk/attal/debian/patches/05_rpath.diff   2008-08-28 19:33:52 UTC 
(rev 8017)
@@ -1,11 +1,114 @@
-diff -urN attal-src-1.0-rc1.orig/config.pro attal-src-1.0-rc1/config.pro
---- attal-src-1.0-rc1.orig/config.pro  2007-06-05 17:20:16.000000000 -0400
-+++ attal-src-1.0-rc1/config.pro       2008-02-13 18:23:58.000000000 -0500
-@@ -23,6 +23,7 @@
+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 += debug
        #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/


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to