[med-svn] r14391 - in trunk/packages/phylip/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Thu Aug 8 17:13:33 UTC 2013
Author: tille
Date: 2013-08-08 17:13:33 +0000 (Thu, 08 Aug 2013)
New Revision: 14391
Modified:
trunk/packages/phylip/trunk/debian/changelog
trunk/packages/phylip/trunk/debian/patches/hardening.patch
Log:
Upload to unstable until finalising hardeing patch
Modified: trunk/packages/phylip/trunk/debian/changelog
===================================================================
--- trunk/packages/phylip/trunk/debian/changelog 2013-08-08 16:16:08 UTC (rev 14390)
+++ trunk/packages/phylip/trunk/debian/changelog 2013-08-08 17:13:33 UTC (rev 14391)
@@ -1,4 +1,4 @@
-phylip (1:3.695-1) UNRELEASED; urgency=low
+phylip (1:3.695-1) unstable; urgency=low
* New upstream version
* debian/control:
Modified: trunk/packages/phylip/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/phylip/trunk/debian/patches/hardening.patch 2013-08-08 16:16:08 UTC (rev 14390)
+++ trunk/packages/phylip/trunk/debian/patches/hardening.patch 2013-08-08 17:13:33 UTC (rev 14391)
@@ -13,3 +13,21 @@
#
# The drawing programs may also need access to the graphics libraries. This is
# specified with the DLIBS variable.
+@@ -380,7 +380,7 @@ drawgram: drawgram.o draw.o draw2.o
+
+ # needed by java
+ libdrawgram.so: drawgram.o draw.o draw2.o phylip.o
+- $(CC) $(CFLAGS) -o libdrawgram.so -shared -fPIC drawgram.c draw.c draw2.c phylip.c $(CLIBS)
++ $(CC) $(CFLAGS) -o libdrawgram.so -shared -fPIC drawgram.c draw.c draw2.c phylip.c $(CLIBS) $(LDFLAGS)
+
+ drawtree.o: drawtree.c draw.h phylip.h
+ $(CC) $(DFLAGS) -shared -fPIC -c drawtree.c
+@@ -390,7 +390,7 @@ drawtree: drawtree.o draw.o draw2.o
+
+ # needed by java
+ libdrawtree.so: drawtree.o draw.o draw2.o phylip.o
+- $(CC) $(CFLAGS) -o libdrawtree.so -shared -fPIC drawtree.c draw.c draw2.c phylip.c $(CLIBS)
++ $(CC) $(CFLAGS) -o libdrawtree.so -shared -fPIC drawtree.c draw.c draw2.c phylip.c $(CLIBS) $(LDFLAGS)
+
+ factor.o: factor.c phylip.h
+
More information about the debian-med-commit
mailing list