[libcsv-java] 02/10: [svn-inject] Applying Debian modifications (2.0-11) to trunk

Markus Koschany apo at moszumanska.debian.org
Mon Oct 17 17:36:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libcsv-java.

commit d3ce3e0aadd198daf240483809fd568d7b13116f
Author: Andrew Ross <ubuntu at rossfamily.co.uk>
Date:   Fri Jan 14 21:47:27 2011 +0000

    [svn-inject] Applying Debian modifications (2.0-11) to trunk
---
 debian/changelog               | 72 ++++++++++++++++++++++++++++++++++++++++++
 debian/compat                  |  1 +
 debian/control                 | 31 ++++++++++++++++++
 debian/copyright               | 37 ++++++++++++++++++++++
 debian/javabuild               |  1 +
 debian/libcsv-java-doc.javadoc |  1 +
 debian/libcsv-java.jlibs       |  1 +
 debian/rules                   | 17 ++++++++++
 debian/source/format           |  1 +
 debian/watch                   |  2 ++
 10 files changed, 164 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a4c781c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,72 @@
+libcsv-java (2.0-11) unstable; urgency=low
+
+  * Split javadoc into separate package and add the javacsv.jar symlink
+    to match the upstream jar name.
+  * Update standards version.
+  * Fix lintian warning about recommending default-jdk-doc.
+
+ -- Andrew Ross <ubuntu at rossfamily.co.uk>  Thu, 06 Jan 2011 23:15:58 +0000
+
+libcsv-java (2.0-10) unstable; urgency=low
+
+  * Change to default-jdk-doc from classpath-doc (Closes: #567280)
+  * Fix some lintian warnings 
+
+ -- Matthew Johnson <mjj29 at debian.org>  Sat, 20 Mar 2010 13:26:53 +0000
+
+libcsv-java (2.0-9) unstable; urgency=low
+
+  * Change to using javahelper instead of dh_javadoc
+
+ -- Matthew Johnson <mjj29 at debian.org>  Sat, 12 Dec 2009 10:05:00 +0000
+
+libcsv-java (2.0-8) unstable; urgency=low
+
+  * Build-depend on gjdoc as it is now not part of default-jdk 
+  * Build with default-jdk
+
+ -- Matthew Johnson <mjj29 at debian.org>  Thu, 13 Aug 2009 00:01:27 +0100
+
+libcsv-java (2.0-7) unstable; urgency=low
+
+  * Change to using dh 7 as a test for the javahelper module 
+
+ -- Matthew Johnson <mjj29 at debian.org>  Fri, 17 Jul 2009 19:42:15 +0100
+
+libcsv-java (2.0-6) unstable; urgency=low
+
+  * Change to section java 
+
+ -- Matthew Johnson <mjj29 at debian.org>  Sun, 15 Mar 2009 18:14:36 +0000
+
+libcsv-java (2.0-5) unstable; urgency=low
+
+  * Bump Standards-Version
+
+ -- Matthew Johnson <mjj29 at debian.org>  Tue, 05 Feb 2008 09:28:03 +0000
+
+libcsv-java (2.0-4) unstable; urgency=low
+
+  * Add watch file
+
+ -- Matthew Johnson <mjj29 at debian.org>  Tue, 25 Dec 2007 11:40:56 +0000
+
+libcsv-java (2.0-3) unstable; urgency=low
+
+  * Move to priority optional 
+
+ -- Matthew Johnson <mjj29 at debian.org>  Sat,  8 Dec 2007 00:06:41 +0000
+
+libcsv-java (2.0-2) unstable; urgency=low
+
+  * Update maintainer address 
+
+ -- Matthew Johnson <mjj29 at debian.org>  Wed, 05 Dec 2007 10:26:17 +0000
+
+libcsv-java (2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #421431)
+  * Update to new policy
+
+ -- Matthew Johnson <debian at matthew.ath.cx>  Wed, 30 May 2007 01:36:08 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..221906c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: libcsv-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Matthew Johnson <mjj29 at debian.org>, 
+ Andrew Ross <ubuntu at rossfamily.co.uk>
+Build-Depends: debhelper (>= 7.0.50~), javahelper (>=0.32~)
+Build-Depends-Indep: default-jdk, fastjar, default-jdk-doc
+Standards-Version: 3.9.1
+Homepage: http://sourceforge.net/projects/javacsv/
+
+Package: libcsv-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: CSV IO library for Java
+ Java CSV is a small fast open source java library for reading and writing CSV
+ and plain delimited text files. All kinds of CSV files can be handled, text
+ qualified, Excel formatted, etc.
+
+Package: libcsv-java-doc
+Section: doc
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: CSV IO library for Java (documentation)
+ Java CSV is a small fast open source java library for reading and writing CSV
+ and plain delimited text files. All kinds of CSV files can be handled, text
+ qualified, Excel formatted, etc.
+ .
+ This package contains the documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f62238f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+This package was debianized by Matthew Johnson <debian at matthew.ath.cx> on
+Fri, 27 Apr 2007 15:24:36 +0100.
+
+The Debian packaging was updated by Andrew Ross <ubuntu at rossfamily.co.uk> on
+Thu, 06 Jan 2011 23:15:58 +0000.
+
+It was downloaded from http://sourceforge.net/projects/javacsv/
+
+Upstream Author: Bruce Dunwiddie <shriop at users.sourceforge.net>
+
+Copyright: 2006 Bruce Dunwiddie
+
+License:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+
+The Debian packaging is Copyright (C) 2007, Matthew Johnson 
+<debian at matthew.ath.cx> and is licensed under the GPL version 2, 
+see `/usr/share/common-licenses/GPL-2'.
+
+
diff --git a/debian/javabuild b/debian/javabuild
new file mode 100644
index 0000000..f013e13
--- /dev/null
+++ b/debian/javabuild
@@ -0,0 +1 @@
+csv.jar src/com
diff --git a/debian/libcsv-java-doc.javadoc b/debian/libcsv-java-doc.javadoc
new file mode 100644
index 0000000..45ae5b4
--- /dev/null
+++ b/debian/libcsv-java-doc.javadoc
@@ -0,0 +1 @@
+internal /usr/share/doc/libcsv-java/api
diff --git a/debian/libcsv-java.jlibs b/debian/libcsv-java.jlibs
new file mode 100644
index 0000000..9dcbab8
--- /dev/null
+++ b/debian/libcsv-java.jlibs
@@ -0,0 +1 @@
+csv.jar
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..76d98ba
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+JAVA_HOME=/usr/lib/jvm/default-java
+
+%:
+	dh $@ --with javahelper
+
+override_dh_auto_clean:
+	true
+override_dh_auto_build:
+	true
+
+# add a symlink from javacsv.jar to csv.jar
+override_jh_installlibs:
+	jh_installlibs
+	dh_link usr/share/java/csv.jar usr/share/java/javacsv.jar
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..615806a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/javacsv/ javacsv(.*)\.zip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcsv-java.git



More information about the pkg-java-commits mailing list