Author: tille Date: 2012-06-10 07:33:56 +0000 (Sun, 10 Jun 2012) New Revision: 11306
Modified: trunk/packages/libmtj-java/trunk/debian/changelog trunk/packages/libmtj-java/trunk/debian/control Log: The package once was targeting to main but due to some complex chain of dependencies with one non-free package at the end of this chain it needs to go to contrib Modified: trunk/packages/libmtj-java/trunk/debian/changelog =================================================================== --- trunk/packages/libmtj-java/trunk/debian/changelog 2012-06-10 07:19:53 UTC (rev 11305) +++ trunk/packages/libmtj-java/trunk/debian/changelog 2012-06-10 07:33:56 UTC (rev 11306) @@ -1,3 +1,12 @@ +mtj (0.9.14~dfsg-2) unstable; urgency=low + + * debian/control: package should not be in main because it + (unfortunately) (build-)depends from another package in + contrib (libnetlib-java) + Closes: #676766 + + -- Andreas Tille <[email protected]> Sun, 10 Jun 2012 09:20:13 +0200 + mtj (0.9.14~dfsg-1) unstable; urgency=low * Initial release (Closes: #675919) Modified: trunk/packages/libmtj-java/trunk/debian/control =================================================================== --- trunk/packages/libmtj-java/trunk/debian/control 2012-06-10 07:19:53 UTC (rev 11305) +++ trunk/packages/libmtj-java/trunk/debian/control 2012-06-10 07:33:56 UTC (rev 11306) @@ -1,5 +1,5 @@ Source: mtj -Section: java +Section: contrib/java Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes @@ -30,7 +30,7 @@ Package: libmtj-java-doc Architecture: all -Section: doc +Section: contrib/doc Depends: ${misc:Depends}, ${java:Depends} Recommends: ${java:Recommends} Description: Java library for developing numerical applications (documentation) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
