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

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

commit 3df9b29f80ea473456b6889c6ccfab9914136144
Merge: 8eb206c 7459279
Author: tony mancill <tmanc...@debian.org>
Date:   Mon Nov 26 19:55:24 2012 -0800

    Import Debian patch 2.0-12

 build.bat                        |    1 +
 build.xml                        |   17 +
 debian/changelog                 |    7 -
 debian/control                   |    4 +-
 javadoc.bat                      |    1 +
 javadoc.xml                      |   22 +
 src/AllTests.java                | 2220 ++++++++++++++++++++++++++++++++++++++
 src/com/csvreader/CsvReader.java | 1775 ++++++++++++++++++++++++++++++
 src/com/csvreader/CsvWriter.java |  599 ++++++++++
 9 files changed, 4637 insertions(+), 9 deletions(-)

diff --cc debian/changelog
index 286a767,0000000..43d2a46
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,89 -1,0 +1,82 @@@
- libcsv-java (2.0-12.1) UNRELEASED; urgency=medium
- 
-   * Non-maintainer upload.
-   * Moved the package to Git
- 
-  -- Markus Koschany <a...@debian.org>  Mon, 17 Oct 2016 18:46:56 +0200
- 
 +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 <tmanc...@debian.org>  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 <ubu...@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 <mj...@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 <mj...@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 <mj...@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 <mj...@debian.org>  Fri, 17 Jul 2009 19:42:15 +0100
 +
 +libcsv-java (2.0-6) unstable; urgency=low
 +
 +  * Change to section java 
 +
 + -- Matthew Johnson <mj...@debian.org>  Sun, 15 Mar 2009 18:14:36 +0000
 +
 +libcsv-java (2.0-5) unstable; urgency=low
 +
 +  * Bump Standards-Version
 +
 + -- Matthew Johnson <mj...@debian.org>  Tue, 05 Feb 2008 09:28:03 +0000
 +
 +libcsv-java (2.0-4) unstable; urgency=low
 +
 +  * Add watch file
 +
 + -- Matthew Johnson <mj...@debian.org>  Tue, 25 Dec 2007 11:40:56 +0000
 +
 +libcsv-java (2.0-3) unstable; urgency=low
 +
 +  * Move to priority optional 
 +
 + -- Matthew Johnson <mj...@debian.org>  Sat,  8 Dec 2007 00:06:41 +0000
 +
 +libcsv-java (2.0-2) unstable; urgency=low
 +
 +  * Update maintainer address 
 +
 + -- Matthew Johnson <mj...@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 <deb...@matthew.ath.cx>  Wed, 30 May 2007 01:36:08 +0100
 +
diff --cc debian/control
index 62f49c6,0000000..fab6273
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,34 -1,0 +1,34 @@@
 +Source: libcsv-java
 +Section: java
 +Priority: optional
 +Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
 +Uploaders: Matthew Johnson <mj...@debian.org>, Andrew Ross 
<ubu...@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
- Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcsv-java.git
- Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcsv-java.git
++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.

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to