Hi, The following is the diff for my dpkg-www 2.54+nmu1 NMU.
diff -Nru dpkg-www-2.54/debian/changelog dpkg-www-2.54+nmu1/debian/changelog
--- dpkg-www-2.54/debian/changelog 2008-02-04 16:31:52.000000000 -0600
+++ dpkg-www-2.54+nmu1/debian/changelog 2008-05-30 15:47:16.000000000 -0500
@@ -1,3 +1,16 @@
+dpkg-www (2.54+nmu1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Lintian-based changes:
+ - Build-Depend on debhelper, clean-should-be-satisfied-by-build-depends
+ - debian/compat:4, comment DH_COMPAT in rules,
debian-rules-sets-DH_COMPAT
+ - s/-$(MAKE)/$(MAKE)/ debian/rules as Makefile is always present
+ + debian-rules-ignores-make-clean-error
+ * Fixed bashisms in dpkg-www-installer (Closes: #468679).
+ - Additionally changed the shebang of dpkg-www to sh, as it's
bashisms-free
+
+ -- Raphael Geissert <[EMAIL PROTECTED]> Fri, 30 May 2008 15:46:11 -0500
+
dpkg-www (2.54) unstable; urgency=low
* Fixed parsing of dpkg -l headers in listFilter.
diff -Nru dpkg-www-2.54/debian/compat dpkg-www-2.54+nmu1/debian/compat
--- dpkg-www-2.54/debian/compat 1969-12-31 18:00:00.000000000 -0600
+++ dpkg-www-2.54+nmu1/debian/compat 2008-05-30 15:31:22.000000000 -0500
@@ -0,0 +1 @@
+4
diff -Nru dpkg-www-2.54/debian/control dpkg-www-2.54+nmu1/debian/control
--- dpkg-www-2.54/debian/control 2008-01-22 10:26:57.000000000 -0600
+++ dpkg-www-2.54+nmu1/debian/control 2008-06-28 14:07:04.000000000 -0500
@@ -2,7 +2,7 @@
Section: doc
Priority: optional
Maintainer: Massimo Dal Zotto <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.16)
+Build-Depends: debhelper (>= 4.1.16)
Standards-Version: 3.5.8
Package: dpkg-www
diff -Nru dpkg-www-2.54/debian/rules dpkg-www-2.54+nmu1/debian/rules
--- dpkg-www-2.54/debian/rules 2006-09-26 07:14:37.000000000 -0500
+++ dpkg-www-2.54+nmu1/debian/rules 2008-05-30 15:34:45.000000000 -0500
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
+#export DH_COMPAT=4
@@ -45,7 +45,7 @@
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
+ $(MAKE) clean
dh_clean
diff -Nru dpkg-www-2.54/src/dpkg-www dpkg-www-2.54+nmu1/src/dpkg-www
--- dpkg-www-2.54/src/dpkg-www 2006-07-29 10:58:37.000000000 -0500
+++ dpkg-www-2.54+nmu1/src/dpkg-www 2008-05-30 15:43:07.000000000 -0500
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Command-line interface to dpkg-www.
#
diff -Nru dpkg-www-2.54/src/dpkg-www-installer
dpkg-www-2.54+nmu1/src/dpkg-www-installer
--- dpkg-www-2.54/src/dpkg-www-installer 2003-05-23 03:13:24.000000000
-0500
+++ dpkg-www-2.54+nmu1/src/dpkg-www-installer 2008-07-01
14:10:13.000000000 -0500
@@ -147,7 +147,7 @@
case "$HOST" in
localhost|$(hostname)|$(hostname -f))
- if [ "$EUID" = 0 ]; then
+ if [ "$(id -u)" = "0" ]; then
echo "You should NOT run this script as root!"
echo ""
echo -n "Press Enter to continue..."; read x
signature.asc
Description: This is a digitally signed message part.

