[med-svn] r12801 - trunk/packages/orthanc/trunk/debian
Mathieu Malaterre
malat at alioth.debian.org
Fri Jan 18 09:57:13 UTC 2013
Author: malat
Date: 2013-01-18 09:57:12 +0000 (Fri, 18 Jan 2013)
New Revision: 12801
Modified:
trunk/packages/orthanc/trunk/debian/changelog
trunk/packages/orthanc/trunk/debian/control
trunk/packages/orthanc/trunk/debian/copyright
Log:
Update Orthanc package
Modified: trunk/packages/orthanc/trunk/debian/changelog
===================================================================
--- trunk/packages/orthanc/trunk/debian/changelog 2013-01-18 09:41:28 UTC (rev 12800)
+++ trunk/packages/orthanc/trunk/debian/changelog 2013-01-18 09:57:12 UTC (rev 12801)
@@ -1,3 +1,11 @@
+orthanc (0.4.0-2) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Add README.Debian to get started with Orthanc
+ * (wrap-and-sort): Fix B-D for libgtest-dev. Closes: #698415
+
+ -- Mathieu Malaterre <malat at debian.org> Fri, 18 Jan 2013 10:54:32 +0100
+
orthanc (0.4.0-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/orthanc/trunk/debian/control
===================================================================
--- trunk/packages/orthanc/trunk/debian/control 2013-01-18 09:41:28 UTC (rev 12800)
+++ trunk/packages/orthanc/trunk/debian/control 2013-01-18 09:57:12 UTC (rev 12801)
@@ -5,13 +5,28 @@
Priority: optional
Standards-Version: 3.9.3
Homepage: https://code.google.com/p/orthanc/
-Build-Depends: debhelper (>= 9), cmake (>= 2.8), initscripts (>= 2.88dsf-13.3), unzip, uuid-dev, libssl-dev, zlib1g-dev, libpng-dev, libboost-all-dev, libwrap0-dev, libgoogle-glog-dev, libcurl4-openssl-dev | libcurl4-dev, libdcmtk2-dev, libsqlite3-dev, libjsoncpp-dev, libgtest-dev
+Build-Depends: cmake (>= 2.8),
+ debhelper (>= 9),
+ initscripts (>= 2.88dsf-13.3),
+ libboost-all-dev,
+ libcurl4-openssl-dev | libcurl4-dev,
+ libdcmtk2-dev,
+ libgoogle-glog-dev,
+ libgtest-dev (>= 1.6.0),
+ libjsoncpp-dev,
+ libpng-dev,
+ libsqlite3-dev,
+ libssl-dev,
+ libwrap0-dev,
+ unzip,
+ uuid-dev,
+ zlib1g-dev
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/orthanc/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/orthanc/trunk/
Package: orthanc
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, dcmtk
+Depends: adduser, dcmtk, ${misc:Depends}, ${shlibs:Depends}
Description: RESTful DICOM server for healthcare and medical research
Orthanc aims at providing a simple, yet powerful standalone DICOM
server. Orthanc can turn any computer running Windows or Linux into a
Modified: trunk/packages/orthanc/trunk/debian/copyright
===================================================================
--- trunk/packages/orthanc/trunk/debian/copyright 2013-01-18 09:41:28 UTC (rev 12800)
+++ trunk/packages/orthanc/trunk/debian/copyright 2013-01-18 09:57:12 UTC (rev 12801)
@@ -200,11 +200,11 @@
Freeware Public License (FPL)
.
This software is licensed as "freeware." Permission to distribute
- this software in source and binary forms, including incorporation
- into other products, is hereby granted without a fee. THIS SOFTWARE
- IS PROVIDED 'AS IS' AND WITHOUT ANY EXPRESSED OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHOR SHALL NOT BE HELD
- LIABLE FOR ANY DAMAGES RESULTING FROM THE USE OF THIS SOFTWARE, EITHER
- DIRECTLY OR INDIRECTLY, INCLUDING, BUT NOT LIMITED TO, LOSS OF DATA
+ this software in source and binary forms, including incorporation
+ into other products, is hereby granted without a fee. THIS SOFTWARE
+ IS PROVIDED 'AS IS' AND WITHOUT ANY EXPRESSED OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHOR SHALL NOT BE HELD
+ LIABLE FOR ANY DAMAGES RESULTING FROM THE USE OF THIS SOFTWARE, EITHER
+ DIRECTLY OR INDIRECTLY, INCLUDING, BUT NOT LIMITED TO, LOSS OF DATA
OR DATA BEING RENDERED INACCURATE.
More information about the debian-med-commit
mailing list