summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog23
-rw-r--r--debian/control4
-rw-r--r--debian/docs1
3 files changed, 14 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index 6451d9f..3180ce9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,23 +1,24 @@
-fast-cpp-csv-parser (0.0+git20160912~9bf299c-1) unstable; urgency=medium
+fast-cpp-csv-parser (0.0+git20160525~9bf299c-1) unstable; urgency=medium
* New upstream release.
+ * debian/copyright:
+ - Add year 2016 for upstream and packaging.
+ - Clarify license from BSD-3 to BSD-3-clause.
+ - Move homepage to github.
* debian/control:
- Move homepage to github.
- Bump Standards-Version to 3.9.8 (no changes required).
+ - Bump debhelper version to >= 10.
- Change VCS-Browser to secure uri.
- * debian/copyright:
- - Move homepage to github.
- * Remove debian/source/options because compression xz is standard now.
- * Bump compat level to 10 (no changes required).
+ - Correct typo at Description.
+ * debian/docs:
+ - Add README.md
* debian/rules:
- Rewrite get-orig-source to get all files.
- * debian/copyright:
- - Add year 2016.
- - Clarify license from BSD-3 to BSD-3-clause.
- * debian/docs:
- - Add README.md and LICENSE
+ * Remove debian/source/options because compression xz is standard now.
+ * Bump compat level to 10 (no changes required).
- -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 12 Sep 2016 07:02:02 +0200
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 02 Oct 2016 15:15:30 +0200
fast-cpp-csv-parser (0.0+git20140429~0a2590-1) unstable; urgency=low
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.
diff --git a/debian/docs b/debian/docs
index 46abf09..6f51c50 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,4 +1,3 @@
debian/doc/Documentation.html
debian/doc/Documentation.pdf
README.md
-LICENSE