Author: plessy Date: 2013-05-29 09:51:34 +0000 (Wed, 29 May 2013) New Revision: 13740
Modified: trunk/packages/staden-io-lib/trunk/debian/changelog trunk/packages/staden-io-lib/trunk/debian/control Log: Normalised debian/control with config-model-edit. Modified: trunk/packages/staden-io-lib/trunk/debian/changelog =================================================================== --- trunk/packages/staden-io-lib/trunk/debian/changelog 2013-05-29 09:49:36 UTC (rev 13739) +++ trunk/packages/staden-io-lib/trunk/debian/changelog 2013-05-29 09:51:34 UTC (rev 13740) @@ -4,6 +4,7 @@ * Use Debhelper 9. * Removed obsolete DM-Upload-Allowed field. * Machine-readable Debian copyright file. + * Normalised debian/control with config-model-edit. -- Charles Plessy <[email protected]> Wed, 29 May 2013 18:25:50 +0900 Modified: trunk/packages/staden-io-lib/trunk/debian/control =================================================================== --- trunk/packages/staden-io-lib/trunk/debian/control 2013-05-29 09:49:36 UTC (rev 13739) +++ trunk/packages/staden-io-lib/trunk/debian/control 2013-05-29 09:51:34 UTC (rev 13740) @@ -1,18 +1,20 @@ Source: staden-io-lib +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Charles Plessy <[email protected]> Section: science Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Charles Plessy <[email protected]> -Build-Depends: - debhelper (>= 9), autotools-dev, zlib1g-dev +Build-Depends: debhelper (>= 9), + autotools-dev, + zlib1g-dev Standards-Version: 3.9.1 -Homepage: http://staden.sourceforge.net/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/staden-io-lib/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/staden-io-lib/trunk/ +Homepage: http://staden.sourceforge.net/ Package: staden-io-lib-utils Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: programs for maniuplating DNA sequencing files The io_lib from the Staden package is a library of file reading and writing code to provide a general purpose trace file (and Experiment File) reading @@ -25,9 +27,10 @@ and stored in SRF format. Package: libstaden-read-dev +Architecture: any Section: libdevel -Architecture: any -Depends: libstaden-read1 (= ${binary:Version}), ${misc:Depends} +Depends: libstaden-read1 (= ${binary:Version}), + ${misc:Depends} Breaks: staden-io-lib-utils (<< 1.12.4-1~) Replaces: staden-io-lib-utils (<< 1.12.4-1~) Description: development files for libstaden-read @@ -40,9 +43,10 @@ MacOS X and MS Windows. Package: libstaden-read1 +Architecture: any Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: Staden library for reading and writing DNA sequencing results This package contains the Staden io_lib, that is renamed in Debian and Fedora ‘staden-read’ instead of ‘read’. This library supports various DNA @@ -52,3 +56,4 @@ code to provide a general purpose trace file (and Experiment File) reading interface. It has been compiled and tested on a variety of unix systems, MacOS X and MS Windows. + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
