~ubuntu-branches/ubuntu/karmic/dvd+rw-tools/karmic

« back to all changes in this revision

Viewing changes to debian/patches/07-beeping.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-02-05 10:06:00 UTC
  • mfrom: (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090205100600-m37w7v182r6zsy5m
Tags: 7.1-4
* Correcting spelling mistake in rpl8 manpage, thanks to James
  Youngman <jay@gnu.org> (Closes: #474038).
* Updating vcs fields in control file.
* Using patch-stamp rather than patch in rules file.
* Replacing obsolete dh_clean -k with dh_prep.
* Updating rules to current state of the art.
* Updating year in copyright file.
* Using quilt rather than dpatch.
* Prefixing debhelper files with package name.
* Adding patch from Kees Cook <kees@debian.org> to fix wctomb called
  with too small a buffer, patch originally taken from fedora (Closes:
  #497833).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh /usr/share/dpatch/dpatch-run
2
 
## 06-beeping.dpatch by Matt Zimmerman <mdz@canonical.com>
3
 
##
4
 
## DP: Disable obnoxious beeping.
5
 
 
6
 
@DPATCH@
7
 
 
8
 
diff -Naurp dvd+rw-tools-7.1.orig/growisofs.c dvd+rw-tools-7.1/growisofs.c
9
 
--- dvd+rw-tools-7.1.orig/growisofs.c   2008-04-01 09:04:51.000000000 +0000
10
 
+++ dvd+rw-tools-7.1/growisofs.c        2008-04-01 09:08:58.000000000 +0000
11
 
@@ -3453,14 +3453,14 @@ int main (int argc, char *argv[])
12
 
     printf ("'\n");
13
 
     fflush (stdout);
14
 
 
15
 
-    if ((warn_for_isofs&2) && !dry_run && !no_tty_check)
16
 
+/*    if ((warn_for_isofs&2) && !dry_run && !no_tty_check)
17
 
     {  fprintf (stderr,"Sleeping for 5 sec...\a"),     poll (NULL,0,1000);
18
 
        fprintf (stderr,"\b\b\b\b\b\b\b\b4 sec...\a"),  poll (NULL,0,1000);
19
 
        fprintf (stderr,"\b\b\b\b\b\b\b\b3 sec...\a"),  poll (NULL,0,1000);
20
 
        fprintf (stderr,"\b\b\b\b\b\b\b\b2 sec...\a"),  poll (NULL,0,1000);
21
 
        fprintf (stderr,"\b\b\b\b\b\b\b\b1 sec...\a"),  poll (NULL,0,1000);
22
 
        fprintf (stderr,"\b\b\b\b\b\b\b\b0 sec...\r");
23
 
-    }
24
 
+    } */
25
 
 
26
 
 #if defined(__unix) || defined(__unix__)
27