This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch next in repository redeclipse.
commit 673c034bd42201b1e34c066c00492034aa77bed6 Author: Martin Erik Werner <[email protected]> Date: Sun Jun 15 18:17:24 2014 +0200 Start adaption to next (likely 1.5) release Adapt to version.cfg now being placed in the upstream data/ dir and the game/ dir being removed. --- debian/patches/series | 1 - ...-install-symlink-to-version.cfg-in-server-inst.patch | 17 ----------------- debian/rules | 5 ++--- 3 files changed, 2 insertions(+), 21 deletions(-) diff --git a/debian/patches/series b/debian/patches/series index 57aa3f0..98100be 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,6 +1,5 @@ windowed-by-default.patch build-with-system-enet.patch desktop-file-don-t-quote-icon-app-name.patch -system-install-symlink-to-version.cfg-in-server-inst.patch don-t-check-for-keymap-when-using-standalone.patch gnu-link-rt.patch diff --git a/debian/patches/system-install-symlink-to-version.cfg-in-server-inst.patch b/debian/patches/system-install-symlink-to-version.cfg-in-server-inst.patch deleted file mode 100644 index cf45d91..0000000 --- a/debian/patches/system-install-symlink-to-version.cfg-in-server-inst.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: system-install: symlink to version.cfg in server install - * This fixes broken server installs, backport material. - Author: Martin Erik Werner "arand" <[email protected]> - Origin: upstream, http://redeclipse.net/svn/5503 - Last-Update: 2013-03-25 - ---- a/src/system-install.mk -+++ b/src/system-install.mk -@@ -84,6 +84,8 @@ - -i $(gamesbindir)/$(appname)-server - install -m644 ../$(appgamedir)/version.cfg \ - $(datadir)/$(appname)/version.cfg -+ ln -s $(patsubst $(DESTDIR)%,%,$(datadir))/$(appname)/version.cfg \ -+ $(libexecdir)/$(appname)/version.cfg - - system-install-data: - install -d $(datadir)/$(appname) diff --git a/debian/rules b/debian/rules index 5c089d9..0ba9767 100755 --- a/debian/rules +++ b/debian/rules @@ -47,9 +47,8 @@ get-orig-source: rm -rf $(DIR)/src/lib/ rm -rf $(DIR)/src/install/win/ rm -rf $(DIR)/bin/ - rm -rf $(DIR)/data - find $(DIR)/game/ -not -type d -not -iname 'version.cfg' -delete - find $(DIR)/game/ -empty -delete + find $(DIR)/data/ -not -type d -not -iname 'version.cfg' -delete + find $(DIR)/data/ -empty -delete XZ_OPT="-6" tar --create --xz --owner root --group root --mode a+rX \ -f $(TAR) $(DIR) rm -rf $(DIR) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

