[med-svn] r11424 - in trunk/packages/pdb2pqr/trunk/debian: . patches
Manuel Prinz
manuel at alioth.debian.org
Thu Jun 21 16:11:45 UTC 2012
Author: manuel
Date: 2012-06-21 16:11:44 +0000 (Thu, 21 Jun 2012)
New Revision: 11424
Added:
trunk/packages/pdb2pqr/trunk/debian/patches/fix-hurd.patch
Modified:
trunk/packages/pdb2pqr/trunk/debian/changelog
trunk/packages/pdb2pqr/trunk/debian/patches/series
Log:
Fix for build issues on HURD
Modified: trunk/packages/pdb2pqr/trunk/debian/changelog
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/changelog 2012-06-21 15:54:06 UTC (rev 11423)
+++ trunk/packages/pdb2pqr/trunk/debian/changelog 2012-06-21 16:11:44 UTC (rev 11424)
@@ -1,3 +1,10 @@
+pdb2pqr (1.8-2) UNRELEASED; urgency=low
+
+ * Fixed build issues on HURD. Thanks to Barry deFreese for the patch!
+ Closes: 674976.
+
+ -- Manuel Prinz <manuel at debian.org> Thu, 21 Jun 2012 17:34:54 +0200
+
pdb2pqr (1.8-1) unstable; urgency=low
[ Andreas Tille ]
Added: trunk/packages/pdb2pqr/trunk/debian/patches/fix-hurd.patch
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/patches/fix-hurd.patch (rev 0)
+++ trunk/packages/pdb2pqr/trunk/debian/patches/fix-hurd.patch 2012-06-21 16:11:44 UTC (rev 11424)
@@ -0,0 +1,14 @@
+Subject: Fix build issues on HURD
+From: Barry deFreese <bdefreese at debian.org>
+Last-Update: 2012-05-29
+--- pdb2pqr-1.8.repack.orig/configure
++++ pdb2pqr-1.8.repack/configure
+@@ -3297,6 +3297,8 @@
+ PY_LDFLAGS="-lF77 -lm -lM77 -lsunmath";;
+ darwin*)
+ PY_LDFLAGS="${LDFLAGS} -Wl,-framework -Wl,Python -bundle";;
++ gnu*)
++ PY_SHARED="-shared";;
+ esac
+
+ case $host_cpu in
Modified: trunk/packages/pdb2pqr/trunk/debian/patches/series
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/patches/series 2012-06-21 15:54:06 UTC (rev 11423)
+++ trunk/packages/pdb2pqr/trunk/debian/patches/series 2012-06-21 16:11:44 UTC (rev 11424)
@@ -1,2 +1,3 @@
fix-includes.patch
fix-hashbangs.patch
+fix-hurd.patch
More information about the debian-med-commit
mailing list