[med-svn] r4145 - in trunk/packages/freediams/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Sun Oct 4 19:58:38 UTC 2009
Author: tille
Date: 2009-10-04 19:58:37 +0000 (Sun, 04 Oct 2009)
New Revision: 4145
Modified:
trunk/packages/freediams/trunk/debian/control
trunk/packages/freediams/trunk/debian/patches/series
trunk/packages/freediams/trunk/debian/rules
Log:
Revert the rpath change because dyamic libraries are not found that way ... needs further investigation
Modified: trunk/packages/freediams/trunk/debian/control
===================================================================
--- trunk/packages/freediams/trunk/debian/control 2009-10-04 07:41:44 UTC (rev 4144)
+++ trunk/packages/freediams/trunk/debian/control 2009-10-04 19:58:37 UTC (rev 4145)
@@ -13,7 +13,7 @@
Package: freediams
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, freediams-data (= ${source:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, freediams-data (= ${source:Version}), libqt4-sql-sqlite
Description: Pharmaceutical drugs prescriptor
FreeDiams prescriber is the result of FreeMedForms prescriber
plugins built into a standalone application. FreeDiams is a
Modified: trunk/packages/freediams/trunk/debian/patches/series
===================================================================
--- trunk/packages/freediams/trunk/debian/patches/series 2009-10-04 07:41:44 UTC (rev 4144)
+++ trunk/packages/freediams/trunk/debian/patches/series 2009-10-04 19:58:37 UTC (rev 4145)
@@ -1,2 +1 @@
-20_no_rpath.patch
10_freedesktop_category.patch
Modified: trunk/packages/freediams/trunk/debian/rules
===================================================================
--- trunk/packages/freediams/trunk/debian/rules 2009-10-04 07:41:44 UTC (rev 4144)
+++ trunk/packages/freediams/trunk/debian/rules 2009-10-04 19:58:37 UTC (rev 4145)
@@ -16,4 +16,4 @@
dh_install --autodest
override_dh_shlibdeps::
- LD_LIBRARY_PATH=debian/tmp/usr/lib/freediams dh_shlibdeps
+ LD_LIBRARY_PATH=debian/tmp/usr/lib/freediams dh_shlibdeps -l/usr/lib/freediams
More information about the debian-med-commit
mailing list