Author: janpascal-guest Date: 2007-08-01 06:01:41 +0000 (Wed, 01 Aug 2007) New Revision: 3935
Modified: trunk/commons-csv/debian/control trunk/commons-csv/debian/copyright trunk/commons-csv/debian/get-orig-source trunk/commons-csv/debian/uscan Log: Commons is now a top-level Apache project Modified: trunk/commons-csv/debian/control =================================================================== --- trunk/commons-csv/debian/control 2007-08-01 05:58:22 UTC (rev 3934) +++ trunk/commons-csv/debian/control 2007-08-01 06:01:41 UTC (rev 3935) @@ -14,7 +14,7 @@ Depends: java-gcj-compat | java1-runtime | java2-runtime Suggests: java-virtual-machine Description: a Java library for working with csv (comma separated values) files - libcommons-csv-java is the Jakarta Commons library for working with csv (comma + libcommons-csv-java is the Apache Commons library for working with csv (comma separated value) files. . Homepage: http://jakarta.apache.org/commons/sandbox/csv/ @@ -23,7 +23,7 @@ Architecture: all Section: doc Description: documentation for libcommons-csv-java - libcommons-csv-java is the Jakarta Commons library for working with csv (comma + libcommons-csv-java is the Apache Commons library for working with csv (comma separated value) files. . This package contains the API documentation for the Commons CSV library Modified: trunk/commons-csv/debian/copyright =================================================================== --- trunk/commons-csv/debian/copyright 2007-08-01 05:58:22 UTC (rev 3934) +++ trunk/commons-csv/debian/copyright 2007-08-01 06:01:41 UTC (rev 3935) @@ -2,7 +2,7 @@ Tue, 19 Jun 2007 14:24:31 +0200 It was downloaded using subversion from the Subversion repository at -http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/ +http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/ Use debian/rules get-orig-source Modified: trunk/commons-csv/debian/get-orig-source =================================================================== --- trunk/commons-csv/debian/get-orig-source 2007-08-01 05:58:22 UTC (rev 3934) +++ trunk/commons-csv/debian/get-orig-source 2007-08-01 06:01:41 UTC (rev 3935) @@ -4,7 +4,7 @@ # subversion repository and builds the .orig.tar.gz file. REVISION=`dpkg-parsechangelog | grep "^Version:" | grep -o "+svn[0-9]\+" | grep -o "[0-9]\+"` -BASEURL="http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/" +BASEURL="http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/" TEMPDIR=`mktemp -d` DESTDIR=$PWD/.. Modified: trunk/commons-csv/debian/uscan =================================================================== --- trunk/commons-csv/debian/uscan 2007-08-01 05:58:22 UTC (rev 3934) +++ trunk/commons-csv/debian/uscan 2007-08-01 06:01:41 UTC (rev 3935) @@ -4,7 +4,7 @@ # revision of commons-cvs in the Apache subversion repository. REVISION=`dpkg-parsechangelog | grep "^Version:" | grep -o "+svn[0-9]\+" | grep -o "[0-9]\+"` -BASEURL="http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/" +BASEURL="http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/" LATEST_UPSTREAM_REVISION=`svn info -R $BASEURL | grep -i "last changed rev:" | grep -o "[0-9]\+" | sort -n | tail -n 1` if [ "$REVISION" != "$LATEST_UPSTREAM_REVISION" ]; then _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

