diff -Nru mk-configure-0.37.0/debian/changelog mk-configure-0.37.0/debian/changelog --- mk-configure-0.37.0/debian/changelog 2022-12-28 15:43:55.000000000 +0000 +++ mk-configure-0.37.0/debian/changelog 2023-01-01 15:13:04.000000000 +0000 @@ -1,3 +1,9 @@ +mk-configure (0.37.0-2) unstable; urgency=medium + + * Manually install by calling bmake directly. + + -- Andrej Shadura Sun, 01 Jan 2023 16:13:04 +0100 + mk-configure (0.37.0-1) unstable; urgency=medium * New upstream release. diff -Nru mk-configure-0.37.0/debian/rules mk-configure-0.37.0/debian/rules --- mk-configure-0.37.0/debian/rules 2022-12-28 15:43:55.000000000 +0000 +++ mk-configure-0.37.0/debian/rules 2023-01-01 15:13:04.000000000 +0000 @@ -16,6 +16,9 @@ dh_auto_build bmake pdf +override_dh_auto_install: + bmake install DESTDIR=$(CURDIR)/debian/mk-configure + override_dh_auto_test: -bmake test