r20788 - /packages/unstable/mutter/debian/rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sun Jul 26 11:19:14 UTC 2009


Author: kov
Date: Sun Jul 26 11:19:13 2009
New Revision: 20788

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20788
Log:
fix package naming and versioning on rules file

Modified:
    packages/unstable/mutter/debian/rules

Modified: packages/unstable/mutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/mutter/debian/rules?rev=20788&op=diff
==============================================================================
--- packages/unstable/mutter/debian/rules [utf-8] (original)
+++ packages/unstable/mutter/debian/rules [utf-8] Sun Jul 26 11:19:13 2009
@@ -9,8 +9,9 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-startup-notification=yes
-DEB_DH_MAKESHLIBS_ARGS_libmetacity-private0 += -V 'libmetacity-private0 (>= 1:2.26.0)'
+DEB_DH_MAKESHLIBS_ARGS_libmetacity-private0 += -V 'libmutter-private0 (>= 2.27.1)'
 DEB_INSTALL_DOCS_metacity += doc/theme-format.txt
 
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+# This does not work with mutter; disabled, for now.
+# LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 




More information about the pkg-gnome-commits mailing list