Author: tbooth-guest Date: 2014-01-08 17:24:38 +0000 (Wed, 08 Jan 2014) New Revision: 15731
Modified: trunk/packages/anfo/trunk/debian/changelog trunk/packages/anfo/trunk/debian/control trunk/packages/anfo/trunk/debian/rules Log: As requested, here's the changes needed to get it to compile in Ubuntu 12.04, but this is almost certainly going to break the Debian build so you probably just want to revert to r15730. Modified: trunk/packages/anfo/trunk/debian/changelog =================================================================== --- trunk/packages/anfo/trunk/debian/changelog 2014-01-08 13:15:35 UTC (rev 15730) +++ trunk/packages/anfo/trunk/debian/changelog 2014-01-08 17:24:38 UTC (rev 15731) @@ -1,3 +1,9 @@ +anfo (0.98-2biolinux1) precise; urgency=low + + * Build for Bio-Linux 7 + + -- Tim Booth <[email protected]> Wed, 08 Jan 2014 16:46:40 +0000 + anfo (0.98-2) UNRELEASED; urgency=medium [ Andreas Tille ] Modified: trunk/packages/anfo/trunk/debian/control =================================================================== --- trunk/packages/anfo/trunk/debian/control 2014-01-08 13:15:35 UTC (rev 15730) +++ trunk/packages/anfo/trunk/debian/control 2014-01-08 17:24:38 UTC (rev 15731) @@ -13,7 +13,8 @@ libbz2-dev, pkg-config, protobuf-compiler, - dh-autoreconf + dh-autoreconf, + d-shlibs Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/anfo/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/anfo/trunk/ Modified: trunk/packages/anfo/trunk/debian/rules =================================================================== --- trunk/packages/anfo/trunk/debian/rules 2014-01-08 13:15:35 UTC (rev 15730) +++ trunk/packages/anfo/trunk/debian/rules 2014-01-08 17:24:38 UTC (rev 15731) @@ -13,6 +13,7 @@ --multiarch \ --override s/libpopt0-dev/libpopt-dev/ \ --override s/libprotobuf7-dev/libprotobuf-dev/ \ + --override s/libbz2-1.0-dev/libbz2-dev/ \ --movedev debian/tmp/usr/include/* usr/include \ debian/tmp/usr/lib/*/libanfo.so dh_install _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
