Bug#966214: vienna-rna: FTBFS with GCC 10: multiple definition of ... due to -fno-common

2020-08-18 Thread Luis Paulo Linares
Control: tags -1 + patch

Hi,

the attached patch fixes the FTBFS with GCC-10.

Regards,
-- 
Luis Paulo (lpfll)
diff -Nru vienna-rna-2.4.14+dfsg/debian/patches/fix-ftbfs-with-gcc-10.patch vienna-rna-2.4.14+dfsg/debian/patches/fix-ftbfs-with-gcc-10.patch
--- vienna-rna-2.4.14+dfsg/debian/patches/fix-ftbfs-with-gcc-10.patch	1969-12-31 21:00:00.0 -0300
+++ vienna-rna-2.4.14+dfsg/debian/patches/fix-ftbfs-with-gcc-10.patch	2020-08-19 01:11:41.0 -0300
@@ -0,0 +1,35 @@
+Description: Fix FTBFS with GCC-10.
+Author: Luis Paulo Linares 
+Bug-Debian: https://bugs.debian.org/966214
+Index: vienna-rna-2.4.14+dfsg/src/Kinfold/globals.c
+===
+--- vienna-rna-2.4.14+dfsg.orig/src/Kinfold/globals.c
 vienna-rna-2.4.14+dfsg/src/Kinfold/globals.c
+@@ -25,6 +25,10 @@
+ #include "globals.h"
+ #include "cmdline.h"
+ 
++GlobVars GSV;
++GlobArrays GAV;
++GlobToggles GTV;
++
+ /* forward declarations privat functions */
+ static void ini_globs(void);
+ static void ini_gtoggles (void);
+Index: vienna-rna-2.4.14+dfsg/src/Kinfold/globals.h
+===
+--- vienna-rna-2.4.14+dfsg.orig/src/Kinfold/globals.h
 vienna-rna-2.4.14+dfsg/src/Kinfold/globals.h
+@@ -88,9 +88,9 @@ void clean_up_globals(void);
+ void log_prog_params(FILE *FP);
+ void log_start_stop(FILE *FP);
+ 
+-GlobVars GSV;
+-GlobArrays GAV;
+-GlobToggles GTV;
++extern GlobVars GSV;
++extern GlobArrays GAV;
++extern GlobToggles GTV;
+ 
+ #endif
+ 
diff -Nru vienna-rna-2.4.14+dfsg/debian/patches/series vienna-rna-2.4.14+dfsg/debian/patches/series
--- vienna-rna-2.4.14+dfsg/debian/patches/series	2019-09-09 08:19:08.0 -0300
+++ vienna-rna-2.4.14+dfsg/debian/patches/series	2020-08-19 01:11:41.0 -0300
@@ -1,3 +1,4 @@
 g2.patch
 tutorial.patch
 addHelp2ManWrapper.patch
+fix-ftbfs-with-gcc-10.patch


Bug#966214: vienna-rna: FTBFS with GCC 10: multiple definition of ... due to -fno-common

2020-08-18 Thread Luis Paulo Linares
Control: tags -1 + patch

Hi,

the attached patch fixes the FTBFS with GCC-10.

Regards,
-- 
Luis Paulo (lpfll)



Bug#957971: xblast-tnt: ftbfs with GCC-10

2020-08-18 Thread Luis Paulo Linares
Control: tags -1 + patch

Hi,

the attached patch fixes the FTBFS with GCC-10.

Regards,
-- 
Luis Paulo (lpfll)
diff -Nru xblast-tnt-2.10.4/debian/patches/020_fix-ftbfs-with-gcc-10.patch xblast-tnt-2.10.4/debian/patches/020_fix-ftbfs-with-gcc-10.patch
--- xblast-tnt-2.10.4/debian/patches/020_fix-ftbfs-with-gcc-10.patch	1969-12-31 21:00:00.0 -0300
+++ xblast-tnt-2.10.4/debian/patches/020_fix-ftbfs-with-gcc-10.patch	2020-08-18 11:38:48.0 -0300
@@ -0,0 +1,26 @@
+Description: Fix FTBFS with GCC-10.
+Author: Luis Paulo Linares 
+Bug-Debian: https://bugs.debian.org/957971
+
+--- xblast-tnt-2.10.4.orig/cfg_control.h
 xblast-tnt-2.10.4/cfg_control.h
