Skip to content

Commit

Permalink
Debian warning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Apr 28, 2024
1 parent 6451b01 commit e577ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Build-Depends:
pkg-config,
python3,
godot3-server
Standards-Version: 4.5.0
Standards-Version: 4.7.0
Homepage: http://www.freeorion.org
Vcs-Git: https://salsa.debian.org/games-team/freeorion.git
Vcs-Browser: https://salsa.debian.org/games-team/freeorion
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ override_dh_auto_configure:

#workaround for 'dpkg-shlibdeps: error: couldn't find library libGiGi*.so'
override_dh_shlibdeps:
LD_LIBRARY_PATH="$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/freeorion:$(LD_LIBRARY_PATH)" dh_shlibdeps
dh_shlibdeps -l "$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/freeorion"

override_dh_installchangelogs:
dh_installchangelogs ChangeLog.md
Expand Down

0 comments on commit e577ed2

Please sign in to comment.