diff options
Diffstat (limited to 'src/fripost-postinst-udeb/debian/rules')
-rwxr-xr-x | src/fripost-postinst-udeb/debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fripost-postinst-udeb/debian/rules b/src/fripost-postinst-udeb/debian/rules index cbe925d..514b55b 100755 --- a/src/fripost-postinst-udeb/debian/rules +++ b/src/fripost-postinst-udeb/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f %: dh $@ + +# dh_pysupport: This program is deprecated, you should use dh_python2 instead. +override_dh_pysupport: |