[Pkg-xfce-commits] r3659 - desktop/trunk/xfce4/debian

Yves-Alexis Perez corsac at alioth.debian.org
Wed Nov 11 11:20:46 UTC 2009


Author: corsac
Date: 2009-11-11 11:20:46 +0000 (Wed, 11 Nov 2009)
New Revision: 3659

Added:
   desktop/trunk/xfce4/debian/source.lintian-overrides
Removed:
   desktop/trunk/xfce4/debian/postrm
   desktop/trunk/xfce4/debian/preinst
Modified:
   desktop/trunk/xfce4/debian/changelog
   desktop/trunk/xfce4/debian/control
Log:
  - add a -dbg package bringing all core Xfce -dbg packages.  closes: #488643
* debian/preinst dropped, we don't ship /etc/gdm/Sessions/Xfce4 since 4.0.
* debian/postrm: same thing.
* debian/source.lintian-overrides added, ignore warning about not depending
  on the binary package from -dbg package since it's a metapackage.

Modified: desktop/trunk/xfce4/debian/changelog
===================================================================
--- desktop/trunk/xfce4/debian/changelog	2009-11-06 22:07:44 UTC (rev 3658)
+++ desktop/trunk/xfce4/debian/changelog	2009-11-11 11:20:46 UTC (rev 3659)
@@ -2,8 +2,13 @@
 
   * debian/control:
     - drop xfprint to suggests since it's only used by mousepad now.
+    - add a -dbg package bringing all core Xfce -dbg packages.  closes: #488643
+  * debian/preinst dropped, we don't ship /etc/gdm/Sessions/Xfce4 since 4.0.
+  * debian/postrm: same thing.
+  * debian/source.lintian-overrides added, ignore warning about not depending
+    on the binary package from -dbg package since it's a metapackage.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Fri, 02 Oct 2009 23:49:23 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 11 Nov 2009 12:18:18 +0100
 
 xfce4 (4.6.1.2) unstable; urgency=low
 

Modified: desktop/trunk/xfce4/debian/control
===================================================================
--- desktop/trunk/xfce4/debian/control	2009-11-06 22:07:44 UTC (rev 3658)
+++ desktop/trunk/xfce4/debian/control	2009-11-11 11:20:46 UTC (rev 3659)
@@ -22,7 +22,6 @@
  xfce4-utils (>= 4.6.1),
  gtk2-engines-xfce (>= 2.6.0),
  xfce4-session (>= 4.6.1),
- xfce4-mixer (>= 4.6.1),
  xfce4-appfinder (>= 4.6.1),
  xfce4-mixer (>= 4.6.1),
  orage (>= 4.6.1)
@@ -42,3 +41,21 @@
  package and the packages it Recommends is a great place to start.
  If you just want to pick and choose the core components then feel free to
  remove this package.
+
+Package: xfce4-dbg
+Section: debug
+Priority: extra
+Architecture: all
+Depends: libxfce4util4-dbg,
+ libxfcegui4-4-dbg,
+ libxfce4menu-0.1-dbg,
+ libexo-0.3-0-dbg,
+ exo-utils-dbg,
+ libxfconf-0-2-dbg,
+ xfdesktop4-dbg,
+ xfce4-panel-dbg,
+ thunar-dbg
+Description: meta-package for debugging symbols in Xfce
+ Xfce is a lightweight desktop environment for unix-like operating systems.  
+ .
+ This package depends on all debugging package for the core Xfce packages.

Deleted: desktop/trunk/xfce4/debian/postrm
===================================================================
--- desktop/trunk/xfce4/debian/postrm	2009-11-06 22:07:44 UTC (rev 3658)
+++ desktop/trunk/xfce4/debian/postrm	2009-11-11 11:20:46 UTC (rev 3659)
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "purge" ]; then
-	rm -f /etc/gdm/Sessions/Xfce4
-fi
-#DEBHELPER#

Deleted: desktop/trunk/xfce4/debian/preinst
===================================================================
--- desktop/trunk/xfce4/debian/preinst	2009-11-06 22:07:44 UTC (rev 3658)
+++ desktop/trunk/xfce4/debian/preinst	2009-11-11 11:20:46 UTC (rev 3659)
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "upgrade" ]; then
-	rm -f /etc/gdm/Sessions/Xfce4
-fi
-#DEBHELPER#

Added: desktop/trunk/xfce4/debian/source.lintian-overrides
===================================================================
--- desktop/trunk/xfce4/debian/source.lintian-overrides	                        (rev 0)
+++ desktop/trunk/xfce4/debian/source.lintian-overrides	2009-11-11 11:20:46 UTC (rev 3659)
@@ -0,0 +1,2 @@
+# no need to depend on xfce4 since it's just a metapackage
+xfce4 source: dbg-package-missing-depends xfce4-dbg




More information about the Pkg-xfce-commits mailing list