diff -Nru canna-shion-0.0.20010204/debian/changelog canna-shion-0.0.20010204/debian/changelog --- canna-shion-0.0.20010204/debian/changelog 2012-07-10 20:51:34.000000000 +0000 +++ canna-shion-0.0.20010204/debian/changelog 2020-05-09 18:12:51.000000000 +0000 @@ -1,3 +1,17 @@ +canna-shion (0.0.20010204-13) unstable; urgency=medium + + * QA upload. + * Set Debian QA Group as maintainer (see #838059) + * Using new DH level format. Consequently: + - debian/compat: removed. + - debian/control: changed from 'debhelper' to 'debhelper-compat' in + Build-Depends field and bumped level to 13. + * debian/control: + - Bumped Standards-Version to 4.5.0. + * debian/rules: changed dh_clean to dh_prep in install target. + + -- Leonardo Rodrigues Pereira Sat, 09 May 2020 15:12:51 -0300 + canna-shion (0.0.20010204-12) unstable; urgency=low * update standard version diff -Nru canna-shion-0.0.20010204/debian/compat canna-shion-0.0.20010204/debian/compat --- canna-shion-0.0.20010204/debian/compat 2010-04-07 07:30:52.000000000 +0000 +++ canna-shion-0.0.20010204/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -5 diff -Nru canna-shion-0.0.20010204/debian/control canna-shion-0.0.20010204/debian/control --- canna-shion-0.0.20010204/debian/control 2012-07-10 20:52:56.000000000 +0000 +++ canna-shion-0.0.20010204/debian/control 2020-05-09 18:12:51.000000000 +0000 @@ -1,10 +1,10 @@ Source: canna-shion Section: utils Priority: optional -Maintainer: Yukiharu YABUKI -Build-Depends: debhelper (>= 5) +Maintainer: Debian QA Group +Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: canna -Standards-Version: 3.9.3 +Standards-Version: 4.5.0 Package: canna-shion Architecture: all diff -Nru canna-shion-0.0.20010204/debian/rules canna-shion-0.0.20010204/debian/rules --- canna-shion-0.0.20010204/debian/rules 2012-07-10 20:52:21.000000000 +0000 +++ canna-shion-0.0.20010204/debian/rules 2020-05-09 18:12:51.000000000 +0000 @@ -39,7 +39,7 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/canna-shion.