control: tag -1 pending Dear Maintainer,
CDBS is being sunset. I've proposed a NMU to DELAYED/15 queue While the resulting .deb is identical; I'm not 100% with the debian/rules file which is longer that the original and a bit awkward. Maybe that's the right price to pay to support a 2008 tarball. I can import this on Salsa to ease you review on request and/or after it has been processed by the build demons, on can use ---- gbp import-dsc https://deb.debian.org/debian/pool/main/k/kawari8/kawari8_8.2.8-12.1.dsc ---- Greetings $ debdiff *.deb /tmp/*.deb File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ Installed-Size: [-2084-] {+2068+} Version: [-8.2.8-12.1-] {+8.2.8-12+} $ cat debian/rules #!/usr/bin/make -f # This file is public domain. export TZ=UTC %: dh $@ --sourcedir=build/src --buildsystem=makefile execute_before_dh_auto_clean: cd build/src; ln -sf gcc.mak Makefile execute_after_dh_clean: rm -f build/src/Makefile execute_before_dh_auto_build: cd build/src; ln -sf gcc.mak Makefile execute_after_dh_auto_build: docbook-to-man debian/kosui.sgml > kosui.6 docbook-to-man debian/kawari_encode.sgml > kawari_encode.6 override_dh_install: dh_install --sourcedir=build/mach/linux execute_after_dh_installdocs: mv debian/kawari8/usr/share/doc/kawari8/document \ debian/kawari8/usr/share/doc/kawari8/html

