[Pkg-xfce-commits] r9466 - in /desktop/branches/experimental/exo/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Tue Aug 23 21:01:10 UTC 2016


Author: corsac
Date: Tue Aug 23 21:01:10 2016
New Revision: 9466

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9466
Log:
* debian/control:
  - update build-dep for new development release: add build-dep on
    libgtk2.0-dev and libgtk-3-dev
* debian/rules:
  - enable GTK-3 build.

Modified:
    desktop/branches/experimental/exo/debian/changelog
    desktop/branches/experimental/exo/debian/control
    desktop/branches/experimental/exo/debian/rules

Modified: desktop/branches/experimental/exo/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/exo/debian/changelog?rev=9466&op=diff
==============================================================================
--- desktop/branches/experimental/exo/debian/changelog	(original)
+++ desktop/branches/experimental/exo/debian/changelog	Tue Aug 23 21:01:10 2016
@@ -1,6 +1,11 @@
 exo (0.11.1-1) UNRELEASED; urgency=medium
 
   * New upstream development release.
+  * debian/control:
+    - update build-dep for new development release: add build-dep on
+      libgtk2.0-dev and libgtk-3-dev
+  * debian/rules:
+    - enable GTK-3 build.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Tue, 23 Aug 2016 22:18:46 +0200
 

Modified: desktop/branches/experimental/exo/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/exo/debian/control?rev=9466&op=diff
==============================================================================
--- desktop/branches/experimental/exo/debian/control	(original)
+++ desktop/branches/experimental/exo/debian/control	Tue Aug 23 21:01:10 2016
@@ -5,9 +5,10 @@
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, 
  Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 9), libxfce4util-dev (>= 4.10.0),
- dpkg-dev (>= 1.16.1), libxfce4ui-1-dev (>= 4.10.0), liburi-perl, chrpath,
+ dpkg-dev (>= 1.16.1), libxfce4ui-1-dev, liburi-perl, chrpath,
  intltool, libglib2.0-dev (>= 2.30), xfce4-dev-tools (>= 4.10.0), libtool,
- gtk-doc-tools, dh-autoreconf
+ gtk-doc-tools, dh-autoreconf, libgtk2.0-dev, libxfce4ui-2-dev (>= 4.12.0), 
+ libgtk-3-dev (>= 3.6.0)
 Standards-Version: 3.9.6
 Homepage: http://www.xfce.org
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/exo/

Modified: desktop/branches/experimental/exo/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/exo/debian/rules?rev=9466&op=diff
==============================================================================
--- desktop/branches/experimental/exo/debian/rules	(original)
+++ desktop/branches/experimental/exo/debian/rules	Tue Aug 23 21:01:10 2016
@@ -17,7 +17,7 @@
 	NOCONFIGURE=1 dh_autoreconf xdt-autogen
 
 override_dh_auto_configure:
-	MSGFMT="$(MSGFMT)" dh_auto_configure -- --disable-gtk-doc --disable-silent-rules
+	MSGFMT="$(MSGFMT)" dh_auto_configure -- --disable-gtk-doc --disable-silent-rules --enable-gtk3
 
 override_dh_install:
 	# Debianise




More information about the Pkg-xfce-commits mailing list