Your message dated Mon, 07 Jul 2014 13:35:21 +0000
with message-id <[email protected]>
and subject line Bug#753812: fixed in texmaker 4.2-2
has caused the Debian Bug report #753812,
regarding texmaker: plese use synctex parser provided by libsynctex-dev
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 [email protected]
immediately.)


-- 
753812: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753812
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: texmaker
Version: 4.2-1
Severity: wishlist
Usertags: embedded-synctex-parser

texmkaer currently contains a copy of synctex parser from texlive-bin.
This code is now provided as shared library by
libsynctex1/libsynctex-dev. Please consider the attached patch to use
the shared library instead of the embedded copy.

Cheers
-- 
Sebastian Ramacher
diff -Nru texmaker-4.2/debian/changelog texmaker-4.2/debian/changelog
--- texmaker-4.2/debian/changelog       2014-06-03 18:09:01.000000000 +0200
+++ texmaker-4.2/debian/changelog       2014-07-05 13:34:37.000000000 +0200
@@ -1,3 +1,10 @@
+texmaker (4.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use synctex parser provided by libsynctex-dev.
+
+ -- Sebastian Ramacher <[email protected]>  Sat, 05 Jul 2014 13:34:26 +0200
+
 texmaker (4.2-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru texmaker-4.2/debian/control texmaker-4.2/debian/control
--- texmaker-4.2/debian/control 2014-06-03 18:08:26.000000000 +0200
+++ texmaker-4.2/debian/control 2014-07-05 13:34:57.000000000 +0200
@@ -13,7 +13,8 @@
                libpoppler-private-dev (>= 0.24.5-2),
                libqt5webkit5-dev,
                qtdeclarative5-dev,
-               libqt5opengl5-dev
+               libqt5opengl5-dev,
+               libsynctex-dev
 Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/viewvc/debian-science/packages/texmaker/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/texmaker/trunk/
diff -Nru texmaker-4.2/debian/patches/series texmaker-4.2/debian/patches/series
--- texmaker-4.2/debian/patches/series  2014-05-28 15:23:59.000000000 +0200
+++ texmaker-4.2/debian/patches/series  2014-07-05 13:36:59.000000000 +0200
@@ -1,2 +1,3 @@
 10_spelling_dict.patch
 20-add-keywords-desktop-file.patch
+use-system-synctex.patch
diff -Nru texmaker-4.2/debian/patches/use-system-synctex.patch 
texmaker-4.2/debian/patches/use-system-synctex.patch
--- texmaker-4.2/debian/patches/use-system-synctex.patch        1970-01-01 
01:00:00.000000000 +0100
+++ texmaker-4.2/debian/patches/use-system-synctex.patch        2014-07-05 
13:37:30.000000000 +0200
@@ -0,0 +1,60 @@
+Description: Use synctex provided by libsynctex-dev
+Author: Sebastian Ramacher <[email protected]>
+Last-Update: 2014-07-05
+
+--- texmaker-4.2.orig/pdfviewer.h
++++ texmaker-4.2/pdfviewer.h
+@@ -39,7 +39,7 @@
+ #include <QKeySequence>
+ 
+ #include "documentview.h"
+-#include "synctex_parser.h"
++#include <synctex_parser.h>
+ #include "browser.h"
+ 
+ 
+--- texmaker-4.2.orig/pdfviewerwidget.h
++++ texmaker-4.2/pdfviewerwidget.h
+@@ -40,7 +40,7 @@
+ #include <QSplitter>
+ 
+ #include "documentview.h"
+-#include "synctex_parser.h"
++#include <synctex_parser.h>
+ #include "minisplitter.h"
+ #include "browser.h"
+ 
+--- texmaker-4.2.orig/texmaker.pro
++++ texmaker-4.2/texmaker.pro
+@@ -19,11 +19,11 @@ DEFINES += HAVE_SPLASH
+ unix:!macx {
+ contains( QT_VERSION, "^5.*" ) {
+ CONFIG                += link_pkgconfig
+-PKGCONFIG     = poppler-qt5
++PKGCONFIG     = poppler-qt5 synctex
+ DEFINES += POPPLER24
+ } else {
+ CONFIG                += link_pkgconfig
+-PKGCONFIG     = poppler-qt4
++PKGCONFIG     = poppler-qt4 synctex
+ DETECTEDPOPPLER=$$system(pkg-config --modversion poppler)
+ contains( DETECTEDPOPPLER, "^0.18.*" ){
+ DEFINES += OLDPOPPLER
+@@ -88,8 +88,6 @@ HEADERS      += texmaker.h \
+       textblockselection.h \
+       scandialog.h \
+       exportdialog.h \
+-      synctex_parser.h \
+-      synctex_parser_utils.h \
+       usertagslistwidget.h \
+       addtagdialog.h \
+       versiondialog.h \
+@@ -198,8 +196,6 @@ SOURCES    += main.cpp \
+       texdocdialog.cpp \
+       scandialog.cpp \
+       exportdialog.cpp \
+-      synctex_parser.c \
+-      synctex_parser_utils.c \
+       usertagslistwidget.cpp \
+       addtagdialog.cpp \
+       versiondialog.cpp \

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: texmaker
Source-Version: 4.2-2

We believe that the bug you reported is fixed in the latest version of
texmaker, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julián Moreno Patiño <[email protected]> (supplier of updated texmaker 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: SHA512

Format: 1.8
Date: Mon, 07 Jul 2014 08:03:03 -0500
Source: texmaker
Binary: texmaker texmaker-data
Architecture: source amd64 all
Version: 4.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Julián Moreno Patiño <[email protected]>
Description:
 texmaker   - cross-platform LaTeX editor
 texmaker-data - Texmaker LaTeX editor -- arch-independent files
Closes: 751194 753812
Changes:
 texmaker (4.2-2) unstable; urgency=medium
 .
   * Use synctex parser provided by libsynctex-dev. (Closes: #753812)
     + Thanks to Sebastian Ramacher for the patch.
     + Add libsynctex-dev to B-D.
   * Enable parallel Building. (Closes: #751194)
     + Thanks to Pino Toscano for it.
   * Remove debian/source/options because the default now is xz.
Checksums-Sha1:
 4f7b045577958108e570989383415b22d6d3d60a 2253 texmaker_4.2-2.dsc
 abd1d8567fdc38b03fc566668f3ee6f57f9ba839 11496 texmaker_4.2-2.debian.tar.xz
 1ed3cbe821d1508f27b7282f2b980f23dfa7b9ed 2796528 texmaker_4.2-2_amd64.deb
 6dd02890308c6637459f5e21f47e576abdf5deca 1546884 texmaker-data_4.2-2_all.deb
Checksums-Sha256:
 bcea1dc0407db3d9603c6a8eb8fac923690d5c662a89d239adfc71b3e058faec 2253 
texmaker_4.2-2.dsc
 19a58e7c245684d9a77b2c0d57c6768d9b7d8bcd5296aa698573eaf4c42020b7 11496 
texmaker_4.2-2.debian.tar.xz
 00298cdbb5bcca41c217ff31d70ecf7c91d4c2b845b65a1289fc7fda252cf2bd 2796528 
texmaker_4.2-2_amd64.deb
 666278180f33485a3d4c2b9cb3f2d11cf2dcde382ec3ab38aa04fb3a6bbe9226 1546884 
texmaker-data_4.2-2_all.deb
Files:
 554c54b0a8fa9b00bb880d89bd667851 2796528 tex optional texmaker_4.2-2_amd64.deb
 f58c1b0a736aca619c71bcf976732eb3 1546884 tex optional 
texmaker-data_4.2-2_all.deb
 24ee94ac78b2e425fbbd416d0e71fcac 2253 tex optional texmaker_4.2-2.dsc
 b0f3ca21d6fbdcafffb07c56bbce036c 11496 tex optional 
texmaker_4.2-2.debian.tar.xz

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

iQIcBAEBCgAGBQJTup5yAAoJENX9/BVhaL9g4RYP/2vOjbRi4UWDx0zMx0MLZb9j
SLDZhheHukUrbTLQ1J+UIEO3VevJrO/gTInPS23iFjv+eikAA91xNGK2FzmPky2X
99aoUtJAJWp55gKrIhfxDk1y46kCbTdJAVcJt+EkB3OrCl+TUOXHrgZefZWN2Zj/
UkSsvW5DKcSzevWnBXeUdX30Zf7MNVwwUa90Yj/pIrNzdEx6dGre8nVZfcoqwC+o
wu3AA4IFfksldoHdC06h4Gh8TixSGSiqZOkgFJmeR3ViHKytip2nRCqa1A5vDAE4
cmiL9aSaL2xMgvAfLJb979vHKA6a5K0xpe8GufczHozE18gpwh5HymoowvPukkNb
kRCkDSHQcEsYPvuL95Kq0+txSWzLw7ojku/LcFV6wtSE/6SFIWxcPtR4es+qW0ZC
F7q5bNpgHUyUtMrvCLf0rbAng1vM4YhtsLPbW73hUUr26qXn1PQygjdgK1HL8SHZ
FTdoE/j6HVwDaY8AqgWCKmLEOON5hAqZoos2psAl7crFxOFi7KzGan5gxz8Mjzyw
uTzLyN8lh/i93/SFsKWqSVhNyL0cRiSL4ZBZDqLeZ2Vueo7plFc+zGsA1yleS1Ot
1a/2DWjOCka8d5CCDlwH+rwUbahhoxAnXE0ENGokdWgrCQSU/5R5KqTmvI2z8tbN
Ub3cq5W5bU6nur9U3RO6
=zUkc
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to