r38316 - /desktop/experimental/evince/debian/rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Jun 2 19:31:28 UTC 2013


Author: pochu
Date: Sun Jun  2 19:31:28 2013
New Revision: 38316

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38316
Log:
reorganize flags to work well with the new mechanism

Modified:
    desktop/experimental/evince/debian/rules

Modified: desktop/experimental/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/rules?rev=38316&op=diff
==============================================================================
--- desktop/experimental/evince/debian/rules [utf-8] (original)
+++ desktop/experimental/evince/debian/rules [utf-8] Sun Jun  2 19:31:28 2013
@@ -17,18 +17,20 @@
 DEB_DH_INSTALL_ARGS_evince-gtk += --sourcedir=debian/install/evince-gtk
 
 DEB_CONFIGURE_EXTRA_FLAGS = \
-			--enable-gtk-doc \
 			--enable-djvu \
 			--enable-dvi \
 			--enable-t1lib \
 			--enable-xps \
-			--enable-comics \
-			--enable-introspection
+			--enable-comics
 
 DEB_DH_MAKESHLIBS_ARGS += -X /usr/lib/nautilus/ -X /usr/lib/evince/ \
 	-V -- -c4
 
 DEB_DH_STRIP_ARGS_evince-gtk =
+
+DEB_CONFIGURE_FLAGS_evince = \
+			--enable-introspection \
+			--enable-gtk-doc
 
 DEB_CONFIGURE_FLAGS_evince-gtk = \
 			--without-keyring \




More information about the pkg-gnome-commits mailing list