r19522 - /desktop/experimental/gtk+2.0/debian/rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Fri Apr 10 20:17:17 UTC 2009
Author: lool
Date: Fri Apr 10 20:17:16 2009
New Revision: 19522
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19522
Log:
Move back MODULES_BASE_PATH and friends where they belong *sigh*
Modified:
desktop/experimental/gtk+2.0/debian/rules
Modified: desktop/experimental/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/rules?rev=19522&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/rules (original)
+++ desktop/experimental/gtk+2.0/debian/rules Fri Apr 10 20:17:16 2009
@@ -36,15 +36,6 @@
LIBDIR := usr/lib
endif
-# relative base directory for all types of modules
-MODULES_BASE_PATH := $(LIBDIR)/gtk-$(APIVER)/$(GTK_BINARY_VERSION)
-
-# relative directory to store the generated IM module files
-IMMODULE_FILES_D := $(MODULES_BASE_PATH)/immodule-files.d
-
-# relative directory to store the generated GdkPixbuf loader files
-LOADER_FILES_D := $(MODULES_BASE_PATH)/loader-files.d
-
# ppc64 support; see #386815
ifeq ($(DEB_HOST_GNU_CPU),powerpc64)
CFLAGS += -mminimal-toc
@@ -69,6 +60,15 @@
# Gtk binary version virtual Provide
GTK_BINVER_DEP := gtk$(APIVER)-binver-$(GTK_BINARY_VERSION)
+
+# relative base directory for all types of modules
+MODULES_BASE_PATH := $(LIBDIR)/gtk-$(APIVER)/$(GTK_BINARY_VERSION)
+
+# relative directory to store the generated IM module files
+IMMODULE_FILES_D := $(MODULES_BASE_PATH)/immodule-files.d
+
+# relative directory to store the generated GdkPixbuf loader files
+LOADER_FILES_D := $(MODULES_BASE_PATH)/loader-files.d
# package names
SHARED_PKG := libgtk$(APIVER)-$(SONAME)
More information about the pkg-gnome-commits
mailing list