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 <by...@debian.org>  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 <mo...@debian.org>
-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 <debian-multime...@lists.debian.org
>
+Uploaders:
+ Boyuan Yang <by...@debian.org>,
+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 <whee...@kde.org>
- Lukas Lalinsky <lalin...@gmail.com>
- Tsuda Kageyu <tsuda.kag...@gmail.com>
- Ismael Orenstein <orenst...@kde.org>
- Allan Sandfeld Jensen <k...@carewolf.org>
- Teemu Tervo <teemu.te...@gmx.net>
- Mathias Panzenböck <grosser.meister.mo...@gmx.net>
+ 2002-2008 Scott Wheeler <whee...@kde.org>
+ 2003-2005 Allan Sandfeld Jensen <k...@carewolf.org>
+ 2003      Ismael Orenstein <orenst...@kde.org>
+ 2005-2012 Lukáš Lalinský <lalin...@gmail.com>
+ 2010      Alex Novichkov <novic...@atnet.ru>
+ 2010      Anton Sergunov <seto...@gmail.com>
+ 2011      Mathias Panzenböck <grosser.meister.mo...@gmx.net>
+ 2012-2016 Tsuda Kageyu <tsuda.kag...@gmail.com>
+ 2012      Michael Helmling <helml...@mathematik.uni-kl.de>
+           Teemu Tervo <teemu.te...@gmx.net>
 License: LGPL-2.1 or MPL-1.1
 
+Files: taglib/mpeg/id3v2/frames/*
+Copyright:
+ 2002-2008 Scott Wheeler <whee...@kde.org>
+ 2006, 2014-2015 Urs Fleisch <uflei...@users.sourceforge.net>
+ 2006 Aaron VonderHaar <a...@users.sourceforge.net>
+ 2008 Lukáš Lalinský <lalin...@gmail.com>
+ 2008 Serkan Kalyoncu
+ 2012 Rupert Daniel <rup...@cancelmonday.com>
+ 2013 Lukas Krejci <krejc...@fel.cvut.cz>
+License: LGPL-2.1 or MPL-1.1
+
+Files: taglib/it/itfile.h taglib/mod/modfileprivate.h
+Copyright:
+ 2011 Mathias Panzenböck <grosser.meister.mo...@gmx.net>
+License: LGPL-2.1
+
+Files: bindings/c/tag_c.h bindings/c/tag_c.cpp
+Copyright:
+ 2003 Scott Wheeler <whee...@kde.org>
+License: LGPL-2.1
+
 Files: examples/*
 Copyright:
  2003, 2004  Scott Wheeler <whee...@kde.org>
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

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to