Package: xsmbrowser Version: 3.4.0-16.1 Hello maintainer, In Ubuntu, we've applied the attached patch to achieve the following:
* Add a .desktop file. We thought you might be interested in doing the same.
diff -u xsmbrowser-3.4.0/debian/changelog xsmbrowser-3.4.0/debian/changelog --- xsmbrowser-3.4.0/debian/changelog +++ xsmbrowser-3.4.0/debian/changelog @@ -1,3 +1,10 @@ +xsmbrowser (3.4.0-16.1ubuntu1) lucid; urgency=low + + * Merge from debian testing (LP: #502579). Remaining changes: + - Add a .desktop file. + + -- Artur Rona <ari-tc...@tlen.pl> Sun, 03 Jan 2010 13:05:19 +0100 + xsmbrowser (3.4.0-16.1) unstable; urgency=low * Non-maintainer upload. @@ -6,6 +13,15 @@ -- Stefano Zacchiroli <z...@debian.org> Wed, 02 Dec 2009 10:55:20 +0100 +xsmbrowser (3.4.0-16ubuntu1) gutsy; urgency=low + + * Merge from Debian unstable. Remaining Ubuntu changes: + - Add a .desktop file. + * Remove Applications category from .desktop; it's not real. + * Modify Maintainer value to match Debian-Maintainer-Field Spec + + -- William Grant <william.gr...@ubuntu.org.au> Tue, 08 May 2007 09:54:55 +1000 + xsmbrowser (3.4.0-16) unstable; urgency=low * Implemented a workaround to enable "long" share names @@ -18,6 +34,13 @@ -- Emmanuel le Chevoir <m...@debian.org> Sat, 05 May 2007 21:00:28 +0200 +xsmbrowser (3.4.0-15ubuntu1) feisty; urgency=low + + * Merge from debian unstable, remaining changes: + - Add a .desktop file. + + -- Zak B. Elep <zak...@ubuntu.com> Mon, 11 Dec 2006 17:37:01 +0800 + xsmbrowser (3.4.0-15) unstable; urgency=low * Drop postinst debconf note, move the message to README.Debian. @@ -26,6 +49,12 @@ -- Emmanuel le Chevoir <m...@debian.org> Mon, 2 Oct 2006 17:45:48 +0200 +xsmbrowser (3.4.0-14ubuntu1) edgy; urgency=low + + * Merge from debian unstable. + + -- Sarah Hobbs <hobb...@ubuntu.com> Mon, 31 Jul 2006 09:23:05 -0500 + xsmbrowser (3.4.0-14) unstable; urgency=low * Added dependancy on expect to workaround bug #375869 @@ -33,6 +62,17 @@ -- Emmanuel le Chevoir <m...@debian.org> Wed, 5 Jul 2006 13:30:16 +0200 +xsmbrowser (3.4.0-13ubuntu1) dapper; urgency=low + + * Added a .desktop file (patch from Gauvain Pocentek <gauvainpocen...@yahoo.fr>) + (Closes: Malone #847) + + [ Jonathan Patrick Davies ] + * debian/control: Bumped debhelper build-dep version. + * Sponsored upload for Baishampayan Ghose <b.gh...@gnu.org.in>. + + -- Jonathan Patrick Davies <jpatr...@ubuntu.com> Tue, 28 Feb 2006 17:12:42 +0100 + xsmbrowser (3.4.0-13) unstable; urgency=low * Added Swedish debconf template translation (thanks to Daniel Nylander) diff -u xsmbrowser-3.4.0/debian/rules xsmbrowser-3.4.0/debian/rules --- xsmbrowser-3.4.0/debian/rules +++ xsmbrowser-3.4.0/debian/rules @@ -25,6 +25,7 @@ mv $(CURDIR)/debian/xsmbrowser/usr/share/pixmaps/xsmbrowser/xsmbrowser* $(CURDIR)/debian/xsmbrowser/usr/share/pixmaps install -p -m 0644 $(CURDIR)/debian/xsmbrowser-config $(CURDIR)/debian/xsmbrowser/etc/xsmbrowser/xsmbrowser-config install -p -m 0644 $(CURDIR)/debian/lintian.overrides $(CURDIR)/debian/xsmbrowser/usr/share/lintian/overrides/xsmbrowser + install -p -m 0644 $(CURDIR)/debian/xsmbrowser.desktop $(CURDIR)/debian/xsmbrowser/usr/share/applications/xsmbrowser.desktop # Build architecture-independent files here. diff -u xsmbrowser-3.4.0/debian/xsmbrowser.dirs xsmbrowser-3.4.0/debian/xsmbrowser.dirs --- xsmbrowser-3.4.0/debian/xsmbrowser.dirs +++ xsmbrowser-3.4.0/debian/xsmbrowser.dirs @@ -1,6 +1,7 @@ usr/bin usr/share/pixmaps/xsmbrowser usr/share/lintian/overrides +usr/share/applications usr/share/man/man1 usr/share/man/man5 etc/xsmbrowser diff -u xsmbrowser-3.4.0/debian/control xsmbrowser-3.4.0/debian/control --- xsmbrowser-3.4.0/debian/control +++ xsmbrowser-3.4.0/debian/control @@ -1,7 +1,8 @@ Source: xsmbrowser Section: net Priority: optional -Maintainer: Emmanuel le Chevoir <m...@debian.org> +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: Emmanuel le Chevoir <m...@debian.org> Build-Depends: debhelper (>= 4.1.16) Standards-Version: 3.7.2.2 only in patch2: unchanged: --- xsmbrowser-3.4.0.orig/debian/xsmbrowser.desktop +++ xsmbrowser-3.4.0/debian/xsmbrowser.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Name=xsmbrowser +GenericName=Samba Network Browser +GenericName[fr]=Navigateur de réseau samba +Comment=Samba Network Browser +Comment[fr]=Navigateur de réseau samba +Icon=gnome-term-linux2 +Type=Application +Exec=xsmbrowser +Categories=Settings; +StartupNotify=true +Terminal=false