tags 575657 + patch tags 575657 + pending thanks Dear maintainer,
I've prepared an NMU for idesk (versioned as 0.7.5-4.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should delay it longer. Regards. diff -u idesk-0.7.5/debian/control idesk-0.7.5/debian/control --- idesk-0.7.5/debian/control +++ idesk-0.7.5/debian/control @@ -5,14 +5,14 @@ -Build-Depends: xutils, debhelper (>> 4.0.0), libimlib2-dev, libxft-dev, libxt-dev +Build-Depends: autotools-dev, xutils-dev, debhelper (>= 7.1), libimlib2-dev, libxft-dev, libxt-dev Homepage: http://idesk.sourceforge.net/ -Standards-Version: 3.7.3 +Standards-Version: 3.8.4 Package: idesk Architecture: any -Depends: ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Program to show icons on the desktop - Idesk displays icons with a short description on the desktop and gives + Idesk displays icons with a short description on the desktop and gives shortcuts to launch any X app. - The icons can be resized, use tooltip and has transparency with other - nice image efects. It can use many images types formats how PNG, JPG, - GIF, XPM, etc. Idesk also allows the binding of different actions - to every mouse button. + The icons can be resized, use tooltip and has transparency with other + nice image efects. It can use many images types formats how PNG, JPG, + GIF, XPM, etc. Idesk also allows the binding of different actions + to every mouse button. diff -u idesk-0.7.5/debian/changelog idesk-0.7.5/debian/changelog --- idesk-0.7.5/debian/changelog +++ idesk-0.7.5/debian/changelog @@ -1,5 +1,24 @@ +idesk (0.7.5-4.1) unstable; urgency=low + + [ Jari Aalto ] + * Non-maintainer upload. + * debian/chnagelog + - Delete EOL whitespaces. + * debian/compat + - Update from deprecated 4 to 7 (W: Lintian). + * debian/control + - (Build-Depends): update obsolete xutils to xutils-dev (important; + Closes: #575657). Update to debhelper 7. Add autotools-dev due to + config.* commads in debian/rules. Delete EOL whitespaces. + - (Depends): Add ${misc:Depends} for debhelper (W: Lintian). + - (Standards-Version): Update to 3.8.4. + * debian/rules + - (install): Update "dh_clean -k" to dh_prep (W: Lintian). + + -- Jari Aalto <jari.aa...@cante.net> Sun, 02 May 2010 10:10:52 +0300 + idesk (0.7.5-4) unstable; urgency=low - + * Updated with Standards-Version 3.7.3 * Added the Homepage field inside the source stanza on debian/control. * Added the dependency to the libxt-dev package for xorg transition. @@ -24,35 +43,35 @@ -- Anibal Avelar (Fixxxer) <aave...@cofradia.org> Sun, 12 Feb 2006 23:27:39 -0500 idesk (0.7.5-1) unstable; urgency=low - + * New upstream version. * Problem with startup notification support (option --enable-libsn). The - idesk-0.7.4 chrashes after starting xmms. This bug was reported by Gentoo - users. If you don't have the support for statup notification the program + idesk-0.7.4 chrashes after starting xmms. This bug was reported by Gentoo + users. If you don't have the support for statup notification the program works well. The bug was fixed. - * When you click with mouse either for reload Idesk or run a program, and - you don't move the mouse of position then all icons stay with a glow effect - how they had obtained the focus (all in the same time), they back to the + * When you click with mouse either for reload Idesk or run a program, and + you don't move the mouse of position then all icons stay with a glow effect + how they had obtained the focus (all in the same time), they back to the normal state if you pass the mouse through the each icon. The bug was solved. * Fixed other minor bugs. - + -- Anibal Avelar (Fixxxer) <aave...@cofradia.org> Sat, 21 Jan 2006 22:27:39 -0500 idesk (0.7.4-2) unstable; urgency=high - + * Fixed the problem with the desktop background, closes: #338281 * Fixed other minor bugs. - + -- Anibal Avelar (Fixxxer) <aave...@cofradia.org> Sun, 13 Nov 2005 3:27:39 -0500 idesk (0.7.4-1) unstable; urgency=low - + * New upstream version. * Many new features (how a complete image background support). * Support for Esetroot. - * Fixed many other minor bugs. + * Fixed many other minor bugs. * Fixed a problem with the Idesk source (configure.in file) for avoid the xlibs-dev packages dependencies. - + -- Anibal Avelar (Fixxxer) <aave...@cofradia.org> Wed, 2 Nov 2005 11:46:39 -0500 idesk (0.7.3-2) unstable; urgency=low @@ -67,7 +86,7 @@ * New upstream release, closes: #291932 * Fixed the older bug for graphical glitch (repeatable), (Closes: #227019) * Fixed many other bugs. Fixed the bug, when the Caption attribute is empty - string. Fixed the problem with SnapShadow has the true value. + string. Fixed the problem with SnapShadow has the true value. * The SVG support was remove because not implemented in Imlib2 yet. * Added the GNU configure and build system for Idesk. * Porting from Imlib to Imlib2 ready. @@ -145,7 +164,7 @@ idesk (0.3.5-5) unstable; urgency=low * debian/control: rebuild against imlib1 (hope this will help - to enter testing) + to enter testing) * rebuild with new g++ 3.2 compiler -- Thorsten Sauter <tsau...@gmx.net> Fri, 24 Jan 2003 20:42:12 +0100 @@ -165,7 +184,7 @@ idesk (0.3.5-2) unstable; urgency=low * debian/control: - update standards version - - change package description (Closes: #169709) + - change package description (Closes: #169709) -- Thorsten Sauter <tsau...@gmx.net> Thu, 21 Nov 2002 21:12:18 +0100 @@ -178 +196,0 @@ - diff -u idesk-0.7.5/debian/rules idesk-0.7.5/debian/rules --- idesk-0.7.5/debian/rules +++ idesk-0.7.5/debian/rules @@ -53,7 +53,7 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/idesk. diff -u idesk-0.7.5/debian/compat idesk-0.7.5/debian/compat --- idesk-0.7.5/debian/compat +++ idesk-0.7.5/debian/compat @@ -1 +1 @@ -4 +7 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org