Author: twerner Date: 2011-09-11 20:18:59 +0000 (Sun, 11 Sep 2011) New Revision: 14839
Modified: trunk/maven-site-plugin/debian/changelog trunk/maven-site-plugin/debian/control trunk/maven-site-plugin/debian/rules Log: * Remove Build-Depends: quilt. * Switch to default-jdk. * Update Standards-Version: 3.9.2. Modified: trunk/maven-site-plugin/debian/changelog =================================================================== --- trunk/maven-site-plugin/debian/changelog 2011-09-11 19:59:18 UTC (rev 14838) +++ trunk/maven-site-plugin/debian/changelog 2011-09-11 20:18:59 UTC (rev 14839) @@ -1,3 +1,11 @@ +maven-site-plugin (2.1-2) unstable; urgency=low + + * Remove Build-Depends: quilt. + * Switch to default-jdk. + * Update Standards-Version: 3.9.2. + + -- Torsten Werner <[email protected]> Sun, 11 Sep 2011 22:18:51 +0200 + maven-site-plugin (2.1-1) unstable; urgency=low [ Michael Koch ] Modified: trunk/maven-site-plugin/debian/control =================================================================== --- trunk/maven-site-plugin/debian/control 2011-09-11 19:59:18 UTC (rev 14838) +++ trunk/maven-site-plugin/debian/control 2011-09-11 20:18:59 UTC (rev 14839) @@ -4,11 +4,11 @@ Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]>, Michael Koch <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, openjdk-6-jdk, quilt, +Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-ant-helper (>> 4), ant-optional Build-Depends-Indep: maven-repo-helper, junit, libmaven-plugin-tools-java, libplexus-velocity-java, velocity, libmaven-doxia-tools-java, libjetty-java -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-site-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-site-plugin/ Homepage: http://maven.apache.org/plugins/maven-site-plugin/ Modified: trunk/maven-site-plugin/debian/rules =================================================================== --- trunk/maven-site-plugin/debian/rules 2011-09-11 19:59:18 UTC (rev 14838) +++ trunk/maven-site-plugin/debian/rules 2011-09-11 20:18:59 UTC (rev 14839) @@ -2,11 +2,10 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) -JAVA_HOME := /usr/lib/jvm/java-6-openjdk +JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-nodeps maven-core maven-model maven-plugin-api \ maven-project maven-artifact maven-artifact-manager maven-settings \ maven-reporting-api maven-doxia-tools doxia-core doxia-logging-api \ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

