Control: tags 957919 + patch
Control: tags 957919 + pending

Dear maintainer,

I've prepared an NMU for w-scan (versioned as 20170107-2.1) and uploaded 
it to DELAYED/1. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru w-scan-20170107/debian/changelog w-scan-20170107/debian/changelog
--- w-scan-20170107/debian/changelog	2018-02-18 12:33:38.000000000 +0200
+++ w-scan-20170107/debian/changelog	2021-02-07 00:28:53.000000000 +0200
@@ -1,3 +1,12 @@
+w-scan (20170107-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch from Rob Moss for compilation with gcc 10.
+    (Closes: #957919)
+  * Remove dead Homepage link.
+
+ -- Adrian Bunk <b...@debian.org>  Sun, 07 Feb 2021 00:28:53 +0200
+
 w-scan (20170107-2) unstable; urgency=medium
 
   * Moved VCS to salsa.debian.org
diff -Nru w-scan-20170107/debian/control w-scan-20170107/debian/control
--- w-scan-20170107/debian/control	2018-02-18 12:33:38.000000000 +0200
+++ w-scan-20170107/debian/control	2021-02-07 00:28:45.000000000 +0200
@@ -7,7 +7,6 @@
 Standards-Version: 4.1.2
 Vcs-Git: https://salsa.debian.org/vdr-team/w-scan.git
 Vcs-Browser: https://salsa.debian.org/vdr-team/w-scan
-Homepage: http://wirbel.htpc-forum.de/w_scan/index2.html
 
 Package: w-scan
 Architecture: any
diff -Nru w-scan-20170107/debian/patches/series w-scan-20170107/debian/patches/series
--- w-scan-20170107/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ w-scan-20170107/debian/patches/series	2021-02-07 00:28:53.000000000 +0200
@@ -0,0 +1 @@
+support_fno-common_compilation
diff -Nru w-scan-20170107/debian/patches/support_fno-common_compilation w-scan-20170107/debian/patches/support_fno-common_compilation
--- w-scan-20170107/debian/patches/support_fno-common_compilation	1970-01-01 02:00:00.000000000 +0200
+++ w-scan-20170107/debian/patches/support_fno-common_compilation	2021-02-07 00:28:53.000000000 +0200
@@ -0,0 +1,32 @@
+Description: support compilation with -fno-common (default in GCC 10)
+Bug-Debian: https://bugs.debian.org/957919
+
+--- w-scan-20170107.orig/si_types.h
++++ w-scan-20170107/si_types.h
+@@ -62,7 +62,7 @@ typedef struct section_buf {
+   time_t running_time;
+   struct section_buf * next_seg;        // this is used to handle segmented tables (like NIT-other)
+   pList  garbage;
+-} section_t, * p_section_t;
++};
+ 
+ /*******************************************************************************
+ /* service type.
+@@ -114,7 +114,7 @@ struct service {
+   uint32_t logical_channel_number;
+   uint8_t  running;
+   void   * priv;
+-} service_t, * p_service_t;
++};
+ 
+ /*******************************************************************************
+ /* transponder type.
+@@ -201,7 +201,7 @@ struct transponder {
+   /*----------------------------*/
+   char * network_name;
+   network_change_t network_change;
+-} __attribute__((packed))  transponder_t, * p_transponder_t;
++} __attribute__((packed));
+ 
+ /*******************************************************************************
+ /* satellite channel routing type.

Reply via email to