Your message dated 08 Aug 2004 15:30:48 -0700 with message-id <[EMAIL PROTECTED]> and subject line libctk3-dev appears to depend on libctk-dev 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; 5 Jan 2002 17:05:29 +0000 >From [EMAIL PROTECTED] Sat Jan 05 11:05:29 2002 Return-path: <[EMAIL PROTECTED]> Received: from i208-161.nv.iinet.net.au (wibble) [203.59.208.161] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16MuG7-0007lC-00; Sat, 05 Jan 2002 11:05:27 -0600 Received: from michael by wibble with local (Exim 3.33 #1 (Debian)) id 16MuFo-0001ma-00; Sun, 06 Jan 2002 01:05:08 +0800 From: Michael <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libctk3-dev appears to depend on libctk-dev X-Reportbug-Version: 1.41.1421 X-Mailer: reportbug 1.41.1421 Date: Sun, 06 Jan 2002 01:05:07 +0800 Message-Id: <[EMAIL PROTECTED]> Sender: Michael <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: libctk3-dev Version: 3.0.24 Severity: important Looking at /usr/include/ctk-3/ctk.h, I see: #include <ctk/ctkobject.h> #include <ctk/ctkwidget.h> #include <ctk/ctkmisc.h> (etc) The package does not provide /usr/include/ctk/, which I suspect will severely impact on the usability of ctk! I'm wondering if the correct solution is to put all of libctk-dev's symlinks into libctk3-dev, and just make libctk-dev a dummy package... Then all I'd need to do to the Makefile to get the examples to compile is add a -I flag pointing to glib.h... (And then after that work out how to quit the sample program by other than switching to another console and issuing kill commands, but that's another story) -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux wibble 2.2.19 #1 Sun Oct 7 11:28:23 WST 2001 i586 Locale: LANG=C, LC_CTYPE=C Versions of packages libctk3-dev depends on: ii libarr-dev 0.1-49 A small, fast console drawing libr ii libc6-dev 2.2.4-7 GNU C Library: Development Librari ii libctk3 3.0.24 Console Tool Kit ii libglib1.2-dev 1.2.10-3 Development files for GLib library --------------------------------------- Received: (at 127923-done) by bugs.debian.org; 8 Aug 2004 22:30:50 +0000 >From [EMAIL PROTECTED] Sun Aug 08 15:30:50 2004 Return-path: <[EMAIL PROTECTED]> Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BtwBm-0006EH-00; Sun, 08 Aug 2004 15:30:50 -0700 Received: from tb by becket.becket.net with local (Exim 4.34) id 1BtwBk-0002HR-M8; Sun, 08 Aug 2004 15:30:48 -0700 To: [EMAIL PROTECTED] CC: Michael <[EMAIL PROTECTED]> Subject: libctk3-dev appears to depend on libctk-dev X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Zippy-Says: I'm having a tax-deductible experience! I need an energy crunch!! From: Thomas Bushnell BSG <[EMAIL PROTECTED]> Date: 08 Aug 2004 15:30:48 -0700 Message-ID: <[EMAIL PROTECTED]> Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00,DATING autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: > Package: libctk3-dev > Version: 3.0.24 > Severity: important > > Looking at /usr/include/ctk-3/ctk.h, I see: > > #include <ctk/ctkobject.h> > #include <ctk/ctkwidget.h> > #include <ctk/ctkmisc.h> > (etc) > > The package does not provide /usr/include/ctk/, which I suspect will > severely impact on the usability of ctk! I'm wondering if the correct > solution is to put all of libctk-dev's symlinks into libctk3-dev, and just > make libctk-dev a dummy package... > > Then all I'd need to do to the Makefile to get the examples to compile is > add a -I flag pointing to glib.h... > > (And then after that work out how to quit the sample program by other than > switching to another console and issuing kill commands, but that's another > story) This is not actually a bug; it's just that libctk3-dev isn't the package you install. You're supposed to install libctk-dev, and then *that* depends on libctk3-dev. Admittedly, this is not obvious, so I am updating the package description to give better instructions. Thomas