This is an automated email from the git hooks/post-receive script. lamy-guest pushed a commit to branch master in repository dcmtkpp.
commit 7bf29470ecbf0cd98e41512d0b23db29fba2bb1d Author: Julien Lamy <[email protected]> Date: Mon Jul 20 15:34:36 2015 +0200 Enhance debian/control with cme --- debian/control | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index fb68984..587a82a 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,12 @@ Source: dcmtkpp +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Julien Lamy <[email protected]> Section: science Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]>, Julien Lamy <[email protected]> Build-Depends: debhelper (>= 9), - cmake (>= 2.8), - libjsoncpp-dev (>= 0.6.0~rc2), - libdcmtk2-dev (>= 3.6.0), + cmake, + libjsoncpp-dev, + libdcmtk2-dev, libicu-dev (>= 4.8.1.1), libboost-test-dev (>= 1.46.1), dcmtk (>= 3.6.0) @@ -18,7 +18,8 @@ Homepage: https://github.com/lamyj/dcmtkpp Package: libdcmtkpp Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: Wrappers around DCMTK to have an easier API DCMTK++ is a set of wrappers around DCMTK to have an easier API, notably for the networking part. @@ -26,7 +27,8 @@ Description: Wrappers around DCMTK to have an easier API Package: libdcmtkpp-dev Architecture: any Section: libdevel -Depends: libdcmtkpp (= ${binary:Version}), ${misc:Depends} +Depends: libdcmtkpp (= ${binary:Version}), + ${misc:Depends} Provides: libdcmtkpp-dev Description: Wrappers around DCMTK to have an easier API (development files) DCMTK++ is a set of wrappers around DCMTK to have an easier API, notably for -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dcmtkpp.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
