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 7bf6960abee8ad87a9137edd620507a21d7dde7b Author: Kumar Appaiah <[email protected]> Date: Fri Sep 21 01:29:52 2007 +0000 * debian/control + Add Homepage field. + Add XS-Vcs Svn and XS-Vcs-Browser. --- debian/changelog | 8 ++++++++ debian/control | 7 +++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index fdf4f57..b95d423 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +commons-csv (0.1-SNAPSHOT+svn561364-2) UNRELEASED; urgency=low + + * debian/control + + Add Homepage field. + + Add XS-Vcs Svn and XS-Vcs-Browser. + + -- Kumar Appaiah <[email protected]> Fri, 21 Sep 2007 07:06:33 +0530 + commons-csv (0.1-SNAPSHOT+svn561364-1) unstable; urgency=low * New upstream revision, the only change is that Commons is now a top-level diff --git a/debian/control b/debian/control index e5d92b2..5f90fa1 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,9 @@ XS-Vcs-svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-csv Build-Depends: debhelper (>= 5.0.0), cdbs (>=0.4.48), dpatch (>= 2.0), java-gcj-compat-dev, ant-optional (>= 1.6.5), junit (>= 3.8.1) Standards-Version: 3.7.2 +XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-csv +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-csv +Homepage: http://jakarta.apache.org/commons/sandbox/csv/ Package: libcommons-csv-java Architecture: all @@ -16,8 +19,6 @@ Suggests: java-virtual-machine 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. - . - Homepage: http://jakarta.apache.org/commons/sandbox/csv/ Package: libcommons-csv-java-doc Architecture: all @@ -27,5 +28,3 @@ Description: documentation for libcommons-csv-java separated value) files. . This package contains the API documentation for the Commons CSV library - . - Homepage: http://jakarta.apache.org/commons/sandbox/csv/ -- 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

