[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#187315: marked as done (icemc: icemc links against obsolete qt3 library)



Your message dated Wed, 28 Sep 2005 01:32:09 -0700
with message-id <E1EKXMH-0006Rl-00@spohr.debian.org>
and subject line Bug#187315: fixed in icemc 0.2.4-3
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; 2 Apr 2003 20:03:59 +0000
>From nelson@bignachos.com Wed Apr 02 14:03:58 2003
Return-path: <nelson@bignachos.com>
Received: from rwcrmhc51.attbi.com [204.127.198.38] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 190oSk-0002vs-00; Wed, 02 Apr 2003 14:03:58 -0600
Received: from voldemort.bignachos.com (h00a0cc56d269.ne.client2.attbi.com[66.31.190.121])
          by rwcrmhc51.attbi.com (rwcrmhc51) with ESMTP
          id <2003040220032805100admqpe>; Wed, 2 Apr 2003 20:03:28 +0000
Received: from dsl231-062-080.sea1.dsl.speakeasy.net ([216.231.62.80] helo=sirius)
	by voldemort.bignachos.com with esmtp (Exim 3.35 #1 (Debian))
	id 190oSF-0000Fi-00
	for <submit@bugs.debian.org>; Wed, 02 Apr 2003 15:03:27 -0500
Received: by sirius (Postfix, from userid 1000)
	id A4E0952E34; Wed,  2 Apr 2003 12:03:25 -0800 (PST)
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: icemc: icemc links against obsolete qt3 library
X-Debbugs-CC: Brian Nelson <pyro@debian.org>
X-URL: http://bignachos.com
From: Brian Nelson <nelson@bignachos.com>
Date: Wed, 02 Apr 2003 12:03:25 -0800
Message-ID: <87vfxw1xbm.fsf@sirius.bignachos.com>
User-Agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.2 (gnu/linux)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-4.6 required=4.0
	tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF,SPAM_PHRASE_00_01,
	      USER_AGENT,USER_AGENT_GNUS_UA,X_DEBBUGS_CC
	version=2.44
X-Spam-Level: 

--=-=-=

Package: icemc
Severity: normal
Tags: patch

icemc links against the single-threaded qt3 library.  From the
libqt3-dev package description,

 WARNING: The nonthreaded version of Qt3 is considered deprecated and
 may disappear anytime in the future. Please use libqt3-mt instead
 (Read README.Debian for instructions).

Here's a patch:


--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=icemc_qt-mt.patch

diff -urN icemc-0.2.4.old/Makefile.debian icemc-0.2.4/Makefile.debian
--- icemc-0.2.4.old/Makefile.debian	2003-04-02 12:00:49.000000000 -0800
+++ icemc-0.2.4/Makefile.debian	2003-04-02 11:55:37.000000000 -0800
@@ -24,7 +24,7 @@
 INCPATH	=	-I$(QTDIR)/include/qt3
 LINK	=	g++ 
 LFLAGS	=	
-LIBS    =       $(SUBLIBS) -lqt
+LIBS    =       $(SUBLIBS) -lqt-mt
 MOC	=	$(QTDIR)/bin/moc
 UIC	=	$(QTDIR)/bin/uic
 
diff -urN icemc-0.2.4.old/debian/control icemc-0.2.4/debian/control
--- icemc-0.2.4.old/debian/control	2003-04-02 12:00:49.000000000 -0800
+++ icemc-0.2.4/debian/control	2003-04-02 11:29:44.000000000 -0800
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Scott Bronson <bronson@rinspin.com>
-Build-Depends: debhelper (>> 4.0.0), libqt3-dev, docbook-to-man
+Build-Depends: debhelper (>> 4.0.0), libqt3-mt-dev, docbook-to-man
 Standards-Version: 3.5.8
 
 Package: icemc

--=-=-=


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux sirius 2.4.20 #1 Thu Mar 20 10:20:43 PST 2003 i686
Locale: LANG=C, LC_CTYPE=C

--=-=-=--

---------------------------------------
Received: (at 187315-close) by bugs.debian.org; 28 Sep 2005 08:49:28 +0000
>From katie@spohr.debian.org Wed Sep 28 01:49:27 2005
Return-path: <katie@spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EKXMH-0006Rl-00; Wed, 28 Sep 2005 01:32:09 -0700
From: Debian QA Group <packages@qa.debian.org>
To: 187315-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#187315: fixed in icemc 0.2.4-3
Message-Id: <E1EKXMH-0006Rl-00@spohr.debian.org>
Sender: Archive Administrator <katie@spohr.debian.org>
Date: Wed, 28 Sep 2005 01:32:09 -0700
Delivered-To: 187315-close@bugs.debian.org
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 4

Source: icemc
Source-Version: 0.2.4-3

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

icemc_0.2.4-3.diff.gz
  to pool/main/i/icemc/icemc_0.2.4-3.diff.gz
icemc_0.2.4-3.dsc
  to pool/main/i/icemc/icemc_0.2.4-3.dsc
icemc_0.2.4-3_i386.deb
  to pool/main/i/icemc/icemc_0.2.4-3_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 187315@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian QA Group <packages@qa.debian.org> (supplier of updated icemc 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Wed, 28 Sep 2005 10:23:33 +0200
Source: icemc
Binary: icemc
Architecture: source i386
Version: 0.2.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Debian QA Group <packages@qa.debian.org>
Description: 
 icemc      - Editor for IceWM menus
Closes: 128321 133679 187315 327953
Changes: 
 icemc (0.2.4-3) unstable; urgency=low
 .
   * Orphan package
   * Acknowledge NMUs (Closes: #327953, #128321, #133679, #187315)
   * Update Standards Version
   * Remove versioned dependency on debhelper as even oldstable has a high
     enough version
   * Add quotes in menu file
   * Add debian/compat
Files: 
 56de24e50180ed3857d9577cdc16a777 579 x11 optional icemc_0.2.4-3.dsc
 44ed6cc01ab1cd38b27a94e9cfa5616b 4428 x11 optional icemc_0.2.4-3.diff.gz
 903aa19ee6b19d6e1ccad24aaad29fcb 71190 x11 optional icemc_0.2.4-3_i386.deb

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

iD8DBQFDOlNk5UTeB5t8Mo0RApKHAKCuY/qjjJAqbV6DmzIJZs+MhQSb+gCaAnR4
Q2owmQG7fjEwBkQxf5ib9tU=
=rj2i
-----END PGP SIGNATURE-----



Reply to: