Restore the no longer default, sensible defaults.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2005-06-23 00:44:25 +00:00
parent 7275146d4d
commit d103642201
2 changed files with 10 additions and 5 deletions

4
debian/control.in vendored
View File

@@ -81,7 +81,7 @@ Package: wxpython=SOV
Architecture: any Architecture: any
Section: python Section: python
Depends: libwxgtk=SOV-python, =PY, ${shlibs:Depends} Depends: libwxgtk=SOV-python, =PY, ${shlibs:Depends}
Suggests: wxwin=V-doc, wxwin=V-examples, =PY-xml Suggests: wx=V-doc, wx=V-examples, =PY-xml
Conflicts: wxpython Conflicts: wxpython
Replaces: wxpython, libwxgtk2.4-python Replaces: wxpython, libwxgtk2.4-python
Provides: wxpython Provides: wxpython
@@ -148,7 +148,7 @@ Description: wxWidgets Cross-platform C++ GUI toolkit (documentation)
Package: wx=V-examples Package: wx=V-examples
Architecture: all Architecture: all
Section: devel Section: devel
Suggests: libwxgtk=V-dev (= ${Source-Version}), wxwin=V-doc Suggests: libwxgtk=V-dev (= ${Source-Version}), wx=V-doc
Description: wxWidgets Cross-platform C++ GUI toolkit (examples) Description: wxWidgets Cross-platform C++ GUI toolkit (examples)
wxWidgets (formerly known as wxWindows) is a class library for C++ providing wxWidgets (formerly known as wxWindows) is a class library for C++ providing
GUI components and other facilities on several popular platforms (and some GUI components and other facilities on several popular platforms (and some

11
debian/rules vendored
View File

@@ -216,10 +216,12 @@ configure-gtk-shared-stamp:
--cache-file=$(config_cache) \ --cache-file=$(config_cache) \
--with-flavour=$(DEBIAN_WXFLAVOUR) \ --with-flavour=$(DEBIAN_WXFLAVOUR) \
--with-gtk \ --with-gtk \
--with-opengl \
--with-gnomeprint \
--with-zlib=sys \ --with-zlib=sys \
--with-libjpeg=sys \ --with-libjpeg=sys \
--with-libpng=sys \ --with-libpng=sys \
--with-libtiff=sys --with-libtiff=sys \
touch $@ touch $@
build-gtk-shared-stamp: configure-gtk-shared-stamp build-gtk-shared-stamp: configure-gtk-shared-stamp
@@ -236,11 +238,14 @@ configure-gtk-debug-stamp:
--cache-file=$(config_cache) \ --cache-file=$(config_cache) \
--with-flavour=$(DEBIAN_WXFLAVOUR) \ --with-flavour=$(DEBIAN_WXFLAVOUR) \
--with-gtk \ --with-gtk \
--enable-debug \ --with-opengl \
--with-gnomeprint \
--with-zlib=sys \ --with-zlib=sys \
--with-libjpeg=sys \ --with-libjpeg=sys \
--with-libpng=sys \ --with-libpng=sys \
--with-libtiff=sys --with-libtiff=sys \
--enable-debug \
--enable-unicode
touch $@ touch $@
build-gtk-debug-stamp: configure-gtk-debug-stamp build-gtk-debug-stamp: configure-gtk-debug-stamp