summaryrefslogtreecommitdiffstats
path: root/dh/python3.pm
blob: 103ee2d384e510f33704e6437b82dfec2625ae97 (plain)
1
2
3
4
5
6
7
8
9
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