Hi Kurt, I've uploaded this conservative fix to DELAYED/15
Please tell me if you want it cancelled Greetings Alexandre
diff --git a/debian/changelog b/debian/changelog index ae8be75..a2dbd83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +madplay (0.15.2b-10.2) unstable; urgency=medium + + * Non-maintainer upload. + * Replace CDBS build with short DH sequencer (Closes: #1114981) + + -- Alexandre Detiste <[email protected]> Sat, 15 Nov 2025 11:41:15 +0100 + madplay (0.15.2b-10.1) unstable; urgency=medium * Non-maintainer upload diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index d6120a3..f1da194 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: madplay Priority: optional Section: sound -Build-Depends: cdbs, debhelper (>= 4.1.0), gettext, zlib1g-dev, libmad0-dev (>= 0.15.0), libid3tag0-dev (>= 0.15.0), autotools-dev, libtool, autoconf, automake, libasound2-dev +Build-Depends: debhelper-compat (= 10), gettext, zlib1g-dev, libmad0-dev (>= 0.15.0), libid3tag0-dev (>= 0.15.0), libasound2-dev Maintainer: Kurt Roeckx <[email protected]> Standards-Version: 3.6.1 Homepage: https://www.underbit.com/products/mad/ diff --git a/debian/rules b/debian/rules index 293af69..fe0f3b9 100755 --- a/debian/rules +++ b/debian/rules @@ -3,19 +3,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -DEB_AUTO_UPDATE_LIBTOOL:=pre -DEB_AUTO_UPDATE_ACLOCAL:=, -DEB_AUTO_UPDATE_AUTOHEADER:=, -DEB_AUTO_UPDATE_AUTOMAKE:=, -DEB_AUTO_UPDATE_AUTOCONF:=yes -DEB_AUTOMAKE_ARGS:=--foreign --add-missing - -include /usr/share/cdbs/1/rules/buildcore.mk -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk - -DEB_MAKE_INSTALL_TARGET:= - ifeq (linux, $(DEB_HOST_ARCH_OS)) DEB_CONFIGURE_EXTRA_FLAGS:=--with-alsa endif @@ -24,17 +11,7 @@ ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) DEB_CONFIGURE_EXTRA_FLAGS += --enable-profiling --enable-debugging endif -clean:: - # Remove auto generated / updated files so they don't show in the - # the diff. - -rm m4/Makefile.in Makefile.in msvc++/Makefile.in - -rm aclocal.m4 configure ltmain.sh config.h.in - -rm -r autom4te.cache - -rm m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 - -rm m4/lt~obsolete.m4 - -rm depcomp compile missing - -post-patches:: - # touch aclocal.m4 so we have that file and cdbs regenerates it. - touch aclocal.m4 +%: + dh $@ --without autoreconf +override_dh_auto_install:

