You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that Ubuntu 20.04 and Debian 10 "buster" are removed, we no longer need
to stay on level 12, and can remove the `override_dh_dwz` that was added in
f9ac2f6 / 5c01d5b
> This also removes the now-obsolete upstart script and updates the
> "debhelper compat level" to 12 (which necessitates adding "override_dh_dwz"
> -- safe to remove once we can update to debhelper-compat 13+).
>
> (See also https://lists.debian.org/debian-devel-announce/2020/02/msg00000.html)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Copy file name to clipboardExpand all lines: deb/common/rules
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -70,12 +70,6 @@ override_dh_auto_test:
70
70
override_dh_strip:
71
71
# Go has lots of problems with stripping, so just don't
72
72
73
-
# http://manpages.debian.org/dh_dwz
74
-
override_dh_dwz:
75
-
# dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed)
0 commit comments