summaryrefslogtreecommitdiffstats
path: root/lib/Debian/Debhelper/Sequence/python_support.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Debian/Debhelper/Sequence/python_support.pm')
-rw-r--r--lib/Debian/Debhelper/Sequence/python_support.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Debian/Debhelper/Sequence/python_support.pm b/lib/Debian/Debhelper/Sequence/python_support.pm
new file mode 100644
index 0000000..383407f
--- /dev/null
+++ b/lib/Debian/Debhelper/Sequence/python_support.pm
@@ -0,0 +1,10 @@
+#!/usr/bin/perl
+# Obsolete debhelper sequence file for python-support
+
+use warnings;
+use strict;
+use Debian::Debhelper::Dh_Lib qw(deprecated_functionality);
+
+deprecated_functionality('python_support sequence does nothing as dh_pysupport is no longer available', 11);
+
+1