Author: osallou Date: 2014-04-08 14:04:48 +0000 (Tue, 08 Apr 2014) New Revision: 16605
Modified: trunk/packages/cassiopee/trunk/debian/control Log: fix deps Modified: trunk/packages/cassiopee/trunk/debian/control =================================================================== --- trunk/packages/cassiopee/trunk/debian/control 2014-04-08 14:00:40 UTC (rev 16604) +++ trunk/packages/cassiopee/trunk/debian/control 2014-04-08 14:04:48 UTC (rev 16605) @@ -4,7 +4,7 @@ Maintainer: Olivier Sallou <[email protected]> Build-Depends: debhelper (>= 8.0.0), libboost-serialization-dev,libboost-iostreams-dev, - google-glog, cppunit + libgoogle-glog-dev, libcppunit-dev Standards-Version: 3.9.4 Homepage: https://github.com/osallou/cassiopee-c Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/cassiopee/trunk/ @@ -30,7 +30,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libboost-serialization,libboost-iostreams, - google-glog + libgoogle-glog0 Description: library implementating search algorithms Cassiopee index and search library C implementation. It is a complete rewrite of the ruby Cassiopee gem. It scans an input _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
