[med-svn] r4137 - in trunk/packages/freediams/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Sat Oct 3 21:23:12 UTC 2009
Author: tille
Date: 2009-10-03 21:23:12 +0000 (Sat, 03 Oct 2009)
New Revision: 4137
Added:
trunk/packages/freediams/trunk/debian/patches/
trunk/packages/freediams/trunk/debian/patches/10_freedesktop_category.patch
trunk/packages/freediams/trunk/debian/patches/20_no_rpath.patch
trunk/packages/freediams/trunk/debian/patches/series
Log:
Rpath issue and lintian warning about unknown freedesktop.org main category
Added: trunk/packages/freediams/trunk/debian/patches/10_freedesktop_category.patch
===================================================================
--- trunk/packages/freediams/trunk/debian/patches/10_freedesktop_category.patch (rev 0)
+++ trunk/packages/freediams/trunk/debian/patches/10_freedesktop_category.patch 2009-10-03 21:23:12 UTC (rev 4137)
@@ -0,0 +1,11 @@
+--- freediams-0.1.0.orig/global_resources/textfiles/freediams.desktop
++++ freediams-0.1.0/global_resources/textfiles/freediams.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Version=0.1.0
+ Type=Application
+-Categories=Qt;Sciences;MedicalSoftware
++Categories=Sciences;MedicalSoftware
+ Name=FreeDiams
+ Comment[en]=Open source prescriber
+ Comment[fr]=Prescripteur open source
Added: trunk/packages/freediams/trunk/debian/patches/20_no_rpath.patch
===================================================================
--- trunk/packages/freediams/trunk/debian/patches/20_no_rpath.patch (rev 0)
+++ trunk/packages/freediams/trunk/debian/patches/20_no_rpath.patch 2009-10-03 21:23:12 UTC (rev 4137)
@@ -0,0 +1,21 @@
+--- freediams-0.1.0.orig/libs/rpath.pri
++++ freediams-0.1.0/libs/rpath.pri
+@@ -23,7 +23,7 @@
+ }
+
+ PLUGIN_RPATH = $$join(QMAKE_RPATHDIR, ":")
+- QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,$${PLUGIN_RPATH}\'
++ QMAKE_LFLAGS += -Wl,-z,origin
+ QMAKE_RPATHDIR =
+ }
+
+--- freediams-0.1.0.orig/plugins/fmf_plugins.pri
++++ freediams-0.1.0/plugins/fmf_plugins.pri
+@@ -30,6 +30,6 @@
+ # QMAKE_RPATHDIR += \$\$ORIGIN/../..
+ # QMAKE_RPATHDIR += \$\$ORIGIN/$${RPATH_LIBS_BIN}/
+ IDE_PLUGIN_RPATH = $$join(QMAKE_RPATHDIR, ":")
+- QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,$${IDE_PLUGIN_RPATH}\'
++ QMAKE_LFLAGS += -Wl,-z,origin
+ QMAKE_RPATHDIR =
+ }
Added: trunk/packages/freediams/trunk/debian/patches/series
===================================================================
--- trunk/packages/freediams/trunk/debian/patches/series (rev 0)
+++ trunk/packages/freediams/trunk/debian/patches/series 2009-10-03 21:23:12 UTC (rev 4137)
@@ -0,0 +1,2 @@
+20_no_rpath.patch
+10_freedesktop_category.patch
More information about the debian-med-commit
mailing list