Am Tue, 9 Sep 2014 18:31:34 +0100 schrieb Olly Betts <[email protected]>:
> Thanks for looking into this - if it's actually possible to do, I'll > try to ensure it gets in before the freeze. > Hey Olly, Adding a libnotify-dev build-dep is all I needed to get a libnotify-enabled wxWidgets from pbuilder, so here's the super-simple patch (attached). Regarding the shlibs stuff you mentioned, I'm not into deb packaging enough, sry... HTH, Christian
diff --git a/wxwidgets3.0-3.0.1/debian/control b/wxwidgets3.0-3.0.1/debian/control index 0e0bbcf..da0f1ef 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Build-Depends: debhelper (>= 9), gettext, libgtk2.0-dev, zlib1g-dev, libjpeg-dev, libpng-dev, libtiff5-dev, libsm-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libesd0-dev, autotools-dev, libexpat1-dev, dpkg-dev (>= 1.16.1~), - libxt-dev, libgstreamer-plugins-base0.10-dev, libgconf2-dev, libwebkitgtk-dev + libxt-dev, libgstreamer-plugins-base0.10-dev, libgconf2-dev, libwebkitgtk-dev, + libnotify-dev Maintainer: wxWidgets Maintainers <[email protected]> Uploaders: Olly Betts <[email protected]> Standards-Version: 3.9.5

