Package: qingy Followup-For: Bug #817643 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu artful ubuntu-patch
Hello, Attached is the trivial patch to qingy to fix it for this serious bug. Since qingy needed to be rebuilt for the libdirectfb transition, I have uploaded this change to Ubuntu. Of course, this is not the only part of qingy's packaging which is quite outdated; lintian turns up quite a few other issues that are worth looking at: $ lintian -I qingy*changes W: qingy source: dh-clean-k-is-deprecated W: qingy source: useless-autoreconf-build-depends autotools-dev I: qingy source: missing-debian-source-format W: qingy source: debian-rules-missing-recommended-target build-indep W: qingy source: debian-rules-missing-recommended-target build-arch W: qingy source: ancient-standards-version 3.8.0 (current is 4.0.0) I: qingy source: testsuite-autopkgtest-missing I: qingy: hardening-no-bindnow usr/lib/qingy/libqingy-0.9.7.so I: qingy: hardening-no-bindnow usr/lib/qingy/screensavers/photos.qss I: qingy: hardening-no-bindnow usr/lib/qingy/screensavers/pixel.qss I: qingy: hardening-no-bindnow ... use --no-tag-display-limit to see all (or pipe to a file/program) I: qingy: font-in-non-font-package usr/share/qingy/themes/default/decker.ttf E: qingy: non-empty-dependency_libs-in-la-file usr/lib/qingy/libqingy.la $ Updating the packaging to use dh(1) would address many of these. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
diff -u qingy-0.9.7/debian/compat qingy-0.9.7/debian/compat --- qingy-0.9.7/debian/compat +++ qingy-0.9.7/debian/compat @@ -1 +1 @@ -4 +10 diff -u qingy-0.9.7/debian/control qingy-0.9.7/debian/control --- qingy-0.9.7/debian/control +++ qingy-0.9.7/debian/control @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Riccardo Stagni <unric...@email.it> -Build-Depends: debhelper (>= 4.0.0), autotools-dev, libdirectfb-dev, libncurses5-dev, libpam0g-dev, pkg-config, x11proto-scrnsaver-dev, libxss-dev, xinit +Build-Depends: debhelper (>= 10), autotools-dev, libdirectfb-dev, libncurses5-dev, libpam0g-dev, pkg-config, x11proto-scrnsaver-dev, libxss-dev, xinit Standards-Version: 3.8.0 Homepage: http://qingy.sourceforge.net/