summaryrefslogtreecommitdiff
path: root/lib/Debian/Debhelper/Sequence/python_support.pm
blob: 5a4446857d5c9905c15dc33bbda9d8d381e1993c (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl
# Obsolete debhelper sequence file for python-support

use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

deprecated_functionality('python_support sequence does nothing as dh_pysupport is no longer available', 11);

1