Your message dated Thu, 01 Sep 2005 15:24:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#325973: fixed in qscintilla 1.6-1 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; 31 Aug 2005 23:56:45 +0000 >From [EMAIL PROTECTED] Wed Aug 31 16:56:45 2005 Return-path: <[EMAIL PROTECTED]> Received: from ns1.kidns.de (diana50.kidns.de) [62.75.128.97] (Debian-exim) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EAcRh-0002Dz-00; Wed, 31 Aug 2005 16:56:45 -0700 Received: from p54b2ff1f.dip.t-dialin.net ([84.178.255.31] helo=resivo.mejo.net) by diana50.kidns.de with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1EAcRP-0002WO-UB; Thu, 01 Sep 2005 01:56:30 +0200 Received: from jonas by resivo.mejo.net with local (Exim 4.52) id 1EAcR9-000525-Kl; Thu, 01 Sep 2005 01:56:11 +0200 Date: Thu, 1 Sep 2005 01:56:11 +0200 From: Jonas Meurer <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline X-Reportbug-Version: 3.17 User-Agent: Mutt/1.5.10i X-SA-Exim-Connect-IP: 84.178.255.31 X-SA-Exim-Mail-From: [EMAIL PROTECTED] Subject: qscintilla: rebuild for c++ transition [NMU prepared] X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100) X-SA-Exim-Scanned: Yes (on diana50.kidns.de) 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 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Package: qscintilla Version: 1.5.1-1 Severity: grave Tags: patch Justification: renders package unusable hello, qscintilla needs to be rebuild for the c++ transition. i prepared a NMU and uploaded as 5-day NMU. see the attached patch. bye jonas -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-8-amd64 Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="qscintilla.patch" diff -rNu qscintilla-1.5.1.old/debian/changelog qscintilla-1.5.1/debian/changelog --- qscintilla-1.5.1.old/debian/changelog 2005-09-01 01:51:41.000000000 +0200 +++ qscintilla-1.5.1/debian/changelog 2005-09-01 01:52:15.000000000 +0200 @@ -1,3 +1,17 @@ +qscintilla (1.5.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * build against latest libqt3-mt and libstdc++6 for c++ abi transition + * rename libqscintilla5 to libqscintilla5c2, make both library and devel + packages conflict with libqscintilla5 + * adapt versions for libqt3-mt-dev and qt3-dev-tools at build-depends + * remove g++ from build-depends as it's build-essential anyway + * add '-rm -f qt/Makefile' to section in debian/rules, as suggested at + bugs.debian.org/267408 + I don't close the bug as i don't know whether that finally fixes it. + + -- Jonas Meurer <[EMAIL PROTECTED]> Wed, 31 Aug 2005 23:07:41 +0200 + qscintilla (1.5.1-1) unstable; urgency=low * New upstream release diff -rNu qscintilla-1.5.1.old/debian/control qscintilla-1.5.1/debian/control --- qscintilla-1.5.1.old/debian/control 2005-09-01 01:51:41.000000000 +0200 +++ qscintilla-1.5.1/debian/control 2005-09-01 01:52:15.000000000 +0200 @@ -3,13 +3,15 @@ Priority: optional Maintainer: Ricardo Javier Cardenes Medina <[EMAIL PROTECTED]> Uploaders: Torsten Marek <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.0.0), libqt3-mt-dev (>= 3:3.1.1), qt3-dev-tools (>= 3:3.1.1-2), g++ (>= 2:3.2) -Standards-Version: 3.6.1.0 +Build-Depends: debhelper (>> 4.0.0), libqt3-mt-dev (>= 3:3.3.4), qt3-dev-tools (>= 3:3.3.4) +Standards-Version: 3.6.2 -Package: libqscintilla5 +Package: libqscintilla5c2 Section: libs Architecture: any Depends: ${shlibs:Depends} +Conflicts: libqscintilla5 +Replaces: libqscintilla5 Description: Qt source code editing component based on Scintilla Scintilla is a free source code editing component. It has features found in standard editing components, as well as features especially useful @@ -20,8 +22,8 @@ Package: libqscintilla-dev Section: libdevel Architecture: all -Depends: libqscintilla5 (= ${Source-Version}) -Conflicts: libqscintilla0c102 (<< 0.3-5) +Depends: libqscintilla5c2 (= ${Source-Version}) +Conflicts: libqscintilla5 Description: Qt source code editing component - development files Scintilla is a free source code editing component. It has features found in standard editing components, as well as features especially useful diff -rNu qscintilla-1.5.1.old/debian/libqscintilla5.install qscintilla-1.5.1/debian/libqscintilla5.install --- qscintilla-1.5.1.old/debian/libqscintilla5.install 2005-09-01 01:51:41.000000000 +0200 +++ qscintilla-1.5.1/debian/libqscintilla5.install 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -usr/lib/*.so.* -usr/lib/qt3/plugins/designer/*.so -usr/share/qt3/translations/*.qm diff -rNu qscintilla-1.5.1.old/debian/libqscintilla5c2.install qscintilla-1.5.1/debian/libqscintilla5c2.install --- qscintilla-1.5.1.old/debian/libqscintilla5c2.install 1970-01-01 01:00:00.000000000 +0100 +++ qscintilla-1.5.1/debian/libqscintilla5c2.install 2005-09-01 01:52:15.000000000 +0200 @@ -0,0 +1,3 @@ +usr/lib/*.so.* +usr/lib/qt3/plugins/designer/*.so +usr/share/qt3/translations/*.qm diff -rNu qscintilla-1.5.1.old/debian/rules qscintilla-1.5.1/debian/rules --- qscintilla-1.5.1.old/debian/rules 2005-09-01 01:51:41.000000000 +0200 +++ qscintilla-1.5.1/debian/rules 2005-09-01 01:52:15.000000000 +0200 @@ -60,6 +60,7 @@ -$(MAKE) -C qt clean -$(MAKE) -C designer clean -find -name 'Makefile' -exec rm {} \; + -rm -f qt/Makefile -rm -rf tmplib dh_clean --PEIAKu/WMn1b1Hv9-- --------------------------------------- Received: (at 325973-close) by bugs.debian.org; 1 Sep 2005 22:39:22 +0000 >From [EMAIL PROTECTED] Thu Sep 01 15:39:21 2005 Return-path: <[EMAIL PROTECTED]> Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EAxTa-0001Bh-00; Thu, 01 Sep 2005 15:24:06 -0700 From: Torsten Marek <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.30 $ Subject: Bug#325973: fixed in qscintilla 1.6-1 Message-Id: <[EMAIL PROTECTED]> Sender: Joerg Jaspert <[EMAIL PROTECTED]> Date: Thu, 01 Sep 2005 15:24:06 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: qscintilla Source-Version: 1.6-1 We believe that the bug you reported is fixed in the latest version of qscintilla, which is due to be installed in the Debian FTP archive: libqscintilla-dev_1.6-1_all.deb to pool/main/q/qscintilla/libqscintilla-dev_1.6-1_all.deb libqscintilla-doc_1.6-1_all.deb to pool/main/q/qscintilla/libqscintilla-doc_1.6-1_all.deb libqscintilla6_1.6-1_powerpc.deb to pool/main/q/qscintilla/libqscintilla6_1.6-1_powerpc.deb qscintilla_1.6-1.diff.gz to pool/main/q/qscintilla/qscintilla_1.6-1.diff.gz qscintilla_1.6-1.dsc to pool/main/q/qscintilla/qscintilla_1.6-1.dsc qscintilla_1.6.orig.tar.gz to pool/main/q/qscintilla/qscintilla_1.6.orig.tar.gz 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. Torsten Marek <[EMAIL PROTECTED]> (supplier of updated qscintilla 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, 1 Sep 2005 00:40:47 +0200 Source: qscintilla Binary: libqscintilla-dev libqscintilla-doc libqscintilla6 Architecture: source powerpc all Version: 1.6-1 Distribution: unstable Urgency: low Maintainer: [EMAIL PROTECTED] Changed-By: Torsten Marek <[EMAIL PROTECTED]> Description: libqscintilla-dev - Qt source code editing component - development files libqscintilla-doc - Qt source code editing component - documentation libqscintilla6 - Qt source code editing component based on Scintilla Closes: 325973 Changes: qscintilla (1.6-1) unstable; urgency=low . * New upstream release * Updated standards version to 3.6.2 * Bumped the soname, the package is libqscintilla6 now * g++ ABI transition (Closes: #325973) Files: 8588519f7aff1a2387648c3912298fdf 764 libs optional qscintilla_1.6-1.dsc 615edac15677d721bedc8cad646ad954 812921 libs optional qscintilla_1.6.orig.tar.gz bf0771f9f984c8d98f21a865481711db 4361 libs optional qscintilla_1.6-1.diff.gz da796e16e9ba7d2bf67fb725c05a62d3 69590 libdevel optional libqscintilla-dev_1.6-1_all.deb 044c12d0e71a92988448f6d319826506 150744 doc optional libqscintilla-doc_1.6-1_all.deb f71e97830644855b3a0ac2f28b091164 502928 libs optional libqscintilla6_1.6-1_powerpc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFDFzK4HkQIZYcutOURAkGvAJ0T6tDA8mrH+eriJdNgboLVW09lxwCgkdi6 QTyaVsIAgTtOvODWfEDmx5M= =WE7o -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]