[med-svn] r17174 - trunk/packages/orthanc/trunk/debian
Sebastien Jodogne
jodogne-guest at moszumanska.debian.org
Mon Jun 16 09:23:07 UTC 2014
Author: jodogne-guest
Date: 2014-06-16 09:23:07 +0000 (Mon, 16 Jun 2014)
New Revision: 17174
Modified:
trunk/packages/orthanc/trunk/debian/changelog
trunk/packages/orthanc/trunk/debian/control
Log:
fix build and close #751695
Modified: trunk/packages/orthanc/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc/trunk/debian/changelog 2014-06-16 08:10:42 UTC (rev 17173)
+++ trunk/packages/orthanc/trunk/debian/changelog 2014-06-16 09:23:07 UTC (rev 17174)
@@ -2,6 +2,7 @@
[ Sebastien Jodogne ]
* New upstream version: 0.7.6
+ * Removed explicit dependency on libboost-atomic1.54-dev. Closes: #751695
[ Andreas Tille ]
* fix debian/watch to correctly append +dfsg
Modified: trunk/packages/orthanc/trunk/debian/control
===================================================================
--- trunk/packages/orthanc/trunk/debian/control 2014-06-16 08:10:42 UTC (rev 17173)
+++ trunk/packages/orthanc/trunk/debian/control 2014-06-16 09:23:07 UTC (rev 17174)
@@ -8,8 +8,7 @@
Build-Depends: cmake (>= 2.8),
debhelper (>= 9),
initscripts (>= 2.88dsf-13.3),
- libboost-all-dev,
- libboost-atomic1.54-dev (>= 1.54.0-5),
+ libboost-all-dev (>= 1.54.0-5),
libcharls-dev,
libcurl4-openssl-dev | libcurl4-dev,
libdcmtk2-dev,
More information about the debian-med-commit
mailing list