This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository orthanc-webviewer.
commit 736f34f97e9d2d9b347e5c5d90658c435a861a6c Author: Andreas Tille <[email protected]> Date: Wed Oct 18 15:52:51 2017 +0200 cme fix dpkg-control, Standards-Version: 4.1.1 --- debian/changelog | 2 ++ debian/control | 12 +++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index a8438b3..90ff742 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ orthanc-webviewer (2.3-2) UNRELEASED; urgency=medium * Moved packaging from SVN to Git + * cme fix dpkg-control + * Standards-Version: 4.1.1 -- Andreas Tille <[email protected]> Wed, 18 Oct 2017 15:51:37 +0200 diff --git a/debian/control b/debian/control index 3dcf542..5bea1c8 100644 --- a/debian/control +++ b/debian/control @@ -4,30 +4,32 @@ Uploaders: Sebastien Jodogne <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Standards-Version: 4.0.0 -Build-Depends: cmake (>= 2.8), +Build-Depends: cmake, debhelper (>= 9), libboost-all-dev, libgdcm2-dev, - libgtest-dev (>= 1.6.0), + libgtest-dev, libjpeg-dev, libjs-jquery-ui, libjs-jquery-ui-theme-base, libjsoncpp-dev, libpng-dev, libsqlite3-dev, - orthanc-dev (>= 0.9.5), + orthanc-dev, unzip, uuid-dev, yui-compressor, zlib1g-dev +Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/orthanc-webviewer.git Vcs-Git: https://anonscm.debian.org/git/debian-med/orthanc-webviewer.git Homepage: http://www.orthanc-server.com/static.php?page=web-viewer Package: orthanc-webviewer Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, orthanc (>= 0.9.5) +Depends: ${misc:Depends}, + ${shlibs:Depends}, + orthanc (>= 0.9.5) Description: Web viewer of medical images for Orthanc Orthanc Web Viewer is a plugin to Orthanc, a lightweight, RESTful Vendor Neutral Archive for medical imaging. It extends Orthanc with an integrated -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/orthanc-webviewer.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
