~ubuntu-branches/ubuntu/saucy/ubuntuone-client/saucy-proposed

« back to all changes in this revision

Viewing changes to ubuntuone/clientdefs.py.in

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2013-07-11 15:11:07 UTC
  • mfrom: (1.1.83)
  • Revision ID: package-import@ubuntu.com-20130711151107-6tbv4n9er446e2yy
Tags: 13.07-0ubuntu1
* New upstream release.
  - Remove libsyncdaemon and convert to pure python project.
* debian/control:
  - Update dependencies for changes.
  - Drop libsyncdaemon packages. (LP: #1196684)
* debian/rules:
  - Convert to pure dh and update for build system changes.
* debian/tests:
  - Add autopkgtest configuration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
import gettext
38
38
 
39
 
 
40
39
Q_ = lambda string: gettext.dgettext(GETTEXT_PACKAGE, string)
41
40
 
42
 
# pylint: disable-msg=C0301
43
41
VERSION = "@VERSION@"
44
42
LOCALEDIR = "@localedir@"
45
43
LIBEXECDIR = "@libexecdir@"
46
44
GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@"
47
 
 
48
 
# these variables are Deprecated, use those defined in ubuntuone.credentials
49
 
APP_NAME = "@SSO_APP_NAME@"
50
 
TC_URL = "@SSO_TC_URL@"
51
 
PING_URL = "@SSO_PING_URL@"
52
 
DESCRIPTION = Q_("Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process will allow you to create a new account, if you do not yet have one.")