1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
commons-csv (1.8-1) unstable; urgency=medium
* New upstream release
- Build depend on junit5+hamcrest instead of junit4
* Standards-Version updated to 4.5.0
* Switch to debhelper level 12
-- Emmanuel Bourg <ebourg@apache.org> Thu, 10 Sep 2020 14:14:14 +0200
commons-csv (1.7-1) unstable; urgency=medium
* Team upload.
* New upstream release
- New build dependency on libmockito-java
* Removed the -java-doc package
* Standards-Version updated to 4.4.0
* Track and download the new releases from GitHub
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Fri, 19 Jul 2019 12:52:54 +0200
commons-csv (1.5-1) unstable; urgency=medium
* New upstream release
* Standards-Version updated to 4.1.0
* Switch to debhelper level 10
-- Emmanuel Bourg <ebourg@apache.org> Wed, 13 Sep 2017 10:02:19 +0200
commons-csv (1.4-1) unstable; urgency=medium
* Team upload.
* New upstream release
- New build dependency on libcommons-lang3-java
* Enabled the OSGi metadata
* Build with the DH sequencer instead of CDBS
* Standards-Version updated to 3.9.8
* Use secure Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Tue, 28 Jun 2016 23:35:22 +0200
commons-csv (1.2-1) unstable; urgency=medium
* Team upload.
* New upstream release
- Build with maven-debian-helper
* Moved the package to Git
* debian/control:
- Removed Michael Koch from the uploaders (Closes: #654005)
- Standards-Version updated to 3.9.6 (no changes)
- Removed the deprecated DM-Upload-Allowed field
- Updated the package description
* Switch to debhelper level 9
* debian/copyright: Converted to the Copyright Format 1.0
* Updated debian/watch
-- Emmanuel Bourg <ebourg@apache.org> Tue, 29 Sep 2015 17:51:15 +0200
commons-csv (0.1-SNAPSHOT+svn678580-3) unstable; urgency=low
[ Miguel Landaeta ]
* Team upload.
* Bump Standards-Version to 3.9.2. No changes were required.
* Switch to source format 3.0 (quilt).
[ James Page ]
* Fix FTBFS with OpenJDK7 (LP: #888929) (Closes: #651401):
- d/ant.properties: Specify source/target as 1.5 for javac and
javadoc ant tasks to ensure backwards compatibility and work
around Java 7 encoding errors.
[ Jan-Pascal van Best ]
* Removed Jan-Pascal from Uploaders
-- Miguel Landaeta <miguel@miguel.cc> Fri, 09 Dec 2011 21:42:38 -0430
commons-csv (0.1-SNAPSHOT+svn678580-2) unstable; urgency=low
* Team upload.
[ Emmanuel Bourg ]
* Update of the URLs
[ Michael Koch ]
* Build-Depends on debhelper (>= 7).
* Move package to java section.
* Fixed watch file.
* Added myself to Uploaders.
* Updated Standards-Version to 3.8.3.
[ Thierry Carrez ]
* debian/control: Fully depend on -headless runtimes
* debian/rules, debian/control: Switch to default-jdk
[ Torsten Werner ]
* Convert debian/copyright to UTF-8 encoding.
* Add Depends: ${misc:Depend} and remove Java runtime dependencies.
* Remove directory debian/patches and dpatch dependency.
-- Torsten Werner <twerner@debian.org> Fri, 05 Aug 2011 23:46:29 +0200
commons-csv (0.1-SNAPSHOT+svn678580-1) unstable; urgency=low
[ Kumar Appaiah ]
* Add Homepage field to debian/control.
* Add Vcs-Svn and Vcs-Browser to debian/control.
[ Jan-Pascal van Best ]
* New upstream revision
* Bump standards-version to 3.8.0
* Added debian/build.xml for building, since commons-csv now uses a
Maven-based build system.
* Remove full Apache license from debian/copyright and referred to
/usr/share/common-licenses instead.
* Added DM-Upload-Allowed: yes to debian/control.
* Compile with OpenJDK (instead of gcj).
-- Jan-Pascal van Best <janpascal@vanbest.org> Wed, 10 Sep 2008 20:58:00 +0200
commons-csv (0.1-SNAPSHOT+svn558885-1) unstable; urgency=low
* Initial release, based on subversion revision 558885 (2007-07-25) (Closes: #429779)
-- Jan-Pascal van Best <janpascal@vanbest.org> Fri, 27 Jul 2007 09:45:30 +0200
|