debian/0000755000000000000000000000000012146706354007176 5ustar debian/control0000644000000000000000000000301012146661655010577 0ustar Source: opencsv Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: libmaven-javadoc-plugin-java, junit4, default-jdk-doc Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/opencsv Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/opencsv Homepage: http://opencsv.sf.net Package: libopencsv-java Architecture: all Depends: ${misc:Depends} Suggests: libopencsv-java-doc Description: opencsv - Library for reading and writing CSV in Java Opencsv is a very simple csv (comma-separated values) parser library for Java. It supports all the basic csv-type things you're likely to want to do: . * Arbitrary numbers of values per line * Ignoring commas in quoted elements * Handling quoted entries with embedded carriage returns (ie entries that span multiple lines) * Configurable separator and quote characters (or use sensible defaults) * Read all the entries at once, or use an Iterator style model * Creating csv files from String[] (ie. automatic escaping of embedded quote chars) Package: libopencsv-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: default-jdk-doc Suggests: libopencsv-java Description: Documentation for opencsv Simple library for reading and writing CSV in Java . This package contains the API documentation of libopencsv-java. debian/compat0000644000000000000000000000000212146661655010400 0ustar 7 debian/changelog0000644000000000000000000000022612146661655011054 0ustar opencsv (2.3-1) unstable; urgency=low * Initial release (Closes: #709171) -- Emmanuel Bourg Tue, 21 May 2013 14:04:03 +0200 debian/rules0000755000000000000000000000036012146661655010261 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/libopencsv-java-doc.install0000644000000000000000000000006412146661655014420 0ustar target/apidocs/* usr/share/doc/libopencsv-java/api debian/README.source0000644000000000000000000000043612146661655011364 0ustar Information about opencsv ------------------------- This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/orig-tar.sh0000755000000000000000000000110612146661655011263 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' VERSION=$2 TAR=../opencsv_$VERSION.orig.tar.gz DIR=opencsv-$VERSION tar -zxf $3 rm $3 GZIP=--best tar -c -z -f $TAR \ --exclude '*.jar' \ --exclude '*.sh' \ --exclude 'build.xml' \ --exclude 'build.version' \ --exclude 'deploy' \ --exclude 'doc' \ --exclude 'lib' \ --exclude '.svnignore' \ --exclude '.project' \ --exclude '.classpath' \ $DIR rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir && echo "moved $TAR to $origDir" fi debian/maven.rules0000644000000000000000000000004212146661655011360 0ustar junit junit jar s/4\..*/4.x/ * * debian/maven.publishedRules0000644000000000000000000000000112146661655013213 0ustar debian/libopencsv-java.poms0000644000000000000000000000320612146661655013166 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install. [mh_install] # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar. # It will be installed with mh_install. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml --no-parent --has-package-version debian/source/0000755000000000000000000000000012146666202010473 5ustar debian/source/format0000644000000000000000000000001412146661655011710 0ustar 3.0 (quilt) debian/maven.properties0000644000000000000000000000020712146661655012425 0ustar # Include here properties to pass to Maven during the build. maven.test.skip=true maven.compiler.source=1.5 maven.compiler.target=1.5 debian/maven.ignoreRules0000644000000000000000000000055112146661655012531 0ustar org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-enforcer-plugin * * * * org.apache.maven.plugins maven-gpg-plugin * * * * org.apache.maven.plugins maven-jxr-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * org.codehaus.mojo cobertura-maven-plugin * * * * org.codehaus.mojo findbugs-maven-plugin * * * * debian/maven.cleanIgnoreRules0000644000000000000000000000000112146661655013462 0ustar debian/watch0000644000000000000000000000014212146661655010230 0ustar version=3 http://sf.net/opencsv/ opencsv-([\d\.]+)-src-with-libs.tar.gz debian debian/orig-tar.sh debian/copyright0000644000000000000000000000072112146661655011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: opencsv Source: http://opencsv.sf.net Files: * Copyright: 2013, Glen Smith License: Apache-2.0 Files: debian/* Copyright: 2013, Emmanuel Bourg License: Apache-2.0 License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0' debian/libopencsv-java-doc.doc-base.api0000644000000000000000000000044512146661655015202 0ustar Document: libopencsv-java Title: API Javadoc for opencsv Author: opencsv developers Abstract: This is the API Javadoc provided for the libopencsv-java library. Section: Programming Format: HTML Index: /usr/share/doc/libopencsv-java/api/index.html Files: /usr/share/doc/libopencsv-java/api/*