Your message dated Thu, 12 Nov 2015 19:49:28 +0000
with message-id <[email protected]>
and subject line Bug#803656: fixed in lxqt-session 0.9.0+20150807-2
has caused the Debian Bug report #803656,
regarding lxqt-session: allow to compile on !linux archs
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.)
--
803656: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803656
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lxqt-session
Version: 0.9.0+20151031-1
Severity: normal
Tags: patch
Hi,
currently lxqt-session cannot be built on non-Linux architectures due
to the unconditional libudev-dev build dependency. udev is
Linux-specific, so attached there is a patch to restrict that B-D on
Linux archs only, and disable the build of the udev-based monitor.
Thanks,
--
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,20 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
+DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+ifneq ($(DEB_HOST_ARCH_OS),linux)
+ CMAKE_ARGS += -DLIBUDEV_MONITOR=OFF
+endif
+
%:
dh ${@} --buildsystem cmake --parallel
+override_dh_auto_configure:
+ dh_auto_configure -- $(CMAKE_ARGS)
+
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-session
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
liblxqt0-dev (>= 0.9.0+20151026),
libqt5x11extras5-dev,
libqt5xdg-dev (>= 1.3.0),
- libudev-dev,
+ libudev-dev [linux-any],
libx11-dev,
pkg-config,
qttools5-dev,
--- End Message ---
--- Begin Message ---
Source: lxqt-session
Source-Version: 0.9.0+20150807-2
We believe that the bug you reported is fixed in the latest version of
lxqt-session, 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.
Alf Gaida <[email protected]> (supplier of updated lxqt-session 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: SHA512
Format: 1.8
Date: Thu, 12 Nov 2015 20:06:24 +0100
Source: lxqt-session
Binary: lxqt-session lxqt-session-dbg
Architecture: source
Version: 0.9.0+20150807-2
Distribution: unstable
Urgency: medium
Maintainer: LXQt Packaging Team <[email protected]>
Changed-By: Alf Gaida <[email protected]>
Description:
lxqt-session - session manager component for LXQt
lxqt-session-dbg - session manager component for LXQt (debug symbols)
Closes: 803656
Changes:
lxqt-session (0.9.0+20150807-2) unstable; urgency=medium
.
* rename lxqt-session.manpages to manpages
* allow build on non-linux platforms (Thanks Pino Toscano)
(Closes: #803656)
* Added lintian-overrides for invalid category
* fix some wording of debian/copyright
* Fixed some copyright dates
Checksums-Sha1:
9e94c64eca450bf152d0bef7f4274a57e2a534e5 1973 lxqt-session_0.9.0+20150807-2.dsc
38f3d5727d899fc12da157454d0da783c0e5db0b 2748
lxqt-session_0.9.0+20150807-2.debian.tar.xz
Checksums-Sha256:
6a48c3bd24856a8beb91dd632adba2c835e002cc8b215635ebc369f0fecc5c56 1973
lxqt-session_0.9.0+20150807-2.dsc
11aee25f53d490e1c879b76bc0b8be34e75819da7cc5c824c53aeac822c33f70 2748
lxqt-session_0.9.0+20150807-2.debian.tar.xz
Files:
ecf31b7474f020d1cf65264d8aa8e6b0 1973 x11 optional
lxqt-session_0.9.0+20150807-2.dsc
2219a7445e2f255449a07edcdc6fe8f9 2748 x11 optional
lxqt-session_0.9.0+20150807-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCgAGBQJWROM5AAoJEM0oCgtNcoJ8WrQH+gJtc/9yaf1x5UQczPDmY7Qh
VZB/OG6AKiiHn4jdvsFdJ+ZSLgstmt//l3nyF3IC93EQSdPbr/CCbX/iG4Olg9Ow
F+eCIhFFgvhHAeZLeL3kbvGKYHsdGsGVpHFmVB5RmWv2rjjGeGkOKcLx9FYyzgfp
vC3AUOBJ5pnSIUvsIIf/VlH1Ac9k1wE8qF+W9m7kJikCGagBUreJrhO3FvpQezbV
L7xLgOB3BRQr/Pbm6SG4GhkrUt1XuyF4xE/Fv0zYU97Iv/eDH2NeTDW94tIlCngl
kKISvRFCVGpUxJSdwpieaIuhuxScop+PGeaZN0oQ6lZswkN3lVATRqsjaOdIY1A=
=sCz1
-----END PGP SIGNATURE-----
--- End Message ---