debian/0000755000000000000000000000000012055035221007161 5ustar debian/watch0000644000000000000000000000006211514142157010216 0ustar version=3 http://sf.net/javacsv/ javacsv(.*)\.zip debian/libcsv-java-doc.javadoc0000644000000000000000000000005011514142157013457 0ustar internal /usr/share/doc/libcsv-java/api debian/rules0000755000000000000000000000044411514142157010251 0ustar #!/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 debian/changelog0000644000000000000000000000444312055035141011041 0ustar libcsv-java (2.0-12) unstable; urgency=low * Team upload. * Add missing Breaks+Replaces: libcsv-java (<< 2.0-11) - Thank you to Andreas Beckmann. (Closes: #694357) -- tony mancill Mon, 26 Nov 2012 19:55:24 -0800 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. * Change maintainer to Debian Java Maintainers. * Switched source format to 3.0 (quilt). -- Andrew Ross 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 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 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 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 Fri, 17 Jul 2009 19:42:15 +0100 libcsv-java (2.0-6) unstable; urgency=low * Change to section java -- Matthew Johnson Sun, 15 Mar 2009 18:14:36 +0000 libcsv-java (2.0-5) unstable; urgency=low * Bump Standards-Version -- Matthew Johnson Tue, 05 Feb 2008 09:28:03 +0000 libcsv-java (2.0-4) unstable; urgency=low * Add watch file -- Matthew Johnson Tue, 25 Dec 2007 11:40:56 +0000 libcsv-java (2.0-3) unstable; urgency=low * Move to priority optional -- Matthew Johnson Sat, 8 Dec 2007 00:06:41 +0000 libcsv-java (2.0-2) unstable; urgency=low * Update maintainer address -- Matthew Johnson 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 Wed, 30 May 2007 01:36:08 +0100 debian/javabuild0000644000000000000000000000002011514142157011043 0ustar csv.jar src/com debian/libcsv-java.jlibs0000644000000000000000000000001011514142157012404 0ustar csv.jar debian/source/0000755000000000000000000000000012055035201010457 5ustar debian/source/format0000644000000000000000000000001411514142157011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211514142157010365 0ustar 7 debian/copyright0000644000000000000000000000263211514142157011125 0ustar This package was debianized by Matthew Johnson on Fri, 27 Apr 2007 15:24:36 +0100. The Debian packaging was updated by Andrew Ross on Thu, 06 Jan 2011 23:15:58 +0000. It was downloaded from http://sourceforge.net/projects/javacsv/ Upstream Author: Bruce Dunwiddie 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 and is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000253112055034652010574 0ustar Source: libcsv-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Matthew Johnson , Andrew Ross Build-Depends: debhelper (>= 7.0.50~), javahelper (>=0.32~) Build-Depends-Indep: default-jdk, fastjar, default-jdk-doc Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcsv-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcsv-java/ 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} Breaks: libcsv-java (<< 2.0-11) Replaces: libcsv-java (<< 2.0-11) 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.