diff --git a/debian/patches/07-field-width-fix.patch b/debian/patches/07-field-width-fix.patch deleted file mode 100644 index 0fe3208..0000000 --- a/debian/patches/07-field-width-fix.patch +++ /dev/null @@ -1,33 +0,0 @@ -From: Debian Multimedia Maintainers -Date: Sat, 14 May 2022 00:28:47 +0800 -Subject: Fix warning on 64 bit machines. Explicitly set variables as - -unsigned ints. -Origin: http://git.debian.org/?p=pkg-multimedia/lame.git;a=blob;f=debian/patches/07-field-width-fix.patch -Forwarded: commit:1.282 -Applied-Upstream: commit:1.282 ---- - frontend/parse.c | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/frontend/parse.c b/frontend/parse.c -index 752613f..6bb57fb 100644 ---- a/frontend/parse.c -+++ b/frontend/parse.c -@@ -402,11 +402,11 @@ lame_version_print(FILE * const fp) - const char *b = get_lame_os_bitness(); - const char *v = get_lame_version(); - const char *u = get_lame_url(); -- const size_t lenb = strlen(b); -- const size_t lenv = strlen(v); -- const size_t lenu = strlen(u); -- const size_t lw = 80; /* line width of terminal in characters */ -- const size_t sw = 16; /* static width of text */ -+ const unsigned int lenb = strlen(b); -+ const unsigned int lenv = strlen(v); -+ const unsigned int lenu = strlen(u); -+ const unsigned int lw = 80; /* line width of terminal in characters */ -+ const unsigned int sw = 16; /* static width of text */ - - if (lw >= lenb + lenv + lenu + sw || lw < lenu + 2) - /* text fits in 80 chars per line, or line even too small for url */ diff --git a/debian/patches/msse.patch b/debian/patches/msse.patch deleted file mode 100644 index 037d5f2..0000000 --- a/debian/patches/msse.patch +++ /dev/null @@ -1,24 +0,0 @@ -From: Sebastian Ramacher -Date: Sat, 14 May 2022 00:28:47 +0800 -Subject: Build xmm_quantize_sub.c with -msse - -Bug: http://sourceforge.net/p/lame/bugs/443/ -Bug-Debian: https://bugs.debian.org/760047 -Forwarded: http://sourceforge.net/p/lame/bugs/443/ -Last-Update: 2014-08-31 ---- - libmp3lame/vector/Makefile.am | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/libmp3lame/vector/Makefile.am b/libmp3lame/vector/Makefile.am -index ac595b1..6b05380 100644 ---- a/libmp3lame/vector/Makefile.am -+++ b/libmp3lame/vector/Makefile.am -@@ -20,6 +20,7 @@ xmm_sources = xmm_quantize_sub.c - - if WITH_XMM - liblamevectorroutines_la_SOURCES = $(xmm_sources) -+liblamevectorroutines_la_CFLAGS = -msse - endif - - noinst_HEADERS = lame_intrin.h diff --git a/debian/patches/privacy-breach.patch b/debian/patches/privacy-breach.patch deleted file mode 100644 index bed5e5d..0000000 --- a/debian/patches/privacy-breach.patch +++ /dev/null @@ -1,313 +0,0 @@ -From: Sebastian Ramacher -Date: Sat, 14 May 2022 00:28:47 +0800 -Subject: Fix privacy-breach lintian error - -Last-Update: 2014-08-30 ---- - doc/html/about.html | 6 +++--- - doc/html/abr.html | 8 ++++---- - doc/html/cbr.html | 8 ++++---- - doc/html/contact.html | 8 ++++---- - doc/html/contributors.html | 8 ++++---- - doc/html/detailed.html | 6 +++--- - doc/html/history.html | 3 +-- - doc/html/index.html | 6 +++--- - doc/html/introduction.html | 6 +++--- - doc/html/links.html | 8 ++++---- - doc/html/list.html | 8 ++++---- - doc/html/ms_stereo.html | 8 ++++---- - doc/html/usage.html | 6 +++--- - doc/html/vbr.html | 8 ++++---- - 14 files changed, 48 insertions(+), 49 deletions(-) - -diff --git a/doc/html/about.html b/doc/html/about.html -index a1ac817..90b30dd 100644 ---- a/doc/html/about.html -+++ b/doc/html/about.html -@@ -116,9 +116,9 @@ MPEG2 sample rates are 16Khz, 22.05Khz and 24Khz. - - - - - -- -\ No newline at end of file -+ -diff --git a/doc/html/cbr.html b/doc/html/cbr.html -index 35f43f6..9af31c4 100644 ---- a/doc/html/cbr.html -+++ b/doc/html/cbr.html -@@ -82,9 +82,9 @@ without scanning and partially decoding the entire file. - - - - -- -\ No newline at end of file -+ -diff --git a/doc/html/contact.html b/doc/html/contact.html -index 11947b5..34beb69 100644 ---- a/doc/html/contact.html -+++ b/doc/html/contact.html -@@ -104,9 +104,9 @@ - - - - -- -\ No newline at end of file -+ -diff --git a/doc/html/contributors.html b/doc/html/contributors.html -index eab23bb..0f0117b 100644 ---- a/doc/html/contributors.html -+++ b/doc/html/contributors.html -@@ -169,9 +169,9 @@ - - - - -- -\ No newline at end of file -+ -diff --git a/doc/html/detailed.html b/doc/html/detailed.html -index 085091a..c962a18 100644 ---- a/doc/html/detailed.html -+++ b/doc/html/detailed.html -@@ -1286,9 +1286,9 @@ so using this switch shouldn't cause harm. - - - - - - -- -\ No newline at end of file -+ -diff --git a/doc/html/ms_stereo.html b/doc/html/ms_stereo.html -index 095853f..3da0b70 100644 ---- a/doc/html/ms_stereo.html -+++ b/doc/html/ms_stereo.html -@@ -104,9 +104,9 @@ href="http://en.wikipedia.org/wiki/Joint_stereo">Joint_stereo. - - - - -- -\ No newline at end of file -+ -diff --git a/doc/html/usage.html b/doc/html/usage.html -index 4238849..b9f1747 100644 ---- a/doc/html/usage.html -+++ b/doc/html/usage.html -@@ -118,9 +118,9 @@ sounds transparent. Use lossless codecs for this purpose. - - - - - -- -\ No newline at end of file -+ diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 7b6cd06..0000000 --- a/debian/patches/series +++ /dev/null @@ -1,5 +0,0 @@ -07-field-width-fix.patch -privacy-breach.patch -msse.patch -spelling-error-in-binary.patch -spelling-error-in-manpage.patch diff --git a/debian/patches/spelling-error-in-binary.patch b/debian/patches/spelling-error-in-binary.patch deleted file mode 100644 index 2675dcd..0000000 --- a/debian/patches/spelling-error-in-binary.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Fabian Greffrath -Date: Sat, 14 May 2022 00:28:47 +0800 -Subject: Fix a spelling error in the frontend code - ---- - frontend/get_audio.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/frontend/get_audio.c b/frontend/get_audio.c -index 1690dbc..d4155f9 100644 ---- a/frontend/get_audio.c -+++ b/frontend/get_audio.c -@@ -470,7 +470,7 @@ fskip(FILE * fp, long offset, int whence) - if (whence != SEEK_CUR || offset < 0) { - if (global_ui_config.silent < 10) { - error_printf -- ("fskip problem: Mostly the return status of functions is not evaluate so it is more secure to polute .\n"); -+ ("fskip problem: Mostly the return status of functions is not evaluate so it is more secure to pollute .\n"); - } - return -1; - } diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch deleted file mode 100644 index 2271a4c..0000000 --- a/debian/patches/spelling-error-in-manpage.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Fabian Greffrath -Date: Sat, 14 May 2022 00:28:47 +0800 -Subject: Fix a spelling error in the frontend manpage - ---- - doc/man/lame.1 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/doc/man/lame.1 b/doc/man/lame.1 -index 7bdb383..c7f85b0 100644 ---- a/doc/man/lame.1 -+++ b/doc/man/lame.1 -@@ -906,7 +906,7 @@ Your binary may for speed reasons be compiled without this.) - .SH ID3 TAGS - LAME is able to embed ID3 v1, - v1.1 or v2 tags inside the encoded MP3 file. --This allows to have some useful information about the music track -+This allows one to have some useful information about the music track - included inside the file. - Those data can be read by most MP3 players. - diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native)