summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-17 20:58:59 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-17 20:58:59 +0200
commit22ac2057a73db5009cc360ecc0748791aaa484c6 (patch)
tree87bfdd40ff37bb4af33cb079bec6db107e90326b /debian/control
parenta217292f7025ba71976060dfc85fa386df8258fc (diff)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index badcef1..c0f4545 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: fast-cpp-csv-parser
Section: libdevel
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Homepage: https://github.com/ben-strasser/fast-cpp-csv-parser
Vcs-Git: git://anonscm.debian.org/collab-maint/fast-cpp-csv-parser.git
@@ -12,7 +12,7 @@ Package: libfccp-dev
Architecture: all
Depends: ${misc:Depends}
Description: Fast C++ CSV Parser
- fast-cpp-cvs-praser is a small, easy-to-use and fast header-only
+ fast-cpp-cvs-parser is a small, easy-to-use and fast header-only
library for reading comma separated value (CSV) files. The library
is completely contained inside a single header file. The library
can used with a standard conformant C++11 compiler.