diff -Nru raku-tap-harness-0.1.0/debian/changelog raku-tap-harness-0.1.0/debian/changelog --- raku-tap-harness-0.1.0/debian/changelog 2020-07-29 16:06:53.000000000 +0000 +++ raku-tap-harness-0.1.0/debian/changelog 2020-08-08 09:28:09.000000000 +0000 @@ -1,3 +1,10 @@ +raku-tap-harness (0.1.0-2) unstable; urgency=medium + + * use dh-perl6 + * control: rm shlibs:Depends + + -- Dominique Dumont Sat, 08 Aug 2020 11:28:09 +0200 + raku-tap-harness (0.1.0-1) unstable; urgency=medium * New upstream version 0.1.0 (Closes: #966491) of former diff -Nru raku-tap-harness-0.1.0/debian/control raku-tap-harness-0.1.0/debian/control --- raku-tap-harness-0.1.0/debian/control 2020-07-29 16:06:53.000000000 +0000 +++ raku-tap-harness-0.1.0/debian/control 2020-08-08 09:28:09.000000000 +0000 @@ -4,7 +4,8 @@ Dominique Dumont Section: interpreters Priority: optional -Build-Depends: debhelper-compat (= 13) +Build-Depends: debhelper-compat (= 13), + dh-perl6 Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/perl6-team/modules/raku-tap-harness Vcs-Git: https://salsa.debian.org/perl6-team/modules/raku-tap-harness.git @@ -13,7 +14,6 @@ Package: raku-tap-harness Architecture: all Depends: rakudo, - ${shlibs:Depends}, ${misc:Depends} Conflicts: perl6-tap-harness Description: TAP test harness for Raku diff -Nru raku-tap-harness-0.1.0/debian/postinst raku-tap-harness-0.1.0/debian/postinst --- raku-tap-harness-0.1.0/debian/postinst 2020-07-29 16:06:53.000000000 +0000 +++ raku-tap-harness-0.1.0/debian/postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -#!/bin/sh - -set -e - -case "$1" in - configure) - /usr/share/perl6/rakudo-helper.pl --install raku-tap-harness - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - # nothing to do - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 diff -Nru raku-tap-harness-0.1.0/debian/postrm raku-tap-harness-0.1.0/debian/postrm --- raku-tap-harness-0.1.0/debian/postrm 2020-07-29 16:06:53.000000000 +0000 +++ raku-tap-harness-0.1.0/debian/postrm 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -#!/bin/sh - -set -e - -case "$1" in - remove|upgrade) - /usr/share/perl6/rakudo-helper.pl --remove perl6-tap-harness - ;; - - purge|failed-upgrade|abort-install|abort-upgrade|disappear) - # nothing to do - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 diff -Nru raku-tap-harness-0.1.0/debian/raku-tap-harness.install raku-tap-harness-0.1.0/debian/raku-tap-harness.install --- raku-tap-harness-0.1.0/debian/raku-tap-harness.install 2020-07-29 16:06:53.000000000 +0000 +++ raku-tap-harness-0.1.0/debian/raku-tap-harness.install 2020-08-08 09:28:09.000000000 +0000 @@ -1,4 +1,3 @@ lib/* /usr/share/perl6/debian-sources/raku-tap-harness/lib META* /usr/share/perl6/debian-sources/raku-tap-harness README* /usr/share/doc/raku-tap-harness/ -debian/raku-tap-harness.p6deps /usr/share/perl6/debian-sources/raku-tap-harness diff -Nru raku-tap-harness-0.1.0/debian/rules raku-tap-harness-0.1.0/debian/rules --- raku-tap-harness-0.1.0/debian/rules 2020-07-29 16:06:53.000000000 +0000 +++ raku-tap-harness-0.1.0/debian/rules 2020-08-08 09:28:09.000000000 +0000 @@ -1,10 +1,4 @@ #!/usr/bin/make -f %: - dh $@ - -override_dh_install: - # XXX need script to create this from control file, but this package does - # not have perl6 module dependencies anyway - touch debian/raku-tap-harness.p6deps - dh_install + dh $@ -with perl6