[Pkg-xfce-commits] r3840 - desktop/trunk/libxfcegui4/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Feb 7 10:28:32 UTC 2010


Author: corsac
Date: 2010-02-07 22:28:32 +0000 (Sun, 07 Feb 2010)
New Revision: 3840

Modified:
   desktop/trunk/libxfcegui4/debian/changelog
   desktop/trunk/libxfcegui4/debian/control
   desktop/trunk/libxfcegui4/debian/rules
Log:
* Override dh_strip so we don't end up with an empty dbg package.
* debian/control:
  - update standards version to 3.8.4.
  - update debhelper build dep because using dh_override. 

Modified: desktop/trunk/libxfcegui4/debian/changelog
===================================================================
--- desktop/trunk/libxfcegui4/debian/changelog	2010-02-07 22:24:43 UTC (rev 3839)
+++ desktop/trunk/libxfcegui4/debian/changelog	2010-02-07 22:28:32 UTC (rev 3840)
@@ -1,3 +1,12 @@
+libxfcegui4 (4.6.3-2) UNRELEASED; urgency=low
+
+  * Override dh_strip so we don't end up with an empty dbg package.
+  * debian/control:
+    - update standards version to 3.8.4.
+    - update debhelper build dep because using dh_override. 
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 07 Feb 2010 23:28:15 +0100
+
 libxfcegui4 (4.6.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/trunk/libxfcegui4/debian/control
===================================================================
--- desktop/trunk/libxfcegui4/debian/control	2010-02-07 22:24:43 UTC (rev 3839)
+++ desktop/trunk/libxfcegui4/debian/control	2010-02-07 22:28:32 UTC (rev 3840)
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>, Michael Casadevall <sonicmctails at gmail.com>
-Build-Depends: debhelper (>= 7.0.0), libgtk2.0-dev (>= 2.10.6), 
+Build-Depends: debhelper (>= 7.0.50~), libgtk2.0-dev (>= 2.10.6), 
  libxfce4util-dev (>= 4.6.0), libxfconf-0-dev (>=4.6.0),
  libstartup-notification0-dev, quilt (>= 0.46-7), libglade2-dev, 
  libgladeui-1-dev, intltool
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/libxfcegui4/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/libxfcegui4/

Modified: desktop/trunk/libxfcegui4/debian/rules
===================================================================
--- desktop/trunk/libxfcegui4/debian/rules	2010-02-07 22:24:43 UTC (rev 3839)
+++ desktop/trunk/libxfcegui4/debian/rules	2010-02-07 22:28:32 UTC (rev 3840)
@@ -4,3 +4,6 @@
 
 %:
 	dh --with quilt $@
+
+override_dh_strip:
+	dh_strip --dbg-package=libxfcegui4-4-dbg




More information about the Pkg-xfce-commits mailing list