aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control17
-rw-r--r--debian/nx-x11proto-scrnsaver-dev.install3
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index b1898252f..faa27aadb 100644
--- a/debian/control
+++ b/debian/control
@@ -306,6 +306,23 @@ Description: nx-X11 Render extension wire protocol (dummy package)
.
This package can be safely removed.
+Package: nx-x11proto-scrnsaver-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends},
+Breaks: nxlibs (<= 3.5.1),
+ libnx-x11-dev (<< 2:3.5.0.29-1~),
+Description: nx-X11 Screen Saver extension wire protocol
+ NX is a software suite which implements very efficient
+ compression of the X11 protocol. This increases performance when
+ using X applications over a network, especially a slow one.
+ .
+ This package provides development headers describing the wire protocol
+ for the MIT-SCREEN-SAVER extension, used to notify the server of client
+ screen saver events.
+
Package: libnx-mesa-extras-dev
Section: libdevel
Architecture: any
diff --git a/debian/nx-x11proto-scrnsaver-dev.install b/debian/nx-x11proto-scrnsaver-dev.install
new file mode 100644
index 000000000..952a6c52f
--- /dev/null
+++ b/debian/nx-x11proto-scrnsaver-dev.install
@@ -0,0 +1,3 @@
+usr/include/*/nx-X11/extensions/saver.h
+usr/include/*/nx-X11/extensions/saverproto.h
+usr/include/*/nx-X11/extensions/scrnsaver.h \ No newline at end of file