summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2018-03-21 22:40:40 +0100
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2018-03-21 22:40:40 +0100
commitabd3d9186a6f0ee15688f91a416aaabc98f129a5 (patch)
tree7ae441188671f8b3f1e5699ed36deee2c243b74c
parent7accc6a2acfbfce2e9f4a25bd1a8ef9bfec4783a (diff)
Remove trailing whitespaces
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 757c772..3f207f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ uriparser (0.8.5-1) UNRELEASED; urgency=medium
* New upstream release.
- Refresh symbols file.
+ * Remove trailing whitespaces:
+ - debian/changelog
+ - debian/control
+ - debian/rules
-- Jörg Frings-Fürst <debian@jff.email> Wed, 21 Mar 2018 22:11:26 +0100
@@ -162,7 +166,7 @@ uriparser (0.6.3-1) unstable; urgency=low
uriparser (0.6.1-1) unstable; urgency=low
- * New upstream version.
+ * New upstream version.
* Add a watch file.
diff --git a/debian/control b/debian/control
index ec9ae66..bf6fb38 100644
--- a/debian/control
+++ b/debian/control
@@ -62,5 +62,5 @@ Description: documentation files for uriparser
uriparser is a library that parses Uniform Resource Identifiers (URIs),
strictly adhering to RFC 3986 where syntax for URIs is defined. URIs
are used to identify resources, like http://www.debian.org/ or
- urn:isbn:0-395-36341-1. This package provides the documentation
+ urn:isbn:0-395-36341-1. This package provides the documentation
files for uriparser.
diff --git a/debian/rules b/debian/rules
index 713b782..2df6d7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ confflags += --build $(DEB_BUILD_GNU_TYPE)
ifneq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
confflags += --host $(DEB_HOST_GNU_TYPE)
endif
-
+
###
%: