Package: dh-make
Version: 0.44
Severity: wishlist
Tags: patch

Hi!

I just removed the trailing whitespaces in all the sample files. Many
sponsors like it if there aren't any trailing whitespaces in package
files. So, please consider adding this harmless patch to make dh_make
a little better! :-)

Thanks.

Kumar
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.23.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages dh-make depends on:
ii  debhelper                     5.0.60     helper programs for debian/rules
ii  dpkg-dev                      1.14.6     package building tools for Debian
ii  make                          3.81-3     The GNU version of the "make" util
ii  perl                          5.8.8-11.1 Larry Wall's Practical Extraction 

dh-make recommends no packages.

-- no debconf information
diff -Nru --exclude changelog 
/tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/emacsen-install.ex 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/emacsen-install.ex
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/emacsen-install.ex  2007-01-08 
04:39:22.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/emacsen-install.ex  2007-11-16 
14:10:13.000000000 +0530
@@ -23,7 +23,7 @@
 ELDIR=/usr/share/emacs/site-lisp/${PACKAGE}
 ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
 
-# Install-info-altdir does not actually exist. 
+# Install-info-altdir does not actually exist.
 # Maybe somebody will write it.
 if test -x /usr/sbin/install-info-altdir; then
     echo install/${PACKAGE}: install Info links for ${FLAVOR}
diff -Nru --exclude changelog /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/init.d.ex 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/init.d.ex
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/init.d.ex   2007-08-31 
11:56:16.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/init.d.ex   2007-11-16 
14:10:13.000000000 +0530
@@ -4,7 +4,7 @@
 #              This file should be used to construct scripts for /etc/init.d.
 #
 #              Written by Miquel van Smoorenburg <[EMAIL PROTECTED]>.
-#              Modified for Debian 
+#              Modified for Debian
 #              by Ian Murdock <[EMAIL PROTECTED]>.
 #               Further changes by Javier Fernandez-Sanguino <[EMAIL 
PROTECTED]>
 #
@@ -37,7 +37,7 @@
     # Check if a given process pid's cmdline matches a given name
     pid=$1
     name=$2
-    [ -z "$pid" ] && return 1 
+    [ -z "$pid" ] && return 1
     [ ! -d /proc/$pid ] &&  return 1
     cmd=`cat /proc/$pid/cmdline | tr "\000" "\n"|head -n 1 |cut -d : -f 1`
     # Is this the expected child?
diff -Nru --exclude changelog 
/tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/init.d.lsb.ex 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/init.d.lsb.ex
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/init.d.lsb.ex       2007-08-31 
11:56:16.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/init.d.lsb.ex       2007-11-16 
14:10:13.000000000 +0530
@@ -1,4 +1,4 @@
-#!/bin/sh 
+#!/bin/sh
 #
 # Example init.d script with LSB support.
 #
@@ -25,9 +25,9 @@
 ### BEGIN INIT INFO
 # Provides:          #PACKAGE#
 # Required-Start:    $network $local_fs
-# Required-Stop:     
+# Required-Stop:
 # Should-Start:      $named
-# Should-Stop:       
+# Should-Stop:
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: <Enter a short description of the sortware>
@@ -43,7 +43,7 @@
 DESC=#PACKAGE              # Introduce a short description here
 LOGDIR=/var/log/#PACKAGE#  # Log directory to use
 
-PIDFILE=/var/run/$NAME.pid 
+PIDFILE=/var/run/$NAME.pid
 
 test -x $DAEMON || exit 0
 test -x $DAEMON_WRAPPER || exit 0
@@ -52,13 +52,13 @@
 
 # Default options, these can be overriden by the information
 # at /etc/default/$NAME
-DAEMON_OPTS=""          # Additional options given to the server 
+DAEMON_OPTS=""          # Additional options given to the server
 
 DODTIME=10              # Time to wait for the server to die, in seconds
                         # If this value is set too low you might not
                         # let some servers to die gracefully and
                         # 'restart' will not work
-                        
+
 LOGFILE=$LOGDIR/$NAME.log  # Server logfile
 #DAEMONUSER=#PACKAGE#   # Users to run the daemons as. If this value
                         # is set start-stop-daemon will chuid the server
@@ -68,7 +68,7 @@
        . /etc/default/$NAME
 fi
 
-# Use this if you want the user to explicitly set 'RUN' in 
+# Use this if you want the user to explicitly set 'RUN' in
 # /etc/default/
 #if [ "x$RUN" != "xyes" ] ; then
 #    log_failure_msg "$NAME disabled, please adjust the configuration to your 
needs "
@@ -96,7 +96,7 @@
 # Check if a given process pid's cmdline matches a given name
     pid=$1
     name=$2
-    [ -z "$pid" ] && return 1 
+    [ -z "$pid" ] && return 1
     [ ! -d /proc/$pid ] &&  return 1
     cmd=`cat /proc/$pid/cmdline | tr "\000" "\n"|head -n 1 |cut -d : -f 1`
     # Is this the expected server
diff -Nru --exclude changelog 
/tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/manpage.1.ex 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/manpage.1.ex
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/manpage.1.ex        2006-06-02 
16:33:28.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/manpage.1.ex        2007-11-16 
14:10:13.000000000 +0530
@@ -31,7 +31,7 @@
 commands.
 .PP
 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
 .\" respectively.
 \fB#PACKAGE#\fP is a program that...
 .SH OPTIONS
diff -Nru --exclude changelog 
/tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/manpage.sgml.ex 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/manpage.sgml.ex
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/manpage.sgml.ex     2006-06-02 
16:33:28.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/manpage.sgml.ex     2007-11-16 
14:10:13.000000000 +0530
@@ -8,7 +8,7 @@
 manpage.1: manpage.sgml
        docbook-to-man $< > $@
 
-    
+
        The docbook-to-man binary is found in the docbook-to-man package.
        Please remember that if you create the nroff version in one of the
        debian/rules file targets (such as build), you will need to include
@@ -125,7 +125,7 @@
     <para>This manual page was written by &dhusername; &dhemail; for
       the &debian; system (but may be used by others).  Permission is
       granted to copy, distribute and/or modify this document under
-      the terms of the &gnu; General Public License, Version 2 any 
+      the terms of the &gnu; General Public License, Version 2 any
          later version published by the Free Software Foundation.
     </para>
        <para>
diff -Nru --exclude changelog 
/tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/manpage.xml.ex 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/manpage.xml.ex
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/manpage.xml.ex      2007-01-08 
04:34:40.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/manpage.xml.ex      2007-11-16 
14:10:13.000000000 +0530
@@ -17,7 +17,7 @@
 
 manpage.1: manpage.dbk
         $(XP) $(DB2MAN) $<
-    
+
 The xsltproc binary is found in the xsltproc package.  The
 XSL files are in docbook-xsl.  Please remember that if you
 create the nroff version in one of the debian/rules file
@@ -131,7 +131,7 @@
     <para>This manual page was written by &dhusername; &dhemail; for
       the &debian; system (but may be used by others).  Permission is
       granted to copy, distribute and/or modify this document under
-      the terms of the &gnu; General Public License, Version 2 any 
+      the terms of the &gnu; General Public License, Version 2 any
          later version published by the Free Software Foundation.
     </para>
        <para>
diff -Nru --exclude changelog 
/tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/package.doc-base.EX 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/package.doc-base.EX
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debian/package.doc-base.EX 2006-06-02 
16:33:28.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debian/package.doc-base.EX 2007-11-16 
14:10:13.000000000 +0530
@@ -19,4 +19,4 @@
 Index: /usr/share/doc/#PACKAGE#/html/index.html
 Files: /usr/share/doc/#PACKAGE#/html/*.html
 
-  
+
diff -Nru --exclude changelog /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debianb/rules 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debianb/rules
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debianb/rules      2006-10-30 
08:11:33.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debianb/rules      2007-11-16 
14:10:28.000000000 +0530
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-  
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 #CDBS_CLASS#
 
diff -Nru --exclude changelog /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debianb/watch.ex 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debianb/watch.ex
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debianb/watch.ex   2007-01-08 
04:37:34.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debianb/watch.ex   2007-11-16 
14:10:28.000000000 +0530
@@ -6,7 +6,7 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-# Uncomment to examine a Webpage 
+# Uncomment to examine a Webpage
 # <Webpage URL> <string match>
 #http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz
 
diff -Nru --exclude changelog /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debiank/rules 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debiank/rules
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debiank/rules      2007-08-01 
05:24:42.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debiank/rules      2007-11-16 
14:12:27.000000000 +0530
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper. 
+# Sample debian/rules that uses debhelper.
 # This file was originally written by Joey Hess and Craig Small.
 # As a special exception, when this file is copied by dh-make into a
 # dh-make output file, you may use that output file without restriction.
@@ -12,14 +12,14 @@
 # either dep/indep for things like common files or userspace components
 # needed for the kernel modules.
 
-# Uncomment this to turn on verbose mode. 
+# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 
 #DPKG_ARCH#
 
 # some default definitions, important!
-# 
+#
 # Name of the source package
 psource:=#PACKAGE#-source
 
@@ -38,20 +38,20 @@
 -include $(MA_DIR)/include/generic.make
 # load default rules, including kdist, kdist_image, ...
 -include $(MA_DIR)/include/common-rules.make
-  
+
 # module assistant calculates all needed things for us and sets
 # following variables:
 # KSRC (kernel source directory), KVERS (kernel version string), KDREV
 # (revision of the Debian kernel-image package), CC (the correct
 # compiler), VERSION (the final package version string), PKGNAME (full
 # package name with KVERS included), DEB_DESTDIR (path to store DEBs)
-  
+
 # The kdist_config target is called by make-kpkg modules_config and
 # by kdist* rules by dependency. It should configure the module so it is
 # ready for compilation (mostly useful for calling configure).
-# prep-deb-files from module-assistant creates the neccessary debian/ files 
+# prep-deb-files from module-assistant creates the neccessary debian/ files
 kdist_config: prep-deb-files
-  
+
 # the kdist_clean target is called by make-kpkg modules_clean and from
 # kdist* rules. It is responsible for cleaning up any changes that have
 # been made by the other kdist_commands (except for the .deb files created)
diff -Nru --exclude changelog /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debianl/watch.ex 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debianl/watch.ex
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debianl/watch.ex   2007-01-08 
04:37:34.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debianl/watch.ex   2007-11-16 
14:12:41.000000000 +0530
@@ -6,7 +6,7 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-# Uncomment to examine a Webpage 
+# Uncomment to examine a Webpage
 # <Webpage URL> <string match>
 #http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz
 
diff -Nru --exclude changelog /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debianm/rules 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debianm/rules
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debianm/rules      2007-08-31 
11:54:28.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debianm/rules      2007-11-16 
14:13:06.000000000 +0530
@@ -20,14 +20,14 @@
 
 #CONFIGURE#
 
-#Architecture 
+#Architecture
 build: build-arch build-indep
 
 build-arch: build-arch-stamp
 build-arch-stamp: #CONFIGURE_STAMP# #CONFIG_STATUS#
 
        # Add here commands to compile the arch part of the package.
-       #$(MAKE) 
+       #$(MAKE)
        touch $@
 
 build-indep: build-indep-stamp
@@ -66,7 +66,7 @@
        dh_clean -k -s#PRESERVE#
        dh_installdirs -s
 
-       # Add here commands to install the arch part of the package into 
+       # Add here commands to install the arch part of the package into
        # debian/tmp.
        #INSTALL#
 
@@ -93,7 +93,7 @@
        dh_installman
        dh_link
        dh_strip
-       dh_compress 
+       dh_compress
        dh_fixperms
 #      dh_perl
        dh_makeshlibs
diff -Nru --exclude changelog /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debianm/watch.ex 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debianm/watch.ex
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debianm/watch.ex   2007-01-08 
04:37:34.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debianm/watch.ex   2007-11-16 
14:13:06.000000000 +0530
@@ -6,7 +6,7 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-# Uncomment to examine a Webpage 
+# Uncomment to examine a Webpage
 # <Webpage URL> <string match>
 #http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz
 
diff -Nru --exclude changelog /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debians/watch.ex 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/debians/watch.ex
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/debians/watch.ex   2006-06-02 
16:33:28.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/debians/watch.ex   2007-11-16 
14:13:12.000000000 +0530
@@ -6,7 +6,7 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-# Uncomment to examine a Webpage 
+# Uncomment to examine a Webpage
 # <Webpage URL> <string match>
 #http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz
 
