[med-svn] r16802 - in trunk/packages/perm/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Fri Apr 25 18:35:37 UTC 2014
Author: tille
Date: 2014-04-25 18:35:37 +0000 (Fri, 25 Apr 2014)
New Revision: 16802
Added:
trunk/packages/perm/trunk/debian/patches/make_dynamic_executable.patch
Removed:
trunk/packages/perm/trunk/debian/patches/make_dynamic_executable
Modified:
trunk/packages/perm/trunk/debian/changelog
trunk/packages/perm/trunk/debian/patches/series
Log:
DEP3
Modified: trunk/packages/perm/trunk/debian/changelog
===================================================================
--- trunk/packages/perm/trunk/debian/changelog 2014-04-25 18:31:33 UTC (rev 16801)
+++ trunk/packages/perm/trunk/debian/changelog 2014-04-25 18:35:37 UTC (rev 16802)
@@ -24,6 +24,6 @@
perm (0.3.9-1) unstable; urgency=low
- * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+ * Initial release
-- H. Soon Gweon (Key for package building) <soonio at gmail.com> Thu, 05 Jan 2012 15:43:41 +0000
Deleted: trunk/packages/perm/trunk/debian/patches/make_dynamic_executable
===================================================================
--- trunk/packages/perm/trunk/debian/patches/make_dynamic_executable 2014-04-25 18:31:33 UTC (rev 16801)
+++ trunk/packages/perm/trunk/debian/patches/make_dynamic_executable 2014-04-25 18:35:37 UTC (rev 16802)
@@ -1,8 +0,0 @@
---- a/makefile
-+++ b/makefile
-@@ -1,4 +1,4 @@
--CFLAGS = -ggdb -Wall -fopenmp -static
-+CFLAGS += -Wall -fopenmp
- CC = g++ -O2 $(CFLAGS)
-
- TARGETS = perm
Added: trunk/packages/perm/trunk/debian/patches/make_dynamic_executable.patch
===================================================================
--- trunk/packages/perm/trunk/debian/patches/make_dynamic_executable.patch (rev 0)
+++ trunk/packages/perm/trunk/debian/patches/make_dynamic_executable.patch 2014-04-25 18:35:37 UTC (rev 16802)
@@ -0,0 +1,12 @@
+Author: Tim Booth <tbooth at ceh.ac.uk>
+Last-Update: Fri, 25 Apr 2014 14:21:43 +0100
+Description: Prevent static linking
+
+--- Source.orig/makefile
++++ Source/makefile
+@@ -1,4 +1,4 @@
+-CFLAGS = -ggdb -Wall -fopenmp -static
++CFLAGS += -Wall -fopenmp
+ CC = g++ -O2 $(CFLAGS)
+
+ TARGETS = perm
Modified: trunk/packages/perm/trunk/debian/patches/series
===================================================================
--- trunk/packages/perm/trunk/debian/patches/series 2014-04-25 18:31:33 UTC (rev 16801)
+++ trunk/packages/perm/trunk/debian/patches/series 2014-04-25 18:35:37 UTC (rev 16802)
@@ -1 +1 @@
-make_dynamic_executable
+make_dynamic_executable.patch
More information about the debian-med-commit
mailing list