Your message dated Tue, 17 Feb 2009 21:25:30 GMT
with message-id <[email protected]>
and subject line gradio has been removed from Debian, closing #191923
has caused the Debian Bug report #191923,
regarding gradio: Very minor indenting
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
191923: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=191923
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gradio
Version: 1.0.1-6
Severity: minor
Tags: patch

Hi, while fixing the compiler warning submitted in another bug report. I
decided to fix the indentation in the file. So attached is a patch todo
this.

I've also sent a similiar patch to upstream.

Feel free to completely ignore this one if you like.

Thanks.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux bart 2.4.21-pre5-ac1 #1 Sun Apr 27 23:14:21 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages gradio depends on:
ii  libc6                         2.3.1-17   GNU C Library: Shared libraries an
ii  libglib1.2                    1.2.10-8   The GLib library of C routines
ii  libgtk1.2                     1.2.10-14  The GIMP Toolkit set of widgets fo
ii  xlibs                         4.2.1-6    X Window System client libraries

-- no debconf information

--- orig/gradio-1.0.1/interface.c	2003-05-05 09:29:53.000000000 +1000
+++ gradio-1.0.1/interface.c	2003-05-05 09:53:29.000000000 +1000
@@ -34,24 +34,24 @@
     int fd;
     struct video_tuner vt;
     double fact;
-        if ((fd = open (gr_stat.dev_name, O_RDONLY)) > 0) {
-	gr_stat.fd = fd;
-	vt.tuner = 0;
-	fact = gradio_get_freq_fact ();
-	if (ioctl (fd, VIDIOCGTUNER, &vt)) {
-	    gr_stat.freq_max = GR_FREQ_MAX;
-	    gr_stat.freq_min = GR_FREQ_MIN;
-	} else {
+    if ((fd = open (gr_stat.dev_name, O_RDONLY)) > 0) {
+        gr_stat.fd = fd;
+        vt.tuner = 0;
+        fact = gradio_get_freq_fact ();
+        if (ioctl (fd, VIDIOCGTUNER, &vt)) {
+            gr_stat.freq_max = GR_FREQ_MAX;
+            gr_stat.freq_min = GR_FREQ_MIN;
+        } else {
 #ifdef OVERRIDE_FREQ
-	    gr_stat.freq_max = GR_FREQ_MAX;
-	    gr_stat.freq_min = GR_FREQ_MIN;
+            gr_stat.freq_max = GR_FREQ_MAX;
+            gr_stat.freq_min = GR_FREQ_MIN;
 #else
-	    gr_stat.freq_max = (int)(vt.rangehigh / fact);
-	    gr_stat.freq_min = (int)(vt.rangelow / fact);
+            gr_stat.freq_max = (int)(vt.rangehigh / fact);
+            gr_stat.freq_min = (int)(vt.rangelow / fact);
 #endif
-	}
+        }
     } else {
-	perror(gr_stat.dev_name);
-	exit (1);
+        perror(gr_stat.dev_name);
+        exit (1);
     }
 }

--- End Message ---
--- Begin Message ---
Version: 1.0.1-7+rm

The gradio package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/515669 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues


--- End Message ---

Reply via email to