diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-01-04 19:54:12 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 04:27:53 +0200 |
commit | 5c0479ac14755429bc65c47eafec3e2bfb72431f (patch) | |
tree | 0dae8ba0556a26405e45418117723c5f5a051b31 /src/fripost-partman-udeb/debian/rules | |
parent | 0d41e5101f2ada712045765f54044deb820f8085 (diff) |
Fix warning when building packages.
(I.e., make lintian happy.)
Diffstat (limited to 'src/fripost-partman-udeb/debian/rules')
-rwxr-xr-x | src/fripost-partman-udeb/debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fripost-partman-udeb/debian/rules b/src/fripost-partman-udeb/debian/rules index cbe925d..514b55b 100755 --- a/src/fripost-partman-udeb/debian/rules +++ b/src/fripost-partman-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: |