r8458 - packages/trunk/libphysfs/debian

Patrick Matthäi the-me-guest at alioth.debian.org
Thu Nov 27 20:24:35 UTC 2008


Author: the-me-guest
Date: 2008-11-27 20:24:35 +0000 (Thu, 27 Nov 2008)
New Revision: 8458

Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/control
   packages/trunk/libphysfs/debian/rules
Log:
* Provide debugging symbols in a seperate package.
  Closes: #488468


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2008-11-27 17:29:31 UTC (rev 8457)
+++ packages/trunk/libphysfs/debian/changelog	2008-11-27 20:24:35 UTC (rev 8458)
@@ -24,6 +24,8 @@
   * Bump Standards Version to 3.7.3. (No changes needed).
 
   [ Patrick Matthäi ]
+  * Provide debugging symbols in a seperate package.
+    Closes: #488468
   * Bump Standards-Version to 3.8.0 (no changes needed).
   * Add myself to uploaders.
   * Minor debian/rules cleanups.

Modified: packages/trunk/libphysfs/debian/control
===================================================================
--- packages/trunk/libphysfs/debian/control	2008-11-27 17:29:31 UTC (rev 8457)
+++ packages/trunk/libphysfs/debian/control	2008-11-27 20:24:35 UTC (rev 8458)
@@ -32,3 +32,15 @@
  The PhysicsFS filesystem abstraction library provides a simple C
  interface to aid game programmers in utilizing game assets packaged in
  many different types of archive files.
+
+Package: libphysfs-1.0-1-dbg
+Section: libs
+Architecture: any
+Depends: libphysfs-1.0-1 (= ${binary:Version})
+Priority: extra
+Description: filesystem abstraction library for game programmers
+ The PhysicsFS filesystem abstraction library provides a simple C
+ interface to aid game programmers in utilizing game assets packaged in
+ many different types of archive files.
+ .
+ This package contains the debugging symbols for the libphysfs package.

Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2008-11-27 17:29:31 UTC (rev 8457)
+++ packages/trunk/libphysfs/debian/rules	2008-11-27 20:24:35 UTC (rev 8458)
@@ -82,7 +82,7 @@
 	dh_installman
 	dh_install
 	dpkg-gensymbols -plibphysfs-1.0-1
-	dh_strip
+	dh_strip --dbg-package=libphysfs-1.0-1-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs




More information about the Pkg-games-commits mailing list