Hi,

The attached file is the diff for my dhcpcd 1:3.2.3-1.1 NMU. The associated
changelog entry is:

 dhcpcd (1:3.2.3-1.1) unstable; urgency=medium

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


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -Nru dhcpcd-3.2.3/debian/changelog dhcpcd-3.2.3/debian/changelog
--- dhcpcd-3.2.3/debian/changelog       2008-04-12 03:52:56.000000000 +0100
+++ dhcpcd-3.2.3/debian/changelog       2008-04-12 03:52:57.000000000 +0100
@@ -1,3 +1,11 @@
+dhcpcd (1:3.2.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix bashism in preinst maintainer script (Closes: #473515)
+  * Bump Standards-Version to 3.7.3.
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Sat, 12 Apr 2008 03:50:59 +0100
+
 dhcpcd (1:3.2.3-1) unstable; urgency=low
 
     * New upstream.
diff -Nru /tmp/BAQJmWUga6/dhcpcd-3.2.3/debian/control 
/tmp/13XJncgVk5/dhcpcd-3.2.3/debian/control
--- dhcpcd-3.2.3/debian/control 2008-04-12 03:52:56.000000000 +0100
+++ dhcpcd-3.2.3/debian/control 2008-04-12 03:52:57.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>>2.0.0)
 Maintainer: Simon Kelley <[EMAIL PROTECTED]>
-Standards-Version: 3.5.6.0
+Standards-Version: 3.7.3
 
 Package: dhcpcd
 Architecture: any
diff -Nru /tmp/BAQJmWUga6/dhcpcd-3.2.3/debian/preinst 
/tmp/13XJncgVk5/dhcpcd-3.2.3/debian/preinst
--- dhcpcd-3.2.3/debian/preinst 2008-04-12 03:52:56.000000000 +0100
+++ dhcpcd-3.2.3/debian/preinst 2008-04-12 03:52:57.000000000 +0100
@@ -18,8 +18,8 @@
 # their client-id and move IP addresses. New installations can use DUID 
 # from the start with no problems.
 
-if [[ $1 = upgrade ]]; then
-   if [[ -n $2 ]]  && dpkg --compare-versions $2 lt 3.2.1-1; then
+if [ $1 = upgrade ]; then
+   if [ -n $2 ]  && dpkg --compare-versions $2 lt 3.2.1-1; then
     echo "Remove this file to make dhcpcd use DUID-based client-ids" 
>/etc/dhcpc/inhibit-duid
    fi
 fi

Attachment: signature.asc
Description: PGP signature

Reply via email to