[Pkg-xfce-commits] r7620 - desktop/trunk/xfce4-terminal/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sat May 25 12:21:48 UTC 2013


Author: mrpouit-guest
Date: 2013-05-25 12:21:48 +0000 (Sat, 25 May 2013)
New Revision: 7620

Modified:
   desktop/trunk/xfce4-terminal/debian/changelog
   desktop/trunk/xfce4-terminal/debian/control
   desktop/trunk/xfce4-terminal/debian/rules
Log:
* debian/control:
  - drop exo build-dep, unused with the 0.6.x branch
  - drop dbus-glib build-dep, 0.6.x switched to GDBus.
* debian/rules: drop obsolete --enable-dbus configure flag.

Modified: desktop/trunk/xfce4-terminal/debian/changelog
===================================================================
--- desktop/trunk/xfce4-terminal/debian/changelog	2013-05-25 12:19:22 UTC (rev 7619)
+++ desktop/trunk/xfce4-terminal/debian/changelog	2013-05-25 12:21:48 UTC (rev 7620)
@@ -1,3 +1,12 @@
+xfce4-terminal (0.6.2-2) UNRELEASED; urgency=low
+
+  * debian/control:
+    - drop exo build-dep, unused with the 0.6.x branch
+    - drop dbus-glib build-dep, 0.6.x switched to GDBus.
+  * debian/rules: drop obsolete --enable-dbus configure flag.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com>  Sat, 25 May 2013 14:06:26 +0200
+
 xfce4-terminal (0.6.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/trunk/xfce4-terminal/debian/control
===================================================================
--- desktop/trunk/xfce4-terminal/debian/control	2013-05-25 12:19:22 UTC (rev 7619)
+++ desktop/trunk/xfce4-terminal/debian/control	2013-05-25 12:21:48 UTC (rev 7620)
@@ -4,8 +4,7 @@
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, 
  Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 9), libdbus-glib-1-dev, 
- libexo-1-dev (>= 0.10.0), libvte-dev (>= 1:0.28), libxml-perl,
+Build-Depends: debhelper (>= 9), libvte-dev (>= 1:0.28), libxml-perl,
  libstartup-notification0-dev, chrpath, intltool, libgtk2.0-dev (>= 2.14),
  hardening-includes, libxfce4ui-1-dev (>= 4.10)
 Standards-Version: 3.9.3

Modified: desktop/trunk/xfce4-terminal/debian/rules
===================================================================
--- desktop/trunk/xfce4-terminal/debian/rules	2013-05-25 12:19:22 UTC (rev 7619)
+++ desktop/trunk/xfce4-terminal/debian/rules	2013-05-25 12:21:48 UTC (rev 7620)
@@ -5,7 +5,7 @@
 
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-dbus --disable-silent-rules
+	dh_auto_configure -- --disable-silent-rules
 
 override_dh_install:
 	dh_install --fail-missing




More information about the Pkg-xfce-commits mailing list