[libcsv-java] 07/10: close #694357
Markus Koschany
apo at moszumanska.debian.org
Mon Oct 17 17:36:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository libcsv-java.
commit 06d00c9c726fffd0cdf8525373a13089c8bd9942
Author: Tony Mancill <tmancill at debian.org>
Date: Tue Nov 27 04:12:02 2012 +0000
close #694357
---
debian/changelog | 8 ++++++++
debian/control | 2 ++
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2185604..43d2a46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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 <tmancill at 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
diff --git a/debian/control b/debian/control
index dde05a6..fab6273 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,8 @@ 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcsv-java.git
More information about the pkg-java-commits
mailing list