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

Andreas Tille tille at moszumanska.debian.org
Sun Apr 20 22:12:29 UTC 2014


Author: tille
Date: 2014-04-20 22:12:29 +0000 (Sun, 20 Apr 2014)
New Revision: 16744

Modified:
   trunk/packages/pdb2pqr/trunk/debian/changelog
   trunk/packages/pdb2pqr/trunk/debian/control
   trunk/packages/pdb2pqr/trunk/debian/rules
Log:
drop autotools from Build-Depends since build system was changed


Modified: trunk/packages/pdb2pqr/trunk/debian/changelog
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/changelog	2014-04-20 22:05:19 UTC (rev 16743)
+++ trunk/packages/pdb2pqr/trunk/debian/changelog	2014-04-20 22:12:29 UTC (rev 16744)
@@ -6,6 +6,7 @@
   * cme fix dpkg-control
   * debian/patches/no_privacy_breach_logo.patch: remove potential
     privacy breach logo
+  * drop autotools from Build-Depends since build system was changed
 
  -- Andreas Tille <tille at debian.org>  Sat, 19 Apr 2014 15:49:25 +0200
 

Modified: trunk/packages/pdb2pqr/trunk/debian/control
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/control	2014-04-20 22:05:19 UTC (rev 16743)
+++ trunk/packages/pdb2pqr/trunk/debian/control	2014-04-20 22:12:29 UTC (rev 16744)
@@ -10,10 +10,6 @@
                swig,
                xmlto,
                openbabel,
-               autoconf,
-               automake,
-               libtool,
-               autotools-dev,
                python-dev,
                python-numpy
 Standards-Version: 3.9.5

Modified: trunk/packages/pdb2pqr/trunk/debian/rules
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/rules	2014-04-20 22:05:19 UTC (rev 16743)
+++ trunk/packages/pdb2pqr/trunk/debian/rules	2014-04-20 22:12:29 UTC (rev 16744)
@@ -12,7 +12,7 @@
 export DEB_FFLAGS_MAINT_APPEND   = -fPIC
 
 %:
-	dh $@ --with python2 --with autotools_dev
+	dh $@ --with python2
 
 override_dh_auto_clean:
 	( cd pdb2pka && \




More information about the debian-med-commit mailing list