Your message dated Thu, 04 Jan 2018 12:34:36 +0000
with message-id <e1ex4je-000g1b...@fasolo.debian.org>
and subject line Bug#885635: fixed in sqlitebrowser 3.10.1-1.1
has caused the Debian Bug report #885635,
regarding src:sqlitebrowser: Will FTBFS with new qscintilla2
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
885635: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=885635
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sqlitebrowser
Version: 3.10.1-1
Severity: wishlist
Tags: patch

Dear Maintainer,

The qscintilla2 package in experimental contains a number of changes in
library naming to match upstream's changes.  As a result, sqlitebrowser will
FTBFS with this version due to a link failure.  I've attached a patch for an
eventual NMU (when the transition starts).  If you would prefer to handle the
upload yourself, please let me know.

Scott K
diff -Nru sqlitebrowser-3.10.1/debian/changelog sqlitebrowser-3.10.1/debian/changelog
--- sqlitebrowser-3.10.1/debian/changelog	2017-11-04 07:55:35.000000000 -0400
+++ sqlitebrowser-3.10.1/debian/changelog	2017-12-28 13:25:34.000000000 -0500
@@ -1,3 +1,10 @@
+sqlitebrowser (3.10.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Update for new qscintilla2 library names
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 28 Dec 2017 13:25:18 -0500
+
 sqlitebrowser (3.10.1-1) unstable; urgency=medium
 
   * New upstream version
diff -Nru sqlitebrowser-3.10.1/debian/control sqlitebrowser-3.10.1/debian/control
--- sqlitebrowser-3.10.1/debian/control	2017-11-04 07:55:35.000000000 -0400
+++ sqlitebrowser-3.10.1/debian/control	2017-12-28 13:26:01.000000000 -0500
@@ -2,7 +2,7 @@
 Section: database
 Priority: optional
 Maintainer: Arto Jantunen <vi...@debian.org>
-Build-Depends: debhelper (>= 10), qtbase5-dev, libsqlite3-dev, cmake, libantlr-dev, qttools5-dev, qttools5-dev-tools, libqt5scintilla2-dev
+Build-Depends: debhelper (>= 10), qtbase5-dev, libsqlite3-dev, cmake, libantlr-dev, qttools5-dev, qttools5-dev-tools, libqscintilla2-qt5-dev
 Standards-Version: 4.1.1
 Homepage: http://sqlitebrowser.org/
 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/sqlitebrowser.git
diff -Nru sqlitebrowser-3.10.1/debian/patches/0001-Use-system-qscintilla2.patch sqlitebrowser-3.10.1/debian/patches/0001-Use-system-qscintilla2.patch
--- sqlitebrowser-3.10.1/debian/patches/0001-Use-system-qscintilla2.patch	2017-11-04 07:55:35.000000000 -0400
+++ sqlitebrowser-3.10.1/debian/patches/0001-Use-system-qscintilla2.patch	2017-12-28 13:25:02.000000000 -0500
@@ -17,7 +17,7 @@
  
  find_library ( QSCINTILLA_LIBRARY
 -  NAMES qscintilla qscintilla2 libqscintilla2
-+  NAMES qscintilla qscintilla2 libqscintilla2 qt5scintilla2
++  NAMES qscintilla qscintilla2 libqscintilla2 qscintilla2_qt5
    HINTS ${QT_LIBRARY_DIR}
  )
  
@@ -30,7 +30,7 @@
  UI_DIR = .ui
  INCLUDEPATH += $$PWD/../libs/antlr-2.7.7 $$PWD/../libs/qhexedit $$PWD/../libs/qcustomplot-source $$PWD/../libs/qscintilla/Qt4Qt5 $$PWD/..
 -LIBS += -L$$LIBPATH_QHEXEDIT -L$$LIBPATH_ANTLR -L$$LIBPATH_QCUSTOMPLOT -L$$LIBPATH_QSCINTILLA -lantlr -lqhexedit -lqcustomplot -lqscintilla2
-+LIBS += -L$$LIBPATH_QHEXEDIT -L$$LIBPATH_ANTLR -L$$LIBPATH_QCUSTOMPLOT -L$$LIBPATH_QSCINTILLA -lantlr -lqhexedit -lqcustomplot -lqt5scintilla2
++LIBS += -L$$LIBPATH_QHEXEDIT -L$$LIBPATH_ANTLR -L$$LIBPATH_QCUSTOMPLOT -L$$LIBPATH_QSCINTILLA -lantlr -lqhexedit -lqcustomplot -lqscintilla2_qt5
  DEPENDPATH += $$PWD/../libs/antlr-2.7.7 $$PWD/../libs/qhexedit $$PWD/../libs/qcustomplot-source $$PWD/../libs/qscintilla/Qt4Qt5
  
  unix {
@@ -44,8 +44,8 @@
  link_directories("${CMAKE_CURRENT_BINARY_DIR}/${QSCINTILLA_DIR}")
 -add_dependencies(test-sqlobjects qscintilla2)
 -target_link_libraries(test-sqlobjects qscintilla2)
-+add_dependencies(test-sqlobjects qt5scintilla2)
-+target_link_libraries(test-sqlobjects qt5scintilla2)
++add_dependencies(test-sqlobjects qscintilla2_qt5)
++target_link_libraries(test-sqlobjects qscintilla2_qt5)
  add_test(test-sqlobjects test-sqlobjects)
  
  # test-import
@@ -55,6 +55,6 @@
  link_directories("${CMAKE_CURRENT_BINARY_DIR}/${QSCINTILLA_DIR}")
 -add_dependencies(test-regex qscintilla2)
 -target_link_libraries(test-regex qscintilla2)
-+add_dependencies(test-regex qt5scintilla2)
-+target_link_libraries(test-regex qt5scintilla2)
++add_dependencies(test-regex qscintilla2_qt5)
++target_link_libraries(test-regex qscintilla2_qt5)
  add_test(test-regex test-regex)

--- End Message ---
--- Begin Message ---
Source: sqlitebrowser
Source-Version: 3.10.1-1.1

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

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 885...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Kitterman <sc...@kitterman.com> (supplier of updated sqlitebrowser 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 04 Jan 2018 07:02:20 -0500
Source: sqlitebrowser
Binary: sqlitebrowser
Architecture: source amd64
Version: 3.10.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Arto Jantunen <vi...@debian.org>
Changed-By: Scott Kitterman <sc...@kitterman.com>
Description:
 sqlitebrowser - GUI editor for SQLite databases
Closes: 885635
Changes:
 sqlitebrowser (3.10.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Update for new qscintilla2 library names (Closes: #885635)
Checksums-Sha1:
 76aab6d4d130fce78acccf97f54d12830f92bcd9 2010 sqlitebrowser_3.10.1-1.1.dsc
 b32424e34f2e4654e6d1741d11ecc6f958ee1a92 5664 
sqlitebrowser_3.10.1-1.1.debian.tar.xz
 d501347ab7dd724189af39593dd24093ad816a8f 8978948 
sqlitebrowser-dbgsym_3.10.1-1.1_amd64.deb
 de6dc93f1d1132aba8cc0f9d3f0d7bc7d87f800e 10885 
sqlitebrowser_3.10.1-1.1_amd64.buildinfo
 dc923558620da1a636bd785a9f9a6045e571a1b8 1214668 
sqlitebrowser_3.10.1-1.1_amd64.deb
Checksums-Sha256:
 b4279402980f9f571ff056de582545596d3f57bc9a419430680a529831eebd88 2010 
sqlitebrowser_3.10.1-1.1.dsc
 3a9279231dcff0acf79b048cec440a9ea789f163201ef3ac4705dfab9a19546d 5664 
sqlitebrowser_3.10.1-1.1.debian.tar.xz
 85a05e6f2662a6c076535ab8aa6ccb931fbbb951b56317d47307ba51c9d155af 8978948 
sqlitebrowser-dbgsym_3.10.1-1.1_amd64.deb
 d50cc7b8f9135900465dcbe5ec3b7005eb4dc3080ce0649070670056a50cbbbf 10885 
sqlitebrowser_3.10.1-1.1_amd64.buildinfo
 2840b0be4c1dda381c28b451e911e5b6449ddfb6af0765f12274cbb54fadbd96 1214668 
sqlitebrowser_3.10.1-1.1_amd64.deb
Files:
 180d02e39209734a5dbb2e1cbc0d701e 2010 database optional 
sqlitebrowser_3.10.1-1.1.dsc
 8d0e95cbfc3ae645256e190db8a2b5fe 5664 database optional 
sqlitebrowser_3.10.1-1.1.debian.tar.xz
 bdb475578c0c5311f80fdab8d3b7b889 8978948 debug optional 
sqlitebrowser-dbgsym_3.10.1-1.1_amd64.deb
 aa1c75142e175609db5b4ae3051c7e03 10885 database optional 
sqlitebrowser_3.10.1-1.1_amd64.buildinfo
 03a3ab0b04ac807706c2e62f2e06ba8f 1214668 database optional 
sqlitebrowser_3.10.1-1.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJaThyAAAoJEHjX3vua1Zrxk0kP/0gWkLw4oIG5gFhR+GTkllrp
M6AOTrgEQ+utDY0fi6mnXVXhkCwFGk7PoE2uCKRLg+C92wMg56VgvH6fDO2JW5uh
NZHGVvS5xAfp5vLqD8RE8BHyWy8gedtvuzvr4MnlBYI1V8PiqyXtN2gRlwUqPiYO
SCu5MUsIeyONcoDNMAPdLklWkMCrY91hJwb6aDEbIxZ91WZ4DB4FtrXtv4Ywo72B
S0rZ6AdM/vnRNmJEL3a3fJzGFIBbqfHTiT8GA5uTsuZkE6lwKKFqUo0HlpiUVUN9
ItqYQH7K7OObfYWiNEArm3pumYZK3Lbi5ys37LTBIweB2uuHOxqpWLNLsdGJBegM
9EcFJt3tz5A6vMZE7M7wrVCi9EzN9O6WHrvFw4o3IkEBuzqp0+e2+8gA1IFNAc+M
9bHtWxgt9qTHqge6DKzH1rn6D7+iWVbJFncUl+yPA5xeJUJbUBB+MeJQDsTm2Aqd
9Qjd11dhoJtu9cX9t0ciFcx/5amLOOLcM+nKgwUVncgPz98S303lCmLVonTGUngG
rCPa7OtYjYQoD7i3YGC+uaTeDah3NczHkDl6UesvndcO2TkRDnc/uoWBKlDAFCAW
HIWGNnVoM6iWatbmB+XjEHmNsVR7qD+TUXIweKVAVkWIBIALOyhohIbPr2e4lCBu
G4SzU5XJkhLF2xG3yL9C
=Z5sX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to