Bug#700870: building eapol_test

2013-10-30 Thread Tom Jampen

Dear maintainers

eapol_test would be very welcome here as well as we would like to keep an eye on 
freeradius authentication with nagios.


Thanks
Tom


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#709086: freeradius: logrotate causes mschap module to fail

2013-10-30 Thread Tom Jampen

Dear maintainers

We have to same problem and would like to see this fixed soon, thanks!

Regards
Tom


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#728306: freeradius only rotates /var/log/freeradius/radius.log, other logs (e.g. radacct/*) keep growing

2013-10-30 Thread Tom Jampen

Package: freeradius
Version: 2.1.12+dfsg-1.2

Dear maintainers

Freeradius only rotates the main logfile. Other logfiles (present in the 
configfiles shipped by Debian) are not rotated and can grow quite fast, 
especially files in the /var/log/freeradius/radacct/ directory.


Also, these logfiles in /var/log/freeradius/radacct/ are created with the date 
in the filename which makes logrotating harder.


I propose to remove the timestamps from the filenames and rotate all logs.

Thanks,
Tom


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#728306: Acknowledgement (freeradius only rotates /var/log/freeradius/radius.log, other logs (e.g. radacct/*) keep growing)

2013-10-30 Thread Tom Jampen

tags 728306 patch
thanks

Hi,

I've created a patch to fix this issue:
* adds all logfiles referenced in the configfiles to freeradius.logrotate
* adds a patch to debian/patches to remove the date from the filenames
* adds the above patch to the debian/patches/series file

