Removed .cvsignore files from cp -R 'd examples.
(Please don't use -R in install targets -- we don't need CVS cruft installed on
peoples machines..)
Added extra contrib libs to contrib-dev package.
Removed 'shell' line from some non executable .py scripts.
Updated lintian overrides.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11728
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@# in other dist targets. Ugly and hardly portable but it
@# will run on any Debian box and that's enough for now.
- find $(DISTDIR) \( -name "CVS" -o -name "*.dsp" -o -name "*.dsw" -o -name "*.hh*" -o \
+ find $(DISTDIR) \( -name "CVS" -o -name ".cvsignore" -o -name "*.dsp" -o -name "*.dsw" -o -name "*.hh*" -o \
\( -name "makefile.*" -a ! -name "makefile.unx" \) \) \
-print0 | xargs -0 rm -rf
usr/include/wx/
+usr/lib/libcanvas.so
+usr/lib/libfl.so
usr/lib/libmmedia.so
usr/lib/libogl.so
usr/lib/libstc.so
+usr/lib/libwx_plot.so
+usr/lib/libwxxrc.so
-libwxgtk2.2-dbg: non-dev-pkg-with-shlib-symlink
-libwxgtk2.2-dbg: unused-shlib-entry-in-control-file
-libwxbase2.2-dbg: non-dev-pkg-with-shlib-symlink
-libwxbase2.2-dbg: unused-shlib-entry-in-control-file
+libwxgtk2.3-dbg: non-dev-pkg-with-shlib-symlink
+libwxbase2.3-dbg: non-dev-pkg-with-shlib-symlink
-#!/bin/env python
#----------------------------------------------------------------------------
# Name: ColourSelect.py
# Purpose: Colour Box Selection Control
self.OnChange()
dlg.Destroy()
-
-
-
-
-#!/bin/env python
#----------------------------------------------------------------------------
# Name: BrowseImage.py
# Purpose: Display and Select Image Files