+@@ -29,7 +29,7 @@
+ #define NUM_KEYB_CONTROLS  2
+ 
+ /* constant assignment of control to event type */
+-const XBEventCode keyEventType[NUM_KEYB_CONTROLS];
++extern const XBEventCode keyEventType[NUM_KEYB_CONTROLS];
+ 
+ /* ingame controls for editing*/
+ typedef struct
+--- xblast-tnt-2.10.4.orig/network.h
 xblast-tnt-2.10.4/network.h
+@@ -105,7 +105,7 @@ typedef enum
+ #define TEAM_UNDEF 252
+ 
+ /* team color assignment */
+-const XBColor teamColors[NUM_XBTS];
++extern const XBColor teamColors[NUM_XBTS];
+ 
+ /* results of game config receive/create */
+ typedef enum
diff -Nru xblast-tnt-2.10.4/debian/patches/series xblast-tnt-2.10.4/debian/patches/series
--- xblast-tnt-2.10.4/debian/patches/series	2016-01-13 06:40:36.0 -0200
+++ xblast-tnt-2.10.4/debian/patches/series	2020-08-18 11:37:16.0 -0300
@@ -1 +1,2 @@
 fix-manpage
+020_fix-ftbfs-with-gcc-10.patch


Bug#957646: openvas-manager: ftbfs with GCC-10

2020-08-17 Thread Luis Paulo Linares
Control: tags -1 + patch

Hi,

the attached patch fixes the FTBFS with GCC-10.

Regards,
-- 
Luis Paulo (lpfll)
diff -Nru openvas-manager-7.0.3/debian/patches/010_fix-ftbfs-with-gcc-10.patch openvas-manager-7.0.3/debian/patches/010_fix-ftbfs-with-gcc-10.patch
--- openvas-manager-7.0.3/debian/patches/010_fix-ftbfs-with-gcc-10.patch   1969-12-31 21:00:00.0 -0300
+++ openvas-manager-7.0.3/debian/patches/010_fix-ftbfs-with-gcc-10.patch   2020-08-17 12:24:49.0 -0300
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with GCC-10.
+Author: Luis Paulo Linares 
+Bug-Debian: https://bugs.debian.org/957646
+
+--- openvas-manager-7.0.3.orig/src/manage_sql.c
 openvas-manager-7.0.3/src/manage_sql.c
+@@ -117,7 +117,7 @@ manage_scap_loaded ();
+  *
+  * 1 if set via scheduler, 2 if set via event, else 0.
+  */
+-int authenticate_allow_all;
++extern int authenticate_allow_all;
+ 
+ const char *threat_message_type (const char *);
+ 
diff -Nru openvas-manager-7.0.3/debian/patches/series openvas-manager-7.0.3/debian/patches/series
--- openvas-manager-7.0.3/debian/patches/series 1969-12-31 21:00:00.0 -0300
+++ openvas-manager-7.0.3/debian/patches/series 2020-08-17 12:24:49.0 -0300
@@ -0,0 +1 @@
+010_fix-ftbfs-with-gcc-10.patch


Bug#957860: tcpick: ftbfs with GCC-10

2020-08-17 Thread Luis Paulo Linares
Control: tags -1 + patch

Hi,

the attached patch fixes the FTBFS with GCC-10.

Regards,
-- 
Luis Paulo (lpfll)
diff -Nru tcpick-0.2.1/debian/patches/fix-ftbfs-with-gcc-10.patch tcpick-0.2.1/debian/patches/fix-ftbfs-with-gcc-10.patch
--- tcpick-0.2.1/debian/patches/fix-ftbfs-with-gcc-10.patch 1969-12-31 21:00:00.0 -0300
+++ tcpick-0.2.1/debian/patches/fix-ftbfs-with-gcc-10.patch 2020-08-17 11:18:47.0 -0300
@@ -0,0 +1,27 @@
+Description: Fix FTBFS with GCC-10.
+Author: Luis Paulo Linares 
+Bug-Debian: https://bugs.debian.org/957860
+Last-Update: 2020-08-17
+
+--- tcpick-0.2.1.orig/src/conn.h
 tcpick-0.2.1/src/conn.h
