Package: dvdbackup
Version: 0.1.1-12
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch

Please correct the typos so we can sync next time :)

*** /tmp/tmp1_Vqv0
In Ubuntu, we've applied the attached patch to achieve the following:

  * Merge from Debian unstable. (LP: #198426) Remaining Ubuntu changes:
    - src/dvdbackup.c: Fixed typo of manditory to mandatory (LP: #42870)
    - debian/control: Updated Maintainer Field

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 
'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-11-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -u dvdbackup-0.1.1/debian/control dvdbackup-0.1.1/debian/control
--- dvdbackup-0.1.1/debian/control
+++ dvdbackup-0.1.1/debian/control
@@ -1,7 +1,8 @@
 Source: dvdbackup
 Section: utils
 Priority: optional
-Maintainer: Stephen Gran <[EMAIL PROTECTED]>
+Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
+XSBC-Original-Maintainer: Stephen Gran <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5.0), libdvdread-dev (>=0.9.6)
 Standards-Version: 3.7.3
 
diff -u dvdbackup-0.1.1/debian/changelog dvdbackup-0.1.1/debian/changelog
diff -u dvdbackup-0.1.1/src/dvdbackup.c dvdbackup-0.1.1/src/dvdbackup.c
--- dvdbackup-0.1.1/src/dvdbackup.c
+++ dvdbackup-0.1.1/src/dvdbackup.c
@@ -227,8 +227,8 @@
        fprintf(stderr,"\t-r {a,b,m}\t\tselect read error handling: a=abort 
(default), b=skip block, m=skip multiple blocks\n");
        fprintf(stderr,"\t-h\t\tprint a brief usage message\n");
        fprintf(stderr,"\t-?\t\tprint a brief usage message\n\n");
-       fprintf(stderr,"\t-i is manditory\n");
-       fprintf(stderr,"\t-o is manditory except if you use -I\n");
+       fprintf(stderr,"\t-i is mandatory\n");
+       fprintf(stderr,"\t-o is mandatory except if you use -I\n");
        fprintf(stderr,"\t-a is option to the -F switch and has no effect on 
other options\n");
        fprintf(stderr,"\t-s and -e should preferably be used together with -t 
\n\n");
        exit(1);

Reply via email to