summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-12 00:43:36 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-12 00:43:36 +0200
commit9c03851f8cd559f3e193a8e8b4e5332ab223cd4e (patch)
tree098f3380038830ca42869ef04d5e64ab5507a143
parent7e13e94458d2676dedcb3d63ad9b9f06274622b5 (diff)
d/control: change packagename, description
-rw-r--r--debian/control29
-rw-r--r--debian/copyright22
-rw-r--r--debian/doc-base6
3 files changed, 30 insertions, 27 deletions
diff --git a/debian/control b/debian/control
index a6a43cf..bcc61c0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
Source: fast-cpp-csv-parser
-Section: devel
+Section: libdevel
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Build-Depends:
@@ -9,19 +9,22 @@ Homepage: https://code.google.com/p/fast-cpp-csv-parser/
Vcs-Git: git://anonscm.debian.org/collab-maint/fast-cpp-csv-parser.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/fast-cpp-csv-parser.git
-Package: fast-cpp-csv-parser
+Package: libfccp-dev
Architecture: all
Depends: ${misc:Depends}
Description: Fast C++ CSV Parser
- Automatically rearranges columns by parsing the header line.
- Disk I/O and CSV-parsing are overlapped using threads for efficiency.
- Parsing features such as escaped strings can be enabled and disabled
- at compile time using templates. You only pay in speed for the
- features you actually use.
- Can read multiple GB files in reasonable time.
- Support for custom columns separators (i.e. Tab separated value files
- are supported), quote escaped strings, automatic space trimming.
- Works with *nix and Windows newlines and automatically ignores UTF-8 BOMs.
- Exception classes with enough context to format useful error messages.
- what() returns error messages ready to be shown to a user.
+ fast-cpp-cvs-praser is a small, easy-to-use and fast header-only
+ library for reading comma separated value (CSV) files.
+ .
+ Future list:
+ * Automatically rearranges columns by parsing the header line.
+ * Disk I/O and CSV-parsing are overlapped using threads for efficiency.
+ * Parsing features such as escaped strings can be enabled and disabled
+ at compile time using templates.
+ * Can read multiple GB files in reasonable time.
+ * Support for custom columns separators (i.e. Tab separated value files
+ are supported), quote escaped strings, automatic space trimming.
+ * Works with *nix and Windows newlines and automatically ignores UTF-8 BOMs.
+ * Exception classes with enough context to format useful error messages.
+ * what() returns error messages ready to be shown to a user.
diff --git a/debian/copyright b/debian/copyright
index 126a259..4b5648f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,21 +12,21 @@ License: GPL-3+
License: BSD-3-Clause
All rights reserved.
-.
+ .
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
-.
+ .
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
-.
-2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-.
-3. Neither the name of the copyright holder nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
diff --git a/debian/doc-base b/debian/doc-base
index d80a26e..1128371 100644
--- a/debian/doc-base
+++ b/debian/doc-base
@@ -6,8 +6,8 @@ Abstract: This manual describes what fast-cpp-csv-parser is
Section: Programming/C++
Format: PDF
-Files: /usr/share/doc/fast-cpp-csv-parser/Documentation.pdf.gz
+Files: /usr/share/doc/libfccp-dev/Documentation.pdf.gz
Format: html
-Index: /usr/share/doc/fast-cpp-csv-parser/Documentation.html
-Files: /usr/share/doc/fast-cpp-csv-parser/*.html
+Index: /usr/share/doc/libfccp-dev/Documentation.html
+Files: /usr/share/doc/libfccp-dev/*.html