[Pkg-xfce-commits] r9955 - in /desktop/branches/experimental/libxfce4ui/debian: changelog rules

Unit 193 unit193-guest at moszumanska.debian.org
Mon Jul 3 10:56:32 UTC 2017


Author: unit193-guest
Date: Mon Jul  3 10:56:32 2017
New Revision: 9955

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9955
Log:
d/rules: Replace --with-gtk3 with --with-gtk2, since gtk2 is now optional.

Modified:
    desktop/branches/experimental/libxfce4ui/debian/changelog
    desktop/branches/experimental/libxfce4ui/debian/rules

Modified: desktop/branches/experimental/libxfce4ui/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/libxfce4ui/debian/changelog?rev=9955&op=diff
==============================================================================
--- desktop/branches/experimental/libxfce4ui/debian/changelog	(original)
+++ desktop/branches/experimental/libxfce4ui/debian/changelog	Mon Jul  3 10:56:32 2017
@@ -15,6 +15,7 @@
     - Drop the dbg packages.
   * d/rules:
     - Migrate to dbgsym packages.
+    - Replace --with-gtk3 with --with-gtk2, since gtk2 is now optional.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Mon, 03 Jul 2017 11:59:04 +0200
 

Modified: desktop/branches/experimental/libxfce4ui/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/libxfce4ui/debian/rules?rev=9955&op=diff
==============================================================================
--- desktop/branches/experimental/libxfce4ui/debian/rules	(original)
+++ desktop/branches/experimental/libxfce4ui/debian/rules	Mon Jul  3 10:56:32 2017
@@ -14,7 +14,7 @@
 override_dh_auto_configure:
 	NOCONFIGURE=xdt-autogen
 	dh_auto_configure -- --with-vendor-info=$(XFVENDOR) --disable-silent-rules \
-		--disable-gladeui --with-gtk3
+		--disable-gladeui --with-gtk2
 
 override_dh_install:
 ifneq ($(XFVENDOR),Xubuntu)




More information about the Pkg-xfce-commits mailing list