tag 546604 +pending thanks On Fri, Feb 12, 2010 at 12:46:31PM +0100, Agustin Martin wrote: > On Mon, Sep 14, 2009 at 03:45:30PM +0200, Josip Rodin wrote: > > > > Hi, > > > > wdm still depends on xutils, which has become a transitional package. > > When you want to remove e.g. xutils-dev or some other package that you don't > > need, you can't because wdm's dependency is too generic. > > It needs to switch its Depends line to the exact parts that it needs > > from the old xutils, which is now split into x11-xfs-utils, x11-utils, > > x11-xserver-utils, x11-session-utils, xfonts-utils, xutils-dev. > > > > Please fix this. TIA. > > Will take care of this in a new NMU, to be uploaded once previous one > reaches testing. Currently also includes some Build-Depends cleanup.
NMU is ready and will be uploaded to delayed to reach 'sid' on Sunday, after current wdm hits 'testing'. Note that this bug may also be causing this failure when running piuparts, http://piuparts.debian.org/sid/fail/wdm_1.28-3.3.log Although original bug report is of severity 'wishlist', this has currently become a lintian 'depends-on-obsolete-package' error. This upload will also work around lintian 'malformed-prompt-in-templates' by a minor tweak in the string. Some cleanup and reorganization is done in Build-Depends, including fixing a redundant libxpm-dev. Patch is attached. Cheers, -- Agustin
diff -u wdm-1.28/debian/changelog wdm-1.28/debian/changelog --- wdm-1.28/debian/changelog +++ wdm-1.28/debian/changelog @@ -1,3 +1,14 @@ +wdm (1.28-3.4) unstable; urgency=low + + * Non-maintainer upload. + * Change dependency from generic xutils to x11-utils (xmessage). + Required dependency on x11-xserver-utils (xrdb), previously + part of xutils, was already present (Closes: #546604). + * Fix lintian 'malformed-prompt-in-templates' by changing + 'internal use only' to 'for internal use' + + -- Agustin Martin Domingo <agmar...@debian.org> Thu, 18 Feb 2010 17:39:08 +0100 + wdm (1.28-3.3) unstable; urgency=low * Non-maintainer upload. diff -u wdm-1.28/debian/wdm.templates wdm-1.28/debian/wdm.templates --- wdm-1.28/debian/wdm.templates +++ wdm-1.28/debian/wdm.templates @@ -19,3 +19,3 @@ Default: /usr/bin/wdm -Description: internal use only +Description: for internal use This template is never shown to the user and does not require translation. diff -u wdm-1.28/debian/control wdm-1.28/debian/control --- wdm-1.28/debian/control +++ wdm-1.28/debian/control @@ -5,17 +5,19 @@ Homepage: http://voins.program.ru/wdm Standards-Version: 3.7.3 Build-Depends: debhelper (>= 5), dpatch, po-debconf, - libjpeg62-dev, libpam0g-dev, libwings-dev, libpng12-dev, libgif-dev, - libwraster3-dev, libxpm-dev, zlib1g-dev, libx11-dev, libxau-dev, - libxdmcp-dev, libxinerama-dev, libxkbfile-dev, libxmu-dev, libxpm-dev, - libxt-dev, x11proto-core-dev, libxft-dev, x11-xserver-utils + libgif-dev, libjpeg62-dev, libpng12-dev, libxpm-dev, + libpam0g-dev, libwings-dev, libwraster3-dev, zlib1g-dev, + libxdmcp-dev, libxinerama-dev, libxkbfile-dev, libxmu-dev, + libx11-dev, libxau-dev, libxt-dev, + x11proto-core-dev, libxft-dev, x11-xserver-utils Package: wdm Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-13.1), libpam-modules, debconf (>= 1.5.20) | debconf-2.0, - psmisc, xutils, x11-xserver-utils, x11-apps, x11-common + psmisc, x11-apps, x11-common, + x11-xserver-utils, x11-utils Suggests: xfonts-base | xfs Provides: x-display-manager Description: WINGs Display Manager - an xdm replacement with a WindowMaker look