[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1064184: marked as done (lv2dynparam1: NMU diff for 64-bit time_t transition)



Your message dated Thu, 29 Feb 2024 11:33:09 +0000
with message-id <E1rfeez-00Avbr-O2@fasolo.debian.org>
and subject line Bug#1064184: fixed in lv2dynparam1 2-7.1
has caused the Debian Bug report #1064184,
regarding lv2dynparam1: NMU diff for 64-bit time_t transition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1064184: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064184
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: lv2dynparam1
Version: 2-7
Severity: important
Tags: patch pending sid trixie
User: debian-arm@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
lv2dynparam1 as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for lv2dynparam1
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru lv2dynparam1-2/debian/changelog lv2dynparam1-2/debian/changelog
--- lv2dynparam1-2/debian/changelog	2023-09-24 21:52:40.000000000 +0000
+++ lv2dynparam1-2/debian/changelog	2024-02-18 03:15:05.000000000 +0000
@@ -1,3 +1,10 @@
+lv2dynparam1 (2-7.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Sun, 18 Feb 2024 03:15:05 +0000
+
 lv2dynparam1 (2-7) unstable; urgency=medium
 
   * Team upload
diff -Nru lv2dynparam1-2/debian/control lv2dynparam1-2/debian/control
--- lv2dynparam1-2/debian/control	2023-09-24 21:51:34.000000000 +0000
+++ lv2dynparam1-2/debian/control	2024-02-18 03:15:05.000000000 +0000
@@ -16,7 +16,10 @@
 Vcs-Browser: https://salsa.debian.org/multimedia-team/lv2dynparam1
 Homepage: http://download.gna.org/lv2dynparam/
 
-Package: liblv2dynparamhost1-1
+Package: liblv2dynparamhost1-1t64
+Provides: ${t64:Provides}
+Replaces: liblv2dynparamhost1-1
+Breaks: liblv2dynparamhost1-1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
@@ -33,7 +36,10 @@
  .
  This package contains the shared library for liblv2dynparamhost1-1.
 
-Package: liblv2dynparamplugin1-0
+Package: liblv2dynparamplugin1-0t64
+Provides: ${t64:Provides}
+Replaces: liblv2dynparamplugin1-0
+Breaks: liblv2dynparamplugin1-0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
@@ -54,8 +60,8 @@
 Section: libdevel
 Architecture: any
 Depends:
- liblv2dynparamhost1-1 (= ${binary:Version}),
- liblv2dynparamplugin1-0 (= ${binary:Version}),
+ liblv2dynparamhost1-1t64 (= ${binary:Version}),
+ liblv2dynparamplugin1-0t64 (= ${binary:Version}),
  ${misc:Depends}
 Multi-Arch: same
 Description: lv2dynparam is a LV2 plugin interface extension
@@ -71,4 +77,4 @@
  from programmer point of view, interface.
  .
  This package contains the headers used to build applications
- that use liblv2dynparamhost1-1 and liblv2dynparamplugin1-0.
+ that use liblv2dynparamhost1-1t64 and liblv2dynparamplugin1-0.
diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1.3 lv2dynparam1-2/debian/liblv2dynparamhost1-1.3
--- lv2dynparam1-2/debian/liblv2dynparamhost1-1.3	2020-06-14 17:28:56.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamhost1-1.3	1970-01-01 00:00:00.000000000 +0000
@@ -1,48 +0,0 @@
-.TH "LIBLV2DYNPARAMHOST1-1" 3 "April 15, 2009" \"-*- nroff -*-
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-liblv2dynparamhost1-1 \- LV2 plugin interface extension
-.SH DESCRIPTION
-
-This manual page documents briefly the
-.B liblv2dynparamhost1-1
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBliblv2dynparamhost1-1\fP is a LV2 plugin interface extension that enables plugin
-parameters to appear and disappear (i.e. number of voices). It also
-allows nested grouping of parameters. Groups can be used for things
-like ADSR abstraction, i.e. group of 4 float parameters.
-
-
-The extension has been initially created to allow exposing the full
-functionality of the zynadd LV2 plugin (part of the zyn project) and
-to allow generic UI - provided by a host (zynjacku). The extension
-allows but does not requires generic UI. Plugin writters are free to
-provide custom UI for their plugin.
-
-The extension should be suitable for all plugins that expose many
-and/or complex data types, like samplers, non-trivial synths, etc.
-
-.SH SEE ALSO
-.BR slv2, 
-and
-.BR jackd 
-.br
-.SH AUTHOR
-liblv2dynparamhost1-1 was written by Nedko Arnaudov <nedko@arnaudov.name>.
-.PP
-This manual page was written by Jaromír Mikeš <mira.mikes@seznam.cz>,
-for the Debian project (and may be used by others).
diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1.install lv2dynparam1-2/debian/liblv2dynparamhost1-1.install
--- lv2dynparam1-2/debian/liblv2dynparamhost1-1.install	2020-06-14 17:28:56.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamhost1-1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/liblv2dynparamhost1.so.1*
diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1.manpages lv2dynparam1-2/debian/liblv2dynparamhost1-1.manpages
--- lv2dynparam1-2/debian/liblv2dynparamhost1-1.manpages	2020-06-14 17:28:56.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamhost1-1.manpages	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/liblv2dynparamhost1-1.3
diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1.symbols lv2dynparam1-2/debian/liblv2dynparamhost1-1.symbols
--- lv2dynparam1-2/debian/liblv2dynparamhost1-1.symbols	2020-06-14 17:28:56.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamhost1-1.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,60 +0,0 @@
-liblv2dynparamhost1.so.1 liblv2dynparamhost1-1 #MINVER#
- audiolock_create_optimistic@Base 2-1~
- audiolock_create_pessimistic@Base 2-1~
- audiolock_create_slow@Base 2-1~
- audiolock_destroy@Base 2-1~
- audiolock_enter_audio@Base 2-1~
- audiolock_enter_ui@Base 2-1~
- audiolock_leave_audio@Base 2-1~
- audiolock_leave_ui@Base 2-1~
- lv2dynparam_enum_duplicate@Base 2-1~
- lv2dynparam_enum_free@Base 2-1~
- lv2dynparam_get_parameters@Base 2-1~
- lv2dynparam_hints_clear@Base 2-1~
- lv2dynparam_hints_init_copy@Base 2-1~
- lv2dynparam_hints_init_empty@Base 2-1~
- lv2dynparam_hints_init_va_dup@Base 2-1~
- lv2dynparam_hints_init_va_link@Base 2-1~
- lv2dynparam_host_attach@Base 2-1~
- lv2dynparam_host_command_appear@Base 2-1~
- lv2dynparam_host_command_disappear@Base 2-1~
- lv2dynparam_host_detach@Base 2-1~
- lv2dynparam_host_group_appear@Base 2-1~
- lv2dynparam_host_group_disappear@Base 2-1~
- lv2dynparam_host_group_free@Base 2-1~
- lv2dynparam_host_group_hide@Base 2-1~
- lv2dynparam_host_group_pending_children_count_decrement@Base 2-1~
- lv2dynparam_host_group_pending_children_count_increment@Base 2-1~
- lv2dynparam_host_map_type_uri@Base 2-1~
- lv2dynparam_host_notify@Base 2-1~
- lv2dynparam_host_notify_group_appeared@Base 2-1~
- lv2dynparam_host_notify_group_disappeared@Base 2-1~
- lv2dynparam_host_parameter_appear@Base 2-1~
- lv2dynparam_host_parameter_change@Base 2-1~
- lv2dynparam_host_parameter_disappear@Base 2-1~
- lv2dynparam_host_parameter_free@Base 2-1~
- lv2dynparam_host_realtime_run@Base 2-1~
- lv2dynparam_host_ui_off@Base 2-1~
- lv2dynparam_host_ui_on@Base 2-1~
- lv2dynparam_host_ui_run@Base 2-1~
- lv2dynparam_log@Base 2-1~
- lv2dynparam_parameter_change@Base 2-1~
- lv2dynparam_parameter_change_rt@Base 2-1~
- lv2dynparam_set_parameter@Base 2-1~
- lv2dynparam_strdup_atomic@Base 2-1~
- lv2dynparam_strdup_sleepy@Base 2-1~
- rtsafe_memory_allocate@Base 2-1~
- rtsafe_memory_allocate_atomic@Base 2-1~
- rtsafe_memory_allocate_sleepy@Base 2-1~
- rtsafe_memory_atomic@Base 2-1~
- rtsafe_memory_deallocate@Base 2-1~
- rtsafe_memory_init@Base 2-1~
- rtsafe_memory_pool_allocate@Base 2-1~
- rtsafe_memory_pool_allocate_atomic@Base 2-1~
- rtsafe_memory_pool_allocate_sleepy@Base 2-1~
- rtsafe_memory_pool_atomic@Base 2-1~
- rtsafe_memory_pool_create@Base 2-1~
- rtsafe_memory_pool_deallocate@Base 2-1~
- rtsafe_memory_pool_destroy@Base 2-1~
- rtsafe_memory_uninit@Base 2-1~
- string_unescape@Base 2-1~
diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.3 lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.3
--- lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.3	1970-01-01 00:00:00.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.3	2020-06-14 17:28:56.000000000 +0000
@@ -0,0 +1,48 @@
+.TH "LIBLV2DYNPARAMHOST1-1" 3 "April 15, 2009" \"-*- nroff -*-
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+liblv2dynparamhost1-1 \- LV2 plugin interface extension
+.SH DESCRIPTION
+
+This manual page documents briefly the
+.B liblv2dynparamhost1-1
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBliblv2dynparamhost1-1\fP is a LV2 plugin interface extension that enables plugin
+parameters to appear and disappear (i.e. number of voices). It also
+allows nested grouping of parameters. Groups can be used for things
+like ADSR abstraction, i.e. group of 4 float parameters.
+
+
+The extension has been initially created to allow exposing the full
+functionality of the zynadd LV2 plugin (part of the zyn project) and
+to allow generic UI - provided by a host (zynjacku). The extension
+allows but does not requires generic UI. Plugin writters are free to
+provide custom UI for their plugin.
+
+The extension should be suitable for all plugins that expose many
+and/or complex data types, like samplers, non-trivial synths, etc.
+
+.SH SEE ALSO
+.BR slv2, 
+and
+.BR jackd 
+.br
+.SH AUTHOR
+liblv2dynparamhost1-1 was written by Nedko Arnaudov <nedko@arnaudov.name>.
+.PP
+This manual page was written by Jaromír Mikeš <mira.mikes@seznam.cz>,
+for the Debian project (and may be used by others).
diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.install lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.install
--- lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.install	2020-06-14 17:28:56.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/liblv2dynparamhost1.so.1*
diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.lintian-overrides lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.lintian-overrides
--- lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.lintian-overrides	2024-02-18 03:15:05.000000000 +0000
@@ -0,0 +1 @@
+liblv2dynparamhost1-1t64: package-name-doesnt-match-sonames liblv2dynparamhost1-1
diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.manpages lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.manpages
--- lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.manpages	1970-01-01 00:00:00.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.manpages	2024-02-18 03:15:05.000000000 +0000
@@ -0,0 +1 @@
+debian/liblv2dynparamhost1-1t64.3
diff -Nru lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.symbols lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.symbols
--- lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamhost1-1t64.symbols	2024-02-18 03:15:05.000000000 +0000
@@ -0,0 +1,60 @@
+liblv2dynparamhost1.so.1 liblv2dynparamhost1-1t64 #MINVER#
+ audiolock_create_optimistic@Base 2-1~
+ audiolock_create_pessimistic@Base 2-1~
+ audiolock_create_slow@Base 2-1~
+ audiolock_destroy@Base 2-1~
+ audiolock_enter_audio@Base 2-1~
+ audiolock_enter_ui@Base 2-1~
+ audiolock_leave_audio@Base 2-1~
+ audiolock_leave_ui@Base 2-1~
+ lv2dynparam_enum_duplicate@Base 2-1~
+ lv2dynparam_enum_free@Base 2-1~
+ lv2dynparam_get_parameters@Base 2-1~
+ lv2dynparam_hints_clear@Base 2-1~
+ lv2dynparam_hints_init_copy@Base 2-1~
+ lv2dynparam_hints_init_empty@Base 2-1~
+ lv2dynparam_hints_init_va_dup@Base 2-1~
+ lv2dynparam_hints_init_va_link@Base 2-1~
+ lv2dynparam_host_attach@Base 2-1~
+ lv2dynparam_host_command_appear@Base 2-1~
+ lv2dynparam_host_command_disappear@Base 2-1~
+ lv2dynparam_host_detach@Base 2-1~
+ lv2dynparam_host_group_appear@Base 2-1~
+ lv2dynparam_host_group_disappear@Base 2-1~
+ lv2dynparam_host_group_free@Base 2-1~
+ lv2dynparam_host_group_hide@Base 2-1~
+ lv2dynparam_host_group_pending_children_count_decrement@Base 2-1~
+ lv2dynparam_host_group_pending_children_count_increment@Base 2-1~
+ lv2dynparam_host_map_type_uri@Base 2-1~
+ lv2dynparam_host_notify@Base 2-1~
+ lv2dynparam_host_notify_group_appeared@Base 2-1~
+ lv2dynparam_host_notify_group_disappeared@Base 2-1~
+ lv2dynparam_host_parameter_appear@Base 2-1~
+ lv2dynparam_host_parameter_change@Base 2-1~
+ lv2dynparam_host_parameter_disappear@Base 2-1~
+ lv2dynparam_host_parameter_free@Base 2-1~
+ lv2dynparam_host_realtime_run@Base 2-1~
+ lv2dynparam_host_ui_off@Base 2-1~
+ lv2dynparam_host_ui_on@Base 2-1~
+ lv2dynparam_host_ui_run@Base 2-1~
+ lv2dynparam_log@Base 2-1~
+ lv2dynparam_parameter_change@Base 2-1~
+ lv2dynparam_parameter_change_rt@Base 2-1~
+ lv2dynparam_set_parameter@Base 2-1~
+ lv2dynparam_strdup_atomic@Base 2-1~
+ lv2dynparam_strdup_sleepy@Base 2-1~
+ rtsafe_memory_allocate@Base 2-1~
+ rtsafe_memory_allocate_atomic@Base 2-1~
+ rtsafe_memory_allocate_sleepy@Base 2-1~
+ rtsafe_memory_atomic@Base 2-1~
+ rtsafe_memory_deallocate@Base 2-1~
+ rtsafe_memory_init@Base 2-1~
+ rtsafe_memory_pool_allocate@Base 2-1~
+ rtsafe_memory_pool_allocate_atomic@Base 2-1~
+ rtsafe_memory_pool_allocate_sleepy@Base 2-1~
+ rtsafe_memory_pool_atomic@Base 2-1~
+ rtsafe_memory_pool_create@Base 2-1~
+ rtsafe_memory_pool_deallocate@Base 2-1~
+ rtsafe_memory_pool_destroy@Base 2-1~
+ rtsafe_memory_uninit@Base 2-1~
+ string_unescape@Base 2-1~
diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0.3 lv2dynparam1-2/debian/liblv2dynparamplugin1-0.3
--- lv2dynparam1-2/debian/liblv2dynparamplugin1-0.3	2020-06-14 17:28:56.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0.3	1970-01-01 00:00:00.000000000 +0000
@@ -1,48 +0,0 @@
-.TH "LIBLV2DYNPARAMPLUGIN1-0" 3 "April 15, 2009" \"-*- nroff -*-
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-liblv2dynparamplugin1-0 \- LV2 plugin interface extension
-.SH DESCRIPTION
-
-This manual page documents briefly the
-.B liblv2dynparamplugin1-0
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBlv2dynparamplugin1-0\fP is a LV2 plugin interface extension that enables plugin
-parameters to appear and disappear (i.e. number of voices). It also
-allows nested grouping of parameters. Groups can be used for things
-like ADSR abstraction, i.e. group of 4 float parameters.
-
-
-The extension has been initially created to allow exposing the full
-functionality of the zynadd LV2 plugin (part of the zyn project) and
-to allow generic UI - provided by a host (zynjacku). The extension
-allows but does not requires generic UI. Plugin writters are free to
-provide custom UI for their plugin.
-
-The extension should be suitable for all plugins that expose many
-and/or complex data types, like samplers, non-trivial synths, etc.
-
-.SH SEE ALSO
-.BR slv2, 
-and
-.BR jackd 
-.br
-.SH AUTHOR
-liblv2dynparamplugin1-0 was written by Nedko Arnaudov <nedko@arnaudov.name>.
-.PP
-This manual page was written by Jaromír Mikeš <mira.mikes@seznam.cz>,
-for the Debian project (and may be used by others).
diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0.install lv2dynparam1-2/debian/liblv2dynparamplugin1-0.install
--- lv2dynparam1-2/debian/liblv2dynparamplugin1-0.install	2020-06-14 17:28:56.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/liblv2dynparamplugin1.so.0*
diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0.manpages lv2dynparam1-2/debian/liblv2dynparamplugin1-0.manpages
--- lv2dynparam1-2/debian/liblv2dynparamplugin1-0.manpages	2020-06-14 17:28:56.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0.manpages	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/liblv2dynparamplugin1-0.3
diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0.symbols lv2dynparam1-2/debian/liblv2dynparamplugin1-0.symbols
--- lv2dynparam1-2/debian/liblv2dynparamplugin1-0.symbols	2020-06-14 17:28:56.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,57 +0,0 @@
-liblv2dynparamplugin1.so.0 liblv2dynparamplugin1-0 #MINVER#
- audiolock_create_optimistic@Base 2-1~
- audiolock_create_pessimistic@Base 2-1~
- audiolock_create_slow@Base 2-1~
- audiolock_destroy@Base 2-1~
- audiolock_enter_audio@Base 2-1~
- audiolock_enter_ui@Base 2-1~
- audiolock_leave_audio@Base 2-1~
- audiolock_leave_ui@Base 2-1~
- get_lv2dynparam_plugin_extension_data@Base 2-1~
- lv2dynparam_enum_duplicate@Base 2-1~
- lv2dynparam_enum_free@Base 2-1~
- lv2dynparam_hints_clear@Base 2-1~
- lv2dynparam_hints_init_copy@Base 2-1~
- lv2dynparam_hints_init_empty@Base 2-1~
- lv2dynparam_hints_init_va_dup@Base 2-1~
- lv2dynparam_hints_init_va_link@Base 2-1~
- lv2dynparam_log@Base 2-1~
- lv2dynparam_plugin_cleanup@Base 2-1~
- lv2dynparam_plugin_group_add@Base 2-1~
- lv2dynparam_plugin_group_clean@Base 2-1~
- lv2dynparam_plugin_group_free@Base 2-1~
- lv2dynparam_plugin_group_get_name@Base 2-1~
- lv2dynparam_plugin_group_init@Base 2-1~
- lv2dynparam_plugin_group_new@Base 2-1~
- lv2dynparam_plugin_group_notify@Base 2-1~
- lv2dynparam_plugin_host_attach@Base 2-1~
- lv2dynparam_plugin_initialise@Base 2-1~
- lv2dynparam_plugin_instantiate@Base 2-1~
- lv2dynparam_plugin_param_boolean_add@Base 2-1~
- lv2dynparam_plugin_param_enum_add@Base 2-1~
- lv2dynparam_plugin_param_float_add@Base 2-1~
- lv2dynparam_plugin_param_int_add@Base 2-1~
- lv2dynparam_plugin_param_notify@Base 2-1~
- lv2dynparam_plugin_param_remove@Base 2-1~
- lv2dynparam_plugin_parameter_change@Base 2-1~
- lv2dynparam_plugin_parameter_free@Base 2-1~
- lv2dynparam_plugin_parameter_get_name@Base 2-1~
- lv2dynparam_plugin_parameter_get_range@Base 2-1~
- lv2dynparam_plugin_parameter_get_type_uri@Base 2-1~
- lv2dynparam_plugin_parameter_get_value@Base 2-1~
- lv2dynparam_strdup_atomic@Base 2-1~
- lv2dynparam_strdup_sleepy@Base 2-1~
- rtsafe_memory_allocate@Base 2-1~
- rtsafe_memory_allocate_atomic@Base 2-1~
- rtsafe_memory_allocate_sleepy@Base 2-1~
- rtsafe_memory_atomic@Base 2-1~
- rtsafe_memory_deallocate@Base 2-1~
- rtsafe_memory_init@Base 2-1~
- rtsafe_memory_pool_allocate@Base 2-1~
- rtsafe_memory_pool_allocate_atomic@Base 2-1~
- rtsafe_memory_pool_allocate_sleepy@Base 2-1~
- rtsafe_memory_pool_atomic@Base 2-1~
- rtsafe_memory_pool_create@Base 2-1~
- rtsafe_memory_pool_deallocate@Base 2-1~
- rtsafe_memory_pool_destroy@Base 2-1~
- rtsafe_memory_uninit@Base 2-1~
diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.3 lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.3
--- lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.3	1970-01-01 00:00:00.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.3	2020-06-14 17:28:56.000000000 +0000
@@ -0,0 +1,48 @@
+.TH "LIBLV2DYNPARAMPLUGIN1-0" 3 "April 15, 2009" \"-*- nroff -*-
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+liblv2dynparamplugin1-0 \- LV2 plugin interface extension
+.SH DESCRIPTION
+
+This manual page documents briefly the
+.B liblv2dynparamplugin1-0
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBlv2dynparamplugin1-0\fP is a LV2 plugin interface extension that enables plugin
+parameters to appear and disappear (i.e. number of voices). It also
+allows nested grouping of parameters. Groups can be used for things
+like ADSR abstraction, i.e. group of 4 float parameters.
+
+
+The extension has been initially created to allow exposing the full
+functionality of the zynadd LV2 plugin (part of the zyn project) and
+to allow generic UI - provided by a host (zynjacku). The extension
+allows but does not requires generic UI. Plugin writters are free to
+provide custom UI for their plugin.
+
+The extension should be suitable for all plugins that expose many
+and/or complex data types, like samplers, non-trivial synths, etc.
+
+.SH SEE ALSO
+.BR slv2, 
+and
+.BR jackd 
+.br
+.SH AUTHOR
+liblv2dynparamplugin1-0 was written by Nedko Arnaudov <nedko@arnaudov.name>.
+.PP
+This manual page was written by Jaromír Mikeš <mira.mikes@seznam.cz>,
+for the Debian project (and may be used by others).
diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.install lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.install
--- lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.install	2020-06-14 17:28:56.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/liblv2dynparamplugin1.so.0*
diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.lintian-overrides lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.lintian-overrides
--- lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.lintian-overrides	2024-02-18 03:15:05.000000000 +0000
@@ -0,0 +1 @@
+liblv2dynparamplugin1-0t64: package-name-doesnt-match-sonames liblv2dynparamplugin1-0
diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.manpages lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.manpages
--- lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.manpages	1970-01-01 00:00:00.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.manpages	2024-02-18 03:15:05.000000000 +0000
@@ -0,0 +1 @@
+debian/liblv2dynparamplugin1-0t64.3
diff -Nru lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.symbols lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.symbols
--- lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ lv2dynparam1-2/debian/liblv2dynparamplugin1-0t64.symbols	2024-02-18 03:15:05.000000000 +0000
@@ -0,0 +1,57 @@
+liblv2dynparamplugin1.so.0 liblv2dynparamplugin1-0t64 #MINVER#
+ audiolock_create_optimistic@Base 2-1~
+ audiolock_create_pessimistic@Base 2-1~
+ audiolock_create_slow@Base 2-1~
+ audiolock_destroy@Base 2-1~
+ audiolock_enter_audio@Base 2-1~
+ audiolock_enter_ui@Base 2-1~
+ audiolock_leave_audio@Base 2-1~
+ audiolock_leave_ui@Base 2-1~
+ get_lv2dynparam_plugin_extension_data@Base 2-1~
+ lv2dynparam_enum_duplicate@Base 2-1~
+ lv2dynparam_enum_free@Base 2-1~
+ lv2dynparam_hints_clear@Base 2-1~
+ lv2dynparam_hints_init_copy@Base 2-1~
+ lv2dynparam_hints_init_empty@Base 2-1~
+ lv2dynparam_hints_init_va_dup@Base 2-1~
+ lv2dynparam_hints_init_va_link@Base 2-1~
+ lv2dynparam_log@Base 2-1~
+ lv2dynparam_plugin_cleanup@Base 2-1~
+ lv2dynparam_plugin_group_add@Base 2-1~
+ lv2dynparam_plugin_group_clean@Base 2-1~
+ lv2dynparam_plugin_group_free@Base 2-1~
+ lv2dynparam_plugin_group_get_name@Base 2-1~
+ lv2dynparam_plugin_group_init@Base 2-1~
+ lv2dynparam_plugin_group_new@Base 2-1~
+ lv2dynparam_plugin_group_notify@Base 2-1~
+ lv2dynparam_plugin_host_attach@Base 2-1~
+ lv2dynparam_plugin_initialise@Base 2-1~
+ lv2dynparam_plugin_instantiate@Base 2-1~
+ lv2dynparam_plugin_param_boolean_add@Base 2-1~
+ lv2dynparam_plugin_param_enum_add@Base 2-1~
+ lv2dynparam_plugin_param_float_add@Base 2-1~
+ lv2dynparam_plugin_param_int_add@Base 2-1~
+ lv2dynparam_plugin_param_notify@Base 2-1~
+ lv2dynparam_plugin_param_remove@Base 2-1~
+ lv2dynparam_plugin_parameter_change@Base 2-1~
+ lv2dynparam_plugin_parameter_free@Base 2-1~
+ lv2dynparam_plugin_parameter_get_name@Base 2-1~
+ lv2dynparam_plugin_parameter_get_range@Base 2-1~
+ lv2dynparam_plugin_parameter_get_type_uri@Base 2-1~
+ lv2dynparam_plugin_parameter_get_value@Base 2-1~
+ lv2dynparam_strdup_atomic@Base 2-1~
+ lv2dynparam_strdup_sleepy@Base 2-1~
+ rtsafe_memory_allocate@Base 2-1~
+ rtsafe_memory_allocate_atomic@Base 2-1~
+ rtsafe_memory_allocate_sleepy@Base 2-1~
+ rtsafe_memory_atomic@Base 2-1~
+ rtsafe_memory_deallocate@Base 2-1~
+ rtsafe_memory_init@Base 2-1~
+ rtsafe_memory_pool_allocate@Base 2-1~
+ rtsafe_memory_pool_allocate_atomic@Base 2-1~
+ rtsafe_memory_pool_allocate_sleepy@Base 2-1~
+ rtsafe_memory_pool_atomic@Base 2-1~
+ rtsafe_memory_pool_create@Base 2-1~
+ rtsafe_memory_pool_deallocate@Base 2-1~
+ rtsafe_memory_pool_destroy@Base 2-1~
+ rtsafe_memory_uninit@Base 2-1~

--- End Message ---
--- Begin Message ---
Source: lv2dynparam1
Source-Version: 2-7.1
Done: Graham Inggs <ginggs@debian.org>

We believe that the bug you reported is fixed in the latest version of
lv2dynparam1, 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 1064184@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Graham Inggs <ginggs@debian.org> (supplier of updated lv2dynparam1 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)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 10:34:40 +0000
Source: lv2dynparam1
Architecture: source
Version: 2-7.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Graham Inggs <ginggs@debian.org>
Closes: 1064184
Changes:
 lv2dynparam1 (2-7.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1064184
Checksums-Sha1:
 61d1528a08f706773ff0720eb3ffb328aaea280e 2232 lv2dynparam1_2-7.1.dsc
 64d916067f40e7102d1bb53512e2fb1b89a31c2d 5288 lv2dynparam1_2-7.1.debian.tar.xz
 e98cc68f87fc731797afb22468cb053f9e8d85e2 6915 lv2dynparam1_2-7.1_source.buildinfo
Checksums-Sha256:
 70a43afff702bf905b0e8711ec61dd0dfce774b0b4c398057ad90de641f5d98d 2232 lv2dynparam1_2-7.1.dsc
 663e6d3bdaf5b71a7259660d58e4e8bb940e2fcbae3639e7529841105ebece7c 5288 lv2dynparam1_2-7.1.debian.tar.xz
 aec03d1ee5dd8fb23a2a2f2a8ceaeb8512ac2c6230f925c9adabf0feaa2b4ab3 6915 lv2dynparam1_2-7.1_source.buildinfo
Files:
 0942b531f44afd2c85b893af99545c04 2232 sound optional lv2dynparam1_2-7.1.dsc
 ae775e21af44a4f0689f21214c6c7d14 5288 sound optional lv2dynparam1_2-7.1.debian.tar.xz
 6ecc2d3f30038df3abbf3ca51bc4a5fc 6915 sound optional lv2dynparam1_2-7.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXgXc8ACgkQr8/sjmac
4cJtYQ//fCgC32V4K8e/3iGyfhuvRF04OIz2M8/JYeVksTck8p6tITSXLb+RV19I
U71yPxYZNZDwlQCqDNkFaMdWnRYUlZd3m7f+AXA0pYEKoEkVH7tLX7MxQ87tO0O2
55mNZSEIcTIMtaDPzkxxWhomXmHIExGyiOh4AsxzYgWSOue9VbnYeG0N3en+ocol
Nk4cZGbunP+N/B71RdTbD4WOzM5zR/tikYf73LNQyx+vYfD48XuIoUV8lNKbQcJB
c3PTuOq0vlfU3hkiCRjYDpa5tPcr7DnrhvDAlczvQGAh+w2S6zWw5uorLaYLnu4Z
MroY5RQkBQ7Qea8i+Y0gLbn4fo6O8jvPXfm9eUraUlOM9d+qo6S9gYOSSUrqcDzg
xb7eLsmtKBhQn51GjHHP90/DrSL9rpJNMHAYQpK2HsZbBmHUuVp+3LLqgGznubSJ
WQDOilBQzdJkQYrZs4sqaf0vH+MqW7IlcegG8hOgZo9mG/QHlpesYTjQ6GC4Ud/1
b09D7gtd9eL1eaB7fSfGoAnt5tHDGuevd8ffi0zKeTdu06me3xuXtWUR6WkkSjXb
GQm7xfhlc4V2yZmZQQkOkOo9qzmb0Mv3WvnCqKL1fMNdYj5jlI2V3LAiGk25EyiK
rckYZT6gQgNiMyphpPktU6PfDQBbDp9THDU5kQyaMhKj2jROzIY=
=j4y4
-----END PGP SIGNATURE-----

Attachment: pgpAFuCNXzxNX.pgp
Description: PGP signature


--- End Message ---

Reply to: