Control: tags 856075 + patch Control: tags 856075 + pending Control: tags 865145 + pending
Dear maintainer, I've prepared an NMU for basilisk2 (versioned as 0.9.20120331-4.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should cancel it. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
diff -Nru basilisk2-0.9.20120331/debian/changelog basilisk2-0.9.20120331/debian/changelog --- basilisk2-0.9.20120331/debian/changelog 2015-09-21 21:52:57.000000000 +0300 +++ basilisk2-0.9.20120331/debian/changelog 2018-01-06 21:36:30.000000000 +0200 @@ -1,3 +1,11 @@ +basilisk2 (0.9.20120331-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build without support for the obsolete esound. (Closes: #856075) + * Use automake instead of automake1.11. (Closes: #865145) + + -- Adrian Bunk <b...@debian.org> Sat, 06 Jan 2018 21:36:30 +0200 + basilisk2 (0.9.20120331-4) unstable; urgency=low [ Giulio Paci ] diff -Nru basilisk2-0.9.20120331/debian/control basilisk2-0.9.20120331/debian/control --- basilisk2-0.9.20120331/debian/control 2015-09-21 21:50:05.000000000 +0300 +++ basilisk2-0.9.20120331/debian/control 2018-01-06 21:36:30.000000000 +0200 @@ -9,12 +9,11 @@ Build-Depends: cdbs, autotools-dev, devscripts, - automake1.11, + automake, autoconf, debhelper, dh-buildinfo, libgtk2.0-dev, - libesd0-dev, libsdl-dev, libxxf86dga-dev, libxxf86vm-dev diff -Nru basilisk2-0.9.20120331/debian/rules basilisk2-0.9.20120331/debian/rules --- basilisk2-0.9.20120331/debian/rules 2015-09-21 21:47:18.000000000 +0300 +++ basilisk2-0.9.20120331/debian/rules 2018-01-06 21:36:30.000000000 +0200 @@ -24,7 +24,7 @@ # add JIT compiler when supported DEB_MAKE_FLAVORS += $(if $(filter amd64 i386,$(DEB_HOST_ARCH)),jit) -DEB_AUTO_UPDATE_ACLOCAL = 1.11 +DEB_AUTO_UPDATE_ACLOCAL = , DEB_ACLOCAL_ARGS = -I m4 DEB_AUTO_UPDATE_AUTOHEADER = 2.68 DEB_AUTO_UPDATE_AUTOCONF = 2.68 @@ -72,4 +72,4 @@ rm -f src/Unix/aclocal.m4 src/Unix/config.h.in src/Unix/configure # Needed by upstream build process -CDBS_BUILD_DEPENDS += , libgtk2.0-dev, libesd0-dev, libsdl-dev, libxxf86dga-dev, libxxf86vm-dev +CDBS_BUILD_DEPENDS += , libgtk2.0-dev, libsdl-dev, libxxf86dga-dev, libxxf86vm-dev