Adam Cécile wrote: > Hi, > > Could you please unblock current unstable version of audacious ? > I have only added a small fix for the desktop file to make it work fine > with nautilus. > > Here is the diff between -3 and -4: > > diff -Nur audacious-1.2.2/debian/changelog > new/audacious-1.2.2/debian/changelog > --- audacious-1.2.2/debian/changelog 2007-02-14 17:15:51.000000000 +0100 > +++ new/audacious-1.2.2/debian/changelog 2007-02-14 > 17:16:00.000000000 +0100 > @@ -1,3 +1,9 @@ > +audacious (1.2.2-4) unstable; urgency=low > + > + * Add a %U to the Exec entry in audacious.desktop (Closes: #410755). > + > + -- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Tue, 13 Feb 2007 > 13:58:12 +0100 > + > audacious (1.2.2-3) unstable; urgency=low > > * Add quilt dependency as patch system. > diff -Nur audacious-1.2.2/debian/rules new/audacious-1.2.2/debian/rules > --- audacious-1.2.2/debian/rules 2007-02-14 17:15:51.000000000 +0100 > +++ new/audacious-1.2.2/debian/rules 2007-02-14 17:16:00.000000000 +0100 > @@ -69,6 +69,7 @@ > dh_clean -k > dh_installdirs > $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/ > + sed -i 's!^\(Exec=.*\)$$!\1 %U!' > $(CURDIR)/debian/tmp/usr/share/applications/audacious.desktop The sed command above doesn't *add* %U, but it replaces a '$' at the end of a line that starts with 'Exec=' with ' %U'... is that intended? Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
Attachment:
signature.asc
Description: OpenPGP digital signature