Your message dated Tue, 30 Aug 2005 15:20:05 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed from Debian - unmaintained
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Aug 2005 22:32:54 +0000
>From [EMAIL PROTECTED] Thu Aug 25 15:32:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sweep.bur.st [202.92.213.226] (postfix)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E8QHG-0006Su-00; Thu, 25 Aug 2005 15:32:54 -0700
Received: by sweep.bur.st (Postfix, from userid 775)
        id 4DFCA4BC31E; Fri, 26 Aug 2005 06:32:46 +0800 (WST)
Date: Fri, 26 Aug 2005 06:32:46 +0800
From: Trent Lloyd <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Patch to fix build failure in rubymagick when using new libmagick
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="EVF5PPMfhYS0aIcm"
Content-Disposition: inline
X-Random-Number: -1.46737188047957e+305
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--EVF5PPMfhYS0aIcm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: rubymagick
Version: 0.1.3-13

Hey guys,

I'm working with the Ubuntu MOTU project, in doing a rebuild of
rubymagick I discovered a typo in the debian patch.

On line 1192 of magick.c it says 'True' but it neds to say 'MagickTrue'.

I've attached a patch, its only a 1 liner, I've tested it and compiles
fine here on Ubuntu.

Cheers,
Trent

-- 
Trent Lloyd <[EMAIL PROTECTED]>
Bur.st Networking Inc.

--EVF5PPMfhYS0aIcm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="rubymagick.patch"

--- magick.c.orig       2005-08-26 06:28:29.000000000 +0800
+++ magick.c    2005-08-26 06:24:46.000000000 +0800
@@ -1189,7 +1189,7 @@
 # if MagickLibVersion < 0x0547
     status = ProfileImage(mgk->ptr, prof, fname, RSTRING(profname)->len);
 # else
-    status = ProfileImage(mgk->ptr, prof, fname, RSTRING(profname)->len, True);
+    status = ProfileImage(mgk->ptr, prof, fname, RSTRING(profname)->len, 
MagickTrue);
 # endif
 #endif /* MagickLibVersion < 0x0543 */
     if (!status)

--EVF5PPMfhYS0aIcm--

---------------------------------------
Received: (at 325075-done) by bugs.debian.org; 30 Aug 2005 13:20:26 +0000
>From [EMAIL PROTECTED] Tue Aug 30 06:20:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.irb.hr [161.53.22.8] (UNKNOWN)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EA62L-0005e4-00; Tue, 30 Aug 2005 06:20:26 -0700
Received: from diziet.irb.hr (diziet.irb.hr [161.53.22.31])
        by mail.irb.hr (8.13.3/8.13.3/Debian-6) with ESMTP id j7UDJuje016456
        for <[EMAIL PROTECTED]>; Tue, 30 Aug 2005 15:19:56 +0200
Received: from diziet.irb.hr (localhost [127.0.0.1])
        by diziet.irb.hr (8.13.4/8.13.4/Debian-3) with ESMTP id j7UDK5w6004196
        for <[EMAIL PROTECTED]>; Tue, 30 Aug 2005 15:20:05 +0200
Received: (from [EMAIL PROTECTED])
        by diziet.irb.hr (8.13.4/8.13.4/Submit) id j7UDK5g8004194
        for [EMAIL PROTECTED]; Tue, 30 Aug 2005 15:20:05 +0200
Date: Tue, 30 Aug 2005 15:20:05 +0200
From: Matej Vela <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Removed from Debian - unmaintained
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.10i
X-Scanned-By: MIMEDefang 2.51 on 161.53.22.8
X-Scanned-By: MIMEDefang 2.51 on 161.53.22.31
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

This package has now been removed from Debian because nobody was
interested in maintaining it; see
http://lists.debian.org/debian-devel-announce/2005/06/msg00014.html
for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to