[Pkg-xfce-commits] r1725 - desktop/trunk/xfdesktop4/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Sat Mar 1 13:55:52 UTC 2008
Author: corsac
Date: 2008-03-01 13:55:51 +0000 (Sat, 01 Mar 2008)
New Revision: 1725
Modified:
desktop/trunk/xfdesktop4/debian/changelog
desktop/trunk/xfdesktop4/debian/control
desktop/trunk/xfdesktop4/debian/rules
Log:
- add a -dbg package containing debugging symbols.
* debian/rules: ship the symbols in -dbg package.
Modified: desktop/trunk/xfdesktop4/debian/changelog
===================================================================
--- desktop/trunk/xfdesktop4/debian/changelog 2008-03-01 13:22:10 UTC (rev 1724)
+++ desktop/trunk/xfdesktop4/debian/changelog 2008-03-01 13:55:51 UTC (rev 1725)
@@ -8,8 +8,10 @@
* debian/compat: bump debhelper compatibility to 5.
* debian/control:
- bump build-dep on debhelper accordingly.
+ - add a -dbg package containing debugging symbols.
+ * debian/rules: ship the symbols in -dbg package.
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 01 Mar 2008 14:21:38 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 01 Mar 2008 14:55:18 +0100
xfdesktop4 (4.4.2-4) unstable; urgency=low
Modified: desktop/trunk/xfdesktop4/debian/control
===================================================================
--- desktop/trunk/xfdesktop4/debian/control 2008-03-01 13:22:10 UTC (rev 1724)
+++ desktop/trunk/xfdesktop4/debian/control 2008-03-01 13:55:51 UTC (rev 1725)
@@ -26,3 +26,11 @@
and a root menu. Additionally, it contains dialogs to change the number
of available desktop workspaces and their names. It also contains a panel
plugin to display the menu on the panel
+
+Package: xfdesktop4-dbg
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, xfdesktop4 (= ${binary:Version})
+Description: debugging informations for xfdesktop4
+ This package contains debugging symbols for xfdesktop4, the desktop manager
+ for Xfce 4 Desktop Environment.
Modified: desktop/trunk/xfdesktop4/debian/rules
===================================================================
--- desktop/trunk/xfdesktop4/debian/rules 2008-03-01 13:22:10 UTC (rev 1724)
+++ desktop/trunk/xfdesktop4/debian/rules 2008-03-01 13:55:51 UTC (rev 1725)
@@ -105,7 +105,7 @@
ln -s xfdesktop4-data $(CURDIR)/debian/xfdesktop4/usr/share/doc/xfdesktop4
dh_link
- dh_strip
+ dh_strip --dbg-package=xfdesktop4-dbg
dh_compress
dh_fixperms
More information about the Pkg-xfce-commits
mailing list