~ubuntu-branches/ubuntu/raring/lightning-sunbird/raring

« back to all changes in this revision

Viewing changes to debian/patches/bz384304_lp117575_linkrecursion_fix_in_startscript.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack, John Vivirito
  • Date: 2007-07-30 12:18:59 UTC
  • Revision ID: james.westby@ubuntu.com-20070730121859-ygo6nkqv12m774d8
Tags: 0.5-0ubuntu1
* debian/control: adding unzip to build-depends
* debian/control: fixing short summary of summary to refer
  to Calendar instead of "mail client"
* debian/copyright: add info about
  other-licenses/{7zstub,bsdiff,branding,libart_lgpl}

[ John Vivirito ]
* Initial release.
* Made use of upstream tarball
* debian/sunbird.desktop: modified .desktop file to reflect sunbird
* debian/control: Fixed typos changed standalone to stand-alone
* debian/firefox.manpages: removed for now, not needed
* debian/sunbird.postinst: removed all code that installs sunbird as an
  alternative for x-www-browser
* debian/sunbird.prerm: removed all code that installs sunbird as an
  alternative for x-www-browser

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- ./browser/app/mozilla.in    2005-09-20 23:13:03.000000000 +0200
 
2
+++ ./browser/app/mozilla.in    2007-06-13 16:36:16.000000000 +0200
 
3
@@ -111,6 +111,7 @@
 
4
     bn=`basename "$progname"`
 
5
     cd `dirname "$progname"`
 
6
     progname=`/bin/ls -l "$bn" | sed -e 's/^.* -> //' `
 
7
+    progbase=`basename "$progname"`
 
8
     if [ ! -x "$progname" ]; then
 
9
       break
 
10
     fi