summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-08 17:51:15 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-08 17:51:15 +0200
commit55468dee3d47698ce77f5cd9ad2a0f23c71d6fd0 (patch)
tree692235c62099c0691910aaba3e84b7f1235df256
parentf76d1cde0a33131bf187d00385b8cfde7f45bbc6 (diff)
Change version to the upstream commit date. Add debian/watch
-rw-r--r--.gitignore3
-rw-r--r--debian/README.source2
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
-rw-r--r--debian/watch7
5 files changed, 15 insertions, 3 deletions
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 <debian@jff-webhosting.net> Mon, 28 Apr 2014 11:10:13 +0200
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> 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