Control: tags 955165 + patch Control: tags 955165 + pending Dear maintainer,
I've prepared an NMU for taglib (versioned as 1.11.1+dfsg.1-1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards, Boyuan Yang diff -Nru taglib-1.11.1+dfsg.1/debian/changelog taglib- 1.11.1+dfsg.1/debian/changelog --- taglib-1.11.1+dfsg.1/debian/changelog 2019-02-19 17:24:40.000000000 -0500 +++ taglib-1.11.1+dfsg.1/debian/changelog 2020-04-18 11:23:33.000000000 -0400 @@ -1,3 +1,18 @@ +taglib (1.11.1+dfsg.1-1) unstable; urgency=medium + + * Adopt the package via ITS process. (Closes: #955165) + + Have the package team-maintained under Debian Multimedia team. + * debian/rules: Use "dh_missing --fail-missing". + * debian/control: Update Vcs-* fields to use git packaging repo under + Salsa Debian Multimedia team. + + [ Matteo Cypriani ] + * Update debian/copyright (full copyright check). + * Versioned build-dependency on cmake (>= 3.7) to make sure + FindICU.cmake is shipped in cmake-data. + + -- Boyuan Yang <[email protected]> Sat, 18 Apr 2020 11:23:33 -0400 + taglib (1.11.1+dfsg.1-0.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru taglib-1.11.1+dfsg.1/debian/control taglib- 1.11.1+dfsg.1/debian/control --- taglib-1.11.1+dfsg.1/debian/control 2017-10-12 05:15:27.000000000 -0400 +++ taglib-1.11.1+dfsg.1/debian/control 2020-04-18 11:23:22.000000000 -0400 @@ -1,14 +1,24 @@ Source: taglib Section: libs Priority: optional -Maintainer: Modestas Vainius <[email protected]> -Build-Depends: cmake, debhelper (>= 9), zlib1g-dev, - pkg-kde-tools, libboost-dev, libicu-dev -Build-Depends-Indep: doxygen, graphviz, gsfonts-x11 -Standards-Version: 4.1.1 +Maintainer: Debian Multimedia Maintainers <[email protected] > +Uploaders: + Boyuan Yang <[email protected]>, +Build-Depends: + cmake (>= 3.7), + debhelper (>= 9), + zlib1g-dev, + pkg-kde-tools, + libboost-dev, + libicu-dev, +Build-Depends-Indep: + doxygen, + graphviz, + gsfonts-x11, +Standards-Version: 4.5.0 Homepage: http://taglib.github.io/ -Vcs-Git: https://anonscm.debian.org/git/collab-maint/taglib.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/taglib.git/ +Vcs-Git: https://salsa.debian.org/multimedia-team/taglib.git +Vcs-Browser: https://salsa.debian.org/multimedia-team/taglib Package: libtag1v5 Architecture: any diff -Nru taglib-1.11.1+dfsg.1/debian/copyright taglib- 1.11.1+dfsg.1/debian/copyright --- taglib-1.11.1+dfsg.1/debian/copyright 2017-01-24 20:10:42.000000000 -0500 +++ taglib-1.11.1+dfsg.1/debian/copyright 2020-04-18 11:15:14.000000000 -0400 @@ -11,15 +11,39 @@ Files: * Copyright: - Scott Wheeler <[email protected]> - Lukas Lalinsky <[email protected]> - Tsuda Kageyu <[email protected]> - Ismael Orenstein <[email protected]> - Allan Sandfeld Jensen <[email protected]> - Teemu Tervo <[email protected]> - Mathias Panzenböck <[email protected]> + 2002-2008 Scott Wheeler <[email protected]> + 2003-2005 Allan Sandfeld Jensen <[email protected]> + 2003 Ismael Orenstein <[email protected]> + 2005-2012 Lukáš Lalinský <[email protected]> + 2010 Alex Novichkov <[email protected]> + 2010 Anton Sergunov <[email protected]> + 2011 Mathias Panzenböck <[email protected]> + 2012-2016 Tsuda Kageyu <[email protected]> + 2012 Michael Helmling <[email protected]> + Teemu Tervo <[email protected]> License: LGPL-2.1 or MPL-1.1 +Files: taglib/mpeg/id3v2/frames/* +Copyright: + 2002-2008 Scott Wheeler <[email protected]> + 2006, 2014-2015 Urs Fleisch <[email protected]> + 2006 Aaron VonderHaar <[email protected]> + 2008 Lukáš Lalinský <[email protected]> + 2008 Serkan Kalyoncu + 2012 Rupert Daniel <[email protected]> + 2013 Lukas Krejci <[email protected]> +License: LGPL-2.1 or MPL-1.1 + +Files: taglib/it/itfile.h taglib/mod/modfileprivate.h +Copyright: + 2011 Mathias Panzenböck <[email protected]> +License: LGPL-2.1 + +Files: bindings/c/tag_c.h bindings/c/tag_c.cpp +Copyright: + 2003 Scott Wheeler <[email protected]> +License: LGPL-2.1 + Files: examples/* Copyright: 2003, 2004 Scott Wheeler <[email protected]> diff -Nru taglib-1.11.1+dfsg.1/debian/rules taglib-1.11.1+dfsg.1/debian/rules --- taglib-1.11.1+dfsg.1/debian/rules 2017-01-24 20:10:42.000000000 -0500 +++ taglib-1.11.1+dfsg.1/debian/rules 2020-04-18 11:22:28.000000000 -0400 @@ -1,10 +1,11 @@ #! /usr/bin/make -f +include /usr/share/dpkg/architecture.mk + export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND += -fvisibility=hidden -fvisibility-inlines- hidden export DEB_CXXFLAGS_MAINT_APPEND += -fvisibility=hidden -fvisibility-inlines- hidden -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) # Build with NDEBUG (i.e. no debug messages) unless noopt build was requested ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) @@ -20,8 +21,8 @@ -DLIB_INSTALL_DIR:PATH=/usr/lib/$(DEB_HOST_MULTIARCH) \ -DBUILD_SHARED_LIBS=ON -override_dh_install: - dh_install --fail-missing +override_dh_missing: + dh_missing --fail-missing override_dh_installchangelogs: dh_installchangelogs NEWS
signature.asc
Description: This is a digitally signed message part

