Version in base suite: 1.2.10-1 Base version: mda-lv2_1.2.10-1 Target version: mda-lv2_1.2.10-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/m/mda-lv2/mda-lv2_1.2.10-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/m/mda-lv2/mda-lv2_1.2.10-1+deb12u1.dsc changelog | 7 +++++++ gbp.conf | 1 + rules | 3 +++ 3 files changed, 11 insertions(+) diff -Nru mda-lv2-1.2.10/debian/changelog mda-lv2-1.2.10/debian/changelog --- mda-lv2-1.2.10/debian/changelog 2022-09-18 21:43:04.000000000 +0000 +++ mda-lv2-1.2.10/debian/changelog 2023-10-29 18:49:22.000000000 +0000 @@ -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 Sun, 29 Oct 2023 19:49:22 +0100 + mda-lv2 (1.2.10-1) unstable; urgency=medium * New upstream version 1.2.10 diff -Nru mda-lv2-1.2.10/debian/gbp.conf mda-lv2-1.2.10/debian/gbp.conf --- mda-lv2-1.2.10/debian/gbp.conf 2022-09-18 21:42:33.000000000 +0000 +++ mda-lv2-1.2.10/debian/gbp.conf 2023-10-29 18:35:44.000000000 +0000 @@ -1,3 +1,4 @@ [DEFAULT] sign-tags = True pristine-tar = True +debian-branch = bookworm diff -Nru mda-lv2-1.2.10/debian/rules mda-lv2-1.2.10/debian/rules --- mda-lv2-1.2.10/debian/rules 2022-09-18 21:42:33.000000000 +0000 +++ mda-lv2-1.2.10/debian/rules 2023-10-29 18:36:12.000000000 +0000 @@ -9,5 +9,8 @@ %: dh $@ --buildsystem=meson +override_dh_auto_configure: + dh_auto_configure -- -Dlv2dir=/usr/lib/lv2 + # No tests available override_dh_auto_test: