Skip to content

Commit 9620070

Browse files
committed
Fix libqgis-customwidgets package name in dh_makeshlibs override, doesn't contain ABI anymore.
1 parent e72de28 commit 9620070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ override_dh_compress:
267267
dh_compress --exclude=pdf
268268

269269
override_dh_makeshlibs:
270-
dh_makeshlibs -Xqgis-plugin-grass -Xlibqgis-customwidgets$(QGIS_ABI) -- -c0 -v$(QGIS_VERSION)
270+
dh_makeshlibs -Xqgis-plugin-grass -Xlibqgis-customwidgets -- -c0 -v$(QGIS_VERSION)
271271

272272
override_dh_shlibdeps:
273273
dh_shlibdeps -l/usr/lib/$(GRASS)/lib

0 commit comments

Comments
 (0)