+@@ -80,5 +80,5 @@ struct CONN
+ };
+ 
+ 
+-struct ip * ip_last_header; /* FIXME: check */
+-struct tcphdr * tcp_last_header;
++extern struct ip * ip_last_header; /* FIXME: check */
++extern struct tcphdr * tcp_last_header;
+--- tcpick-0.2.1.orig/src/globals.h
 tcpick-0.2.1/src/globals.h
+@@ -39,7 +39,7 @@ int datalink_size  = 0;
+ int ip_size  = 0;
+ int tcp_size = 0;
+ 
+-struct CONN * first_conn;
+-struct CONN * last_conn;
++extern struct CONN * first_conn;
++extern struct CONN * last_conn;
+ 
+ enum EXPIRED_FLAG expired_flag;
diff -Nru tcpick-0.2.1/debian/patches/series tcpick-0.2.1/debian/patches/series
--- tcpick-0.2.1/debian/patches/series  2018-11-04 10:48:34.0 -0200
+++ tcpick-0.2.1/debian/patches/series  2020-08-17 11:18:47.0 -0300
@@ -6,3 +6,4 @@
 fix-man-invocation.patch
 fix-build-with-gcc5.patch
 set-timestamp-pcap-header-structure.patch
+fix-ftbfs-with-gcc-10.patch


Bug#957355: ifplugd: ftbfs with GCC-10

2020-08-06 Thread Luis Paulo Linares
Control: tags -1 + patch

Hi,

the attached patch fixes the FTBFS with GCC 10.

Regards,
-- 
Luis Paulo (lpfll)
diff -Nru ifplugd-0.28/debian/patches/09_fix-ftbfs-with-gcc10.patch ifplugd-0.28/debian/patches/09_fix-ftbfs-with-gcc10.patch
--- ifplugd-0.28/debian/patches/09_fix-ftbfs-with-gcc10.patch	1969-12-31 21:00:00.0 -0300
+++ ifplugd-0.28/debian/patches/09_fix-ftbfs-with-gcc10.patch	2020-08-06 19:46:15.0 -0300
@@ -0,0 +1,17 @@
+Description: Fix FTBFS with GCC 10.
+Author: Luis Paulo Linares 
+Bug-Debian: https://bugs.debian.org/957355
+
+--- ifplugd-0.28.orig/src/interface.h
 ifplugd-0.28/src/interface.h
+@@ -24,8 +24,8 @@
+ /* From  */
+ #define ETH_ALEN 6
+ 
+-int interface_auto_up;
+-int interface_do_message;
++extern int interface_auto_up;
++extern int interface_do_message;
+ 
+ typedef enum { IFSTATUS_UP, IFSTATUS_DOWN, IFSTATUS_ERR } interface_status_t;
+ 
diff -Nru ifplugd-0.28/debian/patches/series ifplugd-0.28/debian/patches/series
--- ifplugd-0.28/debian/patches/series	2018-06-23 07:22:26.0 -0300
+++ ifplugd-0.28/debian/patches/series	2020-08-06 19:46:15.0 -0300
@@ -6,3 +6,4 @@
 06_509015_better_delays.patch
 07_add_fractional_delays.patch
 08_allow_ipv4_less.patch
+09_fix-ftbfs-with-gcc10.patch


Bug#957995: xscorch: diff for NMU version 0.2.1-1+nmu4

2020-08-05 Thread Luis Paulo Linares
Control: tags 957995 + pending

Dear maintainer,

I've prepared an NMU for xscorch (versioned as 0.2.1-1+nmu3) and
uploaded it to mentors to be sponsored. Please feel free to tell me
if I should remove it. A debdiff showing all changes is attatched.

Regards,

