Author: mkoch Date: 2009-09-30 21:52:31 +0000 (Wed, 30 Sep 2009) New Revision: 10711
Modified: trunk/libgoogle-collections-java/debian/changelog trunk/libgoogle-collections-java/debian/control trunk/libgoogle-collections-java/debian/pom.xml Log: libgoogle-collections-java (1.0~rc2-1) UNRELEASED; urgency=low TODO: Needs JSR 305 (http://code.google.com/p/jsr-305/) * New upstream version. * Build-Depends on debhelper >= 7. * Added myself to Uploaders. * Updated Standards-Version to 3.8.3. -- Michael Koch <[email protected]> Tue, 29 Sep 2009 21:37:00 +0200 Modified: trunk/libgoogle-collections-java/debian/changelog =================================================================== --- trunk/libgoogle-collections-java/debian/changelog 2009-09-30 21:47:48 UTC (rev 10710) +++ trunk/libgoogle-collections-java/debian/changelog 2009-09-30 21:52:31 UTC (rev 10711) @@ -1,3 +1,14 @@ +libgoogle-collections-java (1.0~rc2-1) UNRELEASED; urgency=low + + TODO: Needs JSR 305 (http://code.google.com/p/jsr-305/) + + * New upstream version. + * Build-Depends on debhelper >= 7. + * Added myself to Uploaders. + * Updated Standards-Version to 3.8.3. + + -- Michael Koch <[email protected]> Tue, 29 Sep 2009 21:37:00 +0200 + libgoogle-collections-java (0~20080808-3) unstable; urgency=low * Upload to unstable. Modified: trunk/libgoogle-collections-java/debian/control =================================================================== --- trunk/libgoogle-collections-java/debian/control 2009-09-30 21:47:48 UTC (rev 10710) +++ trunk/libgoogle-collections-java/debian/control 2009-09-30 21:52:31 UTC (rev 10711) @@ -2,10 +2,10 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]> -Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk +Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]>, Michael Koch <[email protected]> +Build-Depends: ant, debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk Build-Depends-Indep: maven-repo-helper, maven-ant-helper -Standards-Version: 3.8.1 +Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgoogle-collections-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgoogle-collections-java/ Homepage: http://code.google.com/p/google-collections/ @@ -39,4 +39,3 @@ * Forwarding collections * Constrained collections * Implementation helpers like AbstractIterator - Modified: trunk/libgoogle-collections-java/debian/pom.xml =================================================================== --- trunk/libgoogle-collections-java/debian/pom.xml 2009-09-30 21:47:48 UTC (rev 10710) +++ trunk/libgoogle-collections-java/debian/pom.xml 2009-09-30 21:52:31 UTC (rev 10711) @@ -2,15 +2,14 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <!-- remove the reference to the parent until the google repo is synced with central --> - <!-- <parent> + <parent> <groupId>com.google</groupId> <artifactId>google</artifactId> <version>1</version> - </parent> --> + </parent> <groupId>com.google.collections</groupId> <artifactId>google-collections</artifactId> - <version>0.8</version> + <version>1.0-rc2</version> <packaging>jar</packaging> <name>Google Collections Library</name> <description>Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0</description> @@ -46,6 +45,12 @@ </snapshotRepository> </distributionManagement> <dependencies> + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + <version>1.3.7</version> + <optional>true</optional> + </dependency> </dependencies> <build> <plugins> _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

