[med-svn] r16707 - trunk/packages/autodocksuite/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Apr 15 16:06:17 UTC 2014


Author: tille
Date: 2014-04-15 16:06:17 +0000 (Tue, 15 Apr 2014)
New Revision: 16707

Modified:
   trunk/packages/autodocksuite/trunk/debian/changelog
   trunk/packages/autodocksuite/trunk/debian/compat
   trunk/packages/autodocksuite/trunk/debian/control
Log:
cme fix dpkg-control; debhelper 9


Modified: trunk/packages/autodocksuite/trunk/debian/changelog
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/changelog	2014-04-15 16:02:14 UTC (rev 16706)
+++ trunk/packages/autodocksuite/trunk/debian/changelog	2014-04-15 16:06:17 UTC (rev 16707)
@@ -8,6 +8,9 @@
 
   [ Andreas Tille ]
   * debian/upstream -> debian/upstream/metadata
+  * debian/control:
+     - cme fix dpkg-control
+     - debhelper 9
 
  -- Andreas Tille <tille at debian.org>  Tue, 15 Apr 2014 18:01:38 +0200
 

Modified: trunk/packages/autodocksuite/trunk/debian/compat
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/compat	2014-04-15 16:02:14 UTC (rev 16706)
+++ trunk/packages/autodocksuite/trunk/debian/compat	2014-04-15 16:06:17 UTC (rev 16707)
@@ -1 +1 @@
-5
+9

Modified: trunk/packages/autodocksuite/trunk/debian/control
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/control	2014-04-15 16:02:14 UTC (rev 16706)
+++ trunk/packages/autodocksuite/trunk/debian/control	2014-04-15 16:06:17 UTC (rev 16707)
@@ -1,21 +1,25 @@
 Source: autodocksuite
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+           Nelson A. de Oliveira <naoliv at debian.org>,
+           Andreas Tille <tille at debian.org>,
+           Thorsten Alteholz <debian at alteholz.de>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>,
- Nelson A. de Oliveira <naoliv at debian.org>,
- Andreas Tille <tille at debian.org>,
- Thorsten Alteholz <debian at alteholz.de>
-Build-Depends: debhelper (>= 7), automake, csh
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9),
+               automake,
+               csh
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/autodocksuite/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/autodocksuite/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/autodocksuite/trunk/
 Homepage: http://autodock.scripps.edu/
 
 Package: autodock
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: autogrid, autodocktools
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Suggests: autogrid,
+          autodocktools
 Description: analysis of ligand binding to protein structure
  AutoDock is a prime representative of the programs addressing the
  simulation of the docking of fairly small chemical ligands to rather big
@@ -29,8 +33,10 @@
 
 Package: autogrid
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: autodock, autodocktools
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Suggests: autodock,
+          autodocktools
 Enhances: autodock
 Description: pre-calculate binding of ligands to their receptor
  The AutoDockSuite addresses the molecular analysis of the docking of
@@ -44,8 +50,8 @@
 
 Package: autodock-test
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: autodock
-Depends: ${misc:Depends}
 Description: test files for AutoDock
  AutoDock is a prime representative of the programs addressing the
  simulation of the docking of fairly small chemical ligands to rather big
@@ -58,8 +64,8 @@
 
 Package: autogrid-test
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: autogrid
-Depends: ${misc:Depends}
 Description: test files for AutoGrid
  The AutoDockSuite addresses the molecular analysis of the docking of
  a smaller chemical compounds to their receptors of known three-dimensional
@@ -69,9 +75,11 @@
 
 Package: autodock-getdata
 Architecture: all
-Suggests: autodock, autogrid, autodocktools
+Depends: ${misc:Depends}
 Recommends: getdata
-Depends: ${misc:Depends}
+Suggests: autodock,
+          autogrid,
+          autodocktools
 Description: instructions for getData to collect compounds
  This package provides instructions for getData to retrieve 
  descriptions for sets of molecular compounds that can be used




More information about the debian-med-commit mailing list