-- 
Luis Paulo (lpfll)
diff -Nru xscorch-0.2.1/debian/changelog xscorch-0.2.1/debian/changelog
--- xscorch-0.2.1/debian/changelog  2020-07-02 09:57:17.0 -0300
+++ xscorch-0.2.1/debian/changelog  2020-08-05 01:00:19.0 -0300
@@ -1,3 +1,11 @@
+xscorch (0.2.1-1+nmu4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/gcc10.patch: fix a FTBFS witch gcc 10. Thanks to
+Reiner Herrmann . (Closes: #957995)
+
+ -- Luis Paulo Linares   Wed, 05 Aug 2020 01:00:19 -0300
+
 xscorch (0.2.1-1+nmu3) unstable; urgency=medium

   * Non-maintainer upload.
diff -Nru xscorch-0.2.1/debian/patches/gcc10.patch xscorch-0.2.1/debian/patches/gcc10.patch
--- xscorch-0.2.1/debian/patches/gcc10.patch1969-12-31 21:00:00.0 -0300
+++ xscorch-0.2.1/debian/patches/gcc10.patch2020-08-05 01:00:19.0 -0300
@@ -0,0 +1,29 @@
+Description: Fix FTBFS with GCC 10
+Author: Reiner Herrmann 
+Bug-Debian: https://bugs.debian.org/957995
+Last-Update: 2020-08-05
+Index: xscorch-0.2.1/sgame/slscape.c
+===
+--- xscorch-0.2.1.orig/sgame/slscape.c
 xscorch-0.2.1/sgame/slscape.c
+@@ -56,6 +56,7 @@ static double _sc_lscape_eval_plains(dou
+ static double _sc_lscape_eval_traditional(double x);
+ static double _sc_lscape_eval_valley(double x);
+
++double (*_sc_lscape_eval)(double x);
+
+
+ static double _sc_lscape_eval_none(__libj_unused double x) {
+Index: xscorch-0.2.1/sgame/slscape.h
+===
+--- xscorch-0.2.1.orig/sgame/slscape.h
 xscorch-0.2.1/sgame/slscape.h
+@@ -64,7 +64,7 @@ void sc_lscape_setup(const struct _sc_co
+
+ /* Interface to the profile evaluating function */
+ #define sc_lscape_eval(x)  ((*_sc_lscape_eval)(x))
+-double (*_sc_lscape_eval)(double x);
++extern double (*_sc_lscape_eval)(double x);
+
+
+ #endif /* __slscape_h_included */
diff -Nru xscorch-0.2.1/debian/patches/series xscorch-0.2.1/debian/patches/series
--- xscorch-0.2.1/debian/patches/series 2018-03-31 11:36:36.0 -0300
+++ xscorch-0.2.1/debian/patches/series 2020-08-05 01:00:19.0 -0300
@@ -1,2 +1,3 @@
 overlapping-memcpy
 gdk-include
+gcc10.patch


Bug#963976: RFS: xscorch/0.2.1-1+nmu2.1 [NMU, RC] -- Clone of Scorched Earth

2020-07-02 Thread Luis Paulo Linares
> The main patch looks good, a couple of things needs to be addressed before I 
> will sponsor it.

Thanks to be my sponsor.
 
> Firstly you need to send a mail with the debdiff attached stating your intent 
> to NMU to the bug
> report and giving the maintainer and appropriate time (guidelines say 5 days 
> in this case) to
> respond.

I sent the email with your orientations.

> Secondly your version number is weird, I would suggest using 0.2.1-1+nmu3 in 
> this case.

Sorry for my mistake. I remade the NMU and sent it to mentors:

https://mentors.debian.net/debian/pool/main/x/xscorch/xscorch_0.2.1-1+nmu3.dsc


Regards,

Luis Paulo



Bug#963836: xscorch: diff for NMU version 0.2.1-1+nmu3

2020-07-02 Thread Luis Paulo Linares
Control: tags 963836 + patch
Control: tags 963836 + pending

Dear maintainer,

I've prepared an NMU for xscorch (versioned as 0.2.1-1+nmu3) and
uploaded it to mentors to be sponsored. After that it will be sent
to DELAYED/5 by my sponsor. Please feel free to tell me if I should
remove it or delay it longer. A debdiff showing all changes is attatched.

Regards,

Luis Paulo Linares
diff -Nru xscorch-0.2.1/debian/changelog xscorch-0.2.1/debian/changelog
--- xscorch-0.2.1/debian/changelog  2018-03-31 11:49:53.0 -0300
+++ xscorch-0.2.1/debian/changelog  2020-07-02 09:57:17.0 -0300
@@ -1,3 +1,12 @@
+xscorch (0.2.1-1+nmu3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: changed from 'libmikmod2-dev' to 'libmikmod-dev'
+in Build-Depends field to avoid a FTBFS. Thanks to Adrian Bunk
+. (Closes: #963836)
+
+ -- Luis Paulo Linares   Thu, 02 Jul 2020 09:57:17 -0300
+
 xscorch (0.2.1-1+nmu2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru xscorch-0.2.1/debian/control xscorch-0.2.1/debian/control
--- xscorch-0.2.1/debian/control2014-08-02 13:59:48.0 -0300
+++ xscorch-0.2.1/debian/control2020-07-02 09:57:17.0 -0300
@@ -4,7 +4,7 @@
 Homepage: http://www.xscorch.org/
 Maintainer: Jacob Luna Lundberg 
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7), groff, libglib2.0-dev, libgtk2.0-dev (>= 
2.20), libmikmod2-dev, libreadline-gplv2-dev | libreadline5-dev, libx11-dev, 
libxext-dev, libxi-dev, autotools-dev
+Build-Depends: debhelper (>= 7), groff, libglib2.0-dev, libgtk2.0-dev (>= 
2.20), libmikmod-dev, libreadline-gplv2-dev | libreadline5-dev, libx11-dev, 
libxext-dev, libxi-dev, autotools-dev
 
 Package: xscorch
 Architecture: any


Bug#963976: RFS: xscorch/0.2.1-1+nmu2.1 [NMU, RC] -- Clone of Scorched Earth

2020-06-29 Thread Luis Paulo Linares
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for my package "xscorch"

 * Package name: xscorch
   Version : 0.2.1-1+nmu2.1
   Upstream Author : Justin David Smith 
 * URL : http://www.xscorch.org/
 * License : GPL-2
 * Vcs : None
   Section : games

It builds those binary packages:

  xscorch - Clone of Scorched Earth

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/xscorch

Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/x/xscorch/xscorch_0.2.1-1+nmu2.1.dsc

Changes since the last upload:

   * Non-maintainer upload.
   * debian/control: changed from 'libmikmod2-dev' to 'libmikmod-dev'
 in Build-Depends field to avoid a FTBFS. Thanks to Adrian Bunk
 . (Closes: #963836)

Regards,

--
  Luis Paulo Linares



Bug#960758: libcamera: diff for NMU version 0~git20200513+924778e-1.1

2020-06-09 Thread Luis Paulo Linares
Control: tags 960758 + patch
Control: tags 960758 + pending

Dear maintainer,

I've prepared an NMU for libcamera (versioned as 0~git20200513+924778e-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Luis Paulo Linares

diff -Nru libcamera-0~git20200513+924778e/debian/changelog 
libcamera-0~git20200513+924778e/debian/changelog
--- libcamera-0~git20200513+924778e/debian/changelog2020-05-15 
11:24:53.0 -0300
+++ libcamera-0~git20200513+924778e/debian/changelog2020-06-09 
13:08:13.0 -0300
@@ -1,3 +1,11 @@
+libcamera (0~git20200513+924778e-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: added libboost-dev to Build-Depends field to avoid a FTBFS.
+Thanks to Logan Rosen . (Closes: #960758)
+
+ -- Luis Paulo Linares   Tue, 09 Jun 2020 13:08:13 -0300
+
 libcamera (0~git20200513+924778e-1) unstable; urgency=medium

   * New upstream snapshot.
diff -Nru libcamera-0~git20200513+924778e/debian/control 
libcamera-0~git20200513+924778e/debian/control
--- libcamera-0~git20200513+924778e/debian/control  2020-05-15 
11:24:53.0 -0300
+++ libcamera-0~git20200513+924778e/debian/control  2020-06-09 
13:08:13.0 -0300
@@ -13,7 +13,8 @@
python3-sphinx,
python3-yaml,
libjs-jquery,
-   libjs-underscore
+   libjs-underscore,
+   libboost-dev
 Standards-Version: 4.5.0
 Rules-Requires-Root: no
 Section: libs

-- 
Luis Paulo Linares 



Bug#584776: fig2ps: errors due to strange characters with --forcespecial option

2020-05-27 Thread Luis Paulo Linares
Several tests were performed and no errors were found.

Feel free to reopen this bug.

Best,
Luis Paulo