[med-svn] r19248 - trunk/packages/pdb2pqr/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon May 18 10:00:19 UTC 2015


Author: tille
Date: 2015-05-18 10:00:18 +0000 (Mon, 18 May 2015)
New Revision: 19248

Modified:
   trunk/packages/pdb2pqr/trunk/debian/changelog
   trunk/packages/pdb2pqr/trunk/debian/rules
   trunk/packages/pdb2pqr/trunk/debian/wrapper.sh
Log:
Fix bashism and reproducible build


Modified: trunk/packages/pdb2pqr/trunk/debian/changelog
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/changelog	2015-05-18 09:41:36 UTC (rev 19247)
+++ trunk/packages/pdb2pqr/trunk/debian/changelog	2015-05-18 10:00:18 UTC (rev 19248)
@@ -1,7 +1,12 @@
-pdb2pqr (2.0.0+dfsg-1) UNRELEASED; urgency=medium
+pdb2pqr (2.0.0+dfsg-1) unstable; urgency=medium
 
   * New upstream version
   * cme fix dpkg-control
+  * Fix bashism
+    Closes: #772350
+  * Make the build reproducible by preseting URL and PREFIX (thanks for the
+    patch to Reiner Herrmann <reiner at reiner-h.de>)
+    Closes: #785546
 
  -- Andreas Tille <tille at debian.org>  Mon, 18 May 2015 09:31:58 +0200
 

Modified: trunk/packages/pdb2pqr/trunk/debian/rules
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/rules	2015-05-18 09:41:36 UTC (rev 19247)
+++ trunk/packages/pdb2pqr/trunk/debian/rules	2015-05-18 10:00:18 UTC (rev 19248)
@@ -26,7 +26,9 @@
 
 override_dh_auto_configure:
 	dh_auto_configure
-	python scons/scons.py
+	python scons/scons.py \
+		URL="http://localhost/pdb2pqr/" \
+		PREFIX="/usr/share/pdb2pqr"
 	( cd pdb2pka && \
 	  cp -a pMC_mult_wrap.cpp pMC_mult_wrap.cpp.saved && \
 	  cp -a pMC_mult.py pMC_mult.py.saved && \

Modified: trunk/packages/pdb2pqr/trunk/debian/wrapper.sh
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/wrapper.sh	2015-05-18 09:41:36 UTC (rev 19247)
+++ trunk/packages/pdb2pqr/trunk/debian/wrapper.sh	2015-05-18 10:00:18 UTC (rev 19248)
@@ -4,5 +4,5 @@
 	$app $*
 else
 	echo "No executable at '$app'."
-	exit -1
+	exit 64
 fi




More information about the debian-med-commit mailing list