From 0aa9b13b440134040aebe2a37c1fb51a0cd72dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 8 Jul 2018 16:19:25 +0200 Subject: d/control & d/rules: Remove trailing whitespaces --- debian/changelog | 3 +++ debian/control | 1 - debian/patches/series | 2 +- debian/rules | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) (limited to 'debian') 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 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: -- cgit v1.2.3