Author: tille Date: 2015-12-15 10:37:47 +0000 (Tue, 15 Dec 2015) New Revision: 20767
Modified: trunk/packages/probcons/trunk/debian/changelog trunk/packages/probcons/trunk/debian/control Log: cme fix dpkg-control Modified: trunk/packages/probcons/trunk/debian/changelog =================================================================== --- trunk/packages/probcons/trunk/debian/changelog 2015-12-15 10:35:54 UTC (rev 20766) +++ trunk/packages/probcons/trunk/debian/changelog 2015-12-15 10:37:47 UTC (rev 20767) @@ -1,6 +1,7 @@ probcons (1.12-10) UNRELEASED; urgency=medium * Moved debian/upstream to debian/upstream/metadata + * cme fix dpkg-control -- Andreas Tille <[email protected]> Tue, 15 Dec 2015 11:35:22 +0100 Modified: trunk/packages/probcons/trunk/debian/control =================================================================== --- trunk/packages/probcons/trunk/debian/control 2015-12-15 10:35:54 UTC (rev 20766) +++ trunk/packages/probcons/trunk/debian/control 2015-12-15 10:37:47 UTC (rev 20767) @@ -1,18 +1,19 @@ Source: probcons +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Charles Plessy <[email protected]>, + Andreas Tille <[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]> Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.3 -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/probcons/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/probcons/trunk/ +Standards-Version: 3.9.6 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/probcons/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/probcons/trunk/ Homepage: http://probcons.stanford.edu/ Package: probcons Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Suggests: probcons-extra Enhances: t-coffee Description: PROBabilistic CONSistency-based multiple sequence alignment @@ -27,9 +28,11 @@ Package: probcons-extra Architecture: any -Depends: probcons (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Priority: extra +Depends: probcons (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends} Suggests: gnuplot-nox | gnuplot-x11 -Priority: extra Description: Extra programs from the probcons package Contains the convert, project and makgnuplot programs from the probcons package, which have been renamed to pc-compare, pc-project and pc-makegnuplot _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
