[libsfml] 02/04: Drop libsfml2.3-dbg and use ddebs
James Cowgill
jcowgill-guest at moszumanska.debian.org
Sun Jan 10 00:17:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
jcowgill-guest pushed a commit to branch master
in repository libsfml.
commit c664f70a80fcddbdfb34b40c068f3025a85acb37
Author: James Cowgill <james410 at cowgill.org.uk>
Date: Sat Jan 9 21:51:35 2016 +0000
Drop libsfml2.3-dbg and use ddebs
---
debian/control | 21 +--------------------
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 21 deletions(-)
diff --git a/debian/control b/debian/control
index 08810b8..8297165 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ Depends: ${misc:Depends},
libsfml-network2.3v5 (= ${binary:Version}),
libsfml-system2.3v5 (= ${binary:Version}),
libsfml-window2.3v5 (= ${binary:Version})
-Suggests: libsfml2.3-dbg, libsfml-doc
+Suggests: 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
@@ -125,25 +125,6 @@ Description: Simple and Fast Multimedia Library - Window part
.
The Window library provides basic utilities for creating and managing Windows.
-Package: libsfml2.3-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
- libsfml-audio2.3v5 (= ${binary:Version}) |
- libsfml-graphics2.3v5 (= ${binary:Version}) |
- libsfml-network2.3v5 (= ${binary:Version}) |
- libsfml-system2.3v5 (= ${binary:Version}) |
- libsfml-window2.3v5 (= ${binary:Version})
-Description: Simple and Fast Multimedia Library - Debug Symbols
- SFML is a modern multimedia library offering a wide range of subsystems
- useful to produce a multimedia app. It offers OpenGL integration for
- Hardware accelerated Graphics, Windowing and Input support, Audio and
- Network facilities and supports GNU/Linux, MS Windows and Mac OS X.
- .
- This package includes debug symbols for all SFML libraries.
-
Package: libsfml-doc
Section: doc
Architecture: all
diff --git a/debian/rules b/debian/rules
index 4aac973..9e5adc6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,8 @@ override_dh_auto_build:
dh_auto_build -- all doc
override_dh_strip:
- dh_strip --dbg-package=libsfml2.3-dbg
+ # Can be removed for 2.4
+ dh_strip --ddeb-migration='libsfml2.3-dbg (<< 2.3.2+dfsg-2~)'
.PHONY: get-orig-source
## http://wiki.debian.org/onlyjob/get-orig-source
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libsfml.git
More information about the Pkg-games-commits
mailing list