Hi,

The attached file is the diff for my ibackup 2.27-4.1 NMU. The associated
changelog entry is:

 ibackup (2.27-4.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Fix bashism in 'sysconf' script (Closes: #468684)
   * Move debhelper from Build-Depends-Indep to Build-Depends.
   * debian/control:
     - Bump Standards-Version to 3.7.3.
     - Use Homepage: field for upstream URL.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -Nru ibackup-2.27/debian/changelog ibackup-2.27/debian/changelog
--- ibackup-2.27/debian/changelog       2008-04-12 04:49:47.000000000 +0100
+++ ibackup-2.27/debian/changelog       2008-04-12 04:49:47.000000000 +0100
@@ -1,3 +1,14 @@
+ibackup (2.27-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix bashism in 'sysconf' script (Closes: #468684)
+  * Move debhelper from Build-Depends-Indep to Build-Depends.
+  * debian/control:
+    - Bump Standards-Version to 3.7.3.
+    - Use Homepage: field for upstream URL.
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Sat, 12 Apr 2008 04:46:39 +0100
+
 ibackup (2.27-4) unstable; urgency=low
 
   * debian/control :
diff -Nru /tmp/xHDYdJOuKb/ibackup-2.27/debian/control 
/tmp/djukNAH7Ms/ibackup-2.27/debian/control
--- ibackup-2.27/debian/control 2008-04-12 04:49:47.000000000 +0100
+++ ibackup-2.27/debian/control 2008-04-12 04:49:47.000000000 +0100
@@ -2,8 +2,9 @@
 Section: admin
 Priority: optional
 Maintainer: Andre Luis Lopes <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.0.0)
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 4.0.0)
+Standards-Version: 3.7.3
+Homepage: http://www.linuks.mine.nu/ibackup/
 
 Package: ibackup
 Architecture: all
@@ -16,5 +17,3 @@
  .
  It is possible to encrypt the tarball, to upload the tarball to some
  other host and run the backup automated in a cronjob.
- .
- Homepage: http://www.linuks.mine.nu/ibackup/ 
diff -Nru /tmp/xHDYdJOuKb/ibackup-2.27/sysconf 
/tmp/djukNAH7Ms/ibackup-2.27/sysconf
--- ibackup-2.27/sysconf        2003-05-27 14:53:30.000000000 +0100
+++ ibackup-2.27/sysconf        2008-04-12 04:49:47.000000000 +0100
@@ -48,7 +48,7 @@
        #echo $f
        if [ -f $f ]; then
            if [ ! "${h}x" = "-ax" ]; then
-           echo -e "<h3><a name=\"${1}\">$2</a></h3>"
+           printf "<h3><a name=\"${1}\">$2</a></h3>\n"
            fi
            echo "# $1"
            if [ ! "${h}x" = "-ax" ]; then
@@ -63,7 +63,7 @@
     *)
     which `echo $1 | sed "s/ .*$//g"` >/dev/null && {
        if [ ! "${h}x" = "-ax" ]; then
-       echo -e "<h3><a name=\"${1}\">$2</a></h3>"
+       printf "<h3><a name=\"${1}\">$2</a></h3>\n"
        else
        echo
        fi
@@ -83,7 +83,7 @@
 titleindex()
 {
 if [ ! "${h}x" = "-ax" ]; then
-    builtin echo -ne "<h2><a href=\"#${1}\">$1</a></h2>"
+    printf "<h2><a href=\"#${1}\">$1</a></h2>"
 else
     echo $1
 fi
@@ -102,7 +102,7 @@
 {
 if [ ! "${h}x" = "-ax" ]; then
     echo "<hr>"
-    echo -e "<h2><a name=\"${1}\">$1</a></h2>"
+    printf "<h2><a name=\"${1}\">$1</a></h2>\n"
 else
     echo $1
 fi

Attachment: signature.asc
Description: PGP signature

Reply via email to