[maven-debian-helper] 01/02: Fix file-contains-trailing-whitespace in changelog and rules

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Fri Dec 1 09:09:32 UTC 2017


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

mans0954 pushed a commit to branch master
in repository maven-debian-helper.

commit 028a7b229992c909dd44902a3fb48b6bc7ffe071
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Fri Dec 1 09:06:37 2017 +0000

    Fix file-contains-trailing-whitespace in changelog and rules
---
 debian/changelog | 19 ++++++++++---------
 debian/rules     |  2 +-
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bff31fe..2213910 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ maven-debian-helper (2.2.8) UNRELEASED; urgency=medium
   * Team upload.
   * Fix "quilt and mh_patchpom sequence" by inserting extra calls to
     mh_(un)patchpoms in share/perl/maven.pm (Closes: #883239)
+  * Fix file-contains-trailing-whitespace in changelog and rules
 
  -- Christopher Hoskin <mans0954 at debian.org>  Fri, 01 Dec 2017 07:32:10 +0000
 
@@ -16,7 +17,7 @@ maven-debian-helper (2.2.7) unstable; urgency=medium
 maven-debian-helper (2.2.6) unstable; urgency=medium
 
   * Team upload.
-  * Fix "Wrong package name for -doc packages" use unless instead of && 
+  * Fix "Wrong package name for -doc packages" use unless instead of &&
     (Closes: #878103)
   * Update Standards-Version from 4.1.0 to 4.1.1 (no change required)
 
@@ -127,7 +128,7 @@ maven-debian-helper (2.1.2) unstable; urgency=medium
   * Update mh_make to no longer always be --verbose (Closes: #826430)
     - Thank you Christopher Hoskin for the patch.
   * Resolve mh_resolve_dependencies exception when run with --non-interactive
-    - Thank you Christopher Hoskin for the patch.  (Closes: #820163) 
+    - Thank you Christopher Hoskin for the patch.  (Closes: #820163)
 
   [ Emmanuel Bourg ]
   * Generate DH 10 compliant packages
@@ -166,7 +167,7 @@ maven-debian-helper (2.0.7) unstable; urgency=medium
     (Closes: #826422)
 
   [ Christopher Hoskin ]
-  * Fix "mh_resolve_dependencies fails to honour --verbose option" 
+  * Fix "mh_resolve_dependencies fails to honour --verbose option"
     (Closes: #820161)
   * Fix "Using wrong path to mvnDebug when checking if apt-file"
     Updated path for mvnDebug in mh_make (Closes: #726609)
@@ -631,7 +632,7 @@ maven-debian-helper (1.4.1) unstable; urgency=low
 maven-debian-helper (1.4) experimental; urgency=low
 
   * d/control: Add Recommends on devscripts (which provides licensecheck)
-  * mh_make: 
+  * mh_make:
      - Improve generated copyright
      - Fix generated rules for a build using ant
      - When ignoring dependencies, don't fail the build
@@ -685,7 +686,7 @@ maven-debian-helper (1.1) unstable; urgency=low
 
   * debian/control: Update Standards-Version to 3.9.0, no changes
   * Fix compilation issues with gcj
-  * mh_make: 
+  * mh_make:
       - update generated control to use Standards-Version 3.9.0
       - improve useability and recognize more plugins and extensions
       - read existing maven rules in debian folder, don't ask twice the
@@ -711,7 +712,7 @@ maven-debian-helper (1.0) unstable; urgency=low
       - mh_make --from-svn: improve package name proposal for URLs
         containing /tags/
       - ask to ignore missing dependencies
-  * maven.mk: 
+  * maven.mk:
       - add before-mvn-build:: and after-mvn-build:: targets
         to be able to insert custom actions before and after running the Maven
         build
@@ -722,7 +723,7 @@ maven-debian-helper (1.0) unstable; urgency=low
   * Add -Duse.maven.repo.local option to maven-debian-plugin:install
     and install-doc to give the option to deploy artifacts on the
     local (and temporary) Maven repository used by the Debian build
-    Typical use-case: bootstrapping the build of a project with 
+    Typical use-case: bootstrapping the build of a project with
     some artifacts of the project pre-built and installed in the tmp repo
     before the normal build is executed. See the antlr3 package for an example
   * SysInstallMojo: clean the target directory before an installation if the
@@ -776,7 +777,7 @@ maven-debian-helper (0.8) unstable; urgency=low
     Maven plugins to be the same as in the repository
   * maven.mk removes some elements from the POM files when their
     use is against the Debian policy (<repositories> as they
-    imply downloading artifacts from the Internet, 
+    imply downloading artifacts from the Internet,
     <distributionManagement> as it implies publishing on the net
     or in a location not controlled by Debian) or when they are
     not needed and risk pulling out unwanted dependencies
@@ -836,7 +837,7 @@ maven-debian-helper (0.4) experimental; urgency=low
   * Generate Javadoc API automatically.
   * Add mh_make tool to generate Debian packaging automatically from
     a Maven project.
-    
+
   [Torsten Werner]
   * Implement pom faking.
 
diff --git a/debian/rules b/debian/rules
index b0f45cd..e31697b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ debian/.mh/mh_% : bin/mh_%
 	mkdir -p debian/.mh
 	cp $< $@
 	chmod +x $@
-debian/.mh/doc/mh_%.1 : debian/.mh/mh_% 
+debian/.mh/doc/mh_%.1 : debian/.mh/mh_%
 	mkdir -p debian/.mh/doc
 	help2man -N -o $@ $<
 man-pages: $(MAN_PAGES)

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



More information about the pkg-java-commits mailing list