diff -Nru weex-2.8.4.1/debian/changelog weex-2.8.4.2/debian/changelog --- weex-2.8.4.1/debian/changelog 2021-12-17 16:22:40.000000000 +0000 +++ weex-2.8.4.2/debian/changelog 2022-08-16 09:08:52.000000000 +0000 @@ -1,3 +1,9 @@ +weex (2.8.4.2) unstable; urgency=low + + * DH compat level 13. Closes: #965875 + + -- Ludovic Drolez Tue, 16 Aug 2022 12:59:13 +0200 + weex (2.8.4.1) unstable; urgency=medium * Fixed a stupid build typo. Closes: #1001242 diff -Nru weex-2.8.4.1/debian/compat weex-2.8.4.2/debian/compat --- weex-2.8.4.1/debian/compat 2021-12-17 16:22:40.000000000 +0000 +++ weex-2.8.4.2/debian/compat 2022-08-16 09:10:44.000000000 +0000 @@ -1 +1 @@ -10 +9 diff -Nru weex-2.8.4.1/debian/rules weex-2.8.4.2/debian/rules --- weex-2.8.4.1/debian/rules 2021-12-17 16:12:16.000000000 +0000 +++ weex-2.8.4.2/debian/rules 2022-08-16 09:11:07.000000000 +0000 @@ -15,6 +15,7 @@ build: build-stamp build-stamp: dh_testdir + #dh_autoreconf dh_auto_configure dh_auto_build #./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info @@ -29,6 +30,7 @@ rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean + #dh_autoreconf_clean dh_clean rm -f debian/files* po/weex.pot po/*.gmo