Your message dated Wed, 26 Jul 2006 10:32:54 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325321: fixed in grip 3.3.1-5
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: grip
Version: 3.3.1-4
Severity: important
Tags: patch
Hi,
grip currently fails to build on GNU/kFreeBSD, because there is no
corresponding #if defined() to define MAILER on this system.
Please find attached a patch to fix that. In the patch, I assumed this
MAILER define should be ok on all system using a glibc.
Could you please add it to the next upload of grip?
Thanks in advance,
Aurelien
-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
diff -u grip-3.3.1/debian/patches/00list grip-3.3.1/debian/patches/00list
--- grip-3.3.1/debian/patches/00list
+++ grip-3.3.1/debian/patches/00list
@@ -4,0 +5 @@
+80_fix_kfreebsd.dpatch
--- grip-3.3.1.orig/debian/patches/80_fix_kfreebsd.dpatch
+++ grip-3.3.1/debian/patches/80_fix_kfreebsd.dpatch
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 80_fix_kfreebsd.dpatch by Aurelien Jarno <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+--- grip-3.3.1.orig/src/grip.h
++++ grip-3.3.1/src/grip.h
+@@ -49,7 +49,7 @@
+
+ #define RRand(range) (random()%(range))
+
+-#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) ||
defined(__osf__) /* __osf__ ?? */
++#if defined(__linux__) || defined(__FreeBSD__) || defined(__GLIBC__) ||
defined(__NetBSD__) || defined(__osf__) /* __osf__ ?? */
+
+ #define MAILER "/usr/sbin/sendmail -i -t"
+
--- End Message ---
--- Begin Message ---
Source: grip
Source-Version: 3.3.1-5
We believe that the bug you reported is fixed in the latest version of
grip, which is due to be installed in the Debian FTP archive:
grip_3.3.1-5.diff.gz
to pool/main/g/grip/grip_3.3.1-5.diff.gz
grip_3.3.1-5.dsc
to pool/main/g/grip/grip_3.3.1-5.dsc
grip_3.3.1-5_i386.deb
to pool/main/g/grip/grip_3.3.1-5_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.
Taku YASUI <[EMAIL PROTECTED]> (supplier of updated grip 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: Thu, 27 Jul 2006 02:24:23 +0900
Source: grip
Binary: grip
Architecture: source i386
Version: 3.3.1-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Taku YASUI <[EMAIL PROTECTED]>
Description:
grip - GNOME-based CD-player/ripper/encoder
Closes: 325321
Changes:
grip (3.3.1-5) unstable; urgency=low
.
* Orphan package
- Change maintainer to Debian QA Group <[EMAIL PROTECTED]>
* Fix dependency from "libcurl-ssl-dev" to
"libcurl3-gnutls-dev | libcurl-ssl-dev"
* Fix to build on GNU/kFreeBSD
(closes: #325321)
Files:
a3b712a56ddb068c28d842420c33272d 788 gnome optional grip_3.3.1-5.dsc
fa65475232cec6fea124a4e28fda88d4 8710 gnome optional grip_3.3.1-5.diff.gz
d484b558b9beeda85f67f4a6307183bd 459226 gnome optional grip_3.3.1-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEx6a7FwU5DuZsm7ARAhVLAKChsXT+67o+U+wqdpCR5mlTdZPl0QCgobM3
z+o4P+mh/XPR2QAWJGMquzc=
=4VZW
-----END PGP SIGNATURE-----
--- End Message ---