This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 30ade9c More source tree size reduction by analyzing what exactly of the Mesa source code in nx-X11/extras/ is used and what not. new c5ceb16 Makefile.nx-libs: Don't install Mesa header files into DESTDIR anymore. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/Makefile.nx-libs | 11 ----------- debian/changelog | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit c5ceb16a5328bb44b6c9025c6cb1e42e25dd1cb7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 22 15:17:47 2015 +0100 Makefile.nx-libs: Don't install Mesa header files into DESTDIR anymore. --- debian/Makefile.nx-libs | 11 ----------- debian/changelog | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/debian/Makefile.nx-libs b/debian/Makefile.nx-libs index 1c0909f..8e023aa 100644 --- a/debian/Makefile.nx-libs +++ b/debian/Makefile.nx-libs @@ -126,17 +126,6 @@ install-full: $(INSTALL_FILE) nx-X11/.build-exports/include/X11/bitmaps/* \ $(DESTDIR)$(PREFIX)/include/nx/X11/bitmaps/ - $(INSTALL_DIR) $(DESTDIR)$(PREFIX)/include/nx/extras/Mesa/GL/internal - $(INSTALL_FILE) nx-X11/extras/Mesa/include/GL/*.h \ - $(DESTDIR)$(PREFIX)/include/nx/extras/Mesa/GL/ - - $(INSTALL_FILE) nx-X11/extras/Mesa/include/GL/internal/*.h \ - $(DESTDIR)$(PREFIX)/include/nx/extras/Mesa/GL/internal/ - - $(INSTALL_DIR) $(DESTDIR)$(PREFIX)/include/nx/extras/Mesa/GLES/ - $(INSTALL_FILE) nx-X11/extras/Mesa/include/GLES/*.h \ - $(DESTDIR)$(PREFIX)/include/nx/extras/Mesa/GLES/ - $(INSTALL_DIR) $(DESTDIR)/$(ETCDIR_NX) $(INSTALL_DIR) $(DESTDIR)/$(ETCDIR_X2GO) $(INSTALL_FILE) etc/keystrokes.cfg $(DESTDIR)/$(ETCDIR_NX)/ diff --git a/debian/changelog b/debian/changelog index 001e594..d879d2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ nx-libs (2:3.5.0.29-0x2go1) UNRELEASED; urgency=medium + Turn libnx-*-dev packages into dummy packages. Shipping development files for nx-X11 makes no sense. No other programme build against nx-X11's header files except nxagent itself. + * Makefile.nx-libs: Don't install Mesa header files into DESTDIR anymore. [ Horst Schirmeier ] * Update 320_nxagent_configurable-keystrokes.full.patch. Fix a typo that -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git