diff -Nru --exclude changelog 
/tmp/Bhb1HpZa6e/dh-make-0.44/lib/licenses/artistic 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/licenses/artistic
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/licenses/artistic  2007-01-08 
04:52:19.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/licenses/artistic  2007-11-16 
14:13:26.000000000 +0530
@@ -3,12 +3,12 @@
 
 It was downloaded from <url://example.com>
 
-Upstream Author(s): 
+Upstream Author(s):
 
     <put author's name and email here>
     <likewise for another author>
 
-Copyright: 
+Copyright:
 
     <Copyright (C) YYYY Name OfAuthor>
     <likewise for another author>
@@ -18,11 +18,11 @@
     This program is free software; you can redistribute it and/or modify it
     under the terms of the "Artistic License" which comes with Debian.
 
-    THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 
-    WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES 
+    THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
+    WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
     OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
-On Debian systems, the complete text of the Artistic License 
+On Debian systems, the complete text of the Artistic License
 can be found in `/usr/share/common-licenses/Artistic'.
 
 The Debian packaging is (C) #YEAR#, #USERNAME# <#EMAIL#> and
diff -Nru --exclude changelog /tmp/Bhb1HpZa6e/dh-make-0.44/lib/licenses/blank 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/licenses/blank
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/licenses/blank     2007-01-08 
04:52:19.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/licenses/blank     2007-11-16 
14:13:26.000000000 +0530
@@ -3,12 +3,12 @@
 
 It was downloaded from <url://example.com>
 
-Upstream Author(s): 
+Upstream Author(s):
 
     <put author's name and email here>
     <likewise for another author>
 
-Copyright: 
+Copyright:
 
     <Copyright (C) YYYY Name OfAuthor>
     <likewise for another author>
diff -Nru --exclude changelog /tmp/Bhb1HpZa6e/dh-make-0.44/lib/licenses/bsd 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/licenses/bsd
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/licenses/bsd       2007-01-08 
04:52:19.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/licenses/bsd       2007-11-16 
14:13:26.000000000 +0530
@@ -3,12 +3,12 @@
 
 It was downloaded from <url://example.com>
 
-Upstream Author(s): 
+Upstream Author(s):
 
     <put author's name and email here>
     <likewise for another author>
 
-Copyright: 
+Copyright:
 
     <Copyright (C) YYYY Name OfAuthor>
     <likewise for another author>
@@ -30,7 +30,7 @@
     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     SUCH DAMAGE.
 
-On Debian systems, the complete text of the BSD License can be 
+On Debian systems, the complete text of the BSD License can be
 found in `/usr/share/common-licenses/BSD'.
 
 
diff -Nru --exclude changelog /tmp/Bhb1HpZa6e/dh-make-0.44/lib/licenses/gpl 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/licenses/gpl
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/licenses/gpl       2007-01-08 
04:52:19.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/licenses/gpl       2007-11-16 
14:13:26.000000000 +0530
@@ -3,12 +3,12 @@
 
 It was downloaded from <url://example.com>
 
-Upstream Author(s): 
+Upstream Author(s):
 
     <put author's name and email here>
     <likewise for another author>
 
-Copyright: 
+Copyright:
 
     <Copyright (C) YYYY Name OfAuthor>
     <likewise for another author>
@@ -19,12 +19,12 @@
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
- 
+
     This package is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
- 
+
     You should have received a copy of the GNU General Public License
     along with this package; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
diff -Nru --exclude changelog /tmp/Bhb1HpZa6e/dh-make-0.44/lib/licenses/lgpl 
/tmp/3PYpvtMe5l/dh-make-0.44/lib/licenses/lgpl
--- /tmp/Bhb1HpZa6e/dh-make-0.44/lib/licenses/lgpl      2007-01-08 
04:52:19.000000000 +0530
+++ /tmp/3PYpvtMe5l/dh-make-0.44/lib/licenses/lgpl      2007-11-16 
14:13:26.000000000 +0530
@@ -3,12 +3,12 @@
 
 It was downloaded from <url://example.com>
 
-Upstream Author(s): 
+Upstream Author(s):
 
     <put author's name and email here>
     <likewise for another author>
 
-Copyright: 
+Copyright:
 
     <Copyright (C) YYYY Name OfAuthor>
     <likewise for another author>

Reply via email to