Author: twerner Date: 2008-12-05 21:39:32 +0000 (Fri, 05 Dec 2008) New Revision: 7535
Modified: trunk/maven-plugin-tools/debian/changelog trunk/maven-plugin-tools/debian/control Log: package builds in unstable Modified: trunk/maven-plugin-tools/debian/changelog =================================================================== --- trunk/maven-plugin-tools/debian/changelog 2008-12-05 21:09:06 UTC (rev 7534) +++ trunk/maven-plugin-tools/debian/changelog 2008-12-05 21:39:32 UTC (rev 7535) @@ -1,5 +1,6 @@ maven-plugin-tools (2.4.3-1) unstable; urgency=low + UNRELEASED * Initial release. (Closes: #xxxxxx) -- Torsten Werner <[EMAIL PROTECTED]> Thu, 04 Dec 2008 19:29:26 +0100 Modified: trunk/maven-plugin-tools/debian/control =================================================================== --- trunk/maven-plugin-tools/debian/control 2008-12-05 21:09:06 UTC (rev 7534) +++ trunk/maven-plugin-tools/debian/control 2008-12-05 21:39:32 UTC (rev 7535) @@ -3,7 +3,10 @@ Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Uploaders: Torsten Werner <[EMAIL PROTECTED]> -Build-Depends: ant, debhelper (>= 5), cdbs, default-jdk, quilt +Build-Depends: ant, debhelper (>= 5), cdbs, default-jdk, quilt, + libmaven-plugin-tools-java, maven-ant-helper, libmodello-java, + libmaven-reporting-impl-java, libplexus-containers-java, libgoogle-collections-java, + libxbean-java, libqdox-java Standards-Version: 3.8.0 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-plugin-tools Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-plugin-tools/ @@ -11,7 +14,8 @@ Package: libmaven-plugin-tools-java Architecture: all -Depends: default-jre | java2-runtime, ${misc:Depends} +Depends: default-jre | java2-runtime, ${misc:Depends}, libmaven-reporting-impl-java, + libplexus-containers-java, libgoogle-collections-java, libxbean-java, libqdox-java Description: FIXME a powerful content generation framework Doxia is a content generation framework which aims to provide its users with powerful techniques for generating static and dynamic content. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

