The following commit has been merged in the master branch:
commit ab40c512fbfe74a4720da1ad5fc27f655527e298
Author: Christoph Egger <[email protected]>
Date:   Mon Mar 23 21:46:29 2009 +0100

    get package names back to how they were, remove -dbg package, probably not 
worth the NEW trouble

diff --git a/debian/changelog b/debian/changelog
index 9b6f1d3..a7702bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,11 +7,10 @@ libglpng (1.45-5) unstable; urgency=low
     * Adding *.install *.dirs *.doc files, removing *.files
   * Removing unneeded postinst script
   * Renaming libglpng.copyright to copyright
-  * Change name of non-dev binary package to reflect soname
   * switching from `pwd` to $(CURDIR) in debian/rules
   * get section in line with override
 
- -- Christoph Egger <[email protected]>  Mon, 16 Mar 2009 16:09:58 
+0100
+ -- Christoph Egger <[email protected]>  Mon, 23 Mar 2009 21:44:21 
+0100
 
 libglpng (1.45-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5467a17..2931854 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,8 @@ Uploaders: Christoph Egger <[email protected]>
 Build-Depends: debhelper, libpng12-dev, libgl1-mesa-dev | libgl-dev
 Standards-Version: 3.8.1
 
-Package: libglpng1
+Package: libglpng
 Section: libs
-Provides: libglpng
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: PNG loader for OpenGL
@@ -20,21 +19,9 @@ Description: PNG loader for OpenGL
 Package: libglpng-dev
 Architecture: any
 Section: libdevel
-Depends: libglpng1, libpng12-dev, libgl1-mesa-dev | libgl-dev
+Depends: libglpng, libpng12-dev, libgl1-mesa-dev | libgl-dev
 Description: PNG loader for OpenGL - development files
  glpng is a small toolkit to make loading PNG image files as an OpenGL texture
  as easy as possible.
  .
- These are files needed to develop or build applications that use glpng.
-
-Package: libglpng1-dbg
-Architecture: any
-Section: libdevel
-Priority: extra
-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.
-
+ These are files needed to develop or build applications that use glpng.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index ff63610..eef98e9 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 --dbg-package=libglpng1-dbg
+       dh_strip
        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