Author: tille Date: 2017-01-04 09:45:36 +0000 (Wed, 04 Jan 2017) New Revision: 23501
Modified: trunk/packages/dcm4che/trunk/debian/changelog trunk/packages/dcm4che/trunk/debian/compat trunk/packages/dcm4che/trunk/debian/control trunk/packages/dcm4che/trunk/debian/copyright trunk/packages/dcm4che/trunk/debian/rules trunk/packages/dcm4che/trunk/debian/watch Log: Normalise packaging - there is a new major upstream release which hopefully does not use javaimageio any more Modified: trunk/packages/dcm4che/trunk/debian/changelog =================================================================== --- trunk/packages/dcm4che/trunk/debian/changelog 2017-01-03 22:17:42 UTC (rev 23500) +++ trunk/packages/dcm4che/trunk/debian/changelog 2017-01-04 09:45:36 UTC (rev 23501) @@ -1,4 +1,4 @@ -dcm4che (2.0.25-1) UNRELEASED; urgency=low +dcm4che (3.3.8-1) UNRELEASED; urgency=low [ Andreas Tille ] * Initial release (Closes: #nnnn) Modified: trunk/packages/dcm4che/trunk/debian/compat =================================================================== --- trunk/packages/dcm4che/trunk/debian/compat 2017-01-03 22:17:42 UTC (rev 23500) +++ trunk/packages/dcm4che/trunk/debian/compat 2017-01-04 09:45:36 UTC (rev 23501) @@ -1 +1 @@ -8 +10 Modified: trunk/packages/dcm4che/trunk/debian/control =================================================================== --- trunk/packages/dcm4che/trunk/debian/control 2017-01-03 22:17:42 UTC (rev 23500) +++ trunk/packages/dcm4che/trunk/debian/control 2017-01-04 09:45:36 UTC (rev 23501) @@ -1,42 +1,51 @@ Source: dcm4che +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Andreas Tille <[email protected]> Section: java Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes -Uploaders: Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 8), cdbs, default-jdk, maven-debian-helper (>= 1.4) -Build-Depends-Indep: libcommons-cli-java, liblog4j1.2-java, libslf4j-java, junit, junit4, libslf4j-java, - default-jdk-doc, liblog4j1.2-java-doc, libmaven-javadoc-plugin-java, libjai-imageio-core-java -Standards-Version: 3.9.2 -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/dcm4che/trunk -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dcm4che/trunk/ +Build-Depends: debhelper (>= 10), + default-jdk, + maven-debian-helper +Build-Depends-Indep: libcommons-cli-java, + liblog4j1.2-java, + libslf4j-java, + junit, + junit4, + default-jdk-doc, + liblog4j1.2-java-doc, + libmaven-javadoc-plugin-java +Standards-Version: 3.9.8 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/dcm4che/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/dcm4che/trunk Homepage: http://www.dcm4che.org/ Package: libdcm4che-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${misc:Depends}, + ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libdcm4che-java-doc Description: Clinical Image and Object Management Dcm4che is a collection of open source applications and utilities for - the healthcare enterprise. At the core of the dcm4che project is a - robust implementation of the DICOM standard. The dcm4che-1.x DICOM - toolkit is used in many production applications across the world, while - the current (2.x) version of the toolkit has been re-architected for - high performance and flexibility. + the healthcare enterprise. + . + At the core of the dcm4che project is a robust implementation of the + DICOM standard. The dcm4che DICOM toolkit is used in many production + applications across the world. Package: libdcm4che-java-doc Architecture: all Section: doc -Depends: ${misc:Depends}, ${maven:DocDepends} +Depends: ${misc:Depends}, + ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libdcm4che-java Description: Clinical Image and Object Management - Dcm4che is a collection of open source applications and utilities for - the healthcare enterprise. At the core of the dcm4che project is a - robust implementation of the DICOM standard. The dcm4che-1.x DICOM - toolkit is used in many production applications across the world, while - the current (2.x) version of the toolkit has been re-architected for - high performance and flexibility. + Dcm4che is a collection of open source applications and utilities for + the healthcare enterprise. . + At the core of the dcm4che project is a robust implementation of the + DICOM standard. The dcm4che DICOM toolkit is used in many production + applications across the world. + . This package contains the API documentation of libdcm4che-core-java. Modified: trunk/packages/dcm4che/trunk/debian/copyright =================================================================== --- trunk/packages/dcm4che/trunk/debian/copyright 2017-01-03 22:17:42 UTC (rev 23500) +++ trunk/packages/dcm4che/trunk/debian/copyright 2017-01-04 09:45:36 UTC (rev 23501) @@ -1,6 +1,6 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Name: dcm4che -Source: http://sourceforge.net/projects/dcm4che/files/dcm4che2/ +Source: https://github.com/dcm4che/dcm4che Files: * Copyright: 2011, dcm4che Modified: trunk/packages/dcm4che/trunk/debian/rules =================================================================== --- trunk/packages/dcm4che/trunk/debian/rules 2017-01-03 22:17:42 UTC (rev 23500) +++ trunk/packages/dcm4che/trunk/debian/rules 2017-01-04 09:45:36 UTC (rev 23501) @@ -1,11 +1,9 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 -JAVA_HOME := /usr/lib/jvm/default-java -DEB_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate +JAVA_HOME=/usr/lib/jvm/default-java -get-orig-source: - # uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename - uscan --verbose --force-download --rename --repack +%: + LC_ALL=C.UTF-8 dh $@ --with javahelper,jh_maven_repo_helper Modified: trunk/packages/dcm4che/trunk/debian/watch =================================================================== --- trunk/packages/dcm4che/trunk/debian/watch 2017-01-03 22:17:42 UTC (rev 23500) +++ trunk/packages/dcm4che/trunk/debian/watch 2017-01-04 09:45:36 UTC (rev 23501) @@ -1,2 +1,3 @@ -version=3 -http://sf.net/dcm4che/dcm4che-([\d.]+)-src\.zip +version=4 + +https://github.com/dcm4che/dcm4che/releases .*/?(\d\S*)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
