Author: tille Date: 2014-05-10 22:19:37 +0000 (Sat, 10 May 2014) New Revision: 16908
Modified: trunk/packages/gmod/chado/trunk/debian/changelog trunk/packages/gmod/chado/trunk/debian/compat trunk/packages/gmod/chado/trunk/debian/control Log: cme fix dpkg-control; debhelper 9 Modified: trunk/packages/gmod/chado/trunk/debian/changelog =================================================================== --- trunk/packages/gmod/chado/trunk/debian/changelog 2014-05-10 22:13:31 UTC (rev 16907) +++ trunk/packages/gmod/chado/trunk/debian/changelog 2014-05-10 22:19:37 UTC (rev 16908) @@ -1,3 +1,10 @@ +libchado-perl (1.23-2) UNRELEASED; urgency=medium + + * cme fix dpkg-control + * debhelper 9 + + -- Andreas Tille <[email protected]> Sun, 11 May 2014 00:14:09 +0200 + libchado-perl (1.23-1) unstable; urgency=low * New upstream release Modified: trunk/packages/gmod/chado/trunk/debian/compat =================================================================== --- trunk/packages/gmod/chado/trunk/debian/compat 2014-05-10 22:13:31 UTC (rev 16907) +++ trunk/packages/gmod/chado/trunk/debian/compat 2014-05-10 22:19:37 UTC (rev 16908) @@ -1 +1 @@ -8 +9 Modified: trunk/packages/gmod/chado/trunk/debian/control =================================================================== --- trunk/packages/gmod/chado/trunk/debian/control 2014-05-10 22:13:31 UTC (rev 16907) +++ trunk/packages/gmod/chado/trunk/debian/control 2014-05-10 22:19:37 UTC (rev 16908) @@ -1,29 +1,67 @@ Source: libchado-perl +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Scott Cain <[email protected]>, + Steffen Moeller <[email protected]>, + Olivier Sallou <[email protected]>, + Andreas Tille <[email protected]> Section: perl Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Scott Cain <[email protected]>, Steffen Moeller <[email protected]>, Olivier Sallou <[email protected]> -DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 8) -Build-Depends-Indep: perl, libclass-dbi-pg-perl, libxml-libxslt-perl, liblog-log4perl-perl, - bioperl, libgo-perl, libdbd-pg-perl, libdbi-perl, libgd-gd2-perl,libdigest-md5-file-perl, libgraph-perl, libdata-stag-perl, - libxml-perl, libmodule-build-perl, libclass-dbi-perl, libclass-dbi-pager-perl, libxml-simple-perl, - libwww-perl, libtemplate-perl, libcgi-session-perl, libsql-translator-perl, libdbix-dbstag-perl -Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: perl, + libclass-dbi-pg-perl, + libxml-libxslt-perl, + liblog-log4perl-perl, + bioperl, + libgo-perl, + libdbd-pg-perl, + libdbi-perl, + libgd-gd2-perl, + libdigest-md5-file-perl, + libgraph-perl, + libdata-stag-perl, + libxml-perl, + libclass-dbi-perl, + libclass-dbi-pager-perl, + libxml-simple-perl, + libwww-perl, + libtemplate-perl, + libcgi-session-perl, + libsql-translator-perl, + libdbix-dbstag-perl +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/gmod/chado/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/gmod/chado/trunk/ Homepage: http://gmod.org/wiki/Chado -Vcs-Browser: http://svn.debian.org/viewvc/debian-med/trunk/packages/gmod/chado/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gmod/chado/trunk/ Package: libchado-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, postgresql-client, libbio-chado-schema-perl, - libclass-dbi-pg-perl, libxml-libxslt-perl, liblog-log4perl-perl, - bioperl, libgo-perl, libdbd-pg-perl, libdbi-perl, libgd-gd2-perl, - libdigest-md5-file-perl, libgraph-perl, libdata-stag-perl, - libxml-perl, libmodule-build-perl, libclass-dbi-perl, libclass-dbi-pager-perl, - libxml-simple-perl,libwww-perl, libtemplate-perl, libcgi-session-perl, - libsql-translator-perl, libdbix-dbstag-perl, make -Recommends: xsltproc, chado-utils +Depends: ${misc:Depends}, + ${perl:Depends}, + postgresql-client, + libbio-chado-schema-perl, + libclass-dbi-pg-perl, + libxml-libxslt-perl, + liblog-log4perl-perl, + bioperl, + libgo-perl, + libdbd-pg-perl, + libdbi-perl, + libgd-gd2-perl, + libdigest-md5-file-perl, + libgraph-perl, + libdata-stag-perl, + libxml-perl, + libclass-dbi-perl, + libclass-dbi-pager-perl, + libxml-simple-perl, + libwww-perl, + libtemplate-perl, + libcgi-session-perl, + libsql-translator-perl, + libdbix-dbstag-perl, + make +Recommends: xsltproc, + chado-utils Description: database schema and tools for genomic data Chado is a relational database schema that underlies many GMOD installations. It is capable of representing many of the general @@ -37,7 +75,9 @@ Package: chado-utils Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libchado-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libchado-perl Recommends: xsltproc Description: tools to add/extract data from Chado This package contains several tools that can be used to _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
