[commons-csv] 02/35: Commons is now a top-level Apache project
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Sep 29 15:53:14 UTC 2015
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 20babf5c4cca124ec5f1f00d44f3b4412ac63362
Author: Jan-Pascal van Best <janpascal at vanbest.org>
Date: Wed Aug 1 06:01:41 2007 +0000
Commons is now a top-level Apache project
---
debian/control | 4 ++--
debian/copyright | 2 +-
debian/get-orig-source | 2 +-
debian/uscan | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 79453af..47f5662 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Architecture: all
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 @@ Package: libcommons-csv-java-doc
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
diff --git a/debian/copyright b/debian/copyright
index 2719da0..cb0ff0b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ This package was debianized by Jan-Pascal van Best <janpascal at vanbest.org> on
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
diff --git a/debian/get-orig-source b/debian/get-orig-source
index bfced37..73e6d27 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -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/..
diff --git a/debian/uscan b/debian/uscan
index d41e26a..0a1a15b 100755
--- a/debian/uscan
+++ b/debian/uscan
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-csv.git
More information about the pkg-java-commits
mailing list