Author: tille Date: 2013-07-10 07:09:51 +0000 (Wed, 10 Jul 2013) New Revision: 14135
Added: trunk/packages/dcm4che/dcm4che-core/trunk/debian/watch Modified: trunk/packages/dcm4che/dcm4che-core/trunk/debian/compat trunk/packages/dcm4che/dcm4che-core/trunk/debian/control trunk/packages/dcm4che/dcm4che-core/trunk/debian/copyright Log: Update prospective package status a bit Modified: trunk/packages/dcm4che/dcm4che-core/trunk/debian/compat =================================================================== --- trunk/packages/dcm4che/dcm4che-core/trunk/debian/compat 2013-07-10 03:47:02 UTC (rev 14134) +++ trunk/packages/dcm4che/dcm4che-core/trunk/debian/compat 2013-07-10 07:09:51 UTC (rev 14135) @@ -1 +1 @@ -7 +9 Modified: trunk/packages/dcm4che/dcm4che-core/trunk/debian/control =================================================================== --- trunk/packages/dcm4che/dcm4che-core/trunk/debian/control 2013-07-10 03:47:02 UTC (rev 14134) +++ trunk/packages/dcm4che/dcm4che-core/trunk/debian/control 2013-07-10 07:09:51 UTC (rev 14135) @@ -1,12 +1,21 @@ Source: dcm4che-core +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Andreas Tille <[email protected]>> Section: java Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Andreas Tille <[email protected]>> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) -# , javahelper -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 +Build-Depends: debhelper (>= 9), + cdbs, + default-jdk, + maven-debian-helper (>= 1.4), + javahelper +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.4 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dcm4che/dcm4che-core/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/dcm4che/dcm4che-core/trunk/ @@ -14,7 +23,8 @@ Package: libdcm4che-core-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${misc:Depends}, + ${maven:Depends} Recommends: ${maven:OptionalDepends} Suggests: libdcm4che-core-java-doc Description: dcm4che @@ -23,10 +33,12 @@ Package: libdcm4che-core-java-doc Architecture: all Section: doc -Depends: ${misc:Depends}, ${maven:DocDepends} +Depends: ${misc:Depends}, + ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libdcm4che-core-java Description: Documentation for dcm4che dcm4che DICOM toolkit . This package contains the API documentation of libdcm4che-core-java. + Modified: trunk/packages/dcm4che/dcm4che-core/trunk/debian/copyright =================================================================== --- trunk/packages/dcm4che/dcm4che-core/trunk/debian/copyright 2013-07-10 03:47:02 UTC (rev 14134) +++ trunk/packages/dcm4che/dcm4che-core/trunk/debian/copyright 2013-07-10 07:09:51 UTC (rev 14135) @@ -1,15 +1,17 @@ -Format-Specification: http://dep.debian.net/deps/dep5/ -Name: dcm4che-core +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: dcm4che-core Source: http://www.dcm4che.org/maven2/dcm4che/dcm4che-core/2.0.25/ Files: * Copyright: 2011, dcm4che -License: Apache-2.0 or LGPL-2 +License: Apache-2.0_or_LGPL-2 + On Debian GNU/Linux system you can find the complete text of the + Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0' and + of LGPL-2 in '/usr/share/common-licenses/LGPL-2' Files: debian/* Copyright: 2011, Andreas Tille <Andreas Tille <[email protected]>> License: Apache-2.0 - -License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0' + Added: trunk/packages/dcm4che/dcm4che-core/trunk/debian/watch =================================================================== --- trunk/packages/dcm4che/dcm4che-core/trunk/debian/watch (rev 0) +++ trunk/packages/dcm4che/dcm4che-core/trunk/debian/watch 2013-07-10 07:09:51 UTC (rev 14135) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/dcm4che/dcm4che-([\d.]+)-src\.zip _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
