diff options
Diffstat (limited to 'Debian/Debhelper/Sequence/python_support.pm')
-rw-r--r-- | Debian/Debhelper/Sequence/python_support.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Sequence/python_support.pm b/Debian/Debhelper/Sequence/python_support.pm index 3d03ebb..c93d212 100644 --- a/Debian/Debhelper/Sequence/python_support.pm +++ b/Debian/Debhelper/Sequence/python_support.pm @@ -9,7 +9,7 @@ use Debian::Debhelper::Dh_Lib; # (This would not be needed if this file was contained in the python-support # package.) if (-x "/usr/bin/dh_pysupport") { - insert_after("dh_perl", "dh_pysupport"); + insert_before("dh_installinit", "dh_pysupport"); } 1 |