[Pkg-xfce-commits] r4859 - desktop/branches/experimental/xfwm4/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue Jan 25 10:30:46 UTC 2011


Author: corsac
Date: 2011-01-25 22:30:45 +0000 (Tue, 25 Jan 2011)
New Revision: 4859

Added:
   desktop/branches/experimental/xfwm4/debian/xfwm4.install
Modified:
   desktop/branches/experimental/xfwm4/debian/changelog
   desktop/branches/experimental/xfwm4/debian/control
   desktop/branches/experimental/xfwm4/debian/rules
Log:
add an xfwm4-dbg package.

Modified: desktop/branches/experimental/xfwm4/debian/changelog
===================================================================
--- desktop/branches/experimental/xfwm4/debian/changelog	2011-01-25 22:14:48 UTC (rev 4858)
+++ desktop/branches/experimental/xfwm4/debian/changelog	2011-01-25 22:30:45 UTC (rev 4859)
@@ -17,8 +17,9 @@
     - pick {C,LD}FLAGS from dpkg-buildflags.
     - add hardening flags to {C,LD}FLAGS. 
     - drop useless chrpath call.
+  * add an xfwm4-dbg package.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 17 Jan 2011 12:48:19 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 25 Jan 2011 23:03:56 +0100
 
 xfwm4 (4.6.2-1) unstable; urgency=low
 

Modified: desktop/branches/experimental/xfwm4/debian/control
===================================================================
--- desktop/branches/experimental/xfwm4/debian/control	2011-01-25 22:14:48 UTC (rev 4858)
+++ desktop/branches/experimental/xfwm4/debian/control	2011-01-25 22:30:45 UTC (rev 4859)
@@ -32,3 +32,12 @@
  complies to the standards defined at http://www.freedesktop.org/. Without
  xfce4 installed this only gives you a window manager not the full
  environment.
+
+Package: xfwm4-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}, xfwm4 (= ${binary:Version})
+Description: window manager of the Xfce project (debugging symbols)
+ This package contains debugging symbols for xfwm4, the Xfce window manager.
+ Install it if you need to debug issues in xfwm4.

Modified: desktop/branches/experimental/xfwm4/debian/rules
===================================================================
--- desktop/branches/experimental/xfwm4/debian/rules	2011-01-25 22:14:48 UTC (rev 4858)
+++ desktop/branches/experimental/xfwm4/debian/rules	2011-01-25 22:30:45 UTC (rev 4859)
@@ -9,5 +9,8 @@
 
 export CFLAGS LDFLAGS
 
+override_dh_strip:
+	dh_strip --dbg-package=xfwm4-dbg
+
 %:
 	dh $@

Added: desktop/branches/experimental/xfwm4/debian/xfwm4.install
===================================================================
--- desktop/branches/experimental/xfwm4/debian/xfwm4.install	                        (rev 0)
+++ desktop/branches/experimental/xfwm4/debian/xfwm4.install	2011-01-25 22:30:45 UTC (rev 4859)
@@ -0,0 +1 @@
+usr




More information about the Pkg-xfce-commits mailing list