Package: btag Version: 1.4.1-0.2 Severity: normal Control: tags -1 +patch +pending
Dear maintainer, I've prepared an NMU for btag (versioned as 1.4.1-1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. Regards. diffstat for btag-1.4.1 btag-1.4.1 changelog | 9 +++++++++ control | 18 ++++++++++-------- patches/0002-cmake-4.0-compatibility.patch | 19 +++++++++++++++++++ patches/series | 1 + 4 files changed, 39 insertions(+), 8 deletions(-) diff -Nru btag-1.4.1/debian/changelog btag-1.4.1/debian/changelog --- btag-1.4.1/debian/changelog 2025-01-10 19:07:20.000000000 -0500 +++ btag-1.4.1/debian/changelog 2025-10-07 14:51:38.000000000 -0400 @@ -1,3 +1,12 @@ +btag (1.4.1-1) unstable; urgency=medium + + * Orphan the package. (Closes: #1116448) + * debian/control: Bump Standards-Version to 4.7.2. + * debian/patches/0002-cmake-4.0-compatibility.patch: + Add patch to fix cmake 4.0 compatibility. (Closes: #1112737) + + -- Boyuan Yang <[email protected]> Tue, 07 Oct 2025 14:51:38 -0400 + btag (1.4.1-0.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru btag-1.4.1/debian/control btag-1.4.1/debian/control --- btag-1.4.1/debian/control 2025-01-10 19:07:15.000000000 -0500 +++ btag-1.4.1/debian/control 2025-10-07 14:48:49.000000000 -0400 @@ -1,7 +1,7 @@ Source: btag Section: sound Priority: optional -Maintainer: Fernando Tarlá Cardoso Lemos <[email protected]> +Maintainer: Debian QA Group <[email protected]> Build-Depends: cmake, debhelper-compat (= 13), @@ -13,16 +13,10 @@ libtag-dev, pkgconf, zlib1g-dev, -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Homepage: https://github.com/fernandotcl/btag Vcs-Git: https://salsa.debian.org/debian/btag.git Vcs-Browser: https://salsa.debian.org/debian/btag - -Package: btag -Architecture: any -Depends: - ${misc:Depends}, - ${shlibs:Depends}, Description: interactive command-line based multimedia tag editor btag is an interactive utility for tagging multimedia files in batches. It tries to automate most of the process by stripping away stray whitespace @@ -37,3 +31,11 @@ All tag formats supported by TagLib should be supported by btag. This includes (among others) ID3v1 and ID3v2 tags found in MP3 files, Ogg Vorbis comments, ID3 tags and Vorbis comments in FLAC files. + +Package: btag +Architecture: any +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: ${source:Synopsis} + ${source:Extended-Description} diff -Nru btag-1.4.1/debian/patches/0002-cmake-4.0-compatibility.patch btag-1.4.1/debian/patches/0002-cmake-4.0-compatibility.patch --- btag-1.4.1/debian/patches/0002-cmake-4.0-compatibility.patch 1969-12-31 19:00:00.000000000 -0500 +++ btag-1.4.1/debian/patches/0002-cmake-4.0-compatibility.patch 2025-10-07 14:51:24.000000000 -0400 @@ -0,0 +1,19 @@ +From: Boyuan Yang <[email protected]> +Date: Tue, 7 Oct 2025 14:51:03 -0400 +Subject: cmake-4.0-compatibility + +Bug-Debian: https://bugs.debian.org/1112737 +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 32970d1..488b1c5 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.8 FATAL_ERROR) ++cmake_minimum_required(VERSION 3.26...4.1) + project(btag) + + set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") diff -Nru btag-1.4.1/debian/patches/series btag-1.4.1/debian/patches/series --- btag-1.4.1/debian/patches/series 2025-01-10 19:06:04.000000000 -0500 +++ btag-1.4.1/debian/patches/series 2025-10-07 14:51:24.000000000 -0400 @@ -1 +1,2 @@ 0001-Fix-deprecated-funcs-with-Taglib.patch +0002-cmake-4.0-compatibility.patch
signature.asc
Description: This is a digitally signed message part

