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

Manuel Prinz manuel at alioth.debian.org
Tue Sep 29 15:13:31 UTC 2009


Author: manuel
Date: 2009-09-29 15:13:30 +0000 (Tue, 29 Sep 2009)
New Revision: 4072

Modified:
   trunk/packages/pdb2pqr/trunk/debian/control
   trunk/packages/pdb2pqr/trunk/debian/rules
Log:
Run autoreconf in debian/rules to update ancient libtool


Modified: trunk/packages/pdb2pqr/trunk/debian/control
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/control	2009-09-29 14:29:13 UTC (rev 4071)
+++ trunk/packages/pdb2pqr/trunk/debian/control	2009-09-29 15:13:30 UTC (rev 4072)
@@ -4,7 +4,7 @@
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Uploaders: Steffen Moeller <moeller at debian.org>, Manuel Prinz <manuel at debian.org>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python-all-dev (>= 2.3.5-11), swig, python-numpy, gfortran, autotools-dev, xmlto
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python-all-dev (>= 2.3.5-11), swig, python-numpy, gfortran, autoconf, automake, libtool, autotools-dev, xmlto
 Standards-Version: 3.8.2
 XS-Python-Version: 2.5
 XS-Autobuild: yes

Modified: trunk/packages/pdb2pqr/trunk/debian/rules
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/rules	2009-09-29 14:29:13 UTC (rev 4071)
+++ trunk/packages/pdb2pqr/trunk/debian/rules	2009-09-29 15:13:30 UTC (rev 4072)
@@ -19,6 +19,9 @@
 # (Reported upstream, fixed in SVN, will be in the next release (>1.3.0))
 DEB_AC_AUX_DIR += $(DEB_SRCDIR)/propka
 
+post-patches::
+	autoreconf
+
 install/pdb2pqr::
 ### BEGIN FIXES
 # Fix !#/bin/env shebang: substitute with #!/usr/bin/python




More information about the debian-med-commit mailing list