diff -Nru libgtk3-webkit2-perl-0.06/debian/changelog libgtk3-webkit2-perl-0.06/debian/changelog --- libgtk3-webkit2-perl-0.06/debian/changelog 2018-01-12 07:00:51.000000000 +0000 +++ libgtk3-webkit2-perl-0.06/debian/changelog 2019-02-04 14:23:26.000000000 +0000 @@ -1,3 +1,20 @@ +libgtk3-webkit2-perl (0.06-4) unstable; urgency=medium + + [ Laurent Baillet ] + * fix lintian wrong-path-for-interpreter error + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ Mike Gabriel ] + * debian/control: + + Bump Standards-Version: to 4.3.0. No changes needed. + * debian/{control,compat}: + + Drop compat file. Switch to debhelper-compat notation in control + file. Bump to DH compat level version 12. + + -- Mike Gabriel Mon, 04 Feb 2019 15:23:26 +0100 + libgtk3-webkit2-perl (0.06-3) unstable; urgency=medium * Team upload. diff -Nru libgtk3-webkit2-perl-0.06/debian/compat libgtk3-webkit2-perl-0.06/debian/compat --- libgtk3-webkit2-perl-0.06/debian/compat 2017-06-23 12:21:27.000000000 +0000 +++ libgtk3-webkit2-perl-0.06/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru libgtk3-webkit2-perl-0.06/debian/control libgtk3-webkit2-perl-0.06/debian/control --- libgtk3-webkit2-perl-0.06/debian/control 2018-01-12 06:58:50.000000000 +0000 +++ libgtk3-webkit2-perl-0.06/debian/control 2019-02-04 14:23:26.000000000 +0000 @@ -2,7 +2,7 @@ Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 12), xvfb, xauth, Build-Depends-Indep: libglib-object-introspection-perl, @@ -13,9 +13,9 @@ Maintainer: Debian Perl Group Uploaders: Debian Remote Maintainers , Mike Gabriel , -Standards-Version: 4.1.2 -Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libgtk3-webkit2-perl.git -Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgtk3-webkit2-perl.git +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgtk3-webkit2-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgtk3-webkit2-perl.git # FIXME: this project was derived from WebKit(1), once upstream has adopted our changes, # let's fix the Homepage: field here and in debian/copyright accordingly. Homepage: https://metacpan.org/release/Gtk3-WebKit diff -Nru libgtk3-webkit2-perl-0.06/debian/rules libgtk3-webkit2-perl-0.06/debian/rules --- libgtk3-webkit2-perl-0.06/debian/rules 2018-01-11 19:10:28.000000000 +0000 +++ libgtk3-webkit2-perl-0.06/debian/rules 2019-02-04 14:23:05.000000000 +0000 @@ -1,5 +1,8 @@ #!/usr/bin/make -f +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + %: dh $@ @@ -8,3 +11,7 @@ get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=.. + +override_dh_installexamples: + dh_installexamples + sed -i '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/browser.pl