summaryrefslogtreecommitdiff
path: root/debian/not-installed
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2011-01-23 04:46:54 +0100
committerCyril Brulebois <kibi@debian.org>2011-01-23 04:46:54 +0100
commite2b5a205c67af2d35d615ff08e553483b1e570a1 (patch)
treec65d9feae087703265c463dc6f436dfe30476e52 /debian/not-installed
parent43100af41173117aeb41aa739c26346ef8aac4f3 (diff)
downloadmesa-e2b5a205c67af2d35d615ff08e553483b1e570a1.tar.gz
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).
Diffstat (limited to 'debian/not-installed')
-rw-r--r--debian/not-installed25
1 files changed, 25 insertions, 0 deletions
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