[dbus-java] 05/17: Remove trailing whitespace.

Markus Koschany apo at moszumanska.debian.org
Wed Dec 20 12:51:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository dbus-java.

commit 86b677dc78ddc223e8a1f1c76ed1680198f976ef
Author: Markus Koschany <apo at debian.org>
Date:   Mon Dec 18 21:52:08 2017 +0100

    Remove trailing whitespace.
---
 debian/changelog                        | 24 ++++++++++++------------
 debian/libdbus-java-doc.doc-base.manual |  2 +-
 debian/rules                            |  4 ++--
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f8315e3..4122d5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,7 +42,7 @@ dbus-java (2.8-2) unstable; urgency=low
   * Team upload.
 
   [ Matthew Johnson ]
-  * Move to a team-maintained package (moving to java team not utopia) 
+  * Move to a team-maintained package (moving to java team not utopia)
 
   [ Damien Raude-Morvan ]
   * Switch to default-jdk (Closes: #642682).
@@ -68,7 +68,7 @@ dbus-java (2.7-2) unstable; urgency=low
 
 dbus-java (2.7-1) unstable; urgency=low
 
-  * New Upstream Release 
+  * New Upstream Release
   * Convert to dh 7
   * Remove dependencies on locales
 
@@ -76,7 +76,7 @@ dbus-java (2.7-1) unstable; urgency=low
 
 dbus-java (2.6-1) unstable; urgency=low
 
-  * New Upstream Release 
+  * New Upstream Release
   * Bump Standards-Version
   * Change to section java
 
@@ -84,7 +84,7 @@ dbus-java (2.6-1) unstable; urgency=low
 
 dbus-java (2.5-4) unstable; urgency=medium
 
-  * Depend on texlive-latex-recommended (Closes: #494212) 
+  * Depend on texlive-latex-recommended (Closes: #494212)
 
  -- Matthew Johnson <mjj29 at debian.org>  Fri, 08 Aug 2008 15:43:24 +0100
 
@@ -100,7 +100,7 @@ dbus-java (2.5-3) unstable; urgency=low
 
 dbus-java (2.5-2) unstable; urgency=low
 
-  * Change to depend on openjdk and move to main from contrib 
+  * Change to depend on openjdk and move to main from contrib
     (Closes: #490812, #491349)
   * javahelper should have fixed the depends on libmatthew-debug-java.
     (Closes: #491208)
@@ -118,7 +118,7 @@ dbus-java (2.4-2) unstable; urgency=low
   * Fix depends/wrapper script JVM mismatch (Closes: #473569)
   * Ensure correct dependency on lidbus-java in dbus-java-bin
   * Make sure debug is disabled
-  * Depend on and build with sun-java6-jdk 
+  * Depend on and build with sun-java6-jdk
 
  -- Matthew Johnson <mjj29 at debian.org>  Mon, 31 Mar 2008 14:58:34 +0100
 
@@ -130,7 +130,7 @@ dbus-java (2.4-1) unstable; urgency=low
   * Compress using bzip2
   * Depends on version >=0.6 of libunixsocket-java
   * Use Javahelper
-  * Bump standards version 
+  * Bump standards version
 
  -- Matthew Johnson <mjj29 at debian.org>  Tue, 05 Feb 2008 11:49:35 +0000
 
@@ -138,7 +138,7 @@ dbus-java (2.3.2-1) unstable; urgency=low
 
   * Upstream bug fix release
   * Add watch file
-  * Change maintainer address 
+  * Change maintainer address
 
  -- Matthew Johnson <mjj29 at debian.org>  Wed, 05 Dec 2007 09:51:45 +0000
 
@@ -164,7 +164,7 @@ dbus-java (2.3.1-1) unstable; urgency=low
 
 dbus-java (2.3-1) unstable; urgency=low
 
-  * New upstream release 
+  * New upstream release
 
  -- Matthew Johnson <debian at matthew.ath.cx>  Fri, 13 Jul 2007 23:38:38 +0100
 
@@ -216,10 +216,10 @@ libdbus-java (1.12-1) unstable; urgency=low
 
 libdbus-java (1.11-1) unstable; urgency=low
 
-  * New Upstream Release 
+  * New Upstream Release
   * Split binary and doc packages
   * Tidying up of the makefile to use dh_install properly
-  * Add a README to /usr/share/doc/libdbus-java-doc to the 
+  * Add a README to /usr/share/doc/libdbus-java-doc to the
     docs location
   * take package description from python/glib packages
   * update 'was downloaded from' link to new location
@@ -243,7 +243,7 @@ libdbus-java (1.3-1) unstable; urgency=low
   * New Upstream Release
 
  -- Matthew Johnson <debian at matthew.ath.cx>  Mon,  22 Feb 2006 10:10:42 +0000
- 
+
 libdbus-java (1.1-1) unstable; urgency=low
 
   * New Upstream Release
diff --git a/debian/libdbus-java-doc.doc-base.manual b/debian/libdbus-java-doc.doc-base.manual
index 51a8bf3..abc56e0 100644
--- a/debian/libdbus-java-doc.doc-base.manual
+++ b/debian/libdbus-java-doc.doc-base.manual
@@ -3,7 +3,7 @@ Title: Usage documentation for libdbus-java
 Author: Matthew Johnson
 Abstract: This manual describes what libdbus-java is
  and how it can be used to enable Java programs
- to use D-Bus. 
+ to use D-Bus.
 Section: Programming
 
 Format: HTML
diff --git a/debian/rules b/debian/rules
index 50fae1a..bdaead2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_build:
 			  JAVA=${JAVA_HOME}/bin/java \
 			  JAR=${JAVA_HOME}/bin/jar \
 			  JAVADOC="${JAVA_HOME}/bin/javadoc -link /usr/share/doc/default-jdk-doc/api" \
-			  all doc check 
+			  all doc check
 	touch $@
 
 override_dh_auto_clean:
@@ -41,6 +41,6 @@ override_jh_manifest:
 	jh_manifest -pdbus-java-bin -c"dbus-$(VERSION).jar"
 override_jh_depends:
 	jh_depends -pdbus-java-bin -jopen
-	jh_depends -plibdbus-java 
+	jh_depends -plibdbus-java
 override_dh_builddeb:
 	dh_builddeb -i

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dbus-java.git



More information about the pkg-java-commits mailing list