diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 | 
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 -     +  ###  %: | 
