The branch, master has been updated via fa3c1ddecc22c1b1a50a82185e0cf69d3d08b28c (commit) from e4e92822acabf95e460371582683ef8b03248438 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fa3c1ddecc22c1b1a50a82185e0cf69d3d08b28c Author: Ivan Kabaivanov <chepati@yahoo.com> Date: Wed Aug 17 17:40:33 2011 +0200 Tarballer installer fix. ----------------------------------------------------------------------- Summary of changes: Makefile.in | 2 +- debian/changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/Makefile.in b/Makefile.in index 109f147..d695661 100644 --- a/Makefile.in +++ b/Makefile.in @@ -274,7 +274,7 @@ install.bin: install.lib: all ./mkinstalldirs $(DESTDIR)$(prefix)/lib ./mkinstalldirs $(DESTDIR)$(prefix)/include - $(INSTALL) $(DESTDIR)$(prefix)/lib + $(INSTALL) -d $(DESTDIR)$(prefix)/lib $(INSTALL_DATA) libXcomp.so.3.* $(DESTDIR)$(prefix)/lib $(INSTALL_LINK) libXcomp.so.3 $(DESTDIR)$(prefix)/lib $(INSTALL_LINK) libXcomp.so $(DESTDIR)$(prefix)/lib diff --git a/debian/changelog b/debian/changelog index bc6aedc..d338d1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ nxcomp (3.5.0-1-0~x2go1) UNRELEASED; urgency=low * Don't let Makefile run fail if ldconfig fails. * Breaks/replaces nxcomp package. + [ Ivan Kabaivanov ] + * Tarballer installer fix. + -- Reinhard Tartler <siretart@tauware.de> Wed, 29 Jun 2011 15:41:10 +0200 nxcomp (3.4.0.8-0~x2go1) unstable; urgency=low hooks/post-receive -- nxcomp.git (NX comp library) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "nxcomp.git" (NX comp library).