diff --git a/debian/changelog b/debian/changelog index 20e0980..e565407 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ accerciser (3.40.0-2) UNRELEASED; urgency=medium * control: Make Multi-Arch: foreign. + * control, rules: Replace dh-python and --with gnome,python3 with + dh-sequence-gnome, dh-sequence-python3. -- Samuel Thibault Sat, 17 Sep 2022 04:06:30 +0200 diff --git a/debian/control b/debian/control index 8eef67b..01c0d1c 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Uploaders: Debian GNOME Maintainers , Samuel Thibault , Jordi Mallach , Michael Biebl , Sebastian Dröge Build-Depends: debhelper-compat (= 12), - dh-python, - gnome-pkg-tools, + dh-sequence-python3, + dh-sequence-gnome, gnome-pkg-tools, appstream-util Build-Depends-Indep: yelp-tools, gsettings-desktop-schemas-dev, diff --git a/debian/control.in b/debian/control.in index 5076111..4bc34da 100644 --- a/debian/control.in +++ b/debian/control.in @@ -5,8 +5,8 @@ Uploaders: Debian GNOME Maintainers , Samuel Thibault , @GNOME_TEAM@ Build-Depends: debhelper-compat (= 12), - dh-python, - gnome-pkg-tools, + dh-sequence-python3, + dh-sequence-gnome, gnome-pkg-tools, appstream-util Build-Depends-Indep: yelp-tools, gsettings-desktop-schemas-dev, diff --git a/debian/rules b/debian/rules index 7b5cb5e..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with gnome,python3 + dh $@