From e2b5a205c67af2d35d615ff08e553483b1e570a1 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sun, 23 Jan 2011 04:46:54 +0100 Subject: Use debian/not-installed to keep track of not-installed files. Delete them before running dh_install, so that --fail-missing can be used. Files probably shouldn't stay there too long, one has to decide what to do with those (probably: in which package to ship them). --- debian/not-installed | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 debian/not-installed (limited to 'debian/not-installed') diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 0000000000..47ff8afe97 --- /dev/null +++ b/debian/not-installed @@ -0,0 +1,25 @@ +# Keep track of files we don't install: +NOT_INSTALLED = \ + dri/usr/include/GL/glfbdev.h \ + dri/usr/include/GL/glu.h \ + dri/usr/include/GL/glu_mangle.h \ + dri/usr/include/GL/mesa_wgl.h \ + dri/usr/include/GL/osmesa.h \ + dri/usr/include/GL/vms_x_fix.h \ + dri/usr/include/GL/wglext.h \ + dri/usr/include/GL/wmesa.h \ + dri/usr/lib/libGL.so \ + dri/usr/lib/pkgconfig/gl.pc \ + usr/include/GL/glext.h \ + usr/include/GL/glfbdev.h \ + usr/include/GL/gl.h \ + usr/include/GL/gl_mangle.h \ + usr/include/GL/GLwDrawAP.h \ + usr/include/GL/GLwMDrawAP.h \ + usr/include/GL/glxext.h \ + usr/include/GL/glx.h \ + usr/include/GL/glx_mangle.h \ + usr/include/GL/mesa_wgl.h \ + usr/include/GL/vms_x_fix.h \ + usr/include/GL/wglext.h \ + usr/include/GL/wmesa.h -- cgit v1.2.3