Control: tags 1066608 + patch
Control: tags 1066608 + pending

Dear maintainer,

I've prepared an NMU for dvbstreamer (versioned as 2.1.0-5.7) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer or cancel the NMU.

Regards.

diff -Nru dvbstreamer-2.1.0/debian/changelog dvbstreamer-2.1.0/debian/changelog
--- dvbstreamer-2.1.0/debian/changelog  2022-08-08 18:22:11.000000000 +0000
+++ dvbstreamer-2.1.0/debian/changelog  2024-06-11 16:44:11.000000000 +0000
@@ -1,3 +1,12 @@
+dvbstreamer (2.1.0-5.7) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add debian/patches/no-implicit-declarations.patch,
+    fix missing declaration of UTF8_nextchar() and typo.
+    Thanks to Steve Langasek <steve.langa...@canonical.com>. (Closes: #1066608)
+
+ -- Francisco Vilmar Cardoso Ruviaro <vil...@debian.org>  Tue, 11 Jun 2024 
16:44:11 +0000
+
 dvbstreamer (2.1.0-5.6) unstable; urgency=medium
 
   * fix lintian  no-versioned-debhelper-prerequisite 10
diff -Nru dvbstreamer-2.1.0/debian/patches/no-implicit-declarations.patch 
dvbstreamer-2.1.0/debian/patches/no-implicit-declarations.patch
--- dvbstreamer-2.1.0/debian/patches/no-implicit-declarations.patch     
1970-01-01 00:00:00.000000000 +0000
+++ dvbstreamer-2.1.0/debian/patches/no-implicit-declarations.patch     
2024-06-11 16:43:40.000000000 +0000
@@ -0,0 +1,38 @@
+Description: fix missing declaration of UTF8_nextchar() and typo
+Author: Steve Langasek <steve.langa...@canonical.com>
+Bug-Debian: https://bugs.debian.org/1066608
+Last-Update: 2024-04-09
+Forwarded: no
+
+Index: dvbstreamer-2.1.0/src/standard/dvb/sdtprocessor.c
+===================================================================
+--- dvbstreamer-2.1.0.orig/src/standard/dvb/sdtprocessor.c
++++ dvbstreamer-2.1.0/src/standard/dvb/sdtprocessor.c
+@@ -46,6 +46,7 @@
+ #include "sdtprocessor.h"
+ #include "dvbtext.h"
+ #include "standard/dvb.h"
++#include "utf8.h"
+ 
+ 
/*******************************************************************************
+ * Defines                                                                     
 *
+Index: dvbstreamer-2.1.0/src/plugins/cam.c
+===================================================================
+--- dvbstreamer-2.1.0.orig/src/plugins/cam.c
++++ dvbstreamer-2.1.0/src/plugins/cam.c
+@@ -97,7 +97,7 @@
+     
+     if (pmt->i_program_number == service->id)
+     {
+-        needs_decrypting = PMTDoesNeedDecypting(pmt);
++        needs_decrypting = PMTDoesNeedDecrypting(pmt);
+         
+         if (currentPMT)
+         {
+@@ -197,4 +197,4 @@
+     }
+ 
+     return false;
+-}
+\ No newline at end of file
++}
diff -Nru dvbstreamer-2.1.0/debian/patches/series 
dvbstreamer-2.1.0/debian/patches/series
--- dvbstreamer-2.1.0/debian/patches/series     2021-10-16 08:37:38.000000000 
+0000
+++ dvbstreamer-2.1.0/debian/patches/series     2024-06-11 16:43:48.000000000 
+0000
@@ -16,3 +16,4 @@
 
 ## does not apply, needs some care
 #svn_819.diff
+no-implicit-declarations.patch


-- 
Francisco Vilmar Cardoso Ruviaro <vil...@debian.org>
4096R: 1B8C F656 EF3B 8447 2F48 F0E7 82FB F706 0B2F 7D00
diff -Nru dvbstreamer-2.1.0/debian/changelog dvbstreamer-2.1.0/debian/changelog
--- dvbstreamer-2.1.0/debian/changelog	2022-08-08 18:22:11.000000000 +0000
+++ dvbstreamer-2.1.0/debian/changelog	2024-06-11 16:44:11.000000000 +0000
@@ -1,3 +1,12 @@
+dvbstreamer (2.1.0-5.7) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add debian/patches/no-implicit-declarations.patch,
+    fix missing declaration of UTF8_nextchar() and typo.
+    Thanks to Steve Langasek <steve.langa...@canonical.com>. (Closes: #1066608)
+
+ -- Francisco Vilmar Cardoso Ruviaro <vil...@debian.org>  Tue, 11 Jun 2024 16:44:11 +0000
+
 dvbstreamer (2.1.0-5.6) unstable; urgency=medium
 
   * fix lintian  no-versioned-debhelper-prerequisite 10
diff -Nru dvbstreamer-2.1.0/debian/patches/no-implicit-declarations.patch dvbstreamer-2.1.0/debian/patches/no-implicit-declarations.patch
--- dvbstreamer-2.1.0/debian/patches/no-implicit-declarations.patch	1970-01-01 00:00:00.000000000 +0000
+++ dvbstreamer-2.1.0/debian/patches/no-implicit-declarations.patch	2024-06-11 16:43:40.000000000 +0000
@@ -0,0 +1,38 @@
+Description: fix missing declaration of UTF8_nextchar() and typo
+Author: Steve Langasek <steve.langa...@canonical.com>
+Bug-Debian: https://bugs.debian.org/1066608
+Last-Update: 2024-04-09
+Forwarded: no
+
+Index: dvbstreamer-2.1.0/src/standard/dvb/sdtprocessor.c
+===================================================================
+--- dvbstreamer-2.1.0.orig/src/standard/dvb/sdtprocessor.c
++++ dvbstreamer-2.1.0/src/standard/dvb/sdtprocessor.c
+@@ -46,6 +46,7 @@
+ #include "sdtprocessor.h"
+ #include "dvbtext.h"
+ #include "standard/dvb.h"
++#include "utf8.h"
+ 
+ /*******************************************************************************
+ * Defines                                                                      *
+Index: dvbstreamer-2.1.0/src/plugins/cam.c
+===================================================================
+--- dvbstreamer-2.1.0.orig/src/plugins/cam.c
++++ dvbstreamer-2.1.0/src/plugins/cam.c
+@@ -97,7 +97,7 @@
+     
+     if (pmt->i_program_number == service->id)
+     {
+-        needs_decrypting = PMTDoesNeedDecypting(pmt);
++        needs_decrypting = PMTDoesNeedDecrypting(pmt);
+         
+         if (currentPMT)
+         {
+@@ -197,4 +197,4 @@
+     }
+ 
+     return false;
+-}
+\ No newline at end of file
++}
diff -Nru dvbstreamer-2.1.0/debian/patches/series dvbstreamer-2.1.0/debian/patches/series
--- dvbstreamer-2.1.0/debian/patches/series	2021-10-16 08:37:38.000000000 +0000
+++ dvbstreamer-2.1.0/debian/patches/series	2024-06-11 16:43:48.000000000 +0000
@@ -16,3 +16,4 @@
 
 ## does not apply, needs some care
 #svn_819.diff
+no-implicit-declarations.patch

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to