[Pkg-xfce-commits] r1692 - desktop/trunk/libxfcegui4/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Thu Feb 28 22:07:55 UTC 2008
Author: corsac
Date: 2008-02-28 22:07:55 +0000 (Thu, 28 Feb 2008)
New Revision: 1692
Modified:
desktop/trunk/libxfcegui4/debian/changelog
desktop/trunk/libxfcegui4/debian/control
desktop/trunk/libxfcegui4/debian/rules
Log:
- add a new -dbg package.
* debian/rules: install debug symbols into -dbg package.
Modified: desktop/trunk/libxfcegui4/debian/changelog
===================================================================
--- desktop/trunk/libxfcegui4/debian/changelog 2008-02-28 22:06:37 UTC (rev 1691)
+++ desktop/trunk/libxfcegui4/debian/changelog 2008-02-28 22:07:55 UTC (rev 1692)
@@ -5,8 +5,10 @@
- update debhelper build-dep accordingly.
- update my email address.
- update standards versions to 3.7.3.
+ - add a new -dbg package.
+ * debian/rules: install debug symbols into -dbg package.
- -- Yves-Alexis Perez <corsac at debian.org> Thu, 28 Feb 2008 23:01:51 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 28 Feb 2008 23:07:28 +0100
libxfcegui4 (4.4.2-1) unstable; urgency=low
Modified: desktop/trunk/libxfcegui4/debian/control
===================================================================
--- desktop/trunk/libxfcegui4/debian/control 2008-02-28 22:06:37 UTC (rev 1691)
+++ desktop/trunk/libxfcegui4/debian/control 2008-02-28 22:07:55 UTC (rev 1692)
@@ -36,3 +36,12 @@
basic GUI functions used by the Xfce4 desktop suite. If
you intend to run Xfce4, then you need to install this
package.
+
+Package: libxfcegui4-4-dbg
+Section: libs
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, libxfcegui4-4-dbg (= ${binary:Version})
+Description: debugging informations for libxfcegui4
+ This package contains debugging symbols for libxfcegui4, which provides the
+ very basic GUI functions used by the Xfce4 desktop suite.
Modified: desktop/trunk/libxfcegui4/debian/rules
===================================================================
--- desktop/trunk/libxfcegui4/debian/rules 2008-02-28 22:06:37 UTC (rev 1691)
+++ desktop/trunk/libxfcegui4/debian/rules 2008-02-28 22:07:55 UTC (rev 1692)
@@ -63,7 +63,7 @@
dh_installdocs README
dh_install --list-missing --sourcedir=debian/tmp
- dh_strip
+ dh_strip --dbg-package=libxfcegui4-dbg
dh_compress
dh_fixperms
More information about the Pkg-xfce-commits
mailing list