We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b544ed commit 684dce3Copy full SHA for 684dce3
debian/rules
@@ -8,7 +8,7 @@ override_dh_auto_install:
8
rm -f debian/dhcpy6d/var/log/dhcpy6d.log
9
rm -f debian/dhcpy6d/usr/share/doc/dhcpy6d/*.[0-9]
10
find debian/dhcpy6d/ -name __pycache__ -print0 | xargs -0 --no-run-if-empty rm -rv
11
- mv -v debian/dhcpy6d/usr/lib/python3.7 debian/dhcpy6d/usr/lib/python3
+ mv -v debian/dhcpy6d/usr/lib/python3.11 debian/dhcpy6d/usr/lib/python3
12
mv -v debian/dhcpy6d/var/lib/dhcpy6d/volatile.sqlite debian/dhcpy6d/usr/share/dhcpy6d/
13
14
override_dh_install:
0 commit comments