More packaging updates for pending 2.3.3 release.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
45
debian/changelog
vendored
45
debian/changelog
vendored
@@ -1,7 +1,26 @@
|
|||||||
wxwindows2.3 (2.3.3) unstable; urgency=low
|
wxwindows2.3 (2.3.3) unstable; urgency=low
|
||||||
|
|
||||||
|
* The "If it sucks, You whined for it!" release.
|
||||||
|
* It's also STILL our unstable branch, so I'll probably summarily
|
||||||
|
close any bugs related to that fact. Please report bugs in
|
||||||
|
the code to wx-dev@lists.wxwindows.org (or the wx bug tracker on
|
||||||
|
SourceForge) and not the debian BTS. They'll get to the right
|
||||||
|
people much faster that way. Packaging bugs to the BTS per normal.
|
||||||
|
Thanks!
|
||||||
|
Closes: #155476, #155478
|
||||||
* New dynamic library/object loading code.
|
* New dynamic library/object loading code.
|
||||||
* Fixes several showstoppers from 2.3.2
|
* Fixes several showstoppers from 2.3.2
|
||||||
|
* wxPython now built with python2.2
|
||||||
|
* Depend explicitly on libpng3-dev, hopefully that will stay the
|
||||||
|
right thing a little longer. Closes: #143439
|
||||||
|
* Various wxPython issues all likely to be entirely different in 2.3
|
||||||
|
Please reopen (and/or tell Robin :) if they aren't fixed.
|
||||||
|
Closes: #153276, #124372, #146757, #148062, #146303
|
||||||
|
* Broken package managers are not my problem, unless enough people
|
||||||
|
think so to make it policy. Autogenerated bugs for things like
|
||||||
|
this suck too, just btw. If you're going to autogenerate menial
|
||||||
|
labor for people, at least autogenerate a patch to go along with
|
||||||
|
it. Closes: #130971, #130989, #130992
|
||||||
|
|
||||||
-- Ron Lee <ron@debian.org> Wed, 19 Dec 2001 15:41:31 -0800
|
-- Ron Lee <ron@debian.org> Wed, 19 Dec 2001 15:41:31 -0800
|
||||||
|
|
||||||
@@ -29,7 +48,31 @@ wxwindows2.3 (2.3.0) unstable; urgency=low
|
|||||||
|
|
||||||
-- Ron Lee <ron@debian.org> Sat, 27 Jan 2001 01:51:24 -0800
|
-- Ron Lee <ron@debian.org> Sat, 27 Jan 2001 01:51:24 -0800
|
||||||
|
|
||||||
wxwindows2.2 (2.2.8.5) unstable; urgency=low
|
wxwindows2.2 (2.2.9.2) unstable; urgency=high
|
||||||
|
|
||||||
|
* Fix wxPython gl bug. Closes: #130758
|
||||||
|
* Add versioned build dep on the -dev package too
|
||||||
|
to help avoid the 'png fiasco' for packages built
|
||||||
|
with wx. (Thanks Joshua) Closes: #131355
|
||||||
|
|
||||||
|
-- Ron Lee <ron@debian.org> Fri, 25 Jan 2002 03:11:28 -0800
|
||||||
|
|
||||||
|
wxwindows2.2 (2.2.9.1) unstable; urgency=high
|
||||||
|
|
||||||
|
* recompile with libpng2.. oops. Closes: #129762
|
||||||
|
|
||||||
|
-- Ron Lee <ron@debian.org> Mon, 21 Jan 2002 13:20:00 -0800
|
||||||
|
|
||||||
|
wxwindows2.2 (2.2.9) unstable; urgency=high
|
||||||
|
|
||||||
|
* fix for arches with unsigned char as default.
|
||||||
|
* high urgency because this fix really should get
|
||||||
|
into woody.
|
||||||
|
Closes: #127014
|
||||||
|
|
||||||
|
-- Ron Lee <ron@debian.org> Mon, 31 Dec 2001 06:53:27 -0800
|
||||||
|
|
||||||
|
wxwindows2.2 (2.2.8.5) unstable; urgency=low
|
||||||
|
|
||||||
* Add wxSIZE_T_IS defines to setup.h
|
* Add wxSIZE_T_IS defines to setup.h
|
||||||
Add automate that to my TODO list.
|
Add automate that to my TODO list.
|
||||||
|
4
debian/control.in
vendored
4
debian/control.in
vendored
@@ -1,9 +1,9 @@
|
|||||||
Source: wxwindows=V
|
Source: wxwindows=V
|
||||||
Section: libs
|
Section: libs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>=2.0), flex, bison, gettext, libgtk1.2-dev, python (>=2.1), python (<<2.2), python2.1-dev, zlib1g-dev, libjpeg62-dev, libpng-dev, libtiff3g-dev, libgl-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, libpng3-dev, libtiff3g-dev, libgl-dev, libesd0-dev
|
||||||
Maintainer: Ron Lee <ron@debian.org>
|
Maintainer: Ron Lee <ron@debian.org>
|
||||||
Standards-Version: 3.5.6.0
|
Standards-Version: 3.5.7.0
|
||||||
|
|
||||||
Package: libwxbase=V
|
Package: libwxbase=V
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
Reference in New Issue
Block a user