[med-svn] r15761 - in trunk/packages/mrbayes/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Mon Jan 13 14:25:06 UTC 2014


Author: tille
Date: 2014-01-13 14:25:06 +0000 (Mon, 13 Jan 2014)
New Revision: 15761

Added:
   trunk/packages/mrbayes/trunk/debian/patches/ldlibs.patch
Modified:
   trunk/packages/mrbayes/trunk/debian/changelog
   trunk/packages/mrbayes/trunk/debian/patches/series
Log:
Make sure we are properly linking against all libs


Modified: trunk/packages/mrbayes/trunk/debian/changelog
===================================================================
--- trunk/packages/mrbayes/trunk/debian/changelog	2014-01-13 13:39:05 UTC (rev 15760)
+++ trunk/packages/mrbayes/trunk/debian/changelog	2014-01-13 14:25:06 UTC (rev 15761)
@@ -1,4 +1,4 @@
-mrbayes (3.2.2+dfsg-1) unstable; urgency=medium
+mrbayes (3.2.2+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream version
   * debian/control:
@@ -7,6 +7,8 @@
        since even oldstable has a later dpkg.  Most probably a very old
        lintian was used in the check for the previous version
      - Canoncial Vcs fields
+  * debian/patches/ldlibs.patch: Make sure we are properly linking against
+    all libs
 
  -- Andreas Tille <tille at debian.org>  Mon, 13 Jan 2014 14:38:47 +0100
 

Added: trunk/packages/mrbayes/trunk/debian/patches/ldlibs.patch
===================================================================
--- trunk/packages/mrbayes/trunk/debian/patches/ldlibs.patch	                        (rev 0)
+++ trunk/packages/mrbayes/trunk/debian/patches/ldlibs.patch	2014-01-13 14:25:06 UTC (rev 15761)
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 13 Jan 2014 14:38:47 +0100
+Description: Make sure we are properly linking against all libs
+
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -13,7 +13,7 @@ PROGS     =  mb
+ all: $(PROGS)
+ 
+ mb: $(OBJECTS)
+-	$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
++	$(CC) $(CFLAGS) -o $@ $^ $(LDLIBS)
+ 
+ install: $(PROGS)
+ 	$(INSTALL) -m 755 $(PROGS) $(BINDIR)

Modified: trunk/packages/mrbayes/trunk/debian/patches/series
===================================================================
--- trunk/packages/mrbayes/trunk/debian/patches/series	2014-01-13 13:39:05 UTC (rev 15760)
+++ trunk/packages/mrbayes/trunk/debian/patches/series	2014-01-13 14:25:06 UTC (rev 15761)
@@ -1 +1,2 @@
 as-needed.patch
+ldlibs.patch




More information about the debian-med-commit mailing list