Your message dated Sat, 27 Aug 2016 22:20:16 +0000
with message-id <[email protected]>
and subject line Bug#833705: fixed in cegui-mk2 0.8.7-1.3
has caused the Debian Bug report #833705,
regarding libcegui-mk2-0.8.7: Main CEGUI Package Missing Required SOs
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
833705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833705
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cegui-mk2-0.8.7
Version: 0.8.7-1
Severity: important
Tags: patch
Control: found -1 0.8.7-1.1
Hi Muammar,
I see that the new version of CEGUI is in Debian now, thanks for
packaging that! While preparing to re-introduce the Ember package into
Debian I noticed that a couple of the SOs in the new CEGUI didn't seem
to have installed correctly. In particular, Ember would not run without
/usr/lib/cegui-0.8/libCEGUIExpatParser.so. It seems that this and a
couple other SOs needed for core functionality were accidentally placed
into the -dev package. Turns out to be a very simple fix and the
attached patch will take care of it.
Also, please note that the attached patch includes an Ubuntu change to
the d/control file to make the Boost dependencies versionless. I
personally found that adding this change was useful when I was doing a
variety of test builds. If you don't like that part of it, please feel
free to remove the d/control (first section) of the patch.
Please let me know if there's anything else that I can do to help and
thanks for maintaining this package!
-Olek
diff -Nru cegui-mk2-0.8.7/debian/control cegui-mk2-0.8.7/debian/control
--- cegui-mk2-0.8.7/debian/control 2016-07-02 16:21:10.000000000 -0400
+++ cegui-mk2-0.8.7/debian/control 2016-08-07 21:00:56.000000000 -0400
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Muammar El Khatib <[email protected]>
Build-Depends: debhelper (>= 9), cdbs, libtool, automake, autoconf,
- pkg-config, libxerces-c-dev, libboost-signals1.58-dev,
- libboost-regex1.58-dev, libfreetype6-dev, libtiff-dev,
+ pkg-config, libxerces-c-dev, libboost-signals-dev,
+ libboost-regex-dev, libfreetype6-dev, libtiff-dev,
libgl1-mesa-dev, libglu1-mesa-dev, libdevil-dev, libpcre3-dev,
lua-expat-dev, lua5.1, libois-dev [linux-any], libfreeimage-dev,
libxcursor-dev, libxpm-dev, python-dev, libpng-dev,
@@ -14,7 +14,7 @@
libglfw3-dev, libfribidi-dev, libirrlicht-dev, libdirectfb-dev,
libgtk2.0-dev, libminizip-dev, librapidxml-dev,
mesa-utils-extra, libglapi-mesa, python-opengl, pyside-tools,
- libboost-python1.58-dev, libboost1.58-dev, libpython2.7-dev,
+ libboost-python-dev, libboost-dev, libpython2.7-dev,
libgles2-mesa-dev, libice-dev, libsm-dev, libirrlicht-dev
Standards-Version: 3.9.6
Homepage: http://www.cegui.org.uk/
diff -Nru cegui-mk2-0.8.7/debian/libcegui-mk2-0.8.7.dirs cegui-mk2-0.8.7/debian/libcegui-mk2-0.8.7.dirs
--- cegui-mk2-0.8.7/debian/libcegui-mk2-0.8.7.dirs 2016-07-02 16:19:42.000000000 -0400
+++ cegui-mk2-0.8.7/debian/libcegui-mk2-0.8.7.dirs 2016-08-07 17:13:35.000000000 -0400
@@ -1,3 +1,4 @@
usr/lib
usr/lib/python2.7
usr/bin
+usr/lib/cegui-0.8
diff -Nru cegui-mk2-0.8.7/debian/libcegui-mk2-0.8.7.install cegui-mk2-0.8.7/debian/libcegui-mk2-0.8.7.install
--- cegui-mk2-0.8.7/debian/libcegui-mk2-0.8.7.install 2016-07-02 16:19:42.000000000 -0400
+++ cegui-mk2-0.8.7/debian/libcegui-mk2-0.8.7.install 2016-08-07 17:11:34.000000000 -0400
@@ -3,3 +3,6 @@
usr/lib/*.so.2
usr/lib/*.so.2.4.2
usr/lib/python2.7/*
+usr/lib/cegui-0.8/libCEGUI*Renderer*
+usr/lib/cegui-0.8/libCEGUI*Codec*
+usr/lib/cegui-0.8/libCEGUI*Parser*
diff -Nru cegui-mk2-0.8.7/debian/libcegui-mk2-dev.dirs cegui-mk2-0.8.7/debian/libcegui-mk2-dev.dirs
--- cegui-mk2-0.8.7/debian/libcegui-mk2-dev.dirs 2016-07-02 16:19:42.000000000 -0400
+++ cegui-mk2-0.8.7/debian/libcegui-mk2-dev.dirs 2016-08-07 17:13:37.000000000 -0400
@@ -1,3 +1,2 @@
usr/include/cegui-0.8.7/CEGUI
usr/lib/pkgconfig
-usr/lib/cegui-0.8
diff -Nru cegui-mk2-0.8.7/debian/libcegui-mk2-dev.install cegui-mk2-0.8.7/debian/libcegui-mk2-dev.install
--- cegui-mk2-0.8.7/debian/libcegui-mk2-dev.install 2016-07-02 16:19:42.000000000 -0400
+++ cegui-mk2-0.8.7/debian/libcegui-mk2-dev.install 2016-08-07 17:11:31.000000000 -0400
@@ -1,4 +1,5 @@
usr/lib/pkgconfig/*
usr/include/cegui-0.8.7/CEGUI/*
usr/lib/*.so
-usr/lib/cegui-0.8/*
+usr/lib/cegui-0.8/lib*Demo*
+usr/lib/cegui-0.8/libCEGUIMinesweeper.so
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: cegui-mk2
Source-Version: 0.8.7-1.3
We believe that the bug you reported is fixed in the latest version of
cegui-mk2, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Olek Wojnar <[email protected]> (supplier of updated cegui-mk2 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 21 Aug 2016 11:48:42 -0400
Source: cegui-mk2
Binary: libcegui-mk2-0.8.7 libcegui-mk2-0.8.7-dbg libcegui-mk2-dev
libcegui-mk2-doc
Architecture: source amd64 all
Version: 0.8.7-1.3
Distribution: unstable
Urgency: medium
Maintainer: Muammar El Khatib <[email protected]>
Changed-By: Olek Wojnar <[email protected]>
Description:
libcegui-mk2-0.8.7 - Crazy Eddie's GUI (libraries)
libcegui-mk2-0.8.7-dbg - Crazy Eddie's GUI (debugging libraries)
libcegui-mk2-dev - Crazy Eddie's GUI (development files)
libcegui-mk2-doc - Crazy Eddie's GUI (documentation)
Closes: 833705
Changes:
cegui-mk2 (0.8.7-1.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Install required libs in main package, not in dev package (Closes: #833705)
* Add patch to allow compiling on kFreeBSD
Checksums-Sha1:
7b9e4d16c3903ec99c54da5c73495aa1fcbe5643 2839 cegui-mk2_0.8.7-1.3.dsc
443777b1ad369a6f147077789a60bb6be4eef46a 16692
cegui-mk2_0.8.7-1.3.debian.tar.xz
77f3bbd04e43fcb3980c038218c4e9e75baa7f7b 42980766
libcegui-mk2-doc_0.8.7-1.3_all.deb
Checksums-Sha256:
ee07fcd89c91e192859163256ef16f1e26ec146e4d0e28c47ef229f56ac78007 2839
cegui-mk2_0.8.7-1.3.dsc
819159d2cb5d83090e8d9b821feb4bf7d9f907afd3e25abdd396f971d9305c55 16692
cegui-mk2_0.8.7-1.3.debian.tar.xz
75cd848200cf29e03a43405d234a9ac7f78887d21c402b90ccd5c1c9309e8272 42980766
libcegui-mk2-doc_0.8.7-1.3_all.deb
Files:
443d7e774dfa826fbbebdeff86315202 2839 libs optional cegui-mk2_0.8.7-1.3.dsc
8732772defa46a44b5512b4ec4649afc 16692 libs optional
cegui-mk2_0.8.7-1.3.debian.tar.xz
9a4e2ad120e9e782aec4913386375eb7 42980766 doc optional
libcegui-mk2-doc_0.8.7-1.3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJXwfaxAAoJEJFk+h0XvV02i5QQAJZDoFCP1yj7+kdRNfbwNINX
GS18jq0IgpP8aMsb1uyMAZsYK6Pbt+fg2KNiHTG1iiA6HJDinXHb+GmR94LT31XB
fZmKicKQuhwt7XeSVsJZClNE7xt2sj9rmSsgoJJ2nY6TsrdynhBRTY9KjVEnrUUY
NvvfW1DfgrV/O+NIqzGxkuTF4dusysPU95IweqPPI0/gPo0dn+cpkCVETjsHZMCY
9BETO+s2Bvb+voN+22so3Q+BKbkB0EXMOCmuDHqLSzxER/Co5bhlrWWdrW4tyLG7
s2InxFur9H5PZcSugt1m+lgytlkjHVBcLskMSs1ppp3ZiPtaBxbd6fU/veVonWrf
KuHwJVbrkLLSrAEpohwoZD3eAZ2llYwZxT4XsngkvP4NvUGpuhZ6JqvZLtgyENDb
JcPGiMKtTvSzC8NzDJW3nISCtnhoq5nMnxuUUr1YF8oFteMoBapX6L2F5e5l6dFt
G6/R9MLy8eGCYIJPJ4Y0gYDA8OSoQy88gFtNZTVC6xGk2fI0R1EVHlUdUAupHFWi
qy6ZPQFi4WB+hl3VNeRsLH+GEgKENyammVlLAermjIN94r823SGidBI4Q9qKIRSE
keUPIEvfIAemkn4/7dnHiOCOG9oJkKuyXhDegk5S/LK13QOaqGcz6UpLZh3FsDQt
A+TJcxFW6MU8h7Hc63gW
=VJEH
-----END PGP SIGNATURE-----
--- End Message ---