~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-10-29 16:28:59 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20111029162859-tk6xyv31rbfxlwt1
Tags: 0.7.0-2
Fix the distribution in the changelog entry for version 0.7.0-1
(UNRELEASED → unstable).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
--- a/dropbox.in
8
8
+++ b/dropbox.in
9
 
@@ -108,13 +108,13 @@ def yes_no_question(question):
10
 
     
 
9
@@ -138,13 +138,13 @@ def yes_no_question(question):
 
10
 
11
11
 def plat():
12
12
     if sys.platform.lower().startswith('linux'):
13
13
-        arch = platform.machine()