[med-svn] r15510 - in trunk/packages/aeskulap/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Thu Dec 12 09:36:00 UTC 2013


Author: tille
Date: 2013-12-12 09:36:00 +0000 (Thu, 12 Dec 2013)
New Revision: 15510

Added:
   trunk/packages/aeskulap/trunk/debian/patches/remove_rpath.patch
Modified:
   trunk/packages/aeskulap/trunk/debian/changelog
   trunk/packages/aeskulap/trunk/debian/patches/series
Log:
Remove rpath; upload to unstable


Modified: trunk/packages/aeskulap/trunk/debian/changelog
===================================================================
--- trunk/packages/aeskulap/trunk/debian/changelog	2013-12-12 09:18:14 UTC (rev 15509)
+++ trunk/packages/aeskulap/trunk/debian/changelog	2013-12-12 09:36:00 UTC (rev 15510)
@@ -1,4 +1,4 @@
-aeskulap (0.2.2b1-12) UNRELEASED; urgency=low
+aeskulap (0.2.2b1-12) unstable; urgency=low
 
   [ Mathieu Malaterre ]
   * Remove self from maint list
@@ -13,6 +13,8 @@
     there is not even documentation in d/changelog)
   * debian/patches/move_icon_to_correct_dir.patch: Move icon to correct
     dir
+  * debian/patches/remove_rpath.patch: Remove rpath
+    Closes: #731952
 
  -- Andreas Tille <tille at debian.org>  Thu, 12 Dec 2013 09:43:10 +0100
 

Added: trunk/packages/aeskulap/trunk/debian/patches/remove_rpath.patch
===================================================================
--- trunk/packages/aeskulap/trunk/debian/patches/remove_rpath.patch	                        (rev 0)
+++ trunk/packages/aeskulap/trunk/debian/patches/remove_rpath.patch	2013-12-12 09:36:00 UTC (rev 15510)
@@ -0,0 +1,28 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 12 Dec 2013 09:43:10 +0100
+Bug-Debian: http://bugs.debian.org/731952
+Description: Do not use rpath
+
+--- a/configure.in
++++ b/configure.in
+@@ -113,7 +113,7 @@ else
+ fi
+ 
+ if test x"$MINGW32" = xno ; then
+-LDFLAGS_AESKULAP_LIBS="-Wl,-rpath,${prefix}/lib/aeskulap -avoid-version"
++LDFLAGS_AESKULAP_LIBS="-avoid-version"
+ else
+ LDFLAGS_MINGW32="-mwindows"
+ LDFLAGS_AESKULAP_LIBS="-avoid-version -no-undefined"
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -46,9 +46,6 @@ aeskulap_LDADD = \
+ 	$(GCONFMM_LIBS) \
+ 	$(DCMTK_LIBS)
+ 
+-aeskulap_LDFLAGS = \
+-	-Wl,-rpath,${prefix}/lib/aeskulap $(LDFLAGS_MINGW32)
+-
+ if BUILD_NOT_MINGW32
+ 
+ schemadir = @GCONF_SCHEMA_FILE_DIR@

Modified: trunk/packages/aeskulap/trunk/debian/patches/series
===================================================================
--- trunk/packages/aeskulap/trunk/debian/patches/series	2013-12-12 09:18:14 UTC (rev 15509)
+++ trunk/packages/aeskulap/trunk/debian/patches/series	2013-12-12 09:36:00 UTC (rev 15510)
@@ -9,3 +9,4 @@
 oflog.patch
 30_as_needed.patch
 move_icon_to_correct_dir.patch
+remove_rpath.patch




More information about the debian-med-commit mailing list