- Package:
- src:opusfile
- Source:
- opusfile
- Submitter:
- IOhannes m zmölnig
- Date:
- 2022-05-30 09:51:10 UTC
- Severity:
- important
- Tags:
Dear Maintainer,
I intend to salvage the package "opusfile", for the following reasons:
- "opusfile" currently FTBFS (due to using a very outdated debhelper
compat) [#965762]
- multiple new upstream releases of "opusfile" have been missed
- 0.11 (in 2018)
- 0.12 (in 2020)
- [#935591, #923031]
- lacking multiarch support [#935590, #899138, #923031]
- no visible packaging activity for 1660 days
- the last upload by the current maintainer was 2017-10-03
- there has been a non-NMU, no-source-change upload on 2020-12-17 by
the Reproducible Build teams in the meantime)
- there are 7 open bug reports, ranging from wishlist to *serious*
since 2017-11-15
not a single bug report has seen *any* reaction from the current
maintainer.
I'm aware that the maintainer of "opusfile" does not usually want to make
packaging changes without specific reasons, but I don't think that this
allows for completely ignoring open bug-reports of severity SERIOUS for
more than 1½ year.
I tried contacting the current maintainer multiple times about a year
ago, but the *only* answer I ever got was "I've been afk for a bit, but
I'm catching up on things again now".
I'm happy with co-maintaining the package (although my stance at
maintenance is definitely more aggressive with regard to updating to the
latest and greatest source format, dh-compat and the like).
I would more than welcome maintenance of the package under the
multimedia-team umbrella.
it would be great to hear something from the current maintainer of
"opusfile".
cheers
[...] given that i have not had any feedback from ron for 29 days (with 21 days being the grace period as outlined in [1]), nor any objection from anyone else, i'm going to proceed with salvaging "opusfile". thanks for your attentions. gfdmasr IOhannes [1] Debian Developer's Reference §5.12 <https://www.debian.org/doc/manuals/developers-reference/pkgs.en.html#package-salvaging>
Dear maintainer,
I've prepared an NMU for opusfile (versioned as 0.12-1~exp1) and
uploaded it to DELAYED/10 (experimental). Please feel free to tell me if I
should delay it longer.
I've uploaded it experimental, as the package probably has to go through
NEW as well (with the libopusfile-dbg being dropped).
Regards.
(sorry if this comes through multiple times, but 'nmudiff' doesn't like
both my name (with umlauts) and the multiple bugs closed in the upload.
diff -Nru opusfile-0.9+20170913/.travis.yml opusfile-0.12/.travis.yml
--- opusfile-0.9+20170913/.travis.yml 2017-09-27 19:24:12.000000000 +0200
+++ opusfile-0.12/.travis.yml 1970-01-01 01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
-language: c
-
-# We need at least Ubuntu 14.04 for the libopus dependency.
-sudo: required
-dist: trusty
-
-addons:
- apt:
- packages:
- - libogg-dev
- - libopus-dev
-
-script:
- - ./autogen.sh
- - ./configure
- - make
- - make distcheck
diff -Nru opusfile-0.9+20170913/Makefile.in opusfile-0.12/Makefile.in
--- opusfile-0.9+20170913/Makefile.in 2017-09-27 19:24:12.000000000 +0200
+++ opusfile-0.12/Makefile.in 2020-06-27 02:44:54.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -18,7 +18,17 @@
VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+ if test -z '$(MAKELEVEL)'; then \
+ false; \
+ elif test -n '$(MAKE_HOST)'; then \
+ true; \
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+ true; \
+ else \
+ false; \
+ fi; \
+}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
@@ -89,14 +99,6 @@
@OP_WIN32_TRUE@am__append_3 = examples/win32utf8.c examples/win32utf8.h
@OP_WIN32_TRUE@am__append_4 = examples/win32utf8.c examples/win32utf8.h
subdir = .
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
- $(top_srcdir)/configure $(am__configure_deps) \
- $(srcdir)/config.h.in $(srcdir)/opusfile.pc.in \
- $(srcdir)/opusurl.pc.in $(srcdir)/opusfile-uninstalled.pc.in \
- $(srcdir)/opusurl-uninstalled.pc.in \
- $(top_srcdir)/doc/Doxyfile.in depcomp $(dist_doc_DATA) \
- $(opusinclude_HEADERS) AUTHORS COPYING compile config.guess \
- config.sub install-sh missing ltmain.sh
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
@@ -104,6 +106,9 @@
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+ $(am__configure_deps) $(dist_doc_DATA) $(opusinclude_HEADERS) \
+ $(am__DIST_COMMON)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
@@ -111,6 +116,7 @@
CONFIG_CLEAN_FILES = opusfile.pc opusurl.pc opusfile-uninstalled.pc \
opusurl-uninstalled.pc doc/Doxyfile
CONFIG_CLEAN_VPATH_FILES =
+PROGRAMS = $(noinst_PROGRAMS)
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@@ -167,7 +173,6 @@
libopusurl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libopusurl_la_CFLAGS) \
$(CFLAGS) $(libopusurl_la_LDFLAGS) $(LDFLAGS) -o $@
-PROGRAMS = $(noinst_PROGRAMS)
am__examples_opusfile_example_SOURCES_DIST = \
examples/opusfile_example.c examples/win32utf8.c \
examples/win32utf8.h
@@ -199,7 +204,15 @@
am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
+am__maybe_remake_depfiles = depfiles
+am__depfiles_remade = examples/$(DEPDIR)/opusfile_example.Po \
+ examples/$(DEPDIR)/seeking_example.Po \
+ examples/$(DEPDIR)/win32utf8.Po src/$(DEPDIR)/info.Plo \
+ src/$(DEPDIR)/internal.Plo \
+ src/$(DEPDIR)/libopusurl_la-http.Plo \
+ src/$(DEPDIR)/libopusurl_la-internal.Plo \
+ src/$(DEPDIR)/libopusurl_la-wincerts.Plo \
+ src/$(DEPDIR)/opusfile.Plo src/$(DEPDIR)/stream.Plo
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -233,8 +246,8 @@
esac
DATA = $(dist_doc_DATA) $(pkgconfig_DATA)
HEADERS = $(opusinclude_HEADERS)
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
- $(LISP)config.h.in
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+ config.h.in
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
@@ -255,6 +268,11 @@
CTAGS = ctags
CSCOPE = cscope
AM_RECURSIVE_TARGETS = cscope
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
+ $(srcdir)/opusfile-uninstalled.pc.in $(srcdir)/opusfile.pc.in \
+ $(srcdir)/opusurl-uninstalled.pc.in $(srcdir)/opusurl.pc.in \
+ $(top_srcdir)/doc/Doxyfile.in AUTHORS COPYING compile \
+ config.guess config.sub depcomp install-sh ltmain.sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -315,6 +333,7 @@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
@@ -393,6 +412,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -468,15 +488,14 @@
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile
-.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
*) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -513,6 +532,15 @@
doc/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/Doxyfile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
+clean-noinstPROGRAMS:
+ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
+
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
@@ -569,15 +597,6 @@
libopusurl.la: $(libopusurl_la_OBJECTS) $(libopusurl_la_DEPENDENCIES) $(EXTRA_libopusurl_la_DEPENDENCIES)
$(AM_V_CCLD)$(libopusurl_la_LINK) -rpath $(libdir) $(libopusurl_la_OBJECTS) $(libopusurl_la_LIBADD) $(LIBS)
-
-clean-noinstPROGRAMS:
- @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
examples/$(am__dirstamp):
@$(MKDIR_P) examples
@: > examples/$(am__dirstamp)
@@ -608,16 +627,22 @@
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/opusfile_example.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/seeking_example.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/win32utf8.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/info.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/internal.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libopusurl_la-http.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libopusurl_la-internal.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libopusurl_la-wincerts.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusfile.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/stream.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/opusfile_example.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/seeking_example.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/win32utf8.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/info.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/internal.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libopusurl_la-http.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libopusurl_la-internal.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libopusurl_la-wincerts.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusfile.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/stream.Plo@am__quote@ # am--include-marker
+
+$(am__depfiles_remade):
+ @$(MKDIR_P) $(@D)
+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@
+
+am--depfiles: $(am__depfiles_remade)
.c.o:
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@@ -797,7 +822,10 @@
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
We believe that the bug you reported is fixed in the latest version of
opusfile, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1009854@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> (supplier of updated opusfile package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Wed, 18 May 2022 15:30:03 +0200
Source: opusfile
Binary: libopusfile-dev libopusfile-doc libopusfile0 libopusfile0-dbgsym
Architecture: source amd64 all
Version: 0.12-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Description:
libopusfile-dev - development files for libopusfile
libopusfile-doc - libopusfile API documentation
libopusfile0 - High-level API for basic manipulation of Ogg Opus audio streams
Closes: 881788 899138 923031 935590 935591 965762 1007053 1009854
Changes:
opusfile (0.12-1~exp1) experimental; urgency=medium
.
* New upstream version 0.12 (Closes: #935591, #881788)
.
* Salvage the package on behalf of the multimedia-team (Closes: #1009854)
* Install libraries into multi-arch locations
(Closes: #935590, #923031, #899138) (LP: #1883753)
* Drop empty dbg package (switching to automatic dbgsym packages)
* Add build-dependency hints to .symbols file
* Mark lib*.la files as not-installed
* Install AUTHORS and README.md
* Remove trailing whitespace from d/changelog
* d/control
+ Declare that building this package does not require 'root' powers.
+ Use Priority "optional" instead of the obsolete "extra"
+ ${misc:Depends} for libopusfile-doc
+ Fix package descriptions
+ Update Vcs-* stanzas
+ Make the doc-package "suggest" the dev-package
* d/copyright
+ Convert to DEP-5
+ Add 'licensecheck' target to d/rules
+ Generate d/copyright_hints
* Add salsa-ci configuration
* Add watch file
* Add gbp.conf
* Switch to 3.0 source format (Closes: #1007053)
* Bump dh-compat to 13 (Closes: #965762)
+ Drop old build script in favour of shortform 'dh'
* Bump standards version to 4.6.0
Checksums-Sha1:
1d600d13347ede654a5f49ec2617831f0f9a1aa7 2217 opusfile_0.12-1~exp1.dsc
3e86971fef28292f982a32730632b1d531059ed5 471354 opusfile_0.12.orig.tar.gz
5c3b8be607204639f3098eaea14ab48115e5c336 5504 opusfile_0.12-1~exp1.debian.tar.xz
99c39374c139732c6834bcbde1665ccc3683396f 62292 libopusfile-dev_0.12-1~exp1_amd64.deb
7509c5082744e6b438e3c08164a9dfe59d925787 133664 libopusfile-doc_0.12-1~exp1_all.deb
816501c2a0a920e5fd3cfecdc7b5cb779e84c683 120204 libopusfile0-dbgsym_0.12-1~exp1_amd64.deb
e36d7ea414a85ae443e02396eed9d27a9a58013a 42128 libopusfile0_0.12-1~exp1_amd64.deb
6472eb628c65a480a009af76fdc06a2f2a885499 8492 opusfile_0.12-1~exp1_amd64.buildinfo
Checksums-Sha256:
1d20bf6d1223f015225415f73f37130849fabbc0586dd6995ad168a524e6c233 2217 opusfile_0.12-1~exp1.dsc
118d8601c12dd6a44f52423e68ca9083cc9f2bfe72da7a8c1acb22a80ae3550b 471354 opusfile_0.12.orig.tar.gz
ef44cb401e2fda3b57cb4f16d8c94f6552a3e8d6098220e16789ecedcf356a8a 5504 opusfile_0.12-1~exp1.debian.tar.xz
d9e816402da5036a724022cc866cb6fca4957e9e83ecf969214309a9903c24cd 62292 libopusfile-dev_0.12-1~exp1_amd64.deb
08c3422c9b21bbb0408b1b91535ac2a23fae99299fbb73fbd85a5ec5f3b20230 133664 libopusfile-doc_0.12-1~exp1_all.deb
f3627adf9f9bf27d743d37041a51798ab4c58b4be4087179d8c8cd7d90a14352 120204 libopusfile0-dbgsym_0.12-1~exp1_amd64.deb
a9d9c3b2f133422b66d047bc757d9d7ef85c9aa79b5a9086d04ed90a0669a086 42128 libopusfile0_0.12-1~exp1_amd64.deb
5f4766904163bbfa796ba334cf914320e11c9077272e322f798080cff6c74266 8492 opusfile_0.12-1~exp1_amd64.buildinfo
Files:
31bc4a9efe44dbe8054d9dc6b3c72f1e 2217 sound optional opusfile_0.12-1~exp1.dsc
45e8c62f6cd413395223c82f06bfa8ec 471354 sound optional opusfile_0.12.orig.tar.gz
bd4d1705598c5af4b9d1505fa0b44bb9 5504 sound optional opusfile_0.12-1~exp1.debian.tar.xz
432503154aaf64ce51a47ef2e5b9d8c4 62292 libdevel optional libopusfile-dev_0.12-1~exp1_amd64.deb
f32f39295f61c5193b20829d869c34cb 133664 doc optional libopusfile-doc_0.12-1~exp1_all.deb
268629f8c272644d10d125a92a0159da 120204 debug optional libopusfile0-dbgsym_0.12-1~exp1_amd64.deb
1b55097242d19f2b00216759083095f5 42128 libs optional libopusfile0_0.12-1~exp1_amd64.deb
a7b1f42f17c63e64915b549771243b85 8492 sound optional opusfile_0.12-1~exp1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAmKTyCAACgkQtlAZxH96
NvgXCA//UhIunyxiwzyP0Bez47GW0SE3YKBvRr7WssivKv2mr51OC4FSh/R4CB8+
5Qjt5NniK/NePxGGGFfuphHGK17qAXm34N2tE5w8dqumHPR575V+PbbUUJXlKHek
xOyzT5nuxYWBgGkd4caSAxjfgZbWSLpgYqiQYzK9IJCY4J22c3fgFx/9cGKrrmbS
Uffn9tlfQm9OV6DAc1ml7ezdacrOzF2CpU635cr9GpRUfQ9NBYxfnqVInAGIQ9Pl
WdTx5lkhI25NjyZRHfn34OWBkgUzh7OE42TX/qGoo+hIiG7vjfUCSHSEXSBSEiHv
mDDFj4yawwt1YaTnA02aBo/AYMf2zfyiDmuSZd0fVCKmkaqAZARa0Au6S58SZLKA
mw6Rb73OeU+JkENU8CHoVQ+ZUKwIO0+H8D+FKWfhTjqwz6WwHywa2XSRu8GmXUuh
/cnPWZzOvVVbk+rLNaLwau7X3u7W8qX38SbiHbhD4fB3iJhqz1YAX3iidue6TjfK
PZaYlYJiGK8F5YKIinIFCozZJVcU8fZpHOgePN/DPIjzplXLjnYHk91uHOmgtHdV
A4oEb8yFqNv6HAsKzZQBBSvPgQ0dxSdMXEOgRIkIk6xRg69i9NLGtKoy+zsdtR5C
zbGhHUkQBSNGu7Q+I6Qi2i0UTBbMzR6wvrXeY5u9/rAQniajDdI=
=oUUP
-----END PGP SIGNATURE-----
We believe that the bug you reported is fixed in the latest version of
opusfile, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1009854@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> (supplier of updated opusfile package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Mon, 30 May 2022 11:22:59 +0200
Source: opusfile
Architecture: source
Version: 0.12-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Closes: 881788 899138 923031 935590 935591 965762 1007053 1009854
Changes:
opusfile (0.12-1) unstable; urgency=medium
.
* Upload to unstable.
* Fix upstream contact.
.
opusfile (0.12-1~exp1) experimental; urgency=medium
.
* New upstream version 0.12 (Closes: #935591, #881788)
.
* Salvage the package on behalf of the multimedia-team (Closes: #1009854)
* Install libraries into multi-arch locations
(Closes: #935590, #923031, #899138) (LP: #1883753)
* Drop empty dbg package (switching to automatic dbgsym packages)
* Add build-dependency hints to .symbols file
* Mark lib*.la files as not-installed
* Install AUTHORS and README.md
* Remove trailing whitespace from d/changelog
* d/control
+ Declare that building this package does not require 'root' powers.
+ Use Priority "optional" instead of the obsolete "extra"
+ ${misc:Depends} for libopusfile-doc
+ Fix package descriptions
+ Update Vcs-* stanzas
+ Make the doc-package "suggest" the dev-package
* d/copyright
+ Convert to DEP-5
+ Add 'licensecheck' target to d/rules
+ Generate d/copyright_hints
* Add salsa-ci configuration
* Add watch file
* Add gbp.conf
* Switch to 3.0 source format (Closes: #1007053)
* Bump dh-compat to 13 (Closes: #965762)
+ Drop old build script in favour of shortform 'dh'
* Bump standards version to 4.6.0
Checksums-Sha1:
644a6f75b8e18965a5528c17b656137c8387d3b4 2342 opusfile_0.12-1.dsc
2ace54a27bbbc3d2197e2aedc998a2cbd05c187d 5572 opusfile_0.12-1.debian.tar.xz
Checksums-Sha256:
ec927da64a60051ec315bb93d7871132249b7453f77d5b4858bfce75323d0b0d 2342 opusfile_0.12-1.dsc
0eae81e129f0f9583984b2ae9a45b0304b63635a34581eb4577c65344b62de22 5572 opusfile_0.12-1.debian.tar.xz
Files:
f885e886a0bc9b93e2175355d35d751e 2342 sound optional opusfile_0.12-1.dsc
e0dbc607d330bd52653ba2df1a101a64 5572 sound optional opusfile_0.12-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmKUjc4WHGZvcnVtQHVt
bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+IoaD/9W5UDFQDmfgMRl/fuvJqga1Lwr
1eeRxgoqMlCIIPtEEF5m0lJAxY6xbdJsAYZTGuu+6r7OL90FPR3CVlRThAVQ48gZ
XsTPu7k0Px2q5vLKNI0Yasi3z+WLKt7pxEJjT+AZsMUWKM740q7cv2Rv9qPKoXoQ
YGb7uBOXDqlkOiI7Z3qq9hTlDDPrVzDxHqpyv3Kbrmkd/8vvWAU6hmmPwQdMqOqj
WgRFoijAQoqeOD4b2RG3nu94uWXENxMV6fpJc3zGPzosR5/MbNRCW1ymECZLFYwV
i7rafXKJWZ/ZTWp6+GP1QjsHZOtFZT/DWyOuT22CTPq8grPbFbv6rxUi7Z8BOHir
T2S54STQP8tmXY6zXmNMiy//wtRkxQzkFvBsQiSu3LJprZ0Aeke5M1QS0uJKaTxy
CbGm3oDZnjSIwbCsSkUjmAdcKi87jK0LXw6xyp4SLXaEbbTB5Z8jceeNUTzm6wnk
Jrl5uvqpy3s5uWSL/H2pvuV9XbbiRPZfa05VHtbhdhY/jFwksE5YcoT+Z99Q6lcs
m8mkv/mvO9Jl52/y+NSnXelPUDKnpJRm9YPpaerAtsnh2LO7iLuhBBVNHkPcC2GT
gD86tE1RxJ5KgX7++w4dYk+6cMomjSLa07Ir7FCpJ6+cijrL1fk8LJGlu4VMe+EI
z2FWpC/XVSEcIeDevg==
=9Sem
-----END PGP SIGNATURE-----