Codebase list gjs / ebbc00b
Simplify dh_makeshlibs invocation using debhelper 12 defaults The incantation we previously had in -V is a longwinded way to write dh_makeshlibs -VUpstream-Version (aka plain -V with no argument), which is the default in compat level 12 anyway. Simon McVittie 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4141 endif
4242
4343 override_dh_makeshlibs:
44 dh_makeshlibs -Xusr/lib/$(DEB_HOST_MULTIARCH)/gjs-1.0/ -V'libgjs0g (>= $(DEB_VERSION_EPOCH_UPSTREAM))' -- -c4
44 dh_makeshlibs -Xusr/lib/$(DEB_HOST_MULTIARCH)/gjs-1.0 -- -c4