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 <[email protected]> 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 <[email protected]> +Uploaders: Charles Plessy <[email protected]>, + Andreas Tille <[email protected]>, + Thorsten Alteholz <[email protected]> Section: science Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes -Uploaders: Charles Plessy <[email protected]>, - Andreas Tille <[email protected]>, - Thorsten Alteholz <[email protected]> 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. + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
