Processed: forward

2019-03-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 572798 https://bugzilla.abisource.com/show_bug.cgi?id=1016
Bug #572798 [abiword] abiword: Please add PDF export settings tool
Set Bug forwarded-to-address to 
'https://bugzilla.abisource.com/show_bug.cgi?id=1016'.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
572798: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572798
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#924041: tvtime(1) man page: bad path in FILES

2019-03-08 Thread Jakub Wilk

Package: tvtime
Version: 1.0.11-4

The first item in the FILES section of the tvtime(1) manual page is:

  /tvtime/tvtime.xml

This file doesn't exist of course. I think it should be:

  /etc/tvtime/tvtime.xml

--
Jakub Wilk



Programme Omra via Istanbul Vacances Scolaires Mars & Avril 2019

2019-03-08 Thread Manassiki.ma
Se désinscrire de la liste: 
http://link.wibzen.com/u/443/dce77af88da4405ce7692c2cfbf78c298b5738559b6d354b

Bug#924003: splint: please make the build reproducible

2019-03-08 Thread Chris Lamb
Source: splint
Version: 1:3.1.2+dfsg-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that splint could not be built reproducibly as it does not also
strip -ffile-prefix-map.

Patch to the existing patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- a/debian/patches/11_reproducible_build_p2.patch 2019-03-08 
08:33:05.525240389 +
--- b/debian/patches/11_reproducible_build_p2.patch 2019-03-08 
08:41:07.272890610 +
@@ -32,7 +30,7 @@
  fi
  AC_DEFINE_UNQUOTED(LCL_PARSE_VERSION, "$LCL_PARSE_VERSION",
 [Splint's version number])
-+FILTERED_CFLAGS=`echo $CFLAGS | sed 's@-fdebug-prefix-map=[[^ ]]*[[ ]]*@@g'`
++FILTERED_CFLAGS=`echo $CFLAGS | sed 's@-f\(debug|file\)-prefix-map=[[^ ]]*[[ 
]]*@@g'`
  AC_DEFINE_UNQUOTED(LCL_COMPILE,
 -   "Compiled using $CC $CFLAGS on `uname -a` by `whoami`",
 -   [String describing who compiled this binary and how])