Your message dated Mon, 12 Nov 2007 05:17:59 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#374866: fixed in effectv 0.3.9-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: effectv
Version: 0.3.9-1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my effectv 0.3.9-1.1 NMU.
diff -Nru /tmp/JqMjNFFGNJ/effectv-0.3.9/debian/changelog 
/tmp/bX5COiKgcm/effectv-0.3.9/debian/changelog
--- /tmp/JqMjNFFGNJ/effectv-0.3.9/debian/changelog      2006-06-21 
20:59:38.000000000 +0200
+++ /tmp/bX5COiKgcm/effectv-0.3.9/debian/changelog      2006-06-21 
20:59:38.000000000 +0200
@@ -1,3 +1,11 @@
+effectv (0.3.9-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Rename the "trunc" function to "trunc_color"; fixes FTBFS with gcc 4.1,
+    patch from Matej Vela. (Closes: #373241)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Tue, 20 Jun 2006 23:22:40 +0200
+
 effectv (0.3.9-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru /tmp/JqMjNFFGNJ/effectv-0.3.9/utils.c 
/tmp/bX5COiKgcm/effectv-0.3.9/utils.c
--- /tmp/JqMjNFFGNJ/effectv-0.3.9/utils.c       2004-01-21 00:37:14.000000000 
+0100
+++ /tmp/bX5COiKgcm/effectv-0.3.9/utils.c       2006-06-21 20:59:38.000000000 
+0200
@@ -26,7 +26,7 @@
 /*
  * HSI color system utilities
  */
-static int trunc(double f)
+static int trunc_color(double f)
 {
        int i;
 
@@ -45,9 +45,9 @@
        Gv=1+S*sin(T);
        Bv=1+S*sin(T+2*M_PI/3);
        T=255.999*I/2;
-       *r=trunc(Rv*T);
-       *g=trunc(Gv*T);
-       *b=trunc(Bv*T);
+       *r=trunc_color(Rv*T);
+       *g=trunc_color(Gv*T);
+       *b=trunc_color(Bv*T);
 }
 
 /*

--- End Message ---
--- Begin Message ---
Source: effectv
Source-Version: 0.3.9-2

We believe that the bug you reported is fixed in the latest version of
effectv, which is due to be installed in the Debian FTP archive:

effectv_0.3.9-2.diff.gz
  to pool/main/e/effectv/effectv_0.3.9-2.diff.gz
effectv_0.3.9-2.dsc
  to pool/main/e/effectv/effectv_0.3.9-2.dsc
effectv_0.3.9-2_i386.deb
  to pool/main/e/effectv/effectv_0.3.9-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jamie Wilkinson <[EMAIL PROTECTED]> (supplier of updated effectv package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 06 Nov 2007 00:30:45 +1100
Source: effectv
Binary: effectv
Architecture: source i386
Version: 0.3.9-2
Distribution: unstable
Urgency: low
Maintainer: Jamie Wilkinson <[EMAIL PROTECTED]>
Changed-By: Jamie Wilkinson <[EMAIL PROTECTED]>
Description: 
 effectv    - real-time video effect processor
Closes: 373241 374866 436786
Changes: 
 effectv (0.3.9-2) unstable; urgency=low
 .
   * Acknowledge NMU.  Thanks Steinar and Matej!  (Closes: #373241, #374866)
   * Remove cruft from the diff.
   * Add watch file.
   * Remove "-s" from invocation of install in Makefile.  (Closes: #436786)
   * Updated standards-version.
   * No longer ignore errors from $(MAKE) clean in debian/rules.
   * No longer setting DH_COMPAT in debian/rules.
   * Update section, and correctly quote values in debian/menu.
   * Updated FSF address in debian/copyright.
Files: 
 fc34f3395a9b49adc2d3dc642ac1c075 588 x11 optional effectv_0.3.9-2.dsc
 564ea197440a4d94b24f6594aa7eedcc 4037 x11 optional effectv_0.3.9-2.diff.gz
 dc49a48a7460c952fc84f78a47963eb4 116574 x11 optional effectv_0.3.9-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHLxvM5u9oNyz9HDgRAoaZAJ9R/Us21lWOZGjps0HCX2X1w06sigCgnFx3
w0YmH9Vmt5YG0FfWyaNyts0=
=6U6S
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to