Regards,
Tom
diff -Naurp a/debian/freeradius.logrotate b/debian/freeradius.logrotate
--- a/debian/freeradius.logrotate	2012-06-29 14:31:44.0 +0200
+++ b/debian/freeradius.logrotate	2013-10-30 14:12:10.278786827 +0100
@@ -1,10 +1,23 @@
-/var/log/freeradius/*.log {
+/var/log/freeradius/*.log
+/var/log/freeradius/sqltrace.sql
+/var/log/freeradius/radwtmp
+/var/log/freeradius/radutmp
+/var/log/freeradius/linelog
+/var/log/freeradius/cuitrace.sql
+/var/log/freeradius/sradutmp
+/var/log/freeradius/radacct/*/detail
+/var/log/freeradius/radacct/*/auth-detail
+/var/log/freeradius/radacct/*/reply-detail
+/var/log/freeradius/radacct/*/pre-proxy-detail
+/var/log/freeradius/radacct/*/post-proxy-detail
+/var/log/freeradius/radacct/*/sql-relay {
 weekly
 rotate 52
 compress
 delaycompress
 notifempty
 missingok
+sharedscripts
 postrotate
 /etc/init.d/freeradius reload > /dev/null
 endscript
diff -Naurp a/debian/patches/radacct-log.patch b/debian/patches/radacct-log.patch
--- a/debian/patches/radacct-log.patch	1970-01-01 01:00:00.0 +0100
+++ b/debian/patches/radacct-log.patch	2013-10-30 14:10:59.722491649 +0100
@@ -0,0 +1,127 @@
+Author: Tom Jampen 
+Description:
+ This patch modifies the default freeradius configuration and thus allows
+ logrotate to rotate all logfile. It specifically removes dates and times from
+ logfile names.
+
+diff -Naurp a/raddb/modules/detail b/raddb/modules/detail
+--- a/raddb/modules/detail	2013-10-30 11:55:01.600274413 +0100
 b/raddb/modules/detail	2013-10-30 12:07:34.703092048 +0100
+@@ -31,7 +31,7 @@ detail {
+ 	#  be ONE "listen" section reading detail files from a
+ 	#  particular directory.
+ 	#
+-	detailfile = ${radacctdir}/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d
++	detailfile = ${radacctdir}/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail
+ 
+ 	#
+ 	#  The Unix-style permissions on the 'detail' file.
+diff -Naurp a/raddb/modules/detail.example.com b/raddb/modules/detail.example.com
+--- a/raddb/modules/detail.example.com	2013-10-30 11:55:13.888321395 +0100
 b/raddb/modules/detail.example.com	2013-10-30 12:07:49.983147068 +0100
+@@ -23,5 +23,5 @@
+ #  $Id$
+ #
+ detail detail.example.com {
+-	detailfile = ${radacctdir}/detail.example.com/detail-%Y%m%d:%H
++	detailfile = ${radacctdir}/detail.example.com/detail
+ }
+diff -Naurp a/raddb/modules/detail.log b/raddb/modules/detail.log
+--- a/raddb/modules/detail.log	2013-10-30 11:55:22.336353696 +0100
 b/raddb/modules/detail.log	2013-10-30 12:08:13.871233112 +0100
+@@ -15,7 +15,7 @@
+ #  in the 'authorize' section, below.
+ #
+ detail auth_log {
+-	detailfile = ${radacctdir}/%{Client-IP-Address}/auth-detail-%Y%m%d
++	detailfile = ${radacctdir}/%{Client-IP-Address}/auth-detail
+ 
+ 	#
+ 	#  This MUST be 0600, otherwise anyone can read
+@@ -37,7 +37,7 @@ detail auth_log {
+ #  in the 'post-auth' section, below.
+ #
+ detail reply_log {
+-	detailfile = ${radacctdir}/%{Client-IP-Address}/reply-detail-%Y%m%d
++	detailfile = ${radacctdir}/%{Client-IP-Address}/reply-detail
+ 
+ 	detailperm = 0600
+ }
+@@ -49,7 +49,7 @@ detail reply_log {
+ #  in the 'pre-proxy' section, below.
+ #
+ detail pre_proxy_log {
+-	detailfile = ${radacctdir}/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d
++	detailfile = ${radacctdir}/%{Client-IP-Address}/pre-proxy-detail
+ 
+ 	#
+ 	#  This MUST be 0600, otherwise anyone can read
+@@ -69,7 +69,7 @@ detail pre_proxy_log {
+ #  in the 'post-proxy' section, below.
+ #
+ detail post_proxy_log {
+-	detailfile = ${radacctdir}/%{Client-IP-Address}/post-proxy-detail-%Y%m%d
++	detailfile = ${radacctdir}/%{Client-IP-Address}/post-proxy-detail
+ 
+ 	detailperm = 0600
+ }
+diff -Naurp a/raddb/radiusd.conf.in b/raddb/radiusd.conf.in
+--- a/raddb/radiusd.conf.in	2013-10-30 10:54:52.718397699 +0100
 b/raddb/radiusd.conf.in	2013-10-30 11:59:13.421238451 +0100
+@@ -420,7 +420,7 @@ log {
+ 	#  The attribute that the value is assigned to is unimportant,
+ 	#  and should be a "throw-away" attribute with no side effects.
+ 	#
+-	#requests = ${logdir}/radiusd-%{%{Virtual-Server}:-DEFAULT}-%Y%m%d.log
++	#requests = ${logdir}/radiusd-%{%{Virtual-Server}:-DEFAULT}.log
+ 
+ 	#
+ 	#  Which syslog facility to use, if ${destination} == "syslog"
+diff -Naurp a/raddb/sites-available/buffered-sql b/raddb/sites-available/buffered-sql
+--- a/raddb/sites-available/buffered-sql	2013-10-30 11:57:57.184946318 +0100
 b/raddb/sites-available/buffered-sql	2013-10-30 12:10:09.531650214 +0100
+@@ -43,7 +43,7 @@ server buffered-sql {
+ 		#  The

Bug#728099: upgrade to 1.5.2 to fix important bug

2013-10-30 Thread Tom Jampen

Hi

An upgrade to 1.5.2 would be very much appreciated as I suffer from the 
previously mentioned bug as well. I can't encrypt/sign messages anymore since 
updating to icedove 24. And I also get the specified error message when trying 
to send unencrypted/unsigned mails.


Regards,
Tom


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#728306: freeradius only rotates /var/log/freeradius/radius.log, other logs (e.g. radacct/*) keep growing

2013-10-30 Thread Tom Jampen

Hi

On 30.10.2013 20:04, Josip Rodin wrote:

On Wed, Oct 30, 2013 at 02:38:39PM +0100, Tom Jampen wrote:

+--- a/raddb/modules/detail 2013-10-30 11:55:01.600274413 +0100
 b/raddb/modules/detail 2013-10-30 12:07:34.703092048 +0100
+@@ -31,7 +31,7 @@ detail {
+   #  be ONE "listen" section reading detail files from a
+   #  particular directory.
+   #
+-  detailfile = 
${radacctdir}/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d
++  detailfile = 
${radacctdir}/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail


So you'd be moving the decision of rotation from FR to logrotate


Looking in my /var/log shows me mostly rotated logs. So yes, it is my personal 
understanding that for a sysadmin (at least rapidly growing) logs should be 
rotated automatically (so he has one place to take action for changing 
behavior). Why handle things differently for FR than what one is used to.


Even more confusing might be the fact that one FR log is rotated while others 
aren't. That doesn't really make things easier to understand...




- but I
wouldn't exactly be sure that FR is ready for it - does the detail module
necessarily close and reopen the files on every write, or will it keep
writing to the old file until you HUP it?


I agree, that should really be checked first. (Again, from a sysadmin point of 
view, why would one logfile be ready for rotating while others aren't... not 
easy to see for non-developers.)




There have been some race condition bugs in the HUP handling in the past, so
this should really be verified beforehand.


Absolutely.



Also, what about the people who are accustomed to the old defaults and have
their own scripts? It could easily break their setup, so we'd need a
NEWS.Debian warning at least.


Agreed. Maybe a good time for config file cleanup would be when migrating to 
freeradius 2.2 or even 3. Then it's obvious for everyone to check configs...




+@@ -43,7 +43,7 @@ server buffered-sql {
+   #  The location where the detail file is located.
+   #  This should be on local disk, and NOT on an NFS
+   #  mounted location!
+-  filename = "${radacctdir}/detail-*"
++  filename = "${radacctdir}/detail.example.com/detail"



+@@ -63,7 +63,7 @@ server copy-acct-to-home-server {
+   #  one large file.  File globbing also means that with
+   #  a common naming scheme for detail files, then you can
+   #  have many detail file writers, and only one reader.
+-  filename = ${radacctdir}/detail
++  filename = ${radacctdir}/detail.example.com/detail



+@@ -40,7 +40,7 @@ server read-detail.example.com {
+   #  the home server.
+   listen {
+   type = detail
+-  filename = "${radacctdir}/detail.example.com/detail-*:*"
++  filename = "${radacctdir}/detail.example.com/detail"


This is another beast altogether. What about race conditions here, that is,
what guarantees that the reader will be done reading all the data from the
detail file before it gets moved away by logrotate?

And why the new example hostname part in the first two, won't that also
break existing setups using the file?


Maybe it's a bad idea, but my intension was to make things more consistent. 
There's a lot of config to manage, so why use one path here and a different one 
there?
Probably the best option would be to check with upstream first and prepare a 
config cleanup with the next major upgrade.


Regards,
Tom


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#734792: New upstream release 3.0.0

2014-01-09 Thread Tom Jampen
Package: pgf
Version: 2.10
Severity: wishlist

There is a new upstream release of pgf with 100+ bug fixes according to
the upstream README.

I would appreciate an updated pgf package in Debian as pgf 2.10 does not
seem to be compatible anymore with the context version currently
available in unstable/testing.

Regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#702999: SIGABRT sometimes when compiling

2014-03-16 Thread Tom Jampen
On 30.12.2013 09:31, Javier Domingo Cansino wrote:
> I will start using texstudio once again for a couple of months, so I
> expect to catch whether if it's fixed or not =)
> 
> Javier Domingo Cansino

Hi Javier

Are you using texstudio 2.6.6? Are you still having these crashes with
2.6.6 or can I close the bug?

Regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#692363: unblock: texstudio/2.3+debian-4

2013-01-17 Thread Tom Jampen
I hope my explanations helped to clarify these tiny, but for the user
experience enormously helpful patches.

How do you plan to proceed with this?

Thanks,
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#692363: unblock: texstudio/2.3+debian-4

2012-11-05 Thread Tom Jampen

Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package texstudio:

texstudio (2.3+debian-4) unstable; urgency=low

  * Adding patch to prevent needless latex run when no bib-files are referenced
(Closes: #688558).
  * Adding patch to set the default value of "automatically run 'latex, bibtex,
latex' if bib-files were changed" to disabled.
  * Adding patch to make 'pdflatex, viewpdf' the default quick build option.
  * Adding patch to prevent the config file from growing by unnecessary
whitespace.
  * Adding patch to disable the riddle asked when accessing advanced
    configuration options.

 -- Tom Jampen   Sat, 20 Oct 2012 12:21:07 +0200

Thanks
Tom
diff -Nru texstudio-2.3+debian/debian/changelog 
texstudio-2.3+debian/debian/changelog
--- texstudio-2.3+debian/debian/changelog   2012-06-24 13:26:24.0 
+0200
+++ texstudio-2.3+debian/debian/changelog   2012-10-20 15:46:03.0 
+0200
@@ -1,3 +1,17 @@
+texstudio (2.3+debian-4) unstable; urgency=low
+
+  * Adding patch to prevent needless latex run when no bib-files are referenced
+(Closes: #688558).
+  * Adding patch to set the default value of "automatically run 'latex, bibtex,
+latex' if bib-files were changed" to disabled.
+  * Adding patch to make 'pdflatex, viewpdf' the default quick build option.
+  * Adding patch to prevent the config file from growing by unnecessary
+whitespace.
+  * Adding patch to disable the riddle asked when accessing advanced
+configuration options.
+
+ -- Tom Jampen   Sat, 20 Oct 2012 12:21:07 +0200
+
 texstudio (2.3+debian-3) unstable; urgency=low
 
   * Adding build-dependency on zlib1g-dev (Closes: #678583).
diff -Nru texstudio-2.3+debian/debian/patches/06-fix-auto-bibtex.patch 
texstudio-2.3+debian/debian/patches/06-fix-auto-bibtex.patch
--- texstudio-2.3+debian/debian/patches/06-fix-auto-bibtex.patch
1970-01-01 01:00:00.0 +0100
+++ texstudio-2.3+debian/debian/patches/06-fix-auto-bibtex.patch
2012-10-09 22:09:52.0 +0200
@@ -0,0 +1,21 @@
+Author: Tom Jampen 
+Description:
+ TeXstudio automatically runs 'latex, bibtex, latex' before compiling the
+ tex-files when referenced bib-files were changed. A bug caused the first of
+ these three commands to run even when no bib-files are referenced or present
+ at all. This patch prevents the needless and possibly harmful (e.g. when using
+ pdflatex instead of latex) 'latex' run.
+
+diff -Naurp a/texmaker.cpp b/texmaker.cpp
+--- a/texmaker.cpp 2012-09-28 15:16:18.796613057 +0200
 b/texmaker.cpp 2012-09-28 15:56:11.635616640 +0200
+@@ -3434,6 +3434,9 @@ void Texmaker::RunPreCompileCommand() {
+   foreach (const LatexDocument* doc, docs)
+   foreach (const FileNamePair& bf, 
doc->mentionedBibTeXFiles()) 
+   bibFiles.insert(bf.absolute);
++  if (bibFiles.empty()) {
++  return;
++  }
+   if (bibFiles == master->lastCompiledBibTeXFiles) {
+   QFileInfo 
bbl(BuildManager::parseExtendedCommandLine("?am.bbl", 
documents.getTemporaryCompileFileName()).first());
+   if (bbl.exists()) {
diff -Nru 
texstudio-2.3+debian/debian/patches/07-disable-auto-bibtex-option.patch 
texstudio-2.3+debian/debian/patches/07-disable-auto-bibtex-option.patch
--- texstudio-2.3+debian/debian/patches/07-disable-auto-bibtex-option.patch 
1970-01-01 01:00:00.0 +0100
+++ texstudio-2.3+debian/debian/patches/07-disable-auto-bibtex-option.patch 
2012-10-09 22:16:48.0 +0200
@@ -0,0 +1,19 @@
+Author: Tom Jampen 
+Description:
+ Automatically running 'latex, bibtex, latex' if bib-files were changed
+ shouldn't be the default behavior as most users probably use other tex
+ compilers than latex nowadays (e.g. pdflatex). This patch sets the default
+ value to disabled.
+
+diff -Naurp a/configmanager.cpp b/configmanager.cpp
+--- a/configmanager.cpp2012-10-09 22:15:18.178361247 +0200
 b/configmanager.cpp2012-10-09 22:16:14.550659283 +0200
+@@ -582,7 +582,7 @@ QSettings* ConfigManager::readSettings()
+   return 0;
+   }
+   buildManager->readSettings(*config);
+-  runLaTeXBibTeXLaTeX=config->value("Tools/After BibTeX Change", 
"tmx://latex && tmx://bibtex && tmx://latex").toString()!="";
++  runLaTeXBibTeXLaTeX=config->value("Tools/After BibTeX Change", 
"").toString()!="";
+   
+   //import old key replacements or set default
+   QStringList keyReplace, keyReplaceAfterWord, keyReplaceBeforeWord;
diff -Nru 
texstudio-2.3+debian/debian/patches/08-change-default-quickbuild-option.patch 
texstudio-2.3+debian/debian/patches/08-chang

Bug#693123: unblock: rt-authen-externalauth/0.10-3

2012-11-13 Thread Tom Jampen
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package rt-authen-externalauth in order to ensure compatibility
with request-tracker4/4.0.7-2:

rt-authen-externalauth (0.10-3) unstable; urgency=low

  * Adding patch from Thomas Sibley  to redirect
correctly on RT 4.0.8, 3.8.15, and the 2012-10-25 security patches
(Closes: #691783).
  * Adding postinst script for clearing the mason cache after configuring
the package.
  * Fixing incorrect line wrap in previous changelog entry.

 -- Tom Jampen   Thu, 08 Nov 2012 07:37:05 +0100

Thanks
Tom

diff -Nru rt-authen-externalauth-0.10/debian/changelog 
rt-authen-externalauth-0.10/debian/changelog
--- rt-authen-externalauth-0.10/debian/changelog2012-08-20 
10:49:19.0 +0200
+++ rt-authen-externalauth-0.10/debian/changelog2012-11-08 
09:08:49.0 +0100
@@ -1,8 +1,19 @@
+rt-authen-externalauth (0.10-3) unstable; urgency=low
+
+  * Adding patch from Thomas Sibley  to redirect
+correctly on RT 4.0.8, 3.8.15, and the 2012-10-25 security patches
+(Closes: #691783).
+  * Adding postinst script for clearing the mason cache after configuring
+the package.
+  * Fixing incorrect line wrap in previous changelog entry.
+
+ -- Tom Jampen   Thu, 08 Nov 2012 07:37:05 +0100
+
 rt-authen-externalauth (0.10-2) unstable; urgency=low
 
   * Fixing typos in README.Debian.
-  * Adding patch from Alex Vandiver  to fix privilege 
escalation
-bug (Closes: #683288).
+  * Adding patch from Alex Vandiver  to fix privilege
+escalation bug (Closes: #683288).
 
  -- Tom Jampen   Thu, 10 Aug 2012 21:53:49 +0200
 
diff -Nru 
rt-authen-externalauth-0.10/debian/patches/03-rt4-security-fix-compatibility.patch
 
rt-authen-externalauth-0.10/debian/patches/03-rt4-security-fix-compatibility.patch
--- 
rt-authen-externalauth-0.10/debian/patches/03-rt4-security-fix-compatibility.patch
  1970-01-01 01:00:00.0 +0100
+++ 
rt-authen-externalauth-0.10/debian/patches/03-rt4-security-fix-compatibility.patch
  2012-11-07 18:45:09.0 +0100
@@ -0,0 +1,20 @@
+Author: Thomas Sibley 
+Description:
+ Redirect correctly on RT 4.0.8, 3.8.15, and the 2012-10-25 security patches
+ .
+ The NextPage session stash started storing hashrefs instead of strings.
+ This manifested as redirects to /HASH(0xDEADBEEF) instead of the proper
+ destination.  Older and unpatched RTs will continue to work correctly
+ due to the "if ref $next" check.
+
+diff -Naurp a/html/Callbacks/ExternalAuth/autohandler/Session 
b/html/Callbacks/ExternalAuth/autohandler/Session
+--- a/html/Callbacks/ExternalAuth/autohandler/Session  2012-10-30 
13:01:56.611512695 +0100
 b/html/Callbacks/ExternalAuth/autohandler/Session  2012-10-30 
18:12:18.663173646 +0100
+@@ -7,6 +7,7 @@ if (   $m->request_comp->path eq '/NoAut
+ && $ARGS{next} )
+ {
+ my $next = delete $session{'NextPage'}->{ $ARGS{'next'} };
++   $next = $next->{'url'} if ref $next;
+ RT::Interface::Web::Redirect( $next || RT->Config->Get('WebURL') );
+ }
+ 
diff -Nru rt-authen-externalauth-0.10/debian/patches/series 
rt-authen-externalauth-0.10/debian/patches/series
--- rt-authen-externalauth-0.10/debian/patches/series   2012-08-20 
10:34:00.0 +0200
+++ rt-authen-externalauth-0.10/debian/patches/series   2012-11-07 
18:45:09.0 +0100
@@ -1,2 +1,3 @@
 01-fix-plugindir.patch
 02-privilege-escalation.patch
+03-rt4-security-fix-compatibility.patch
diff -Nru 
rt-authen-externalauth-0.10/debian/rt4-extension-authenexternalauth.postinst 
rt-authen-externalauth-0.10/debian/rt4-extension-authenexternalauth.postinst
--- 
rt-authen-externalauth-0.10/debian/rt4-extension-authenexternalauth.postinst
1970-01-01 01:00:00.0 +0100
+++ 
rt-authen-externalauth-0.10/debian/rt4-extension-authenexternalauth.postinst
2012-11-08 09:07:59.0 +0100
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+set -e
+
+case "${1}" in
+   configure)
+   # clear mason cache
+   rm -rf /var/cache/request-tracker4/mason_data/obj/*
+   ;;
+   abort-upgrade|abort-remove|abort-deconfigure)
+
+   ;;
+   *)
+   echo "postinst called with unknown argument \`${1}'" >&2
+   exit 1
+   ;;
+esac
+
+#DEBHELPER#
+
+exit 0


Bug#693123: unblock: rt-authen-externalauth/0.10-3

2012-11-13 Thread Tom Jampen

On 13.11.2012 12:12, Adam D. Barratt wrote:
> Control: tags -1 + moreinfo
> 
> On Tue, 2012-11-13 at 12:06 +0100, Tom Jampen wrote:
>> rt-authen-externalauth (0.10-3) unstable; urgency=low
>> 
>> * Adding patch from Thomas Sibley  to redirect 
>> correctly on RT 4.0.8, 3.8.15, and the 2012-10-25 security patches 
>> (Closes: #691783). * Adding postinst script for clearing the mason cache
>> after configuring the package.
> 
> Could you expand on the rationale behind the postinst change, please?


After installing the new version of the perl files, the old version are still
present in the mason cache. Thus the new version won't be used until the cache
is cleared.

See: http://requesttracker.wikia.com/wiki/CleanMasonCache

Thanks,
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#693123: [request-tracker-maintainers] Bug#693123: unblock: rt-authen-externalauth/0.10-3

2012-12-16 Thread Tom Jampen
> -4 unblocked.
> 
> Regards,
> 
> Adam

Thanks,

Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#685996: mythes-de-ch contains german ß instead of ss

2012-12-18 Thread Tom Jampen
Hi Rene

Attached you find a patch that IMHO fixes the two issues mentioned in my first 
post.

1. Add the global modifier 'g' to the sed statement in the rules file in order
to replace all occurences of 'ß' and not just one per line.

2. Change the encoding of 'ß' in rules from iso-8859-1 to utf-8 as the upstream
files are now utf-8 encoded.

Hope this helps, regards
Tom
diff -Naurp a/rules b/rules
--- a/rules	2012-12-18 09:12:12.563860586 +0100
+++ b/rules	2012-12-18 09:11:48.711770214 +0100
@@ -22,7 +22,7 @@ build-indep-stamp: configure-stamp
 	unzip -o ooo3/Deutscher-Thesaurus.oxt && \
 		/usr/share/mythes/th_gen_idx.pl -o th_de_DE_v2.idx \
 			< th_de_DE_v2.dat && \
-		LANG=C cat th_de_DE_v2.dat | sed -e 's/\ß/ss/' > th_de_CH_v2.dat; \
+		LANG=C cat th_de_DE_v2.dat | sed -e 's/ß/ss/g' > th_de_CH_v2.dat; \
 		/usr/share/mythes/th_gen_idx.pl -o th_de_CH_v2.idx \
 			< th_de_CH_v2.dat
 


Bug#692363: unblock: texstudio/2.3+debian-4

2012-12-19 Thread Tom Jampen
Hi

Are there any issues? Anything I can clarify to successfully unblock texstudio?

Regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#692363: unblock: texstudio/2.3+debian-4

2012-12-19 Thread Tom Jampen
> Please clarify why these changes are needed, the changelog only lists one
> 'normal' severity bug and a number of changes with no bug referenced.

Ok, sure:

  * Adding patch to prevent needless latex run when no bib-files are referenced
(Closes: #688558).

TeXstudio executes an additional 'latex' run before running 'bibtex' (and
'latex' again). This is only ok if there really are .bib files to process. The
code contains a bug that even executes this additional 'latex' run if no .bib
files are referenced in the .tex files. The patch fixes this bug.


  * Adding patch to set the default value of "automatically run 'latex, bibtex,
latex' if bib-files were changed" to disabled.
  * Adding patch to make 'pdflatex, viewpdf' the default quick build option.

Most users nowadays use 'pdflatex' to directly generate a .pdf file from .tex
files instead of using:
- 'latex' to generate a .dvi file
- 'dvips' to generate a .ps file from the .dvi file
- 'ps2pdf' to generate a .pdf file from the .ps file

IMHO it is absolutely reasonable to change the default behavior to use
'pdflatex' instead of 'latex'. Upstream maintainers changed the default build
option to 'pdflatex' in more recent versions as well, so I definitely think it
is the right thing to do.

If 'pdflatex' is the default build command, it makes no sense to execute this
additional 'latex' run as we don't want to use 'latex' to generate the
document. It can even lead to aborting the .pdf build process as some .tex
files don't compile with 'latex' as they use some 'pdflatex' specific
packages/settings.


  * Adding patch to prevent the config file from growing by unnecessary
whitespace.

TeXstudio's config file keeps growing everytime you close TeXstudio due to a
bug that adds unnecessary whitespace in some command's definitions (that are
saved in the config file) if there are no command options specified. As the
command is saved as follows: space
This patch fixes this unwanted behavior.


  * Adding patch to disable the riddle asked when accessing advanced
configuration options.

TeXstudio displays a riddle (a logical puzzle) you have to solve and answer in
order to display the advanced configuration options in TeXstudio's
configuration dialog. This behavior is stupid and needs to be eliminated as we
don't want to test the intelligence of our users. It doesn't even help to
protect the advanced settings as there are only three possible answers which
you can easily try...

I hope this helps. Regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#688558: texstudio: The pdflatex command runs first 'latex' and then 'pdflatex'

2012-09-29 Thread Tom Jampen
Hi Mark

Thanks for reporting this issue.

It's a bug in the upstream code which seems to be fixable with a small
patch. I will upload a fixed version next week when I'm back from holidays.

Meanwhile you can avoid this unwanted behavior by disabling the
following option in the texstudio configuration dialog:

On the left side select the item "Quick Build" (even if you don't use
quick build) and activate "Show advanced options" at the bottom. Answer
the strange question (type '3'). Then you will see additional options on
the right side.

Deactivate 'Run "latex bibtex latex" before compiling if bib-files were
changed'. (The bug shows up if this option is enabled and no bib-file is
present/referenced in the tex-files. It results in a single unwanted
latex run).

I will probably deactivate this option by default as most users - as you
say - use pdflatex and not latex nowadays.

Hope this helps.

Regards,
Tom

On 23.09.2012 19:01, Mark Caglienzi wrote:
> Package: texstudio
> Version: 2.3+debian-3
> Severity: normal
> 
> Dear Maintainer,
> 
> I switched to TeXstudio from TeXmaker, and I noticed a strange behaviour.
> If I click on the 'pdflatex' button, I see in the 'messages' tab that it 
> starts
> latex and then pdflatex.
> In fact after that I can see the .dvi (output of latex) and the .pdf (output
> of pdflatex) files in the project directory.
> 
> pdflatex compiles from tex to pdf, so the dvi isn't needed (it's not latex ->
> dvi2pdf, or latex -> dvi2ps -> ps2pdf, but directly tex -> pdf).
> 
> The two commands in the TeXstudio configuration are:
> latex = latex -interaction=nonstopmode %.tex
> pdflatex = pdflatex -interaction=nonstopmode %.tex
> 
> I don't understand why TeXstudio is calling both when I ask for the
> latter.
> 
> Thanks in advance,
> Mark
> 
> 
> 
> -- System Information:
> Debian Release: wheezy/sid
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: i386 (i686)
> 
> Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages texstudio depends on:
> ii  libc6  2.13-35
> ii  libgcc11:4.7.1-7
> ii  libhunspell-1.3-0  1.3.2-4
> ii  libpoppler-qt4-3   0.18.4-3
> ii  libqt4-network 4:4.8.2+dfsg-2
> ii  libqt4-script  4:4.8.2+dfsg-2
> ii  libqt4-test4:4.8.2+dfsg-2
> ii  libqt4-xml 4:4.8.2+dfsg-2
> ii  libqtcore4 4:4.8.2+dfsg-2
> ii  libqtgui4  4:4.8.2+dfsg-2
> ii  libstdc++6 4.7.1-7
> ii  zlib1g 1:1.2.7.dfsg-13
> 
> Versions of packages texstudio recommends:
> ii  texlive-base   2012.20120611-4
> ii  texlive-latex-base 2012.20120611-4
> ii  texlive-latex-recommended  2012.20120611-4
> 
> Versions of packages texstudio suggests:
> pn  hunspell-dictionary
> ii  latex-beamer   3.10-2
> pn  mythes-thesaurus   
> ii  texlive-fonts-recommended  2012.20120611-4
> ii  texlive-latex-extra2012.20120611-2
> 
> -- no debconf information
> 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#693123: unblock: rt-authen-externalauth/0.10-3

2012-11-20 Thread Tom Jampen
On 17.11.2012 18:00, Adam D. Barratt wrote:
> [Was your mail intentionally not CCed to the bug report?]

Sorry, that wasn't intended.


> On Thu, 2012-11-15 at 10:05 +0100, Tom Jampen wrote:
>> An rt-authen-externalauth maintainer pointed out that apache2 needs to
>> be restarted after clearing the cache. Do you want me to create a
>> debconf question or just indicate this necessity in the README.Debian for
>> a successful wheezy unblock?
> 
> We'd prefer to avoid introducing new potentially translation-requiring 
> debconf material at this stage.

OK, I see.
So I propose to add a note to README.Debian or to postinst (similar to rt4)
whatever you prefer.


> Under what circumstances is the cache actually used? requested-tracker4's
> postinst includes (in part):
> 
> If you are using mod_perl or any form of persistent perl process such as
> FastCGI, you will need to restart your web server and any persistent
> processes now.

One of the rt-authen-externalauth maintainer said: "Whatever is serving and
running RT needs to be restarted when the RT libraries and/or Mason files are
updated."
He pointed out that "configuration options like $DevelMode can make restarting
unnecessary (but only sometimes!)".

I hope this helps.

Regards,
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678583: texstudio: missing build dependency on zlib1g-dev

2012-06-24 Thread Tom Jampen
tag 678583 pending
thanks

On 22.06.2012 23:53, Pino Toscano wrote:
> as a followup of #675497: when doing my rebuilds for the drop of
> libfontconfig1-dev from libpoppler-dev, apparently I noted only
> pkg-config (already fixed, thanks!) as missing for texstudio... while
> there's also zlib1g-dev that is lacking :-/ (and zlib is used by the
> synctex code); it was previously pulled by the dependency chain:

Fixed in git.
Tom



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#685996: mythes-de-ch contains german ß instead of ss

2012-08-27 Thread Tom Jampen
Package: mythes-de-ch
Version: 20120516-1
Severity: normal

Hi,

I've just installed mythes-de-ch in an up-to-date wheezy and saw lots of 'ß' 
instead of 'ss' (swiss version) in libreoffice thesaurus.

I've investigated the files and found, that in the two packages

mythes-de and mythes-de-ch

the following files do not differ:

/usr/share/mythes/th_de_CH_v2.dat equals /usr/share/mythes/th_de_DE_v2.dat
and
/usr/share/mythes/th_de_CH_v2.idx equals /usr/share/mythes/th_de_DE_v2.idx

although the rules file tries to replace 'ß' by 'ss'.
Maybe it's because the rules file is iso-8859-1 encoded:
openthesaurus-20120516/debian$ file -i rules 
rules: text/plain; charset=iso-8859-1

and the corresponding files delivered within the Deutscher-Thesaurus.oxt file 
are utf-8 encoded:
openthesaurus-20120516/ooo3$ unzip -q Deutscher-Thesaurus.oxt
openthesaurus-20120516/ooo3$ file -i th_de_DE_v2.*
th_de_DE_v2.dat: text/plain; charset=utf-8
th_de_DE_v2.idx: text/plain; charset=utf-8

Additionally - even if the replacement worked correctly - it would probably be 
incomplete in my opinion as the rule file uses sed without the "global" 
modifier to replace more than one occurence in one line!

Hope this helps to fix the issues.

Thanks for looking into it!
Tom



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mythes-de-ch depends on:
ii  dictionaries-common [openoffice.org-updatedicts]  1.12.10
ii  libreoffice-core  1:3.5.4-7

mythes-de-ch recommends no packages.

mythes-de-ch suggests no packages.

-- no debconf information


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#683288: rt-authen-externalauth: privilege escalation

2012-08-10 Thread Tom Jampen
tag 683288 pending
thanks

On 30.07.2012 16:55, Yves-Alexis Perez wrote:
> For Wheezy, please fix this  with an isolated fix instead of updating to a
> new upstream release (since the freeze is in effect)

Fixed in git.
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#692363: Acknowledgement (unblock: texstudio/2.3+debian-4)

2012-12-04 Thread Tom Jampen
Hi

Are there any issues with this version?

Regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#693123: unblock: rt-authen-externalauth/0.10-3

2012-12-04 Thread Tom Jampen
Hi Adam

On 20.11.2012 19:56, Tom Jampen wrote:
>> On Thu, 2012-11-15 at 10:05 +0100, Tom Jampen wrote:
>>> An rt-authen-externalauth maintainer pointed out that apache2 needs to
>>> be restarted after clearing the cache. Do you want me to create a
>>> debconf question or just indicate this necessity in the README.Debian for
>>> a successful wheezy unblock?
>>
>> We'd prefer to avoid introducing new potentially translation-requiring 
>> debconf material at this stage.
> 
> OK, I see.
> So I propose to add a note to README.Debian or to postinst (similar to rt4)
> whatever you prefer.

Could you please tell me which solution you prefer. I would like to fix
rt-authen-externalauth (and get it unblocked) as it is unusable in wheezy at the
moment (since request-tracker4 4.0.7-2 got migrated to testing).

Regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#693123: [request-tracker-maintainers] Bug#693123: unblock: rt-authen-externalauth/0.10-3

2012-12-06 Thread Tom Jampen
On 05.12.2012 23:49, Dominic Hargreaves wrote:
> On Wed, Dec 05, 2012 at 07:10:11PM +, Adam D. Barratt wrote:
>> [rt maintainers added to CC]
>> 
>> On Wed, 2012-12-05 at 07:17 +0100, Tom Jampen wrote:
>>> On 20.11.2012 19:56, Tom Jampen wrote:
>>>>> On Thu, 2012-11-15 at 10:05 +0100, Tom Jampen wrote:
>>>>>> An rt-authen-externalauth maintainer pointed out that apache2
>>>>>> needs to be restarted after clearing the cache. Do you want me to
>>>>>> create a debconf question or just indicate this necessity in the
>>>>>> README.Debian for a successful wheezy unblock?
>>>>> 
>>>>> We'd prefer to avoid introducing new potentially
>>>>> translation-requiring debconf material at this stage.
>>>> 
>>>> OK, I see. So I propose to add a note to README.Debian or to postinst
>>>> (similar to rt4) whatever you prefer.
>> 
>> RT maintainers: is there any form of policy on how extension packages 
>> should handle restarting web servers after clearing Mason caches? If not,
>> do you have any thoughts / preferences?
> 
> For now it will need to just replicate the notification RT itself gives; it
> can be run in two many different ways for there to be a reliable automated
> way (at least not without a lot of work which hasn't been done yet).
> 
> http://anonscm.debian.org/gitweb/?p=pkg-request-tracker/request-tracker4.git;a=blob;f=debian/postinst;h=dd5c4995c90b43684f43bc445872e05a1ca80c7b;hb=HEAD#l11
>
>  Sorry I don't have a better answer.
> 
> I suppose ideally there'd be a helper script that extension packages could
> call.
> 
> Technically of course, an extension should only be deleting mason cache
> files directly related to its output, but I doubt that is worth the fuss.
> 
> Cheers, Dominic.


Thanks, Dominic!

So I assume, Adam, that you are ok with unblocking the next
rt-authen-externalauth version if I use the same solution as request-tracker4
does for clearing the mason cache and indicating that apache needs to be
restarted?

Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#705820: texstudio: FTBFS on several architectures ("error: 'REG_EIP' was not declared in this scope")

2013-04-22 Thread Tom Jampen
tags 705820 + fixed-upstream pending
thanks

Hi Adam

I filed an upstream bug when I saw the build logs. The bug has already been
fixed and I'm waiting for the next upstream release.

Regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#702999: SIGABRT sometimes when compiling

2013-04-22 Thread Tom Jampen
Hi Javier

Thanks for your info. The error reported by the self-test page can be ignored.
Self-tests are actually not meant for endusers and upstream has just this month
added the possibility to disable them in the upcoming release. It's probably
because you have your own autocompletions defined.

As to the new crash, you mention two things:

1. texstudio gets blocked while evince is open
I've always used evince with texstudio 2.3 (not the internal viewer) and I've
never seen this. This morning I've downgraded to the version you are using. I
don't see evince blocking. What do you mean by "blocking"?
Does this only happen with the special version or with the "normal" wheezy
version as well?

2. crash about an assertion failure (buildmanager.cpp:1058)
Your previous post sounds like you get the crash while the self-tests are
running. In you latest post it sounds more like the crash is related to evince?
Does this only happen with the special version or with the "normal" wheezy
version as well?
Is evince blocking related to the crash or are we talking about two different
issues?

Regards
Tom

BTW: You might want to try texstudio from sid, upstream has improved it alot
(much better tex build system, embedded pdf viewer, ...). Unfortunately, new
versions of texstudio won't make it to wheezy but I plan to provide backports as
soon as wheezy is stable.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#702999: SIGABRT sometimes when compiling

2013-04-29 Thread Tom Jampen
Hi Javier

> I mean that the editor is frozen, I move with the mouse wheel and doesn't 
> happen
> anything, neither the cursor moves.​​

Strange, I can't see this behavior on my machine. Even in a separate wheezy-vm I
don't get the freezes.

Anyway, as I cannot reproduce these crashes/freezes and as you are willing to
help, I built 3 more texstudio test versions:

test1: uses 4 upstream pateches (the one you already use)
test2: uses only the first upstream patch
test3: uses only the first and the second upstream patch
test4: uses the first, the second and the third upstream patch

I'd say, start with -test2, see what happens and report back here.

Thanks for your help, regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#702999: SIGSEGVs sometimes when compiling, loosing all work

2013-03-21 Thread Tom Jampen
tags 702999 + unreproducible
thanks


Hi Javier

I haven't been able to reproduce this bug with the tex documents I'm
using/writing. Can you provide a sample tex file showing this behavior?

The F-Keys are assigned to different commands (pdftex, dvips, ps2pdf, ...).
Which one(s) of these commands is/are leading to SIGABRT?

"Loosing all work" sounds pretty extreme. Do you mean 'loosing unsaved
changes'? Saved files are not corrupted/deleted, right?

Thanks for clarifying
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#702999: SIGSEGVs sometimes when compiling, loosing all work

2013-03-21 Thread Tom Jampen


On 21.03.2013 19:07, Javier Domingo wrote:
> Well, this is something that happens randomly, there is no sample tex
> file I can provide, but I can reproduce it, and provided a backtrace,
> is there anything else I can/should provide to help you fix the bug?

I've contacted upstream, let's see what they find out. I'll keep you posted.


> The only way to reproduce it I have found is to work with it for hours
> and sometimes, it will fail when I press F1 to Quick Build. To get
> that bt, I had been working for 5 hours...

What do you use as quick build command (pdflatex and pdf viewer, or...)?


> About loosing work, yes, sorry I should have put "unsaved work", but I
> am accustomed to use F1 to save, and that is the moment in which it
> crashes ;).

OK, I'm glad it's not that bad. I'm reducing severity to important and I'll
change the bug title to reflect SIGABRT.


> I have had all those problems while working on
> http://github.com/txomon/pfc projects. The main files are under the
> folder with the same name.

Thanks, I'll give it a try. I'm using TeXstudio a lot, but usually not for hours
at a time.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#702999: SIGABRT sometimes when compiling

2013-03-26 Thread Tom Jampen
Hi Javier

Upstream pointed me to patches fixing some texstudio crashes. I have applied
these patches and built texstudio for you to test. I've uploaded the debs to
the following location:

http://www.cryptography.ch/debian/texstudio

Feel free to test with this version and report your experience.

Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#700610: bsh: Beanshell fork available

2013-02-15 Thread Tom Jampen
Package: bsh
Version: 2.0b4-12
Severity: wishlist

Hi

There's a beanshell fork available on google code:
http://code.google.com/p/beanshell2/

Please consider using these newer version as beanshell (from beanshell.org) 
hasn't received an update since 2005.

Thanks,
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#720144: Please add Tom Jampen as a DM

2013-08-19 Thread Tom Jampen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: debian-maintainers
Severity: normal

Hi

Please add my key to the Debian Maintainers keyring. The jetring
changeset is attached.

Regards
Tom Jampen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCgAGBQJSEclrAAoJEG8+YVMWPgV371wP/jHlctWZjic+IfJT7ETP0Jfl
N/PXhVg0eLtKy0jQzJfLBdOZO6xs7i3GtNjJyYokta8scWeRk+qwjpYBbL4qbuKD
oNizN3of+lMait2fFlLPhs8gtDj2HG42Ls2wdKDjpuutdt3MbzmHBkuYi4KYN8Ex
Tjyla6/AzpB0N7VGHutZD2esk85uGpvSmXJHMpEzCOKfp/2/pO+HEKAYo3p9KBRx
TnF30x2wXoKXHkiz6Kbft6NQoEYC69bpm/f6Gi2MQrQ67dGk2SQO4NimI1JzgjUR
pLwC4dmnP24izs35cgeKc5ZAuPJp3Kqub1npvEajZprZNbQKxOgKkxrnLzZ0A3kg
+fBgccTXGez0SQdufSEO9qksqYQmquyqhoogTV9/8lYoYDXWjBpSBfb20fthPkW3
5X6MUmGrx1qOlbOnbKawVNNVucivYeSESlB9MC7ocK0aKynpuV50oblyP3SaVssg
9mZYJBtBoaPXst+QxNMIFmQ52MU7eANwKvCzMB6zD6ev7eVGAIFlVI3LtonG8tyR
F7QeQr+5RtY0KQV01z0KTXUE2ZgiIoQsKo5MMiGV2w+1gXuw+Als91H7n1rIaUoF
MB0CjIequ0DP3gJwrlkc+SBKc7YsomTOgmhL3fFvRyDso8yR3D1ZkQJGcStzJKHm
Jffxq80VH4vToqYjLuPq
=7t40
-END PGP SIGNATURE-
Comment: Add Tom Jampen  as a Debian Maintainer
Date: Mon, 19 Aug 2013 09:01:21 +0200
Action: import
Recommended-By: 
  Gaudenz Steinlin , Luk Claes 
Agreement: 
  http://lists.debian.org/debian-newmaint/2013/08/msg00010.html
Advocates: 
  https://lists.debian.org/debian-newmaint/2013/08/msg00013.html
  https://lists.debian.org/debian-newmaint/2013/08/msg00014.html
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.12 (GNU/Linux)
  
  mQINBE+tQ00BEADCj6dcBjjFgWSiQXQjSBXIOzus3LDTtd6oKkqbswZtbjYaoJSD
  VNQnnfAUq9lRA/tpJIw4hyXe0HW6BPVySwQtkKNptXlTOivGgLNacvJ12Rja0G1j
  MZCYpwnai3niSpmrx51OIcClS3St+ryAsLVsyoYc11738QRM5okiGqOaCfkxv7Ok
  aGL2ydd/ns6uPmsJU+ZJYqLQgzNmfdyVxbTsks5nl+94p1I5FeKsg88jc/sLHSEZ
  o+0VMPfkPKcSeTOfOwVw4zXH0UcAkBB80MV1DcSnOm6CTOYfct7+goB9jdejILOc
  AtZ8bSwqUy7q4aXBIOFU3BEWOARPbgkp0iXaqT0K6zdlEGU4LWtaO2nF8+fW58HS
  iKoFBJqPiQ4zs/54GQn2NvCk//Rh/izbIvDQyNB6M1C9K423+R3EY+jOteunhh8Q
  YhP8omqf/GFSi5MdrTYdlMkdR1keEyx3x4TZ1uSd1+clbc3MWNVr4b5WwSKfqDVB
  B0Q3gBpXS1LGsaM+TlRABlJGcvVhg72Ie/luFPNLKnzp3qsCoS25mNIx9T+XlMcD
  mDMe2YhtKhKN7FWy+muyys5RgW5QhBSJV9QRmmf53ZrAMs78OUlJzdAhEgg/gteN
  roTtsxR3nJfXWaI6Q6wcoly+5/EgYRPt/V03M8gob/Md4y7F53rn09+19wARAQAB
  tCBUb20gSmFtcGVuIDx0b21AY3J5cHRvZ3JhcGh5LmNoPokCNwQTAQoAIQUCT61D
  TQIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRBvPmFTFj4Fd7NcEACov/va
  3l7DAkNQmTXUqhIpqN65asBdAsufdcnWcsk/t683naANVsY9VtPni5WisrrWHGlN
  jLObYcws3lnbSLtE2KhkzDEUh9wByFwOwYh4zVHXZbwly9S3UF353qKciE/xRmpt
  equKpGU7QEmO9+AJtFfsswrqTB0jQvAcbK65F3pIVsdrBBX56lfzM5yDOvSuzE9X
  POM9cPogk8QR5UasiaJrxnvarvHUAwhgezjedvqT7w11IFFZSgh1Ah528hRYIeOQ
  2UPsHX0IuVnnvWC21nm2uFyyS1VoaIvJrDUOXZmcg2MV+28MloVZDridTL5wOPw5
  xQGxdLWH/1ZCVUItfNyyHLtdZeEoXyWq3d96LmfbtKOFebTJTSDuZiGjUtD6HYGL
  ZoxdGIJc0IYDTAYhNghDZyr5Y4lV2Ul1mFBo+IgJaS8/wChGkX3uiLd6dQETDHWn
  u3iQXGUFwRBpfUcyz79cLnFk4xm7+6W1p8Pkop/IvTuG3O1WStgKx92f0iwtJsqJ
  f3CKV5TsmiidkpRyD2X5XuqeISos+qbgdxDjt6RfHPFq5HcO1/4RdrRkhtymxZpE
  Nmv61tmYt0Yr0Hk2XFhuy96ve0WnSp/6GJZzbwehSufqWKjhcBWtRIH2Hf1K7uuI
  ubfly9amB8l6uE4VCeiYdUQ4PQxy8HbDyUwHcokCHAQQAQoABgUCUgprswAKCRCn
  PgBVVY+43WfJEADCstlYUFlnrWiCZuOyI1FNKDQKbpglW+eWYmg4UGltW3ikWbkg
  NK4HBFN9ouv3QeNd3RNx9JMScgNMWjuoioUC/OTqTfshujXCuKsafM+qPmw3aN5X
  KslSz2uDR9RJEzzZP7Ar4PMkzllE7TDxbg6tlPAzv5+8cs7c+a7EJe4fAUckWaiT
  VZghQq/zgTgAfBgaG6ocoWl99cUpGeez7YHLOT+yMbvKgVVIZ+xR5O0azZbc1wR9
  qpXlk/wjk2572ZVwenC3RTWLHgu8aDDI0N9Hjw8Rlm2N9cvAhOpyzWBzhntac7o9
  G87orIJtAhaU4XgbgOuHGBBspbGLs3CAgc+gxSJlTv4ezyuBq7oce72F+KC3uGLX
  QHF7pXYKX3v8F7uZ1h9Mm969+ctgaEW9S7ONGW9nsfvTkT4Qb8mW8LdyiRZRou5z
  bE/Al6AqId9T+u6P+/3TOXHG1TP4oSZtClqJ9wRfaGh45sHc60E5YO2tl/s9MPzS
  2mQtY9S3C1KgGvPoSddkf1NBdwHj/QyiH6RnNnuTFP4xDcgdLDW+whmXnKe/WAOc
  tKx8KCuIFUe4mpRxVuBzOCFsXSA/z4qjl774LNrN0sYIUqpXc5UhEcoUg3Y4rain
  SgDt85BNsaGLM3Rv21nO/rFLyIKL9tOy0iRu78dwBLS5PoqmJJ0UVA5gHokCHAQQ
  AQgABgUCUgqQMQAKCRAr+Nn+B0vN5PeMEACKn2vNdkmlheODute6+kbMewlVLjvX
  TD6avXlAysQ1kFkZs/Elpotb3RKKSAx23UCS1Am3jihxGorYnEqdjADkDREojcfg
  UXQcWqLc3Vfo84rG8kv3FA1DSHRZfmqlsiPjfuurMDZf+NQyPaEb6H48qRhfSEWK
  7m/N3/tpZ3XY7olcOKZ/AcGGRRhBTD0qdNAaNs12f9NoWhmflbgXmJwadEYbDssx
  vIUuU+2Pg3j5pIm0s4xNJyBWSXPYsLpLVPy52HvJ7hAmDFD8Qomsm5O59mGOUzgS
  vSUvPXWHPUlsnQsEEkWk+WtsJxRBv0HwtjDYkLhLNKGEP0NGuHaG4s6nN28Z1noT
  iBZh8Vo2pkCcGYXJYGJkLaqC+TqJgJCnejwDETr/o7hRZWIczsN0OfaPmku+hFLP
  b65xAfdTHG/rZXCXSGxgP8fCjR6uTnuZN9SbxDdZhvJMPU5oukwQotfT1U7ZxzfR
  1+k8LZCLmooiagXJIxLLU3nSRmWB24tiQonIcmPHrA44Y9uKeZA/egp9ft3vPJ1X
  bYtzmu0bmkIHlQkzqMzOmeiliFdyLnSXaKbqrcMY1dOYNkHhhbhvoD/ZWO9cuzpz
  Ytbc0x4MzpCj75Dt7qZzUEa1HwuA46XOkkfsZID/kbDlyfDtyf1dMvZAPsJf6Kl5
  ymiKWU7fpulzTokCHAQQAQgABgUCUgtmiQAKCRD3rMYgjoLk3BkED/4qPyKSm47J
  qC0ND6i9+6S3rj8eBSkaplye2kyfH84yGA2vgL3Py9sle6EjgokWi2EOV2wnhgnb
  0cFS1Inhb1YorekHdFqcwDABGycYHW3/WtoK+JhYIqZjrIUukNHc0xUyQWBgjCaM
  mCPc5/idETGMvOW1Opz2Tez6DJimxLphsE3++0vmG9caXhHuOsVbvKZcF839beXz
  8kNNjRlyFKyOCEUJmpMRNgSKm8IwkdIRdHNOqT34lHqqL2aH0gbsaALeU5F8hEqS
  o4wP7mi59e

Bug#726513: Build-Dependency on wrong automake version

2013-10-16 Thread Tom Jampen
Package: texlive-bin
Version: 2013.20130729.30972-2
Severity: minor

Hi,

I've just tried to backport the new texlive packages to wheezy for my personal
usage. All packages built, but not texlive-bin:

make[1]: Leaving directory
`/home/user/texlive-bin/texlive-bin-2013.20130729.30972'
   dh_auto_build -O--builddirectory=Work
make[1]: Entering directory
`/home/user/texlive-bin/texlive-bin-2013.20130729.30972/Work'
Making all in .
make[2]: Entering directory
`/home/user/texlive-bin/texlive-bin-2013.20130729.30972/Work'
/bin/sh: -c: line 16: syntax error near unexpected token `;'
/bin/sh: -c: line 16: `  if ; then echo "make: running /bin/sh $cmd$skip";
fi && \'
make[2]: *** [texlibs] Error 1
make[2]: Leaving directory
`/home/user/texlive-bin/texlive-bin-2013.20130729.30972/Work'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/user/texlive-bin/texlive-bin-2013.20130729.30972/Work'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


The problem is that Build-Depends lists "automake (>= 1.13.1)" which is wrong
as it does not include the epoc and thus allows to build on wheezy with
automake 1:1.11.6. Should be "automake (>= 1:1.13.1)".

Regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#664832: please include check_git

2012-03-20 Thread Tom Jampen
Package: nagios-plugins-contrib
Version: 1.20120228
Severity: wishlist

Hi,

please include check_git:

https://github.com/rfay/check_git

Regards,
Tom



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#665345: wrong path in check_email_delivery

2012-03-23 Thread Tom Jampen
Package: nagios-plugins-contrib
Version: 1.20120228
Severity: normal

Hi,

Calling /usr/lib/nagios/plugins/check_email_delivery as specified in the manual 
page results in the following error:

$ /usr/lib/nagios/plugins/check_email_delivery -H mail.server.net --mailto 
recipi...@your.net --mailfrom sen...@your.net --username recipient --password 
secret
sh: /usr/local/nagios/libexec/check_smtp_send.pl: not found
EMAIL DELIVERY UNKNOWN - smtp unknown:
$

Regards
Tom



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#665345: path in check_email_delivery

2012-03-23 Thread Tom Jampen
Package: nagios-plugins-contrib
Severity: normal
Tags: patch

I think the attached patch resolves this bug.

Regards,
Tom
Author: Tom Jampen 
Description:
 Patches check_email_delivery and check_email_delivery_epn to use debian
 specific paths.

diff -Naurp a/check_email_delivery/src/check_email_delivery 
b/check_email_delivery/src/check_email_delivery
--- a/check_email_delivery/src/check_email_delivery 2012-03-23 
10:52:40.149807290 +0100
+++ b/check_email_delivery/src/check_email_delivery 2012-03-23 
10:53:23.509932557 +0100
@@ -61,7 +61,7 @@ my $default_warn = 15;
 my $default_wait = 5;
 my $default_timeout = 60;
 my $time_hires = "";
-my $libexec = "/usr/local/nagios/libexec";
+my $libexec = "/usr/lib/nagios/plugins";
 my $ok;
 $ok = Getopt::Long::GetOptions(
"V|version"=>\$show_version,
diff -Naurp a/check_email_delivery/src/check_email_delivery_epn 
b/check_email_delivery/src/check_email_delivery_epn
--- a/check_email_delivery/src/check_email_delivery_epn 2012-03-23 
10:52:40.149807290 +0100
+++ b/check_email_delivery/src/check_email_delivery_epn 2012-03-23 
10:53:42.325986779 +0100
@@ -61,7 +61,7 @@ my $default_warn = 15;
 my $default_wait = 5;
 my $default_timeout = 60;
 my $time_hires = "";
-my $libexec = "/usr/local/nagios/libexec";
+my $libexec = "/usr/lib/nagios/plugins";
 my $ok;
 $ok = Getopt::Long::GetOptions(
"V|version"=>\$show_version,


Bug#673080: Deutscher-Thesaurus.oxt in the source package contains faulty th_de_DE_v2.* files - no umlauts present

2012-05-15 Thread Tom Jampen
Package: openthesaurus
Version: 20110119-5
Severity: normal
Tags: upstream

Deutscher-Thesaurus.oxt in the source package seems to be faulty. The contained 
files th_de_DE_v2.* do not contain german umlauts but '?' (hex 3f) instead for 
every umlaut).

This leads to faulty binary packages and results in umlauts being shown as a 
question mark in libreoffice thesaurus (or any other program using mythes-de or 
mythes-de-ch).

Using todays Deutscher-Thesaurus.oxt from upstream does not show this behavior.

Kind regards
Tom



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#675497: texstudio: please build depend on pkg-config

2012-06-04 Thread Tom Jampen
tag 675497 pending
thanks

On 01.06.2012 17:05, Pino Toscano wrote:
> Can you please explicitly build depend on pkg-config?

Fixed in git.
Tom



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#790675: texstudio: doesnt start asymptote

2015-09-14 Thread Tom Jampen
tags 790675 - unreproducible
thanks

Hi epros

I've investigated this again and I see that indeed in the very first
run, TeXstudio replaces the asy command with the pdflatex command:

Process started: pdflatex -synctex=1 -interaction=nonstopmode "test".tex
Process exited normally

Process started: pdflatex -synctex=1 -interaction=nonstopmode "test".tex
Process exited normally

Process started: pdflatex -synctex=1 -interaction=nonstopmode "test".tex
Process exited normally

While in any subsequent run, everything gets executed as expected:
Process started: pdflatex -synctex=1 -interaction=nonstopmode "test".tex
Process exited normally

Process started: asy test-1.asy
Process exited normally

Process started: pdflatex -synctex=1 -interaction=nonstopmode "test".tex
Process exited normally

I've filed an upstream bug.

Cheers
Tom



Bug#852258: rt-authen-externalauth: FTBFS: Your installed version of RT (4.4.1-2) is too new

2017-03-01 Thread Tom Jampen


On 01.03.2017 21:20, Andreas Beckmann wrote:
> On Wed, 25 Jan 2017 07:51:04 +0100 Tom Jampen  wrote:
>> request-tracker as of version 4.4 includes rt-authen-externalauth's
>> functionality. So let's see whether rt 4.4 makes it into stretch.
> 
> That made it into stretch, so rt-authen-externalauth can be removed from
> unstable?

I'm sorry, I didn't realized it had only been removed from testing and
not from unstable. You are right, it should be removed.

Regards
Tom



Bug#856604: RM: rt-authen-externalauth -- ROM; FTBFS; code is now included in request-tracker4 >= 4.4

2017-03-02 Thread Tom Jampen
Package: ftp.debian.org
Severity: normal

Hi,

Please remove the source package rt-authen-externalauth from unstable as
its functionality is included in request-tracker4 (>= 4.4). The bug
report #852258 contains more details.

The package has already been removed from testing.

Kind regards,
Tom



Bug#824197: live-config: system time is wrong if the hwclock is set to local time (and not UTC)

2016-05-13 Thread Tom Jampen
Package: live-config
Version: 5.20151121
Tags: patch

On our laptops the hardware clock is set to local time and not to utc.
We use the kernel command line parameter "utc=no" to indicate that, but
the hardware clock is nonetheless interpreted as being set to UTC and as
a consequence the system time is wrong.

I've found the reason to be an error in the 1120-util-linux component:

The generated file /etc/adjtime is wrong in case the hardware clock is
set to UTC. According to the hwclock manpage, the /etc/adjtime file
consists of three lines and the third line is explained to be:

"'UTC' or 'LOCAL'.  Tells whether the Hardware Clock is set to
Coordinated Universal Time or local time.  You can always override this
value with options on the hwclock command line."

So there is clearly a line missing that specifies "LOCAL" (the patch is
attached).

Regards,
Tom
diff -Naurp a/1120-util-linux b/1120-util-linux
--- a/1120-util-linux	2016-05-13 19:25:21.554483449 +0200
+++ b/1120-util-linux	2016-05-13 19:25:33.894482934 +0200
@@ -57,6 +57,7 @@ EOF
 cat > /etc/adjtime << EOF
 0.0 0 0.0
 0
+LOCAL
 EOF
 
 ;;


Bug#752269: texstudio: please enable parallel building

2014-06-30 Thread Tom Jampen
tag 752269 pending
thanks

On 22.06.2014 01:20, Pino Toscano wrote:
> texstudio seems to build fine with multiple build jobs when building.
> Thus, my suggestion is to enable the parallel build (with the
> --parallel option of dh) to speed up the compilation when requested
> (see also Policy §4.9.1).

Thanks for the patch, Pino. Fixed in git.

Cheers
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#753806: texstudio: please use synctex parser provided by libsynctex-dev

2014-07-05 Thread Tom Jampen
tag 753806 pending
thanks

On 05.07.2014 12:23, Sebastian Ramacher wrote:
> texstudio 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.

Hi Sebastian

Thanks for the news about libsynctex and the provided patch.

I'm preparing an upload of texstudio 2.8.0 right now and I've gladly
included your patch.

Cheers,
Tom



signature.asc
Description: OpenPGP digital signature


Bug#787680: TexStudio window disappears when screen is switched

2015-06-09 Thread Tom Jampen
Hi Ralf

Thanks for pointing out the qt-bug. I was suspecting qt for being the
cause but haven't found the time to investigate, yet.

Cheers,
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#770721: texstudio: Deletes existing "file.tex" when "texstudio file" executed

2014-12-03 Thread Tom Jampen
severity 770721 grave
thanks

Changing severity to grave as the bug causes data loss.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#771921: unblock: texstudio/2.8.4+debian-3

2014-12-03 Thread Tom Jampen
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi

I've just fixed a grave bug #770721 (Deletes existing "file.tex" when
"texstudio file" executed) which caused data loss.

When texstudio is called from command line with "texstudio some", it
automatically appends a file extension (e.g. .tex) and silently saves
the new empty file as "some.tex" (instead of "some") resulting in data
loss if a file called "some.tex" already existed.

The bug has actually been correctly fixed upstream
(https://sourceforge.net/p/texstudio/hg/ci/3ddd22751dac0beadcf2aea3518dc0461633b5d2/)
but somehow ended up broken/incomplete in the source tar.gz.

If the release team is ok with the changes, I'll upload version
2.8.4+debian-3 as follows:

texstudio (2.8.4+debian-3) unstable; urgency=medium

  * Adding 06-fix-silent-file-saving.patch in order to prevent data loss
(Closes: #770721).

 -- Tom Jampen   Wed, 03 Dec 2014 14:05:12 +0200

Thanks
Tom
diff -Nru texstudio-2.8.4+debian/debian/changelog 
texstudio-2.8.4+debian/debian/changelog
--- texstudio-2.8.4+debian/debian/changelog 2014-11-06 14:45:35.0 
+0100
+++ texstudio-2.8.4+debian/debian/changelog 2014-12-03 14:06:05.0 
+0100
@@ -1,3 +1,10 @@
+texstudio (2.8.4+debian-3) unstable; urgency=medium
+
+  * Adding 06-fix-silent-file-saving.patch in order to prevent data loss
+(Closes: #770721).
+
+ -- Tom Jampen   Wed, 03 Dec 2014 14:05:12 +0200
+
 texstudio (2.8.4+debian-2) unstable; urgency=medium
 
   * Updating to standards version 3.9.6, no changes needed.
diff -Nru texstudio-2.8.4+debian/debian/patches/06-fix-silent-file-saving.patch 
texstudio-2.8.4+debian/debian/patches/06-fix-silent-file-saving.patch
--- texstudio-2.8.4+debian/debian/patches/06-fix-silent-file-saving.patch   
1970-01-01 01:00:00.0 +0100
+++ texstudio-2.8.4+debian/debian/patches/06-fix-silent-file-saving.patch       
2014-12-03 13:55:20.0 +0100
@@ -0,0 +1,43 @@
+Author: Tom Jampen 
+Description:
+ Fixing a bug that caused texstudio to append a file extension based on the
+ current selectedFileFilter even if a 'silent save' is performed. This
+ resulted in data loss in the case a file with the file extension was
+ already present.
+
+diff -Naurp a/texmaker.cpp b/texmaker.cpp
+--- a/texmaker.cpp 2014-12-03 13:27:44.039587135 +0100
 b/texmaker.cpp 2014-12-03 13:39:15.605830640 +0100
+@@ -2279,18 +2279,21 @@ void Texmaker::fileSaveAs(const QString&
+   }
+   
+   // get a file name
+-QString fn =fileName;
+-if(!saveSilently || fn.isEmpty())
+-fn = QFileDialog::getSaveFileName(this,tr("Save 
As"),currentDir,fileFilters, &selectedFileFilter);
+-  if (!fn.isEmpty()) {
+-  static QRegExp fileExt("\\*(\\.[^ )]+)");
+-  if (fileExt.indexIn(selectedFileFilter) > -1) {
+-  //add
+-  int 
lastsep=qMax(fn.lastIndexOf("/"),fn.lastIndexOf("\\"));
+-  int lastpoint=fn.lastIndexOf(".");
+-  if (lastpoint <= lastsep) //if both aren't found or 
point is in directory name
+-  fn.append(fileExt.cap(1));
++  QString fn =fileName;
++  if(!saveSilently || fn.isEmpty()) {
++  fn = QFileDialog::getSaveFileName(this,tr("Save 
As"),currentDir,fileFilters, &selectedFileFilter);
++  if (!fn.isEmpty()) {
++  static QRegExp fileExt("\\*(\\.[^ )]+)");
++  if (fileExt.indexIn(selectedFileFilter) > -1) {
++  //add
++  int 
lastsep=qMax(fn.lastIndexOf("/"),fn.lastIndexOf("\\"));
++  int lastpoint=fn.lastIndexOf(".");
++  if (lastpoint <= lastsep) //if both aren't 
found or point is in directory name
++  fn.append(fileExt.cap(1));
++  }
+   }
++  }
++  if (!fn.isEmpty()) {
+   if (getEditorViewFromFileName(fn) && 
getEditorViewFromFileName(fn) != currentEditorView()) {
+   // trying to save with same name as another already 
existing file
+   LatexEditorView *otherEdView = 
getEditorViewFromFileName(fn);
diff -Nru texstudio-2.8.4+debian/debian/patches/series 
texstudio-2.8.4+debian/debian/patches/series
--- texstudio-2.8.4+debian/debian/patches/series2014-09-10 
06:51:30.0 +0200
+++ texstudio-2.8.4+debian/debian/patches/series2014-12-03 
14:31:35.0 +0100
@@ -3,3 +3,4 @@
 03-disable-auto-update.patch
 04-no-qt-translations.patch
 05-use-libsynctex.patch
+06-fix-silent-file-saving.patch


Bug#771921: unblock: texstudio/2.8.4+debian-3

2014-12-03 Thread Tom Jampen
Control: tags -1 - moreinfo

Hi Ivo

On 03.12.2014 16:02, Ivo De Decker wrote:
> Please go ahead, and remove the moreinfo tag from this bug once the upload is
> in unstable.

Thanks, 2.8.4+debian-3 has just been accepted into sid.

Regards,
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#774084: [texstudio] New upstream release available

2014-12-28 Thread Tom Jampen
severity -1 wishlist
thanks

Hi Andreas

I know, thanks. Unfortunately, new upstream versions won't make it to
Debian testing (aka jessie) as jessie is frozen since Nov 5th (only RC
bugs can be fixed). As the release team prefers that RC bugs are fixed
in unstable (and then unblocked for the migration to testing) one should
not upload new upstream versions to unstable at the moment. That's why
I'm changing the severity to wishlist.

When I'm back from my holidays I'll consider uploading the new upstream
version to experimental.

Regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#790675: texstudio: doesnt start asymptote

2015-09-09 Thread Tom Jampen
tags 790675 + unreproducible
thanks

Hi epros

Sorry for the late response. I've been on holidays for quite a while and
then the pile on my desk was huge.

I cannot reproduce your problem, although I'm not using asymptote on a
regular basis. I've just created a simple testfile, but it worked ok.


> When I try to use "asy" environment, the *.asy file is generated successfully,
> but the *.pdf file is not generated: The utility "asy" doesng start and
> I dont see error messages in log, excluding the warning "file *.pdf not 
> found".
> 
> In configuration menu for Asymptote to PDF set the sequence:
> PdfLaTeX
> Asymptote
> PdfLaTeX
> PDF Viever

I've changed the "Build and View" meta commands from "Compile and View"
to "Asymptote PDF Chain". Then I hit F1 and indeed the asymptote
graphics was missing and the log showed a warning "file `test-1.pdf' not
found". After compiling again with F1 the pdf was found and the graphics
was included in the pdf.

It's quite common with LaTeX that not all the files can be generated in
the first run.


> Command for Asymptote was set: asy ?m*.asy
> I chahged it to: asy *.asy
> -this works when I run asymptote from command line (*.pdf is generated).
> But it doesnt help.

Don't do that. You have to change it back in order to make it work
again. Or delete the ~/.config/texstudio while texstudio is not running
in order to begin with a fresh configuration.

Cheers
Tom



Bug#702999: SIGABRT sometimes when compiling

2015-06-18 Thread Tom Jampen
Hi Javier

On 10.06.2014 09:38, Javier Domingo Cansino wrote:
> I have been using for some months the version now in wheezy, and I
> haven't been able to reproduce.

Have you already used the version in jessie? Did you encounter any
crashes related to this bug? Unless you did, I'd like to close this bug.
Is this ok for you?

Regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#702999: SIGABRT sometimes when compiling

2015-06-19 Thread Tom Jampen
close 702999
thanks

Hi Javier

On 19.06.2015 09:10, Javier Domingo Cansino wrote:
> Hi Tom, you can close it as I haven't have this problem any more. Sorry
> for not telling!!

Thanks for replying so quickly.

Regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#787680: Processed: Bug#787680: TeXstudio window disappears when screen is switched

2015-06-19 Thread Tom Jampen
Hi Lisandro


On 10.06.2015 16:10, Lisandro Damián Nicanor Pérez Meyer wrote:
> Can you try this one with Qt in experimental?

On a laptop with Debian unstable I've upgraded the qt and poppler
packages to the experimental version and rebuilt texstudio with qt 5.4.2.

After installing the freshly built packages, it still segfaults when
attaching an external screen and setting this external screen as the
primary while at the same time disabling the laptop screen.

TeXstudio's about dialog now shows:
"Using Qt Version 5.4.2, compiled with Qt 5.4.2 R"

I hope this helps.

Regards
Tom



signature.asc
Description: OpenPGP digital signature


Bug#768432: unblock: texstudio/2.8.4+debian-2

2014-11-07 Thread Tom Jampen
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi

I've just fixed RC bug #768158 (texstudio-doc: fails to upgrade from
'wheezy' - trying to overwrite /usr/share/doc/texstudio/html/doc15.png)
in texstudio and I'm planning to upload to unstable.

However, I wanted to get green lights from the release team before
actually uploading it.

Before fixing the RC bug, I've already made the following two small
changes in my git repo:

* Updating to standards version 3.9.6 without any changes
* No longer specifying xz 'compression-level = 9' in source/options as a
  result to a recent discussion on debian-devel.

Am I allowed to include those two tiny changes along with the RC bugfix
or do you prefer an upload that just fixes the RC bug?


texstudio (2.8.4+debian-2) unstable; urgency=medium

  * Updating to standards version 3.9.6, no changes needed.
  * Switching to default xz compression in source/options.
  * Adding needed Replaces and Breaks fields for texstudio-doc and
texstudio-l10n in order to allow upgrading from wheezy due to
splitting the texstudio binary package (Closes: #768158).

 -- Tom Jampen   Thu, 06 Nov 2014 14:39:02 +0100


Thanks
Tom


diff -Nru texstudio-2.8.4+debian/debian/changelog 
texstudio-2.8.4+debian/debian/changelog
--- texstudio-2.8.4+debian/debian/changelog 2014-09-11 15:11:22.0 
+0200
+++ texstudio-2.8.4+debian/debian/changelog 2014-11-06 14:45:35.0 
+0100
@@ -1,3 +1,13 @@
+texstudio (2.8.4+debian-2) unstable; urgency=medium
+
+  * Updating to standards version 3.9.6, no changes needed.
+  * Switching to default xz compression in source/options.
+  * Adding needed Replaces and Breaks fields for texstudio-doc and
+texstudio-l10n in order to allow upgrading from wheezy due to splitting
+the texstudio binary package (Closes: #768158).
+
+ -- Tom Jampen   Thu, 06 Nov 2014 14:39:02 +0100
+
 texstudio (2.8.4+debian-1) unstable; urgency=medium
 
   * Merging upstream version 2.8.4+debian.
diff -Nru texstudio-2.8.4+debian/debian/control 
texstudio-2.8.4+debian/debian/control
--- texstudio-2.8.4+debian/debian/control   2014-09-10 07:27:55.0 
+0200
+++ texstudio-2.8.4+debian/debian/control   2014-11-06 10:25:48.0 
+0100
@@ -5,7 +5,7 @@
 Build-Depends:
  debhelper (>= 9), libhunspell-dev, libpoppler-qt4-dev, libsynctex-dev,
  pkg-config, qt4-qmake, zlib1g-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://texstudio.sf.net/
 
 Package: texstudio
@@ -40,6 +40,8 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
+Replaces: texstudio (<< 2.7.0+debian-2)
+Breaks: texstudio (<< 2.7.0+debian-2)
 Description: LaTeX Editor (doc)
  TeXstudio is a program based on Texmaker, which integrates many tools needed
  to develop documents with LaTeX in just one application. Using its editor you
@@ -52,6 +54,8 @@
 Section: localization
 Architecture: all
 Depends: ${misc:Depends}, texstudio (>= ${source:Version})
+Replaces: texstudio (<< 2.7.0+debian-2)
+Breaks: texstudio (<< 2.7.0+debian-2)
 Description: LaTeX Editor (localization)
  TeXstudio is a program based on Texmaker, which integrates many tools needed
  to develop documents with LaTeX in just one application. Using its editor you
diff -Nru texstudio-2.8.4+debian/debian/source/options 
texstudio-2.8.4+debian/debian/source/options
--- texstudio-2.8.4+debian/debian/source/options2014-09-10 
06:51:30.0 +0200
+++ texstudio-2.8.4+debian/debian/source/options2014-11-06 
10:28:55.0 +0100
@@ -1,2 +1 @@
 compression = xz
-compression-level = 9


Bug#768432: unblock: texstudio/2.8.4+debian-2

2014-11-07 Thread Tom Jampen
On 07.11.2014 12:35, Jonathan Wiltshire wrote:
> Control: tag -1 confirmed
> 
> On 2014-11-07 11:28, Tom Jampen wrote:
>> * Updating to standards version 3.9.6 without any changes
>> * No longer specifying xz 'compression-level = 9' in source/options as a
>>   result to a recent discussion on debian-devel.
>>
>> Am I allowed to include those two tiny changes along with the RC bugfix
>> or do you prefer an upload that just fixes the RC bug?
> 
> Yes.

LOL, usually I'm the one telling others not to ask OR-questions... now I
made the mistake myself...

As I'm not sure what part of the question you are referring to, I'm
simplifying the question:

Am I allowed to include those two tiny changes along with the RC bugfix?

Thanks
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#768432: unblock: texstudio/2.8.4+debian-2

2014-11-07 Thread Tom Jampen
On 07.11.2014 13:36, Jonathan Wiltshire wrote:
> On 2014-11-07 12:34, Tom Jampen wrote:
>> On 07.11.2014 12:35, Jonathan Wiltshire wrote:
>>> Control: tag -1 confirmed
>>>
>>> On 2014-11-07 11:28, Tom Jampen wrote:
>>>> * Updating to standards version 3.9.6 without any changes
>>>> * No longer specifying xz 'compression-level = 9' in source/options
>>>> as a
>>>>   result to a recent discussion on debian-devel.
>>>>
>>>> Am I allowed to include those two tiny changes along with the RC bugfix
>>>> or do you prefer an upload that just fixes the RC bug?
>>>
>>> Yes.
>>
>> LOL, usually I'm the one telling others not to ask OR-questions... now I
>> made the mistake myself...
> 
> Oh, I should probably read the question before answering. Yes, you can
> include those extra changes :)

Uploaded, thanks.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#790675: texstudio: doesnt start asymptote

2016-01-28 Thread Tom Jampen
severity 790675 minor
thanks

Hi epros

Upstream's response so far:

---
The issue is that it decides which programs to run, before running any.

It sees "run pdflatex then asy for all asy file, then pdflatex", in the
first run there are no asy files, so it becomes "run pdflatex, then
pdflatex". Only then it starts to run pdflatex
---

I think that this is only a minor bug as everything works as expected
from the second build on. It is common for LaTeX projects to need
multiple runs i.e. to get references right.

Regards,
Tom



Bug#770721: texstudio: Deletes existing "file.tex" when "texstudio file" executed

2014-11-27 Thread Tom Jampen
Hi Toby

Thanks for reporting this bug.

I've tested the new TeXstudio upstream version. There, this bug no
longer exists. But as Jessie is frozen, I cannot upload this new version.

That's why I've contacted upstream for the patch. Maybe this can be
fixed in version 2.8.4 for Jessie.

Regards
Tom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#852522: request-tracker4: contains conflicts/replaces with wrong package name rt4-authen-externalauth

2017-01-24 Thread Tom Jampen
Package: request-tracker4
Version: 4.4.1-2


Hi

rt4 version 4.4.1-2 contains a conflicts/replaces entry for
rt4-authen-externalauth

This is correct, but the package name is wrong, it should be
rt4-extension-authenexternalauth

The extension's source package:
rt-authen-externalauth

Regards,
Tom



Bug#852258: rt-authen-externalauth: FTBFS: Your installed version of RT (4.4.1-2) is too new

2017-01-24 Thread Tom Jampen
Hi Chris

Thanks for reporting this bug.

request-tracker as of version 4.4 includes rt-authen-externalauth's
functionality. So let's see whether rt 4.4 makes it into stretch.

Regards
Tom



Bug#1062084: Wishlist: please package new upstream version 4.7.2

2024-02-01 Thread Tom Jampen
Hi Marc

Thanks for your interest in texstudio. I'm already in the middle of
packaging the latest version. Upgrading from 4.3.1 is a bit more
time-consuming as upstream has changed the build system and the
documentation system. But I hope that I'll be satisfied enough to make
an upload next week.

Regards
Tom



Bug#1040841: texstudio: enable terminal build option

2023-07-14 Thread Tom Jampen
tags 1040841 + unreproducible
thanks

Hi Axel

I remember your email and I've found it in my archive, it's from Oct
2021. I checked my git commits and found that I've activated the
terminal with the upload of version 3.0.4+ds-2 in Oct 2021[1]. The
internal terminal is still working for me with the current version in
Bookworm (4.3.1+ds-2).

I see the additional "Terminal" tab next to "Message", "Log", "Preview"
and "Search Results" (as it is shown in your github pull request). When
I start TeXstudio with a clean config, the Terminal tab is there as
well. Sorry, I can't reproduce this.

You say the tab is not visible when you start TeXstudio? And you don't
see the config options if you enable advanced options?

Kind regards
Tom

[1]:
https://tracker.debian.org/news/1267252/accepted-texstudio-304ds-2-source-into-unstable/



Bug#1040841: texstudio: enable terminal build option

2023-07-20 Thread Tom Jampen
close 1040841
thanks

Hi Axel

On 7/17/23 13:58, Axel Kittenberger wrote:
> I'm very sorry, I overlooked that on this machine "which texstudio"
> resulted in "/usr/local/bin/texstudio".

Thanks for clearing up the issue, I'm glad it works for you now.

Regards
Tom



Bug#975115: webext-dav4tbsync and webext-tbsync out of sync

2020-11-19 Thread Tom Jampen
Package: webext-dav4tbsync
Version: 1.23-1

Hi,

Thank you very much for maintaining and updating the tbsync packages in
Debian. The current version of webext-dav4tbsync is now compatible with
thunderbird 78 but it cannot be used as it seems to be out of sync with
webext-tbsync.

When I try to add a new "CalDAV & CardDAV" account tbsync tells me:

---
Provider "CalDAV & CardDAV" for TbSync is not yet installed.

Click on the following link to open the info page of the missing
synchronization provider. There you will find further information about
the provider and you will have the option to install it:

https://tbsync.jobisoft.de/beta/TB78/DAV-4-TbSync.xpi

[...]
---


I've already set-up CalDAV accounts a while ago when it was still
working. These accounts are shown in tbsync with a red exclamation mark
(instead of being active) and the following error is displayed:

---
This account requires the DAV synchronization provider, which is
currently not installed.

https://tbsync.jobisoft.de/beta/TB78/DAV-4-TbSync.xpi
---


Although, of course, the most recent Debian packages for
webext-dav4tbsync (1.23-1, but probably not the mentioned beta version)
and webext-tbsync (2.18-2) are installed and show up in TB's add-ons
section as enabled.

I would be great to have working set of tbsync packages in Debian again.

Kind regards
Tom



Bug#975115: [Pkg-mozext-maintainers] Bug#975115: webext-dav4tbsync and webext-tbsync out of sync

2020-11-24 Thread Tom Jampen
Hi

Thanks, Mechtilde for your fast reply and sorry for my delayed answer. I
didn't realize I had to subscribe to "my own" bugs...

Thanks, Carl for providing the necessary information in the meantime.

I'm using Backports of your tbsync-packages for Buster (with the latest
thunderbird).

But of course, I've tested under sid as well (a fresh install in a new
VM before I opened the bug) with the same result.

I'm happy to help testing or provide more info.

Regards
Tom



Bug#893946: texstudio: Suggests non-existant package latex-beamer

2018-05-01 Thread Tom Jampen
Hi Boyuan

Thanks for pointing this out. I'm just preparing the next upload (new
upstream version) and I've fixed this issue in git. There is no need to
add texlive-latex-recommended to suggests as it is already listed in
recommends.

Kind regards
Tom



Bug#877594: stretch-pu: package texstudio/2.11.2+debian-1+deb9u1

2017-10-03 Thread Tom Jampen
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

Hi

In bug #869359 (Rather use qt4 due to qt5 bugs) I was asked to build
texstudio against qt4 instead of qt5 because of a severe bug in qt5. In
short qt5 does not allow to input polytonic greek letters like ἀ ἁ ἄ ἅ ἂ
ἃ ἆ ἐ ἑ etc.

Due to the problems with qt5, upstream is still shipping two versions of
their own debian packages, one with qt4 and one with qt5 support.

In my opinion it makes sense to go back to qt4 for stretch.

I've made the necessary changes and built texstudio for stretch against
qt4. Please find attached the debdiff.

Thanks and regards
Tom
diff -Nru texstudio-2.11.2+debian/debian/changelog 
texstudio-2.11.2+debian/debian/changelog
--- texstudio-2.11.2+debian/debian/changelog2016-10-23 19:37:11.0 
+0200
+++ texstudio-2.11.2+debian/debian/changelog2017-10-03 09:17:23.0 
+0200
@@ -1,3 +1,9 @@
+texstudio (2.11.2+debian-1+deb9u1) stretch; urgency=medium
+
+  * Moving back to using qt4 instead of qt5 (Closes: #869359).
+
+ -- Tom Jampen   Tue, 03 Oct 2017 09:17:23 +0200
+
 texstudio (2.11.2+debian-1) unstable; urgency=medium
 
   * Merging upstream version 2.11.2+debian.
diff -Nru texstudio-2.11.2+debian/debian/control 
texstudio-2.11.2+debian/debian/control
--- texstudio-2.11.2+debian/debian/control  2016-10-11 23:28:14.0 
+0200
+++ texstudio-2.11.2+debian/debian/control  2017-08-17 09:13:57.0 
+0200
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Tom Jampen 
 Build-Depends:
- debhelper (>= 9), libhunspell-dev, libpoppler-qt5-dev, libqt5svg5-dev,
- libquazip5-dev, pkg-config, qt5-qmake, qtscript5-dev, qttools5-dev, zlib1g-dev
+ debhelper (>= 9), libhunspell-dev, libpoppler-qt4-dev, libquazip-dev,
+ libx11-dev, pkg-config, qt4-qmake, zlib1g-dev
 Standards-Version: 3.9.8
 Homepage: http://texstudio.sf.net/
 
 Package: texstudio
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libqt5svg5
+Depends: ${misc:Depends}, ${shlibs:Depends}, libqt4-svg
 Recommends:
  texlive-base, texlive-latex-base, texlive-latex-recommended, texstudio-doc,
  texstudio-l10n
diff -Nru texstudio-2.11.2+debian/debian/patches/04-quazip-qt5.patch 
texstudio-2.11.2+debian/debian/patches/04-quazip-qt5.patch
--- texstudio-2.11.2+debian/debian/patches/04-quazip-qt5.patch  2016-10-12 
07:41:57.0 +0200
+++ texstudio-2.11.2+debian/debian/patches/04-quazip-qt5.patch  1970-01-01 
01:00:00.0 +0100
@@ -1,16 +0,0 @@
-Author: Tom Jampen 
-Description:
- Patches texstudio.pro to use libquazip5 as TeXstudio is built against qt5.
-
-diff -Naurp a/texstudio.pro b/texstudio.pro
 a/texstudio.pro2016-10-12 07:40:25.470131505 +0200
-+++ b/texstudio.pro2016-10-12 07:41:08.138720884 +0200
-@@ -471,7 +471,7 @@ isEmpty(USE_SYSTEM_QUAZIP) {
-   DEFINES += QUAZIP_STATIC
-   include(quazip/quazip/quazip.pri)
- } else {
--  isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip
-+  isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip5
-   isEmpty(QUAZIP_INCLUDE): QUAZIP_INCLUDE = $${PREFIX}/include/quazip
- 
-   INCLUDEPATH += $${QUAZIP_INCLUDE}
diff -Nru texstudio-2.11.2+debian/debian/patches/series 
texstudio-2.11.2+debian/debian/patches/series
--- texstudio-2.11.2+debian/debian/patches/series   2016-10-11 
23:28:14.0 +0200
+++ texstudio-2.11.2+debian/debian/patches/series   2017-08-17 
09:12:42.0 +0200
@@ -1,4 +1,3 @@
 01-removed-upstream-files.patch
 02-fix-desktop.patch
 03-disable-auto-update.patch
-04-quazip-qt5.patch
diff -Nru texstudio-2.11.2+debian/debian/rules 
texstudio-2.11.2+debian/debian/rules
--- texstudio-2.11.2+debian/debian/rules2016-10-11 23:28:14.0 
+0200
+++ texstudio-2.11.2+debian/debian/rules2017-08-17 09:13:34.0 
+0200
@@ -2,7 +2,6 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
-export QT_SELECT=qt5
 
 DEBIAN_DIR=$(dir $(firstword $(MAKEFILE_LIST)))
 UPSTREAM_VERSION=$(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog \


Bug#907531: Important binaries missing

2018-08-28 Thread Tom Jampen
Package: aseba
Version: 1.6.0-4

Dear maintainer

There are several important binaries missing in aseba: asebastudio and
thymiovpl.

The desktop files are present and point to these non-present executables:

/usr/share/applications/asebastudio.desktop
/usr/share/applications/asebastudiothymio.desktop
/usr/share/applications/thymiovpl.desktop

Kind regards
Tom



Bug#1060373: texstudio: segfault when changing any setting

2024-02-14 Thread Tom Jampen
close 1060373 4.7.2+ds-2
thanks

Hi Marc

Thanks for pointing this out. Rebuilding the package under sid (which
happened with the new latest upload) has resolved the issue.

Regards
Tom



Bug#1090059: RM: texstudio [i386] -- RoM; ANAIS; build-dependency libpoppler-qt6-dev uninstallable on i386

2024-12-15 Thread Tom Jampen
Package: ftp.debian.org
Severity: normal

Hi

TeXstudio heavily depends on poppler. After the qtermwidget transition
from qt5 to qt6, TeXstudio no longer builds on i386 as the build
dependecy libpoppler-qt6-dev is not unavailable anymore on i386. Thus,
texstudio needs to be removed from i386.

Thanks, regards
Tom