From 55468dee3d47698ce77f5cd9ad2a0f23c71d6fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 8 Aug 2014 17:51:15 +0200 Subject: Change version to the upstream commit date. Add debian/watch --- .gitignore | 3 +++ debian/README.source | 2 +- debian/changelog | 2 +- debian/control | 4 +++- debian/watch | 7 +++++++ 5 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 debian/watch diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c270cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.bzr +.bzrignore +.pc \ No newline at end of file diff --git a/debian/README.source b/debian/README.source index b840888..efd5624 100644 --- a/debian/README.source +++ b/debian/README.source @@ -8,5 +8,5 @@ The documentation is a modified site from the wiki, installed in debian/doc. The pdf file was generated with "wkhtmltopdf Documentation.html Documentation.pdf". The batch is also in debian/doc. - -- Jörg Frings-Fürst Mon, 28 Apr 2014 11:10:13 +0200 + -- Jörg Frings-Fürst Fri, 08 Aug 2014 13:22:16 +0200 diff --git a/debian/changelog b/debian/changelog index b335d1f..c1b22aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -fast-cpp-csv-parser (0.0+git20140808~0a259084edad-1) unstable; urgency=low +fast-cpp-csv-parser (0.0+git20140429~0a2590-1) unstable; urgency=low * Initial release (Closes: #745898) diff --git a/debian/control b/debian/control index 7493780..231f3d1 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,12 @@ Build-Depends: debhelper (>= 9) Standards-Version: 3.9.5 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 Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +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. diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..32dadcb --- /dev/null +++ b/debian/watch @@ -0,0 +1,7 @@ +version=3 + +# +# This package needs only one file from a git repository. +# The filename has no release infos. +# So the this watch file is not used. +# \ No newline at end of file -- cgit v1.2.3