Hi,

The attached file is the diff for my wu-ftpd 2.6.2-28.1 NMU. The associated
changelog entry is:

 wu-ftpd (2.6.2-28.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Fix bashism in postinst script (Closes: #473697)
   * Bump Standards-Version to 3.7.3.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -Nru wu-ftpd-2.6.2/debian/changelog wu-ftpd-2.6.2/debian/changelog
--- wu-ftpd-2.6.2/debian/changelog      2008-04-12 03:23:57.000000000 +0100
+++ wu-ftpd-2.6.2/debian/changelog      2008-04-12 03:23:58.000000000 +0100
@@ -1,3 +1,11 @@
+wu-ftpd (2.6.2-28.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix bashism in postinst script (Closes: #473697)
+  * Bump Standards-Version to 3.7.3.
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Sat, 12 Apr 2008 03:22:11 +0100
+
 wu-ftpd (2.6.2-28) unstable; urgency=low
 
   * applied patch to fix output of SIZE command (closes: #433887)
diff -Nru /tmp/lR8xj3jRxH/wu-ftpd-2.6.2/debian/control 
/tmp/E7QM18MH04/wu-ftpd-2.6.2/debian/control
--- wu-ftpd-2.6.2/debian/control        2008-04-12 03:23:57.000000000 +0100
+++ wu-ftpd-2.6.2/debian/control        2008-04-12 03:23:58.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Chris Butler <[EMAIL PROTECTED]>
 Build-Depends: bison, libpam0g-dev, perl5, debhelper (>= 5.0.0), po-debconf
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: wu-ftpd
 Architecture: any
diff -Nru /tmp/lR8xj3jRxH/wu-ftpd-2.6.2/debian/postinst 
/tmp/E7QM18MH04/wu-ftpd-2.6.2/debian/postinst
--- wu-ftpd-2.6.2/debian/postinst       2008-04-12 03:23:57.000000000 +0100
+++ wu-ftpd-2.6.2/debian/postinst       2008-04-12 03:23:58.000000000 +0100
@@ -86,7 +86,7 @@
        HOMEFTP=`getent passwd ftp | cut -f6 -d:`
 
        if [ -n "$HOMEFTP" ] && [ -d "$HOMEFTP" ] && ! [ -e "$HOMEFTP/dev/null" 
]; then
-               echo -e "\nCreating required file $HOMEFTP/dev/null..." >&2
+               printf "\nCreating required file $HOMEFTP/dev/null...\n" >&2
                chmod 0111 "$HOMEFTP/dev" || mkdir --mode=0111 "$HOMEFTP/dev" 
                mknod "$HOMEFTP/dev/null" c 1 3
                chmod 0666 "$HOMEFTP/dev/null"

Attachment: signature.asc
Description: PGP signature

Reply via email to