~ubuntu-branches/ubuntu/saucy/nautilus-dropbox/saucy

« back to all changes in this revision

Viewing changes to debian/patches/use-dpkg-to-select-platform.patch

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2011-12-28 11:35:56 UTC
  • mfrom: (7.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20111228113556-d2xamk9cqa1v6psb
Tags: 0.7.1-2
* Update watch file to cope with changes on the dropbox website.
* Update copyright file to fix 2 syntax errors and to add a disclaimer
  concerning the fact that the package is in non-free. Thanks
  to Charles Plessy for the patch. Closes: #650735
* Split upstreamable changes from use-var-lib-dropbox.patch into
  do-not-hardcode-dropboxd-path.patch.
* Split non-upstream changes from dropbox-update.patch into
  non-interactive-update.patch.
* Update use-var-lib-dropbox.patch to ensure that the extracted files are
  owned by root.
* Stop dropbox in the prerm and not in the postrm since the program
  is no longer available at that point.
* New patch add-http-proxy-option.patch to force the http_proxy environment
  variable.
* Update use-pkexec-to-get-root-rights.patch to forward the http_proxy
  environment variable across pkexec. Closes: #651065

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Description: Use dpkg to identify the architecture to use
2
2
 The upstream check is not reliable because if you run i386
3
3
 with a 64 bit kernel, you download the wrong binaries.
 
4
 .
 
5
 This patch is Debian specific since it relies on dpkg and thus can't be
 
6
 upstreamed.
4
7
Author: Raphaël Hertzog <hertzog@debian.org>
5
8
Origin: vendor
 
9
Forwarded: not-needed
6
10
 
7
11
--- a/dropbox.in
8
12
+++ b/dropbox.in