r5757 - in packages/trunk/attal/debian: . patches
Barry deFreese
bddebian-guest at alioth.debian.org
Thu Feb 14 00:03:55 UTC 2008
Author: bddebian-guest
Date: 2008-02-14 00:03:55 +0000 (Thu, 14 Feb 2008)
New Revision: 5757
Added:
packages/trunk/attal/debian/patches/05_rpath.diff
Modified:
packages/trunk/attal/debian/changelog
packages/trunk/attal/debian/patches/series
packages/trunk/attal/debian/rules
Log:
* 05_rpath.diff - Set rpath to /usr/lib/attal.
Modified: packages/trunk/attal/debian/changelog
===================================================================
--- packages/trunk/attal/debian/changelog 2008-02-13 17:47:12 UTC (rev 5756)
+++ packages/trunk/attal/debian/changelog 2008-02-14 00:03:55 UTC (rev 5757)
@@ -8,6 +8,8 @@
* Improve package description. (Closes: #419715).
* Remove unneded dirs file.
* Switch from dpatch to quilt.
+ * 05_rpath.diff - Set rpath to /usr/lib/attal.
+ * 10_libpath.diff - Change library path target.
* Remove build-dep on libqt3-compat-headers.
* Bump debhelper build-dep 5.
+ Move DH_COMPAT to debian/compat and set to 5.
Added: packages/trunk/attal/debian/patches/05_rpath.diff
===================================================================
--- packages/trunk/attal/debian/patches/05_rpath.diff (rev 0)
+++ packages/trunk/attal/debian/patches/05_rpath.diff 2008-02-14 00:03:55 UTC (rev 5757)
@@ -0,0 +1,11 @@
+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 @@
+ CONFIG += warn_on
+ #CONFIG += debug
+ #CONFIG += staticlib
++ LIBS += -Wl,-rpath,/usr/lib/attal
+
+ !isEmpty( ATT_CROSS_COMPILE ) {
+ CONFIG += crosslinwin
Modified: packages/trunk/attal/debian/patches/series
===================================================================
--- packages/trunk/attal/debian/patches/series 2008-02-13 17:47:12 UTC (rev 5756)
+++ packages/trunk/attal/debian/patches/series 2008-02-14 00:03:55 UTC (rev 5757)
@@ -1 +1,2 @@
+05_rpath.diff
10_libpath.diff
Modified: packages/trunk/attal/debian/rules
===================================================================
--- packages/trunk/attal/debian/rules 2008-02-13 17:47:12 UTC (rev 5756)
+++ packages/trunk/attal/debian/rules 2008-02-14 00:03:55 UTC (rev 5757)
@@ -10,7 +10,7 @@
dh_testdir
ATT_PREFIX=/usr ./autogen.sh
# qmake Makefile.pro
- LFLAGS="-rpath,/usr/lib/attal" $(MAKE)
+ $(MAKE)
lrelease i18n/*/*.ts
touch build-stamp
More information about the Pkg-games-commits
mailing list