This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-csv.
commit 666581c0778daa80037c6fe37caa4a55650022d2 Author: Michael Koch <[email protected]> Date: Wed Nov 4 22:18:28 2009 +0000 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 --- debian/changelog | 13 +++++++++---- debian/compat | 2 +- debian/control | 11 +++++------ debian/watch | 2 +- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 24ffa70..d6919e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,16 @@ -commons-csv (0.1-SNAPSHOT+svn678580-1.1) UNRELEASED; urgency=low - - * Non-maintainer upload. +commons-csv (0.1-SNAPSHOT+svn678580-2) UNRELEASED; urgency=low [ 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 diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 0a7ba8d..dfd9a03 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/watch b/debian/watch index 1b6ae66..243dc1b 100644 --- a/debian/watch +++ b/debian/watch @@ -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+)$ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-csv.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

