diff --git a/debian/changelog b/debian/changelog index a56907878b..99a4915d83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +wxwindows2.4 (2.4.0.8) unstable; urgency=low + + * The "I wish people would read the existing discussion about new releases + before posting 'reminder' bugs" release. Closes: #189144 + * Moved back to using png2. gtk1 forces that on anything using it and + gtk2 support is still too flakey both in wx and dependent apps for + us to entertain it in a stable release. This is a *really* messed + up situation for anyone trying to maintain a development machine. + Thank the png and gtk theme people if its a pain in your ass too. + Closes: #186779 + * Add real package options to the gl build deps. Closes: #182210 + * Really fix the XRCed problem, unlike 2.4.0.7 ; ) Closes: #183712 + + -- Ron Lee Tue, 15 Apr 2003 18:42:54 -0700 + wxwindows2.4 (2.4.0.3) unstable; urgency=low * Changed Conflict to Replaces so people can use 2.4 -dev before all diff --git a/debian/control.in b/debian/control.in index 1a9da74f00..319f8850ee 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,9 +1,9 @@ Source: wxwindows=V Section: libs Priority: optional -Build-Depends: debhelper (>=2.0), flex, bison, gettext, libgtk1.2-dev, python (>=2.2), python (<<2.3), python2.2-dev, zlib1g-dev, libjpeg62-dev, libpng12-0-dev, libtiff3g-dev, libgl-dev, libglu-dev, libesd0-dev +Build-Depends: debhelper (>=2.0), flex, bison, gettext, libgtk1.2-dev, python (>=2.2), python (<<2.3), python2.2-dev, zlib1g-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev, libesd0-dev Maintainer: Ron Lee -Standards-Version: 3.5.8.0 +Standards-Version: 3.5.9.0 Package: libwxbase=V Architecture: any @@ -15,8 +15,8 @@ Description: wxBase library (runtime) - non-GUI support classes of wxWindows too portable wrappers around many OS-specific functions allowing to build the same program under all supported folders, wxThread class for writing multithreaded programs using either Win32 or POSIX threads and much more. - wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD, - Solaris, HP-UX, ...), win32, and BeOS. + wxBase currently supports the following platforms: Generic Unix (Linux, + FreeBSD, Solaris, HP-UX, ...), win32, and BeOS. . This package is only useful for non-GUI apps. It offers a subset of the classes in libwx_gtk=V for use in console apps and daemons. You do not need @@ -36,10 +36,11 @@ Description: wxBase library (development) - non-GUI support classes of wxWindows portable wrappers around many OS-specific functions allowing to build the same program under all supported folders, wxThread class for writing multithreaded programs using either Win32 or POSIX threads and much more. - wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD, - Solaris, HP-UX, ...), win32, and BeOS. + wxBase currently supports the following platforms: Generic Unix (Linux, + FreeBSD, Solaris, HP-UX, ...), win32, and BeOS. . - This package provides the files needed to compile apps using the wxBase library. + This package provides the files needed to compile apps using the wxBase + library. Package: libwxbase=V-dbg Architecture: any @@ -55,8 +56,8 @@ Description: wxBase library (debug) - non-GUI support classes of wxWindows toolk portable wrappers around many OS-specific functions allowing to build the same program under all supported folders, wxThread class for writing multithreaded programs using either Win32 or POSIX threads and much more. - wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD, - Solaris, HP-UX, ...) win32, and BeOS. + wxBase currently supports the following platforms: Generic Unix (Linux, + FreeBSD, Solaris, HP-UX, ...) win32, and BeOS. . This package provides a debug version of the wxBase library. It is compiled both with -g for normal debugger tracing and with the __WXDEBUG__ flag which diff --git a/debian/rules b/debian/rules index 3ff8b8d6fd..67e79d075a 100755 --- a/debian/rules +++ b/debian/rules @@ -697,13 +697,17 @@ install-gtk-py: build-gtk-py-stamp -name '*.py?' -exec rm '{}' ';' dh_installman debian/wxPython-tools.1 - dh_link usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/img2py.1 \ - usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/img2xpm.1 \ - usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/img2png.1 \ - usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/pycrust.1 \ - usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/pyshell.1 \ - usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/xrced.1 \ - usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/helpviewer.1 + dh_link usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/img2py.1 \ + usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/img2xpm.1 \ + usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/img2png.1 \ + usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/pycrust.1 \ + usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/pyshell.1 \ + usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/xrced.1 \ + usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/helpviewer.1 \ + usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/pycwrap.1 + #usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/pyalacarte.1 + #usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/pyalamode.1 + #usr/share/man/man1/wxPython-tools.1 usr/share/man/man1/pywrap.1 install-headers: DH_OPTIONS=-p$(package_headers) install-headers: install-gtk-shared-stamp