r36657 - /desktop/experimental/five-or-more/debian/rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Feb 13 01:07:32 UTC 2013


Author: jbicha-guest
Date: Wed Feb 13 01:07:31 2013
New Revision: 36657

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36657
Log:
actually that rule is important after all

Modified:
    desktop/experimental/five-or-more/debian/rules

Modified: desktop/experimental/five-or-more/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/five-or-more/debian/rules?rev=36657&op=diff
==============================================================================
--- desktop/experimental/five-or-more/debian/rules [utf-8] (original)
+++ desktop/experimental/five-or-more/debian/rules [utf-8] Wed Feb 13 01:07:31 2013
@@ -10,8 +10,9 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+DEB_DH_FIXPERMS_ARGS := -X/usr/games/$(cdbs_curpkg)
 
 $(patsubst %,binary-post-install/%,$(DEB_PACKAGES)) :: binary-post-install/%:
 	if [ -d debian/$(cdbs_curpkg)/usr/games ]; then \




More information about the pkg-gnome-commits mailing list