Author: tmancill Date: 2012-11-27 04:12:02 +0000 (Tue, 27 Nov 2012) New Revision: 16366
Modified: trunk/libcsv-java/debian/changelog trunk/libcsv-java/debian/control Log: close #694357 Modified: trunk/libcsv-java/debian/changelog =================================================================== --- trunk/libcsv-java/debian/changelog 2012-11-26 08:16:01 UTC (rev 16365) +++ trunk/libcsv-java/debian/changelog 2012-11-27 04:12:02 UTC (rev 16366) @@ -1,3 +1,11 @@ +libcsv-java (2.0-12) unstable; urgency=low + + * Team upload. + * Add missing Breaks+Replaces: libcsv-java (<< 2.0-11) + - Thank you to Andreas Beckmann. (Closes: #694357) + + -- tony mancill <[email protected]> Mon, 26 Nov 2012 19:55:24 -0800 + libcsv-java (2.0-11) unstable; urgency=low * Split javadoc into separate package and add the javacsv.jar symlink Modified: trunk/libcsv-java/debian/control =================================================================== --- trunk/libcsv-java/debian/control 2012-11-26 08:16:01 UTC (rev 16365) +++ trunk/libcsv-java/debian/control 2012-11-27 04:12:02 UTC (rev 16366) @@ -24,6 +24,8 @@ Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} +Breaks: libcsv-java (<< 2.0-11) +Replaces: libcsv-java (<< 2.0-11) Description: CSV IO library for Java (documentation) Java CSV is a small fast open source java library for reading and writing CSV and plain delimited text files. All kinds of CSV files can be handled, text _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

