Author: tille
Date: 2013-07-25 13:41:04 +0000 (Thu, 25 Jul 2013)
New Revision: 14235
Added:
trunk/packages/xmedcon/trunk/debian/patches/avoid_linking_to_unneeded_libs.patch
Modified:
trunk/packages/xmedcon/trunk/debian/changelog
trunk/packages/xmedcon/trunk/debian/patches/series
Log:
Avoid useless linking against GTK library for command line tool
Modified: trunk/packages/xmedcon/trunk/debian/changelog
===================================================================
--- trunk/packages/xmedcon/trunk/debian/changelog 2013-07-25 13:30:08 UTC
(rev 14234)
+++ trunk/packages/xmedcon/trunk/debian/changelog 2013-07-25 13:41:04 UTC
(rev 14235)
@@ -35,6 +35,9 @@
* debian/copyright: DEP5 copyright
* debian/patches/legal-dummies.patch: Restore the patches done by
Roland Marcus Rutschmann except for gif format which is legal these days
+ * debian/patches/avoid_linking_to_unneeded_libs.patch: Avoid useless linking
+ against GTK library for command line tool
+ Closes: #632163
-- Andreas Tille <[email protected]> Tue, 23 Jul 2013 08:46:18 +0200
Added:
trunk/packages/xmedcon/trunk/debian/patches/avoid_linking_to_unneeded_libs.patch
===================================================================
---
trunk/packages/xmedcon/trunk/debian/patches/avoid_linking_to_unneeded_libs.patch
(rev 0)
+++
trunk/packages/xmedcon/trunk/debian/patches/avoid_linking_to_unneeded_libs.patch
2013-07-25 13:41:04 UTC (rev 14235)
@@ -0,0 +1,16 @@
+Author: Andreas Tille <[email protected]>
+LastChanged: Tue, 23 Jul 2013 08:46:18 +0200
+BugClosed: http://bugs.debian.org/632163
+Description: Avoid useless linking against GTK library for command line tool
+
+--- a/source/Makefile.am
++++ b/source/Makefile.am
+@@ -22,7 +22,7 @@ bin_PROGRAMS = medcon $(XMEDCON)
+
+ medcon_SOURCES = medcon.c
+ medcon_LDADD = libmdc.la
+-medcon_LDFLAGS = $(XMEDCON_GLIB_LIBS) $(XMEDCON_GTK_LIBS) -lm
++medcon_LDFLAGS = $(XMEDCON_GLIB_LIBS) -lm
+
+ xmedcon_SOURCES = \
+ xcolmap.c \
Modified: trunk/packages/xmedcon/trunk/debian/patches/series
===================================================================
--- trunk/packages/xmedcon/trunk/debian/patches/series 2013-07-25 13:30:08 UTC
(rev 14234)
+++ trunk/packages/xmedcon/trunk/debian/patches/series 2013-07-25 13:41:04 UTC
(rev 14235)
@@ -1,2 +1,3 @@
man-spelling.patch
code-spelling.patch
+avoid_linking_to_unneeded_libs.patch
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit