Skip to content

Commit

Permalink
debian/rules: Disable python2 plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogério Brito committed Feb 12, 2021
1 parent dfce5b5 commit b6c7fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
dh $@ --with python2
dh $@

override_dh_installdocs:
# This is a kludge until we get upstream installation working
Expand Down

0 comments on commit b6c7fb6

Please sign in to comment.