The following commit has been merged in the master branch:
commit 3a7bafc23d4cb53a2847473169a9c05b73db9a02
Author: Christoph Egger <[email protected]>
Date:   Tue Sep 30 19:56:53 2008 +0200

     * Building Debug Package

diff --git a/debian/control b/debian/control
index de14399..4809860 100644
--- a/debian/control
+++ b/debian/control
@@ -26,3 +26,13 @@ Description: PNG loader for OpenGL - development files
  .
  These are files needed to develop or build applications that use glpng.
 
+Package: libglpng1-dbg
+Architecture: any
+Section: libdevel
+Depends: libglpng1
+Description: PNG loader for OpenGL - debug symbols
+ glpng is a small toolkit to make loading PNG image files as an OpenGL texture
+ as easy as possible.
+ .
+ These are files needed to debug applications that use glpng.
+
diff --git a/debian/rules b/debian/rules
index eef98e9..ff63610 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ binary-arch: build install
        dh_installexamples
        dh_installchangelogs
        dh_install --sourcedir=debian/tmp
-       dh_strip
+       dh_strip --dbg-package=libglpng1-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs

-- 
libglpng -- PNG loader for OpenGL

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to