diff options
Diffstat (limited to 'dh/python3.pm')
-rw-r--r-- | dh/python3.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dh/python3.pm b/dh/python3.pm new file mode 100644 index 0000000..103ee2d --- /dev/null +++ b/dh/python3.pm @@ -0,0 +1,10 @@ +#! /usr/bin/perl +# debhelper sequence file for dh_python3 + +use warnings; +use strict; +use Debian::Debhelper::Dh_Lib; + +insert_before("dh_installinit", "dh_python3"); + +1 |