summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2015-05-08 23:38:00 +0100
committerJames Cowgill <james410@cowgill.org.uk>2015-05-09 00:50:57 +0100
commit760261a4cf0ebdfc490079f9a8c4b1bfdf76e998 (patch)
tree06fa8a47369eb26c97e016a35306050b6f8d9329
parente23a95aa8b75323ab388334353eab1bde3a4b4c2 (diff)
Use libsfml2.3-dbg as the debug package
Previously I attempted to use 'libsfml-dbg' (no soname qualifier) as the debug package name. I hindsight this has some downsides such as not being able to co-install debug packages for different versions of SFML like you can with the libraries.
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index a8b6ada..4cc31b2 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ Depends: ${misc:Depends},
libsfml-network2.3 (= ${binary:Version}),
libsfml-system2.3 (= ${binary:Version}),
libsfml-window2.3 (= ${binary:Version})
-Suggests: libsfml-dbg, libsfml-doc
+Suggests: libsfml2.3-dbg, libsfml-doc
Description: Simple and Fast Multimedia Library - Development Files
SFML is a modern multimedia library offering a wide range of subsystems
useful to produce a multimedia app. It offers OpenGL integration for
@@ -115,7 +115,7 @@ Description: Simple and Fast Multimedia Library - Window part
.
The Window library provides basic utilities for creating and managing Windows.
-Package: libsfml-dbg
+Package: libsfml2.3-dbg
Section: debug
Priority: extra
Architecture: any
diff --git a/debian/rules b/debian/rules
index 5d6ec15..4aac973 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_auto_build:
dh_auto_build -- all doc
override_dh_strip:
- dh_strip --dbg-package=libsfml-dbg
+ dh_strip --dbg-package=libsfml2.3-dbg
.PHONY: get-orig-source
## http://wiki.debian.org/onlyjob/get-orig-source