[libcsfml] 07/11: Add version number to debug package again

James Cowgill jcowgill-guest at moszumanska.debian.org
Thu May 28 19:39:53 UTC 2015


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

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

commit b80dbac1277414a1c96634f12b8a9cdb1a694da8
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Thu May 21 23:06:59 2015 +0100

    Add version number to debug package again
    
    Changing this was a mistake. This also follows what I've done in libsfml 2.3.
---
 debian/control | 4 ++--
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index d0c9ced..e07eafb 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: libcsfml-dbg, libcsfml-doc
+Suggests: libcsfml2.3-dbg, 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,7 +50,7 @@ Description: Libraries for the C Binding of SFML - Documentation
  .
  This package includes documentation for all CSFML libraries.
 
-Package: libcsfml-dbg
+Package: libcsfml2.3-dbg
 Section: debug
 Priority: extra
 Architecture: any
diff --git a/debian/rules b/debian/rules
index d380d60..8d0d7f9 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=libcsfml-dbg
+	dh_strip --dbg-package=libcsfml2.3-dbg
 
 ## 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