[med-svn] r11606 - trunk/packages/freemedforms-project/trunk/debian/patches
Eric Maeker
ericmaeker-guest at alioth.debian.org
Fri Jul 6 17:31:42 UTC 2012
Author: ericmaeker-guest
Date: 2012-07-06 17:31:42 +0000 (Fri, 06 Jul 2012)
New Revision: 11606
Added:
trunk/packages/freemedforms-project/trunk/debian/patches/hurd_glibc_install
trunk/packages/freemedforms-project/trunk/debian/patches/rpath_hurd_glibc
Removed:
trunk/packages/freemedforms-project/trunk/debian/patches/hurd-install
Modified:
trunk/packages/freemedforms-project/trunk/debian/patches/series
Log:
freemedforms-project: kfreebsd / hurd install && rpath patches
Deleted: trunk/packages/freemedforms-project/trunk/debian/patches/hurd-install
===================================================================
--- trunk/packages/freemedforms-project/trunk/debian/patches/hurd-install 2012-07-06 17:16:47 UTC (rev 11605)
+++ trunk/packages/freemedforms-project/trunk/debian/patches/hurd-install 2012-07-06 17:31:42 UTC (rev 11606)
@@ -1,13 +0,0 @@
-Index: freemedforms/buildspecs/install.pri
-===================================================================
---- freemedforms.orig/buildspecs/install.pri 2012-06-30 23:47:48.383643186 +0200
-+++ freemedforms/buildspecs/install.pri 2012-06-30 23:57:08.891750971 +0200
-@@ -26,7 +26,7 @@
-
- # These inclusions modify the default path for the installation process
- macx:include(install_mac.pri)
--else:linux*:include(install_linux.pri)
-+else:linux*|hurd*:include(install_linux.pri)
- else:win32:include(install_win.pri)
- else:freebsd*:include(install_freebsd.pri)
-
Added: trunk/packages/freemedforms-project/trunk/debian/patches/hurd_glibc_install
===================================================================
--- trunk/packages/freemedforms-project/trunk/debian/patches/hurd_glibc_install (rev 0)
+++ trunk/packages/freemedforms-project/trunk/debian/patches/hurd_glibc_install 2012-07-06 17:31:42 UTC (rev 11606)
@@ -0,0 +1,13 @@
+Index: freemedforms/buildspecs/install.pri
+===================================================================
+--- freemedforms.orig/buildspecs/install.pri 2012-06-30 23:47:48.383643186 +0200
++++ freemedforms/buildspecs/install.pri 2012-06-30 23:57:08.891750971 +0200
+@@ -26,7 +26,7 @@
+
+ # These inclusions modify the default path for the installation process
+ macx:include(install_mac.pri)
+-else:linux*:include(install_linux.pri)
++else:linux*|hurd*|glibc*:include(install_linux.pri)
+ else:win32:include(install_win.pri)
+ else:freebsd*:include(install_freebsd.pri)
+
Added: trunk/packages/freemedforms-project/trunk/debian/patches/rpath_hurd_glibc
===================================================================
--- trunk/packages/freemedforms-project/trunk/debian/patches/rpath_hurd_glibc (rev 0)
+++ trunk/packages/freemedforms-project/trunk/debian/patches/rpath_hurd_glibc 2012-07-06 17:31:42 UTC (rev 11606)
@@ -0,0 +1,13 @@
+Index: freemedforms/libs/rpath.pri
+===================================================================
+--- freemedforms.orig/libs/rpath.pri 2012-07-06 19:20:04.383905290 +0200
++++ freemedforms/libs/rpath.pri 2012-07-06 19:20:48.509841262 +0200
+@@ -1,7 +1,7 @@
+ !CONFIG(norpath) {
+ macx {
+ QMAKE_LFLAGS_SONAME = -Wl,-install_name, at executable_path/$${RPATH_LIBS_BIN}/
+- } else:linux*|freebsd* {
++ } else:linux*|freebsd*|hurd*|glibc* {
+ #do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR
+ # this expands to $ORIGIN (after qmake and make), it does NOT read a qmake var
+
Modified: trunk/packages/freemedforms-project/trunk/debian/patches/series
===================================================================
--- trunk/packages/freemedforms-project/trunk/debian/patches/series 2012-07-06 17:16:47 UTC (rev 11605)
+++ trunk/packages/freemedforms-project/trunk/debian/patches/series 2012-07-06 17:31:42 UTC (rev 11606)
@@ -1,2 +1,4 @@
freeaccount-quit-segfaulting
-hurd-install
+hurd_glibc_install
+rpath_hurd_glibc
+
More information about the debian-med-commit
mailing list