I have migrated the mangler subversion repository from the alioth archive to salsa: https://salsa.debian.org/wpanlener-guest/mangler to create a staging area to work on this bug.
The attached patch from the repository should resolve this bug. The repository contains the following minor fixes: * mangler: lintian-override no-homepage-field * mangler: remove references to http://www.mangler.org * mangler: fix vcs-obsolete-in-debian-infrastructure * mangler: fix insecure-copyright-format-uri * mangler: drop dependency on libg15 If this repository is considered for migration to the debian namespace on Salsa (which would be cool!) be aware that I have listed my tree as the Vcs-Git and Vcs-Browser.
From 59d201b02ebf438e2dab078e540077c444954b1c Mon Sep 17 00:00:00 2001 From: William Panlener <wpanle...@gmail.com> Date: Sat, 29 Dec 2018 03:13:57 -0600 Subject: [PATCH] mangler: drop dependency on libg15 --- debian/control | 3 --- debian/rules | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index efacbde..e09bc91 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,6 @@ Build-Depends: libasound2-dev [linux-any], libdbus-glib-1-dev, libespeak-dev, - libg15-dev, - libg15daemon-client-dev, - libg15render-dev, libgsm1-dev, libgtkmm-2.4-dev, libopus-dev, diff --git a/debian/rules b/debian/rules index 38cb005..bcf9630 100755 --- a/debian/rules +++ b/debian/rules @@ -12,9 +12,9 @@ DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | \ override_dh_auto_configure: # Disable ALSA support on non-Linux archs if [ $(DEB_HOST_ARCH_OS) = linux ]; then \ - dh_auto_configure; \ + dh_auto_configure -- --disable-g15; \ else \ - dh_auto_configure -- --without-alsa; \ + dh_auto_configure -- --disable-g15 --without-alsa; \ fi override_dh_auto_build: -- 2.19.2