summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2018-05-15 15:23:55 +0100
committerJames Cowgill <jcowgill@debian.org>2018-05-16 11:34:09 +0100
commit4cf8c2d357488426d0b3ffeea3eaf9f67e8bdd29 (patch)
treecc395942ad5c573c4174b2771c27aaa9852b8669
parent21dd6c916032927a46acb32891d21d8a374ac991 (diff)
Remove obsolete dh_makeshlibs override (not needed after ABI bump)
-rwxr-xr-xdebian/rules7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index eaab4ad..d656c24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,3 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build -- all doc
-
-override_dh_makeshlibs:
- # For sf::GlResource::TransitentContextLock added in 2.4.1
- dh_makeshlibs -plibsfml-window2.4 -V'libsfml-window2.4 (>= 2.4.1~)'
- # For new symbols when compiled with GCC 7 (this version b-depends on GCC 7)
- dh_makeshlibs -plibsfml-system2.4 -V'libsfml-system2.4 (>= 2.4.2+dfsg-4~)'
- dh_makeshlibs --remaining-packages