[pkg-java] r4245 - trunk/commons-csv/debian

kumanna-guest at alioth.debian.org kumanna-guest at alioth.debian.org
Fri Sep 21 01:29:52 UTC 2007


Author: kumanna-guest
Date: 2007-09-21 01:29:52 +0000 (Fri, 21 Sep 2007)
New Revision: 4245

Modified:
   trunk/commons-csv/debian/changelog
   trunk/commons-csv/debian/control
Log:
* debian/control
  + Add Homepage field.
  + Add XS-Vcs Svn and XS-Vcs-Browser.


Modified: trunk/commons-csv/debian/changelog
===================================================================
--- trunk/commons-csv/debian/changelog	2007-09-21 00:46:17 UTC (rev 4244)
+++ trunk/commons-csv/debian/changelog	2007-09-21 01:29:52 UTC (rev 4245)
@@ -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 <akumar at ee.iitm.ac.in>  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

Modified: trunk/commons-csv/debian/control
===================================================================
--- trunk/commons-csv/debian/control	2007-09-21 00:46:17 UTC (rev 4244)
+++ trunk/commons-csv/debian/control	2007-09-21 01:29:52 UTC (rev 4245)
@@ -8,6 +8,9 @@
 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 @@
 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 @@
  separated value) files.
  .
  This package contains the API documentation for the Commons CSV library
- .
-  Homepage: http://jakarta.apache.org/commons/sandbox/csv/




More information about the pkg-java-commits mailing list