Author: osallou-guest Date: 2011-10-19 12:39:42 +0000 (Wed, 19 Oct 2011) New Revision: 8203
Modified: trunk/packages/circos-tools/trunk/debian/changelog trunk/packages/circos-tools/trunk/debian/control Log: add pre-depends for xz compression Modified: trunk/packages/circos-tools/trunk/debian/changelog =================================================================== --- trunk/packages/circos-tools/trunk/debian/changelog 2011-10-19 12:38:48 UTC (rev 8202) +++ trunk/packages/circos-tools/trunk/debian/changelog 2011-10-19 12:39:42 UTC (rev 8203) @@ -1,3 +1,9 @@ +circos-tools (0.16-2) unstable; urgency=low + + * Add pre-depends on dpkg for xz compression (required for Ubuntu) + + -- Olivier Sallou <[email protected]> Wed, 19 Oct 2011 14:28:07 +0200 + circos-tools (0.16-1) unstable; urgency=low * First debian import (Closes: #632174) Modified: trunk/packages/circos-tools/trunk/debian/control =================================================================== --- trunk/packages/circos-tools/trunk/debian/control 2011-10-19 12:38:48 UTC (rev 8202) +++ trunk/packages/circos-tools/trunk/debian/control 2011-10-19 12:39:42 UTC (rev 8203) @@ -12,6 +12,7 @@ Package: circos-tools Architecture: all +Pre-Depends: dpkg (>= 1.15.6) Depends: ${misc:Depends}, ${perl:Depends}, circos Description: Helper tools for Circos Circos visualizes data in a circular layout — this makes Circos _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
