Author: mkoch Date: 2009-11-04 22:18:28 +0000 (Wed, 04 Nov 2009) New Revision: 11010
Modified: trunk/commons-csv/debian/changelog trunk/commons-csv/debian/compat trunk/commons-csv/debian/control trunk/commons-csv/debian/watch Log: commons-csv (0.1-SNAPSHOT+svn678580-2) UNRELEASED; urgency=low [ Michael Koch ] * Build-Depends on debhelper (>= 7). * Move package to java section. * Fixed watch file. * Added myself to Uploaders. * Updated Standards-Version to 3.8.3. -- Michael Koch <[email protected]> Wed, 04 Nov 2009 23:14:19 +0100 Modified: trunk/commons-csv/debian/changelog =================================================================== --- trunk/commons-csv/debian/changelog 2009-11-04 22:08:51 UTC (rev 11009) +++ trunk/commons-csv/debian/changelog 2009-11-04 22:18:28 UTC (rev 11010) @@ -1,12 +1,17 @@ -commons-csv (0.1-SNAPSHOT+svn678580-1.1) UNRELEASED; urgency=low +commons-csv (0.1-SNAPSHOT+svn678580-2) UNRELEASED; urgency=low - * Non-maintainer upload. - [ Emmanuel Bourg ] * Update of the URLs - -- Sylvestre Ledru <[email protected]> Wed, 17 Jun 2009 10:41:45 +0200 + [ Michael Koch ] + * Build-Depends on debhelper (>= 7). + * Move package to java section. + * Fixed watch file. + * Added myself to Uploaders. + * Updated Standards-Version to 3.8.3. + -- Michael Koch <[email protected]> Wed, 04 Nov 2009 23:14:19 +0100 + commons-csv (0.1-SNAPSHOT+svn678580-1) unstable; urgency=low [ Kumar Appaiah ] Modified: trunk/commons-csv/debian/compat =================================================================== --- trunk/commons-csv/debian/compat 2009-11-04 22:08:51 UTC (rev 11009) +++ trunk/commons-csv/debian/compat 2009-11-04 22:18:28 UTC (rev 11010) @@ -1 +1 @@ -5 +7 Modified: trunk/commons-csv/debian/control =================================================================== --- trunk/commons-csv/debian/control 2009-11-04 22:08:51 UTC (rev 11009) +++ trunk/commons-csv/debian/control 2009-11-04 22:18:28 UTC (rev 11010) @@ -1,20 +1,19 @@ Source: commons-csv -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Jan-Pascal van Best <[email protected]> +Uploaders: Jan-Pascal van Best <[email protected]>, Michael Koch <[email protected]> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 5.0.0), cdbs (>=0.4.48), dpatch (>= 2.0), +Build-Depends: debhelper (>= 7), cdbs (>=0.4.48), dpatch (>= 2.0), openjdk-6-jdk, ant-optional (>= 1.6.5), junit (>= 3.8.1) -Standards-Version: 3.8.0 +Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-csv Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-csv Homepage: http://commons.apache.org/sandbox/csv/ Package: libcommons-csv-java Architecture: all -Depends: openjdk-6-jre | java2-runtime -Suggests: java-virtual-machine +Depends: openjdk-6-jre | java2-runtime-headless Description: a Java library for working with csv (comma separated values) files libcommons-csv-java is the Apache Commons library for working with csv (comma separated value) files. Modified: trunk/commons-csv/debian/watch =================================================================== --- trunk/commons-csv/debian/watch 2009-11-04 22:08:51 UTC (rev 11009) +++ trunk/commons-csv/debian/watch 2009-11-04 22:18:28 UTC (rev 11010) @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s/^/0.1-SNAPSHOT+svn/ \ - http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/ /viewvc\?view=rev&revision=(\d+)$ + http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/ /viewvc\?view=revision&revision=(\d+)$ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

