[med-svn] r14431 - trunk/packages/melting/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sun Aug 11 10:01:20 UTC 2013
Author: tille
Date: 2013-08-11 10:01:19 +0000 (Sun, 11 Aug 2013)
New Revision: 14431
Modified:
trunk/packages/melting/trunk/debian/changelog
trunk/packages/melting/trunk/debian/control
Log:
cme fix dpkg-control
Modified: trunk/packages/melting/trunk/debian/changelog
===================================================================
--- trunk/packages/melting/trunk/debian/changelog 2013-08-11 09:58:05 UTC (rev 14430)
+++ trunk/packages/melting/trunk/debian/changelog 2013-08-11 10:01:19 UTC (rev 14431)
@@ -6,7 +6,7 @@
* debian/control: bump standard to 3.9.4 (no changes)
[ Andreas Tille ]
- *
+ * debian/control: cme fix dpkg-control
-- Andreas Tille <tille at debian.org> Sun, 11 Aug 2013 11:51:52 +0200
Modified: trunk/packages/melting/trunk/debian/control
===================================================================
--- trunk/packages/melting/trunk/debian/control 2013-08-11 09:58:05 UTC (rev 14430)
+++ trunk/packages/melting/trunk/debian/control 2013-08-11 10:01:19 UTC (rev 14431)
@@ -1,11 +1,10 @@
Source: melting
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Charles Plessy <plessy 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>
-DM-Upload-Allowed: yes
-Uploaders: Charles Plessy <plessy at debian.org>,
- Andreas Tille <tille at debian.org>,
- Thorsten Alteholz <debian at alteholz.de>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.4
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/melting/trunk/
@@ -14,7 +13,8 @@
Package: melting
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Suggests: melting-gui
Description: compute the melting temperature of nucleic acid duplex
This program computes, for a nucleic acid duplex, the enthalpy, the
@@ -28,8 +28,11 @@
Package: melting-gui
Architecture: all
-Depends: perl-tk, melting, ${misc:Depends}
+Depends: perl-tk,
+ melting,
+ ${misc:Depends}
Description: graphical interface to compute the melting temperature of nucleic acid duplex
This package provides a graphical user interface for the “melting”
program, which computes for a nucleic acid duplex the enthalpy, the entropy
and the melting temperature of the helix-coil transitions.
+
More information about the debian-med-commit
mailing list