Hi Olly!
> Il Lunedì 28 Aprile 2014 7:47, Olly Betts <o...@survex.com> ha scritto: > >> Il Giovedì 24 Aprile 2014 18:11, Gianfranco Costamagna > <costamagnagianfra...@yahoo.it> ha scritto: >> > Hi Olly, I'm looking right now at the package. >> >> Enabling webview gives us a new library, so I think a new package is the > most >> feasible way, right? > > Yes, seems we should be able to put the "webview" library into a new > binary package (very like how the "mmedia" library is handled). > yes, I started from media package and did some magic sed commands to copy paste >> My opinion: >> -leave headers in the generic package (should check but I'm pretty sure > they >> already are there > > That seems reasonable (and to be what we do for the wxmediactrl > headers). > mmm the headers were already there, so I don't think we need to change anything here (the files have some magic #ifdef inside) https://packages.debian.org/sid/amd64/wx3.0-headers/filelist /usr/include/wx-3.0/wx/webview.h /usr/include/wx-3.0/wx/webviewarchivehandler.h /usr/include/wx-3.0/wx/webviewfshandler.h >> something like libwxgtk-webview=SOV with the library inside and a >> libwxgtk-webview-dev with the link? > > Yes. > wonderful >> the patch seems to be really trivial if I'm understanding correctly how > does >> your package work > > If there's already a separate library built, then it shouldn't be a > complex patch, though it still needs careful testing as the simple > changes in the patch can cause major changes in the resulting packages. > yes of course >> I double checked the libraries, they aren't anymore in the gtk package >> and they are in the webview one. > > Have you compared the existing binary packages before and after your > changes with debdiff? That's a good way to pick up any files that > have inadvertently been installed to a different package, or which > have changed in ways we don't want. > I did some magic test here: the new packages shows these files $ dpkg -c libwxgtk-webview3.0-0_3.0.0-3_amd64.deb drwxr-xr-x root/root 0 2014-04-28 17:34 ./ drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/ drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/share/ drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/share/doc/ drwxr-xr-x root/root 0 2014-04-28 17:34 ./usr/share/doc/libwxgtk-webview3.0-0/ -rw-r--r-- root/root 22859 2014-04-28 09:25 ./usr/share/doc/libwxgtk-webview3.0-0/copyright -rw-r--r-- root/root 79775 2013-11-11 14:10 ./usr/share/doc/libwxgtk-webview3.0-0/changelog.gz -rw-r--r-- root/root 18441 2014-04-28 11:04 ./usr/share/doc/libwxgtk-webview3.0-0/changelog.Debian.gz drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/share/lintian/ drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/share/lintian/overrides/ -rw-r--r-- root/root 57 2014-04-28 17:33 ./usr/share/lintian/overrides/libwxgtk-webview3.0-0 drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/lib/ drwxr-xr-x root/root 0 2014-04-28 17:34 ./usr/lib/x86_64-linux-gnu/ -rw-r--r-- root/root 122608 2014-04-28 17:34 ./usr/lib/x86_64-linux-gnu/libwx_gtk2u_webview-3.0.so.0.0.0 lrwxrwxrwx root/root 0 2014-04-28 17:33 ./usr/lib/x86_64-linux-gnu/libwx_gtk2u_webview-3.0.so.0 -> libwx_gtk2u_webview-3.0.so.0.0.0 $ dpkg -c libwxgtk-webview3.0-0-dbg_3.0.0-3_amd64.deb drwxr-xr-x root/root 0 2014-04-28 17:34 ./ drwxr-xr-x root/root 0 2014-04-28 17:34 ./usr/ drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/share/ drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/share/doc/ drwxr-xr-x root/root 0 2014-04-28 17:34 ./usr/share/doc/libwxgtk-webview3.0-0-dbg/ -rw-r--r-- root/root 22859 2014-04-28 09:25 ./usr/share/doc/libwxgtk-webview3.0-0-dbg/copyright -rw-r--r-- root/root 79775 2013-11-11 14:10 ./usr/share/doc/libwxgtk-webview3.0-0-dbg/changelog.gz -rw-r--r-- root/root 18441 2014-04-28 11:04 ./usr/share/doc/libwxgtk-webview3.0-0-dbg/changelog.Debian.gz drwxr-xr-x root/root 0 2014-04-28 17:34 ./usr/lib/ drwxr-xr-x root/root 0 2014-04-28 17:34 ./usr/lib/debug/ drwxr-xr-x root/root 0 2014-04-28 17:34 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2014-04-28 17:34 ./usr/lib/debug/.build-id/a5/ -rw-r--r-- root/root 638129 2014-04-28 17:34 ./usr/lib/debug/.build-id/a5/eafcf1baff67ffc345ddf7927e5a47f28ed8d6.debug $ dpkg -c libwxgtk-webview3.0-dev_3.0.0-3_amd64.deb drwxr-xr-x root/root 0 2014-04-28 17:34 ./ drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/ drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/share/ drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/share/doc/ drwxr-xr-x root/root 0 2014-04-28 17:34 ./usr/share/doc/libwxgtk-webview3.0-dev/ -rw-r--r-- root/root 22859 2014-04-28 09:25 ./usr/share/doc/libwxgtk-webview3.0-dev/copyright -rw-r--r-- root/root 79775 2013-11-11 14:10 ./usr/share/doc/libwxgtk-webview3.0-dev/changelog.gz -rw-r--r-- root/root 18441 2014-04-28 11:04 ./usr/share/doc/libwxgtk-webview3.0-dev/changelog.Debian.gz drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/lib/ drwxr-xr-x root/root 0 2014-04-28 17:33 ./usr/lib/x86_64-linux-gnu/ lrwxrwxrwx root/root 0 2014-04-28 17:33 ./usr/lib/x86_64-linux-gnu/libwx_gtk2u_webview-3.0.so -> libwx_gtk2u_webview-3.0.so.0 there is also the debdiff from the non-new packages, uploaded here http://paste.debian.net/96342/ and attached to this bug report >> I also checked the documentation, and updated it. >> > https://github.com/LocutusOfBorg/wx/commit/92a5bd8ff7c2347d00beac74f0938689ce706679 >> > https://github.com/LocutusOfBorg/wx/commit/4b357103f85186a8585edb60d0ef6c707dfac5ba > >> I'm still a little bit worried about the dependencies that I should >> add for the new packages, can you please review? > > You shouldn't need to add "libwebkitgtk-3.0-0" manually - > ${shlibs:Depends} should take care of adding that for you. Awesome, I wasn't sure about this > > I wouldn't make libwebkitgtk-3.0-0-dbg a hard dependency either (as you > can definitely do useful debugging with just the wx debug symbols), but > it might be reasonable to add them as "Suggests:". changed > >> I would like to contribute a little more if you want, bumping standard >> version, maybe cherry-pick the patch from #736374 or would you like to >> wait for the new upcoming release? > > I'm not really sure what's up with the upstream 3.0.1 release. It seems > to be have been close for a while, but with about 5 open bugs (just not > always the same 5), and it's now way past the date on their trac > milestone for it. > > If we're going to make an upload for this bug, we might as well bundle > in that patch, plus the one for #746192. > > It looks like no changes are required for policy 3.9.5, so that can be > bumped too. > Done all, also cherry picked patches from #746192 and #736374 > If you're interested in contributing more generally, you might want to > consider joining the team: https://alioth.debian.org/projects/freewx/ done > > > Cheers, > Olly Really thanks! I'm going to give the package an install shot to see how it goes (if it doesn't drag any runtime dependency can we avoid the new package?) Bests, Gianfranco >
----------- debdiff libwxbase3.0-0_3.0.0-2_amd64.deb libwxbase3.0-0_3.0.0-3_amd64.deb ----------- File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ Version: [-3.0.0-2-] {+3.0.0-3+} ----------- debdiff libwxbase3.0-0-dbg_3.0.0-2_amd64.deb libwxbase3.0-0-dbg_3.0.0-3_amd64.deb ----------- File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ Depends: libwxbase3.0-0 (= [-3.0.0-2)-] {+3.0.0-3)+} Installed-Size: [-13733-] {+13734+} Version: [-3.0.0-2-] {+3.0.0-3+} ----------- debdiff libwxbase3.0-dev_3.0.0-2_amd64.deb libwxbase3.0-dev_3.0.0-3_amd64.deb ----------- File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ Depends: wx3.0-headers (= [-3.0.0-2),-] {+3.0.0-3),+} libwxbase3.0-0 (= [-3.0.0-2),-] {+3.0.0-3),+} libc6-dev | libc-dev Installed-Size: [-243-] {+244+} Version: [-3.0.0-2-] {+3.0.0-3+} ----------- debdiff libwxgtk3.0-0_3.0.0-2_amd64.deb libwxgtk3.0-0_3.0.0-3_amd64.deb ----------- File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.15), libcairo2 (>= 1.6.0), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.24.0), libglu1-mesa | libglu1, libgtk2.0-0 (>= 2.24.0), {+libjavascriptcoregtk-1.0-0 (>= 1.5.1),+} libjpeg8 (>= 8c), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsm6, {+libsoup2.4-1 (>= 2.4.0),+} libstdc++6 (>= 4.1.1), libtiff5 (>= 4.0.3), {+libwebkitgtk-1.0-0 (>= 1.3.10),+} libwxbase3.0-0 (>= 3.0.0), libx11-6, libxxf86vm1, zlib1g (>= 1:1.1.4) Installed-Size: [-16011-] {+16008+} Version: [-3.0.0-2-] {+3.0.0-3+} ----------- debdiff libwxgtk3.0-0-dbg_3.0.0-2_amd64.deb libwxgtk3.0-0-dbg_3.0.0-3_amd64.deb ----------- [The following lists of changes regard files as different if they have different names, permissions or owners.] Files in second .deb but not in first ------------------------------------- -rw-r--r-- root/root /usr/lib/debug/.build-id/31/dcdb8b5d174d022419a7d4e3a42e1c0cdd7f25.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/3b/0095f1cd1e214490eaecfc184a2a92e73e820a.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/4c/4833f9e983e7797ea575751226aa11a7ab7e91.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/4e/65327184c62e429e798df5a8f147d8b27e8164.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/6c/2e4671634b4cc2c751be5d92757f6ce4a0fade.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/87/466d16138b3b22f7dc47912396db72b0885581.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/a8/16b0d2deb699044572a302859584f8d898c34e.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/b3/4d9076c8fc13c6883c9f7cff21828d10df2f94.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ce/e382909b4536a35d9f3b72c99c08b2bd22ed13.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ea/a45db9f7d2e189c6c12fd548f7445866a0194e.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ff/d0a816aaa0b2e231dcfdeb6c5901bd1fbb88dc.debug Files in first .deb but not in second ------------------------------------- -rw-r--r-- root/root /usr/lib/debug/.build-id/12/516e87ca95e04ed4c95cc4b2853925708ff216.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/15/e75fa0bd65da0dd836866cfacb0c709790c628.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/48/81cf2b9c5c227ae356290eaf639d426abb8cd5.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/53/d45021f901e624fad53557367394db239f1bdf.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/5a/d58fd57852a3211bb33320ab9a58f146c7f426.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/b9/5e3fe7b414ecdaa70514f72bbca67527466a70.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ba/e9bea2b45c2b55c26b9da001eb8ed8fad6e4f8.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/c2/d2329592dbe5911bd794277f6aed2faf35ba1f.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/c8/b17c88d2f78d9eefc4599d9cf3bc1ac0b84a28.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/e6/6483c1cf2af7321c14d4005f4ab99a81426c35.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ec/60b4c17aafd8615e9c2f0d191ff6e14d7df2a8.debug Control files: lines which differ (wdiff format) ------------------------------------------------ Depends: libwxgtk3.0-0 (= [-3.0.0-2),-] {+3.0.0-3),+} libwxbase3.0-0-dbg (= [-3.0.0-2)-] {+3.0.0-3)+} Installed-Size: [-67404-] {+67410+} Version: [-3.0.0-2-] {+3.0.0-3+} ----------- debdiff libwxgtk3.0-dev_3.0.0-2_amd64.deb libwxgtk3.0-dev_3.0.0-3_amd64.deb ----------- File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ Depends: wx-common (= [-3.0.0-2),-] {+3.0.0-3),+} wx3.0-headers (= [-3.0.0-2),-] {+3.0.0-3),+} libwxgtk3.0-0 (= [-3.0.0-2),-] {+3.0.0-3),+} libwxbase3.0-dev (= [-3.0.0-2)-] {+3.0.0-3)+} Version: [-3.0.0-2-] {+3.0.0-3+} ----------- debdiff libwxgtk-media3.0-0_3.0.0-2_amd64.deb libwxgtk-media3.0-0_3.0.0-3_amd64.deb ----------- File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.0), libgtk2.0-0 (>= 2.24.0), {+libjavascriptcoregtk-1.0-0 (>= 1.5.1),+} libjpeg8 (>= 8c), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsm6, {+libsoup2.4-1 (>= 2.4.0),+} libstdc++6 (>= 4.1.1), libtiff5 (>= 4.0.3), {+libwebkitgtk-1.0-0 (>= 1.3.10),+} libwxbase3.0-0 (>= 3.0.0), libwxgtk3.0-0 (>= 3.0.0), libx11-6, libxml2 (>= 2.6.27), libxxf86vm1, zlib1g (>= 1:1.1.4) Installed-Size: [-266-] {+267+} Version: [-3.0.0-2-] {+3.0.0-3+} ----------- debdiff libwxgtk-media3.0-0-dbg_3.0.0-2_amd64.deb libwxgtk-media3.0-0-dbg_3.0.0-3_amd64.deb ----------- [The following lists of changes regard files as different if they have different names, permissions or owners.] Files in second .deb but not in first ------------------------------------- -rw-r--r-- root/root /usr/lib/debug/.build-id/43/7aa0b1d7626a73e9cf5bf8e82a3d3d44895cf4.debug Files in first .deb but not in second ------------------------------------- -rw-r--r-- root/root /usr/lib/debug/.build-id/14/d08f99c761ee6ae1dda2d51782c329aaf64eaf.debug Control files: lines which differ (wdiff format) ------------------------------------------------ Depends: libwxgtk-media3.0-0 (= [-3.0.0-2),-] {+3.0.0-3),+} libwxgtk3.0-0-dbg (= [-3.0.0-2)-] {+3.0.0-3)+} Installed-Size: [-547-] {+548+} Version: [-3.0.0-2-] {+3.0.0-3+} ----------- debdiff libwxgtk-media3.0-dev_3.0.0-2_amd64.deb libwxgtk-media3.0-dev_3.0.0-3_amd64.deb ----------- File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ Depends: wx-common (= [-3.0.0-2),-] {+3.0.0-3),+} wx3.0-headers (= [-3.0.0-2),-] {+3.0.0-3),+} libwxgtk-media3.0-0 (= [-3.0.0-2),-] {+3.0.0-3),+} libwxgtk3.0-dev (= [-3.0.0-2)-] {+3.0.0-3)+} Installed-Size: [-150-] {+151+} Version: [-3.0.0-2-] {+3.0.0-3+} ----------- debdiff wx3.0-headers_3.0.0-2_amd64.deb wx3.0-headers_3.0.0-3_amd64.deb ----------- File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ Version: [-3.0.0-2-] {+3.0.0-3+} ----------- debdiff wx-common_3.0.0-2_amd64.deb wx-common_3.0.0-3_amd64.deb ----------- File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ Installed-Size: [-358-] {+359+} Version: [-3.0.0-2-] {+3.0.0-3+} ----------- debdiff wxwidgets3.0_3.0.0-2_amd64.changes wxwidgets3.0_3.0.0-3_amd64.changes ----------- [The following lists of changes regard files as different if they have different names, permissions or owners.] Files in second .changes but not in first ----------------------------------------- -rw-r--r-- root/root /usr/lib/debug/.build-id/31/dcdb8b5d174d022419a7d4e3a42e1c0cdd7f25.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/3b/0095f1cd1e214490eaecfc184a2a92e73e820a.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/43/7aa0b1d7626a73e9cf5bf8e82a3d3d44895cf4.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/4c/4833f9e983e7797ea575751226aa11a7ab7e91.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/4e/65327184c62e429e798df5a8f147d8b27e8164.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/6c/2e4671634b4cc2c751be5d92757f6ce4a0fade.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/87/466d16138b3b22f7dc47912396db72b0885581.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/a5/eafcf1baff67ffc345ddf7927e5a47f28ed8d6.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/a8/16b0d2deb699044572a302859584f8d898c34e.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/b3/4d9076c8fc13c6883c9f7cff21828d10df2f94.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ce/e382909b4536a35d9f3b72c99c08b2bd22ed13.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ea/a45db9f7d2e189c6c12fd548f7445866a0194e.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ff/d0a816aaa0b2e231dcfdeb6c5901bd1fbb88dc.debug -rw-r--r-- root/root /usr/lib/x86_64-linux-gnu/libwx_gtk2u_webview-3.0.so.0.0.0 -rw-r--r-- root/root /usr/share/doc/libwxgtk-webview3.0-0-dbg/changelog.Debian.gz -rw-r--r-- root/root /usr/share/doc/libwxgtk-webview3.0-0-dbg/changelog.gz -rw-r--r-- root/root /usr/share/doc/libwxgtk-webview3.0-0-dbg/copyright -rw-r--r-- root/root /usr/share/doc/libwxgtk-webview3.0-0/changelog.Debian.gz -rw-r--r-- root/root /usr/share/doc/libwxgtk-webview3.0-0/changelog.gz -rw-r--r-- root/root /usr/share/doc/libwxgtk-webview3.0-0/copyright -rw-r--r-- root/root /usr/share/doc/libwxgtk-webview3.0-dev/changelog.Debian.gz -rw-r--r-- root/root /usr/share/doc/libwxgtk-webview3.0-dev/changelog.gz -rw-r--r-- root/root /usr/share/doc/libwxgtk-webview3.0-dev/copyright -rw-r--r-- root/root /usr/share/lintian/overrides/libwxgtk-webview3.0-0 lrwxrwxrwx root/root /usr/lib/x86_64-linux-gnu/libwx_gtk2u_webview-3.0.so -> libwx_gtk2u_webview-3.0.so.0 lrwxrwxrwx root/root /usr/lib/x86_64-linux-gnu/libwx_gtk2u_webview-3.0.so.0 -> libwx_gtk2u_webview-3.0.so.0.0.0 Files in first .changes but not in second ----------------------------------------- -rw-r--r-- root/root /usr/lib/debug/.build-id/12/516e87ca95e04ed4c95cc4b2853925708ff216.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/14/d08f99c761ee6ae1dda2d51782c329aaf64eaf.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/15/e75fa0bd65da0dd836866cfacb0c709790c628.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/48/81cf2b9c5c227ae356290eaf639d426abb8cd5.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/53/d45021f901e624fad53557367394db239f1bdf.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/5a/d58fd57852a3211bb33320ab9a58f146c7f426.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/b9/5e3fe7b414ecdaa70514f72bbca67527466a70.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ba/e9bea2b45c2b55c26b9da001eb8ed8fad6e4f8.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/c2/d2329592dbe5911bd794277f6aed2faf35ba1f.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/c8/b17c88d2f78d9eefc4599d9cf3bc1ac0b84a28.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/e6/6483c1cf2af7321c14d4005f4ab99a81426c35.debug -rw-r--r-- root/root /usr/lib/debug/.build-id/ec/60b4c17aafd8615e9c2f0d191ff6e14d7df2a8.debug Control files of package libwxbase3.0-0: lines which differ (wdiff format) -------------------------------------------------------------------------- Version: [-3.0.0-2-] {+3.0.0-3+} Control files of package libwxbase3.0-0-dbg: lines which differ (wdiff format) ------------------------------------------------------------------------------ Depends: libwxbase3.0-0 (= [-3.0.0-2)-] {+3.0.0-3)+} Installed-Size: [-13733-] {+13734+} Version: [-3.0.0-2-] {+3.0.0-3+} Control files of package libwxbase3.0-dev: lines which differ (wdiff format) ---------------------------------------------------------------------------- Depends: wx3.0-headers (= [-3.0.0-2),-] {+3.0.0-3),+} libwxbase3.0-0 (= [-3.0.0-2),-] {+3.0.0-3),+} libc6-dev | libc-dev Installed-Size: [-243-] {+244+} Version: [-3.0.0-2-] {+3.0.0-3+} Control files of package libwxgtk-media3.0-0: lines which differ (wdiff format) ------------------------------------------------------------------------------- Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.0), libgtk2.0-0 (>= 2.24.0), {+libjavascriptcoregtk-1.0-0 (>= 1.5.1),+} libjpeg8 (>= 8c), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsm6, {+libsoup2.4-1 (>= 2.4.0),+} libstdc++6 (>= 4.1.1), libtiff5 (>= 4.0.3), {+libwebkitgtk-1.0-0 (>= 1.3.10),+} libwxbase3.0-0 (>= 3.0.0), libwxgtk3.0-0 (>= 3.0.0), libx11-6, libxml2 (>= 2.6.27), libxxf86vm1, zlib1g (>= 1:1.1.4) Installed-Size: [-266-] {+267+} Version: [-3.0.0-2-] {+3.0.0-3+} Control files of package libwxgtk-media3.0-0-dbg: lines which differ (wdiff format) ----------------------------------------------------------------------------------- Depends: libwxgtk-media3.0-0 (= [-3.0.0-2),-] {+3.0.0-3),+} libwxgtk3.0-0-dbg (= [-3.0.0-2)-] {+3.0.0-3)+} Installed-Size: [-547-] {+548+} Version: [-3.0.0-2-] {+3.0.0-3+} Control files of package libwxgtk-media3.0-dev: lines which differ (wdiff format) --------------------------------------------------------------------------------- Depends: wx-common (= [-3.0.0-2),-] {+3.0.0-3),+} wx3.0-headers (= [-3.0.0-2),-] {+3.0.0-3),+} libwxgtk-media3.0-0 (= [-3.0.0-2),-] {+3.0.0-3),+} libwxgtk3.0-dev (= [-3.0.0-2)-] {+3.0.0-3)+} Installed-Size: [-150-] {+151+} Version: [-3.0.0-2-] {+3.0.0-3+} Control files of package libwxgtk3.0-0: lines which differ (wdiff format) ------------------------------------------------------------------------- Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.15), libcairo2 (>= 1.6.0), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.24.0), libglu1-mesa | libglu1, libgtk2.0-0 (>= 2.24.0), {+libjavascriptcoregtk-1.0-0 (>= 1.5.1),+} libjpeg8 (>= 8c), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsm6, {+libsoup2.4-1 (>= 2.4.0),+} libstdc++6 (>= 4.1.1), libtiff5 (>= 4.0.3), {+libwebkitgtk-1.0-0 (>= 1.3.10),+} libwxbase3.0-0 (>= 3.0.0), libx11-6, libxxf86vm1, zlib1g (>= 1:1.1.4) Installed-Size: [-16011-] {+16008+} Version: [-3.0.0-2-] {+3.0.0-3+} Control files of package libwxgtk3.0-0-dbg: lines which differ (wdiff format) ----------------------------------------------------------------------------- Depends: libwxgtk3.0-0 (= [-3.0.0-2),-] {+3.0.0-3),+} libwxbase3.0-0-dbg (= [-3.0.0-2)-] {+3.0.0-3)+} Installed-Size: [-67404-] {+67410+} Version: [-3.0.0-2-] {+3.0.0-3+} Control files of package libwxgtk3.0-dev: lines which differ (wdiff format) --------------------------------------------------------------------------- Depends: wx-common (= [-3.0.0-2),-] {+3.0.0-3),+} wx3.0-headers (= [-3.0.0-2),-] {+3.0.0-3),+} libwxgtk3.0-0 (= [-3.0.0-2),-] {+3.0.0-3),+} libwxbase3.0-dev (= [-3.0.0-2)-] {+3.0.0-3)+} Version: [-3.0.0-2-] {+3.0.0-3+} Control files of package wx-common: lines which differ (wdiff format) --------------------------------------------------------------------- Installed-Size: [-358-] {+359+} Version: [-3.0.0-2-] {+3.0.0-3+} Control files of package wx3.0-examples: lines which differ (wdiff format) -------------------------------------------------------------------------- Suggests: libwxgtk3.0-dev (= [-3.0.0-2),-] {+3.0.0-3),+} wx3.0-doc Version: [-3.0.0-2-] {+3.0.0-3+} Control files of package wx3.0-headers: lines which differ (wdiff format) ------------------------------------------------------------------------- Version: [-3.0.0-2-] {+3.0.0-3+} Control files of package wx3.0-i18n: lines which differ (wdiff format) ---------------------------------------------------------------------- Version: [-3.0.0-2-] {+3.0.0-3+}