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

Bug#1055031: marked as done (bookworm-pu: package mda-lv2/1.2.10-1+deb12u1)



Your message dated Sat, 09 Dec 2023 10:20:37 +0000
with message-id <83d3a3621a56b9af1e20d36ee9d390a46ab64a8a.camel@adam-barratt.org.uk>
and subject line Closing requests for updates included in 12.3 point release
has caused the Debian Bug report #1055031,
regarding bookworm-pu: package mda-lv2/1.2.10-1+deb12u1
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.)


-- 
1055031: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055031
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian.org@packages.debian.org
Usertags: pu
X-Debbugs-Cc: mda-lv2@packages.debian.org, sramacher@debian.org
Control: affects -1 + src:mda-lv2

[ Reason ]
LV2 plugins are supposed to be installed in /usr/lib/lv2 as these
plugins are also consumed by third-party software. mda-lv2 installed the
plugins in a multi-arch location and were unable to be found.

[ Impact ]
LV2 plugins provided by mda-lv2 is not found by some LV2 consuming
software packages.

[ Risks ]
The change is trivial.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
With the updated version, lv2dir is set during the build to the correct
location. The same fix has been uploaded to unstable.

Cheers
-- 
Sebastian Ramacher
diff --git a/debian/changelog b/debian/changelog
index 7df9ad7..b02aed1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mda-lv2 (1.2.10-1+deb12u1) bookworm; urgency=medium
+
+  * debian/gbp.conf: Work in bookworm branch
+  * debian/rules: Fix LV2 plugin installation location (Closes: #1055029)
+
+ -- Sebastian Ramacher <sramacher@debian.org>  Sun, 29 Oct 2023 19:49:22 +0100
+
 mda-lv2 (1.2.10-1) unstable; urgency=medium
 
   * New upstream version 1.2.10
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 0a3b09a..b5f4317 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,3 +1,4 @@
 [DEFAULT]
 sign-tags = True
 pristine-tar = True
+debian-branch = bookworm
diff --git a/debian/rules b/debian/rules
index 87ee2a8..4744f87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,8 @@ CONFIG += strict
 %:
 	dh $@ --buildsystem=meson
 
+override_dh_auto_configure:
+	dh_auto_configure -- -Dlv2dir=/usr/lib/lv2
+
 # No tests available
 override_dh_auto_test:

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 12.3

Hi,

Each of the updates discussed in these requests was included in this
morning's 12.3 bookworm point release.

Regards,

Adam

--- End Message ---

Reply to: