aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* release 3.5.99.33.5.99.3Mike Gabriel2016-12-191-1/+8
|
* debian/control: B-D alternatively on libxfont1-dev or libxfont-dev. Fix ↵Mike Gabriel2016-12-051-1/+1
| | | | | | FTBFS on Debian stretch which has libxfont2-dev as default now. Fixes ArcticaProject/nx-libs#295.
* Update auto-generated debian/copyright.in.Mike Gabriel2016-11-301-2996/+1144
| | | | Fixes ArcticaProject/nx-libs#188.
* nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver ↵Mike Gabriel2016-11-157-163/+2
| | | | | | includes at build time. Fixes ArcticaProject/nx-libs#276.
* debian/libnx-x11-6.symbols: Update after upgrade of xtrans library files.Mike Gabriel2016-11-021-12/+12
|
* remove unused XInput.hUlrich Sibiller2016-11-021-1/+0
|
* drop ap_keysym.hUlrich Sibiller2016-11-021-1/+0
| | | | was unused
* nxcompext: Drop (nowadays) no-op file NXlibint.h.Mike Gabriel2016-10-301-2/+1
| | | | Fixes ArcticaProject/nx-libs#255.
* debian/patches: Rebase 102_xserver-xext_set-securitypolicy-path.debian.patch.Mike Gabriel2016-10-281-1/+1
|
* debian/rules: Re-enable (+pie) hardening flags again when building .deb ↵Mike Gabriel2016-10-201-1/+1
| | | | packages.
* debian/libnx-x11-6.symbols: Update symbols list.Mike Gabriel2016-10-201-4/+4
|
* XKeysymDB: ... got removed.Mike Gabriel2016-10-201-1/+0
|
* rename xf86bigfstr.h to xf86bigfproto.hUlrich Sibiller2016-10-192-2/+2
|
* debian/rules: Don't use -pie -fPIE at build time for 3.5.99.2 as it causes ↵Mike Gabriel2016-10-141-1/+1
| | | | nxagent to segfault. Investigating the reasons behind it is in process...
* release 3.5.99.23.5.99.2Mike Gabriel2016-10-131-0/+7
|
* debian/*.triggers: Call ldconfig via a trigger for all shared libraries.Mike Gabriel2016-10-134-0/+4
|
* debian/rules: Don't modify/create post{inst,rm} scripts during ↵Mike Gabriel2016-10-131-0/+3
| | | | dh_makeshlibs. This avoids adding ldconfig calls to such scripts.
* debian/libnx-x11-6.symbols: Update symbols for new backports in libNX_X11 API.Mike Gabriel2016-10-131-0/+20
|
* release 3.5.99.13.5.99.1Mike Gabriel2016-09-131-0/+7
|
* release 3.5.99.03.5.99.0Mike Gabriel2016-07-061-9/+4
|
* debian/*.doc-base: Add .doc-base files for bin:packages containing ↵Mike Gabriel2016-07-063-0/+21
| | | | documentation.
* debian/rules: Enable -fPIE / -pie hardening support for nxagent and nxproxy.Mike Gabriel2016-07-051-2/+2
|
* debian/nxagent.docs: whitespace onlyMike Gabriel2016-07-051-1/+1
|
* README.keystrokes: Move from base folder to doc/nxagent/.Mike Gabriel2016-07-051-1/+1
|
* debian/libxcomp3.docs: Install libxcomp3 documentation files into bin:package.Mike Gabriel2016-07-051-0/+2
|
* debian/nxproxy.docs: Fix FTBFS due to missing documentation files (moved out ↵Mike Gabriel2016-07-051-3/+1
| | | | of the way with recent commits).
* debian/control: Add some hard and exact-versioned dependencies for our ↵Mike Gabriel2016-07-051-0/+8
| | | | bin:packages. Assure that no old share lib packages with the same set of symbols remain on the system when upgrading.
* libNX_X11 data files: Install libNX_X11 related data files.Mike Gabriel2016-07-042-0/+23
| | | | | | | | | | | - Update XErrorDB to latest X.org version. - Install XErrorDB, XKeysymDB and Xcms.txt to /usr/{local/}share/nx/. - Assure that libNX_X11 finds those files at the named location. - Update debian/ packaging files. - Update nx-libs.spec packaging file. Fixes ArcticaProject/nx-libs#153
* debian/patches: Refresh patches after changes in upstream code.Mike Gabriel2016-07-022-2/+2
|
* Rework nxagent and nxproxy wrapper scripts.Mike Gabriel2016-07-012-2/+3
| | | | | | | | | | | | | | | | | | | o Install nxagent/nxproxy executables into multi-arch path. o Fake libNX_X11.so* as $LIBDIR/nx-X11/libX11.so*. o Allow injecting different $NXAPP containing the executable name. o For e.g. x2goagent this requires the following changes: - Move x2goagent symlink from /usr/lib/x2go/bin/x2goagent to $LIBDIR/nx/bin/x2goagent - Replace /usr/bin/x2goagent by a two-liner... ``` #!/bin/sh export NXAPP=x2goagent nxagent ```
* finally drop libNX_XextUlrich Sibiller2016-07-016-210/+23
|
* remove XShape code from libNX_XextUlrich Sibiller2016-07-013-4/+0
| | | | use system libXext instead
* library-cleanup: Don't build libNX_Xau anymore. Use system's libXau shared ↵Mike Gabriel2016-07-016-71/+7
| | | | library.
* nxauth: Drop nxauth tool completely, xauth can be successfully used with ↵Mike Gabriel2016-07-015-41/+11
| | | | nxagent / nxproxy instead.
* debian/*.dirs: Don't create directories in the Debian package. All handled ↵Mike Gabriel2016-07-012-5/+0
| | | | well by the upstream Makefile.
* roll-tarball.sh: Move out of debian/ folder into project's base folder.Mike Gabriel2016-07-011-157/+0
|
* debian/libxcompext3.symbols: Add symbols file for libXcompext3.Mike Gabriel2016-07-011-0/+103
|
* debian/rules: Use buildflags.mk from dpkg-dev. Enable bindnow hardening flag.Mike Gabriel2016-07-011-4/+3
|
* debian/control: Versioned B-D: dpkg-dev (>= 1.16.1.1).Mike Gabriel2016-07-011-0/+1
|
* debian/control: Remove all Pre-Depends: fields from all bin:pkgs.Mike Gabriel2016-07-011-24/+0
|
* debian/control: Bump Standards: to 3.9.8. (Various changes were needed).Mike Gabriel2016-07-011-1/+1
|
* debian/{control,compat}: Bump to DH compat level 9.Mike Gabriel2016-07-012-2/+2
|
* debian/control: Use my DD address in Uploaders: field.Mike Gabriel2016-07-011-1/+1
|
* debian/changelog: Suppress warnings from lintian about -0 revision in ↵Mike Gabriel2016-07-011-1/+1
| | | | version string.
* debian/control: Drop various not-used-anymore libNX_* related packages. Add ↵Mike Gabriel2016-07-011-506/+54
| | | | B:/R: to libnx-x11-{6,dev,6-dbg) to uninstall those package when upgrading to nx-libs 3.6.x.
* roll-tarball.sh: Don't ship doc/X11-symbols/ in the lite (proxy-only) ↵Mike Gabriel2016-07-011-0/+1
| | | | tarball derived from the nx-libs code tree.
* debian/rules: Don't attempt at removing $(CURDIR)/.preserve/. Not needed ↵Mike Gabriel2016-07-011-1/+0
| | | | anymore since we removed the CODE-REDUCTION_* hacks from debian/rules.
* debian/*: Drop non-multi-arch support (i.e. Debian squeeze, Ubuntu 10.04 and ↵Mike Gabriel2016-07-0121-12/+0
| | | | earlier).
* debian/*: Drop not-use-anymore CODE-REDUCTION_* files.Mike Gabriel2016-07-016-0/+0
|
* nx-X11/lib/X10: Drop really ancient X10 API code. Not used within nxagent.Mike Gabriel2016-07-011-1/+0
|