[med-svn] r20976 - trunk/packages/concavity/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Fri Jan 8 07:32:33 UTC 2016
Author: tille
Date: 2016-01-08 07:32:31 +0000 (Fri, 08 Jan 2016)
New Revision: 20976
Modified:
trunk/packages/concavity/trunk/debian/changelog
trunk/packages/concavity/trunk/debian/control
Log:
cme fix dpkg-control
Modified: trunk/packages/concavity/trunk/debian/changelog
===================================================================
--- trunk/packages/concavity/trunk/debian/changelog 2016-01-07 22:38:52 UTC (rev 20975)
+++ trunk/packages/concavity/trunk/debian/changelog 2016-01-08 07:32:31 UTC (rev 20976)
@@ -1,9 +1,14 @@
concavity (0.1-3) UNRELEASED; urgency=low
+ [ Laszlo Kajan ]
* Removed dm upload allowed from d/control.
- -- Laszlo Kajan <lkajan at rostlab.org> Wed, 29 May 2013 22:57:23 +0200
+ [ Andreas Tille ]
+ * add myself to Uploaders
+ * cme fix dpkg-control
+ -- Andreas Tille <tille at debian.org> Fri, 08 Jan 2016 08:28:54 +0100
+
concavity (0.1-2) unstable; urgency=low
* Added cmd line argument for limiting cavity threshold search steps.
Modified: trunk/packages/concavity/trunk/debian/control
===================================================================
--- trunk/packages/concavity/trunk/debian/control 2016-01-07 22:38:52 UTC (rev 20975)
+++ trunk/packages/concavity/trunk/debian/control 2016-01-08 07:32:31 UTC (rev 20976)
@@ -1,18 +1,21 @@
Source: concavity
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Laszlo Kajan <lkajan at rostlab.org>,
+ Andreas Tille <tille at debian.org>
Section: science
Priority: extra
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Laszlo Kajan <lkajan at rostlab.org>
Build-Depends: debhelper (>= 8.0.0)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/concavity/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/concavity/trunk/
Homepage: http://compbio.cs.princeton.edu/concavity/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/concavity/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/concavity/trunk/
Package: concavity
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: conservation-code, pymol
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Suggests: conservation-code,
+ pymol
Description: predictor of protein ligand binding sites from structure and conservation
ConCavity predicts protein ligand binding sites by combining evolutionary
sequence conservation and 3D structure.
@@ -38,9 +41,11 @@
calculate evolutionary sequence conservation for concavity.
Package: concavity-dbg
+Architecture: any
Section: debug
-Architecture: any
-Depends: concavity (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: concavity (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
Description: predictor of protein ligand binding sites (debug)
ConCavity predicts protein ligand binding sites by combining evolutionary
sequence conservation and 3D structure.
More information about the debian-med-commit
mailing list