Skip to content

Commit

Permalink
Fix libqgis-customwidgets package name in dh_makeshlibs override, doe…
Browse files Browse the repository at this point in the history
…sn't contain ABI anymore.
  • Loading branch information
sebastic committed Feb 23, 2015
1 parent e72de28 commit 9620070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -267,7 +267,7 @@ override_dh_compress:
dh_compress --exclude=pdf

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

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

0 comments on commit 9620070

Please sign in to comment.