[libcsfml] 02/04: Drop libcsfml2.3-dbg and use ddebs

James Cowgill jcowgill-guest at moszumanska.debian.org
Sun Jan 10 00:16:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to branch master
in repository libcsfml.

commit 7035f30dbf370bf517398c345b00c6cd3d5c5fb4
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Sat Jan 9 23:37:23 2016 +0000

    Drop libcsfml2.3-dbg and use ddebs
---
 debian/control | 23 +----------------------
 debian/rules   |  2 +-
 2 files changed, 2 insertions(+), 23 deletions(-)

diff --git a/debian/control b/debian/control
index eff4cab..311dc44 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Depends: ${misc:Depends},
  libcsfml-network2.3 (= ${binary:Version}),
  libcsfml-system2.3 (= ${binary:Version}),
  libcsfml-window2.3 (= ${binary:Version})
-Suggests: libcsfml2.3-dbg, libcsfml-doc
+Suggests: libcsfml-doc
 Description: Libraries for the C Binding of SFML - 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
@@ -50,27 +50,6 @@ Description: Libraries for the C Binding of SFML - Documentation
  .
  This package includes documentation for all CSFML libraries.
 
-Package: libcsfml2.3-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
-  libcsfml-audio2.3 (= ${binary:Version}) |
-  libcsfml-graphics2.3 (= ${binary:Version}) |
-  libcsfml-network2.3 (= ${binary:Version}) |
-  libcsfml-system2.3 (= ${binary:Version}) |
-  libcsfml-window2.3 (= ${binary:Version})
-Description: Libraries for the C Binding of SFML - Debug Files
- 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.
- CSFML provides the bindings needed to use SFML with the C programming
- language.
- .
- This package includes debug symbols for all CSFML libraries.
-
 Package: libcsfml-audio2.3
 Architecture: any
 Multi-Arch: same
diff --git a/debian/rules b/debian/rules
index 8d0d7f9..8a465de 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=libcsfml2.3-dbg
+	dh_strip --ddeb-migration='libcsfml2.3-dbg (<< 2.3-3~)'
 
 ## http://wiki.debian.org/onlyjob/get-orig-source
 .PHONY: get-orig-source

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libcsfml.git



More information about the Pkg-games-commits mailing list