Control: tags 1066500 + patch
Control: tags 1066500 + pending

Dear maintainer,

I've prepared an NMU for vorbisgain (versioned as 0.37-2.1). The diff
is attached to this message.

I require a sponsor to have it uploaded.

Regards.
-- 
Håvard
diff -Nru vorbisgain-0.37/debian/changelog vorbisgain-0.37/debian/changelog
--- vorbisgain-0.37/debian/changelog	2012-07-01 14:48:01.000000000 +0200
+++ vorbisgain-0.37/debian/changelog	2024-03-24 09:00:42.000000000 +0100
@@ -1,3 +1,10 @@
+vorbisgain (0.37-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch to fix missing header declaration. (Closes: #1066500)
+
+ -- Håvard F. Aasen <havard.f.aa...@pfft.no>  Sun, 24 Mar 2024 09:00:42 +0100
+
 vorbisgain (0.37-2) unstable; urgency=low
 
   * Updated maintainer's info
diff -Nru vorbisgain-0.37/debian/patches/0011-missing-header-decl.patch vorbisgain-0.37/debian/patches/0011-missing-header-decl.patch
--- vorbisgain-0.37/debian/patches/0011-missing-header-decl.patch	1970-01-01 01:00:00.000000000 +0100
+++ vorbisgain-0.37/debian/patches/0011-missing-header-decl.patch	2024-03-24 09:00:42.000000000 +0100
@@ -0,0 +1,16 @@
+Description: Add missing header declaration for isatty()
+Author: Håvard F. Aasen <havard.f.aa...@pfft.no>
+Bug-Debian: https://bugs.debian.org/1066500
+Forwarded: no
+
+---
+--- a/misc.c
++++ b/misc.c
+@@ -14,6 +14,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <unistd.h>
+ #include <vorbis/codec.h>
+ #include "i18n.h"
+ #include "misc.h"
diff -Nru vorbisgain-0.37/debian/patches/series vorbisgain-0.37/debian/patches/series
--- vorbisgain-0.37/debian/patches/series	2012-07-01 14:48:01.000000000 +0200
+++ vorbisgain-0.37/debian/patches/series	2024-03-24 09:00:42.000000000 +0100
@@ -8,3 +8,4 @@
 0008-manpage_recursion_mistake.patch
 0009-hardening.patch
 0010-fclose.patch
+0011-missing-header-decl.patch

Reply via email to