Author: jodogne-guest Date: 2014-01-27 13:38:15 +0000 (Mon, 27 Jan 2014) New Revision: 15861
Modified: trunk/packages/orthanc/trunk/debian/changelog trunk/packages/orthanc/trunk/debian/control Log: fix minimal version for libgoogle-glog Modified: trunk/packages/orthanc/trunk/debian/changelog =================================================================== --- trunk/packages/orthanc/trunk/debian/changelog 2014-01-27 13:00:22 UTC (rev 15860) +++ trunk/packages/orthanc/trunk/debian/changelog 2014-01-27 13:38:15 UTC (rev 15861) @@ -1,3 +1,9 @@ +orthanc (0.7.2-2) UNRELEASED; urgency=low + + * Minimal version for libgoogle-glog is 0.3.3. + + -- Sebastien Jodogne <[email protected]> Mon, 27 Jan 2014 14:33:41 +0100 + orthanc (0.7.2-1) unstable; urgency=low [ Sebastien Jodogne ] Modified: trunk/packages/orthanc/trunk/debian/control =================================================================== --- trunk/packages/orthanc/trunk/debian/control 2014-01-27 13:00:22 UTC (rev 15860) +++ trunk/packages/orthanc/trunk/debian/control 2014-01-27 13:38:15 UTC (rev 15861) @@ -11,7 +11,7 @@ libboost-all-dev, libcurl4-openssl-dev | libcurl4-dev, libdcmtk2-dev, - libgoogle-glog-dev, + libgoogle-glog-dev (>= 0.3.3), libgtest-dev (>= 1.6.0), libjsoncpp-dev, liblua5.1-0-dev (>= 5.1.0), _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
