summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-08 16:19:25 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-08 16:19:25 +0200
commit0aa9b13b440134040aebe2a37c1fb51a0cd72dcf (patch)
treee0cbe63d15bae4b338527903e86bb5e9ed7b491e
parentf2022ac23b38329d131b5f57276ed1c0eab2f018 (diff)
d/control & d/rules: Remove trailing whitespaces
-rw-r--r--debian/changelog3
-rw-r--r--debian/control1
-rw-r--r--debian/patches/series2
-rwxr-xr-xdebian/rules2
4 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index e86f706..4fcf4a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ fast-cpp-csv-parser (0.0+git20160525~9bf299c-2) UNRELEASED; urgency=medium
- Bump minimum debhelper version in debian/control to >= 11.
* debian/control:
- Switch Vcs-* to new loacation.
+ - Remove trailing whitespaces.
+ * debian/rules:
+ - Remove trailing whitespaces.
-- Jörg Frings-Fürst <debian@jff.email> Thu, 17 Nov 2016 14:32:30 +0100
diff --git a/debian/control b/debian/control
index 252b3bc..9c7adad 100644
--- a/debian/control
+++ b/debian/control
@@ -28,4 +28,3 @@ Description: Fast C++ CSV Parser
* 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/patches/series b/debian/patches/series
index fc96dce..3909c89 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
0105-cve-2018-13421.patch
-0100-unescaped_quotes.patch
+#0100-unescaped_quotes.patch
diff --git a/debian/rules b/debian/rules
index 06ebe3c..8ff4ad0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ PKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))
VER = $(shell dpkg-parsechangelog -l$(PKD)/changelog -SVersion | cut -d- -f1)
%:
- dh $@
+ dh $@
override_dh_auto_build: