[pkg-java] r13207 - in trunk/libcsv-java: . debian debian/source
Andrew Ross
rockclimb-guest at alioth.debian.org
Fri Jan 14 21:47:27 UTC 2011
Author: rockclimb-guest
Date: 2011-01-14 21:47:27 +0000 (Fri, 14 Jan 2011)
New Revision: 13207
Added:
trunk/libcsv-java/debian/
trunk/libcsv-java/debian/changelog
trunk/libcsv-java/debian/compat
trunk/libcsv-java/debian/control
trunk/libcsv-java/debian/copyright
trunk/libcsv-java/debian/javabuild
trunk/libcsv-java/debian/libcsv-java-doc.javadoc
trunk/libcsv-java/debian/libcsv-java.jlibs
trunk/libcsv-java/debian/rules
trunk/libcsv-java/debian/source/
trunk/libcsv-java/debian/source/format
trunk/libcsv-java/debian/watch
Log:
[svn-inject] Applying Debian modifications (2.0-11) to trunk
Property changes on: trunk/libcsv-java/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/libcsv-java/debian/changelog
===================================================================
--- trunk/libcsv-java/debian/changelog (rev 0)
+++ trunk/libcsv-java/debian/changelog 2011-01-14 21:47:27 UTC (rev 13207)
@@ -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
+
Added: trunk/libcsv-java/debian/compat
===================================================================
--- trunk/libcsv-java/debian/compat (rev 0)
+++ trunk/libcsv-java/debian/compat 2011-01-14 21:47:27 UTC (rev 13207)
@@ -0,0 +1 @@
+7
Added: trunk/libcsv-java/debian/control
===================================================================
--- trunk/libcsv-java/debian/control (rev 0)
+++ trunk/libcsv-java/debian/control 2011-01-14 21:47:27 UTC (rev 13207)
@@ -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.
Added: trunk/libcsv-java/debian/copyright
===================================================================
--- trunk/libcsv-java/debian/copyright (rev 0)
+++ trunk/libcsv-java/debian/copyright 2011-01-14 21:47:27 UTC (rev 13207)
@@ -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'.
+
+
Added: trunk/libcsv-java/debian/javabuild
===================================================================
--- trunk/libcsv-java/debian/javabuild (rev 0)
+++ trunk/libcsv-java/debian/javabuild 2011-01-14 21:47:27 UTC (rev 13207)
@@ -0,0 +1 @@
+csv.jar src/com
Added: trunk/libcsv-java/debian/libcsv-java-doc.javadoc
===================================================================
--- trunk/libcsv-java/debian/libcsv-java-doc.javadoc (rev 0)
+++ trunk/libcsv-java/debian/libcsv-java-doc.javadoc 2011-01-14 21:47:27 UTC (rev 13207)
@@ -0,0 +1 @@
+internal /usr/share/doc/libcsv-java/api
Added: trunk/libcsv-java/debian/libcsv-java.jlibs
===================================================================
--- trunk/libcsv-java/debian/libcsv-java.jlibs (rev 0)
+++ trunk/libcsv-java/debian/libcsv-java.jlibs 2011-01-14 21:47:27 UTC (rev 13207)
@@ -0,0 +1 @@
+csv.jar
Added: trunk/libcsv-java/debian/rules
===================================================================
--- trunk/libcsv-java/debian/rules (rev 0)
+++ trunk/libcsv-java/debian/rules 2011-01-14 21:47:27 UTC (rev 13207)
@@ -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
+
Property changes on: trunk/libcsv-java/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libcsv-java/debian/source/format
===================================================================
--- trunk/libcsv-java/debian/source/format (rev 0)
+++ trunk/libcsv-java/debian/source/format 2011-01-14 21:47:27 UTC (rev 13207)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/libcsv-java/debian/watch
===================================================================
--- trunk/libcsv-java/debian/watch (rev 0)
+++ trunk/libcsv-java/debian/watch 2011-01-14 21:47:27 UTC (rev 13207)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/javacsv/ javacsv(.*)\.zip
More information about the pkg-java-commits
mailing list