~super-friends/friends/13.10

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Robert Bruce Park
  • Date: 2012-10-24 18:53:12 UTC
  • Revision ID: robert.park@canonical.com-20121024185312-2tq5c0pu06m0giz3
Add a new gsettings schema, with a basic subset of options.

I reviewed the old gwibber gschema and identified just a few options
that we are actually using at this point (most of the other options
are holdovers from when gwibber still had it's own frontend).

Also modified setup.py to install it for us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: friends
2
 
Section: misc
3
 
Priority: extra
4
 
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5
 
Build-Depends: dbus-test-runner,
6
 
               debhelper (>= 9),
7
 
               evolution-data-server,
8
 
               gir1.2-dbusmenu-glib-0.4,
9
 
               gir1.2-dee-1.0,
10
 
               gir1.2-ebook-1.2 (>= 3.8),
11
 
               gir1.2-ebookcontacts-1.2 (>= 3.8),
12
 
               gir1.2-edataserver-1.2 (>= 3.8),
13
 
               gir1.2-gdkpixbuf-2.0,
14
 
               gir1.2-glib-2.0,
15
 
               gir1.2-messagingmenu-1.0,
16
 
               gir1.2-networkmanager-1.0,
17
 
               gir1.2-notify-0.7,
18
 
               gir1.2-signon-1.0,
19
 
               gir1.2-soup-2.4,
20
 
               gir1.2-unity-5.0,
21
 
               libaccounts-glib-dev (>= 1.10),
22
 
               libsignon-glib1,
23
 
               python3,
24
 
               python3-dbus,
25
 
               python3-distutils-extra,
26
 
               python3-gi,
27
 
               python3-mock,
28
 
               python3-oauthlib,
29
 
               python3-pkg-resources,
30
 
               python3-setuptools,
31
 
               shared-mime-info,
32
 
               valac,
33
 
               libdee-dev,
34
 
               dh-autoreconf,
35
 
Standards-Version: 3.9.3
36
 
Homepage: https://launchpad.net/friends
37
 
# If you aren't a member of ~super-friends but need to upload packaging changes,
38
 
# just go ahead.  ~super-friends will notice and sync up the code again.
39
 
Vcs-Bzr: https://code.launchpad.net/~super-friends/friends/trunk
40
 
XS-Testsuite: autopkgtest
41
 
 
42
 
Package: friends
43
 
Architecture: any
44
 
Depends: ${shlibs:Depends},
45
 
         ${misc:Depends},
46
 
         friends-dispatcher,
47
 
Description: Social integration with the desktop
48
 
 Provides social networking integration with the desktop
49
 
 
50
 
Package: friends-dispatcher
51
 
Architecture: all
52
 
Breaks: friends (<< 0.1.1bzr13.02.12)
53
 
Conflicts: friends (<< 0.1.1bzr13.02.12)
54
 
Depends: gir1.2-dee-1.0,
55
 
         gir1.2-ebook-1.2 (>= 3.8),
56
 
         gir1.2-ebookcontacts-1.2 (>= 3.8),
57
 
         gir1.2-edataserver-1.2 (>= 3.8),
58
 
         gir1.2-gdkpixbuf-2.0,
59
 
         gir1.2-glib-2.0,
60
 
         gir1.2-networkmanager-1.0,
61
 
         gir1.2-notify-0.7,
62
 
         gir1.2-signon-1.0,
63
 
         gir1.2-soup-2.4,
64
 
         gir1.2-accounts-1.0,
65
 
         python3-pkg-resources,
66
 
         python3-dbus,
67
 
         python3-gi,
68
 
         python3-oauthlib,
69
 
         ${misc:Depends},
70
 
         ${python3:Depends},
71
 
Recommends: friends-facebook,
72
 
            friends-twitter,
73
 
            gir1.2-dbusmenu-glib-0.4,
74
 
            gir1.2-messagingmenu-1.0,
75
 
            gir1.2-unity-5.0,
76
 
Description: Social integration with the desktop
77
 
 Provides social networking integration with the desktop
78
 
 
79
 
Package: friends-facebook
80
 
Architecture: all
81
 
Depends: friends,
82
 
         ${misc:Depends},
83
 
         ${python3:Depends},
84
 
         account-plugin-facebook,
85
 
Description: Social integration with the desktop - Facebook
86
 
 Provides social networking integration with the desktop
87
 
 
88
 
Package: friends-twitter
89
 
Architecture: all
90
 
Depends: friends,
91
 
         ${misc:Depends},
92
 
         ${python3:Depends},
93
 
         account-plugin-twitter,
94
 
Description: Social integration with the desktop - Twitter
95
 
 Provides social networking integration with the desktop
96
 
 
97
 
Package: friends-identica
98
 
Architecture: all
99
 
Depends: friends,
100
 
         ${misc:Depends},
101
 
         ${python3:Depends},
102
 
         account-plugin-identica,
103
 
Description: Social integration with the desktop - Identi.ca
104
 
 Provides social networking integration with the desktop
105
 
 
106
 
Package: friends-foursquare
107
 
Architecture: all
108
 
Depends: friends,
109
 
         ${misc:Depends},
110
 
         ${python3:Depends},
111
 
         account-plugin-foursquare,
112
 
Description: Social integration with the desktop - Foursquare
113
 
 Provides social networking integration with the desktop
114
 
 
115
 
Package: friends-flickr
116
 
Architecture: all
117
 
Depends: friends,
118
 
         ${misc:Depends},
119
 
         ${python3:Depends},
120
 
         account-plugin-flickr,
121
 
Description: Social integration with the desktop - Flickr
122
 
 Provides social networking integration with the desktop
123
 
 
124
 
Package: friends-instagram
125
 
Architecture: all
126
 
Depends: account-plugin-instagram,
127
 
         friends,
128
 
         ${misc:Depends},
129
 
         ${python3:Depends},
130
 
Description: Social integration with the desktop - Instagram
131
 
 Provides social networking integration with the desktop
132
 
 
133
 
Package: friends-linkedin
134
 
Architecture: all
135
 
Depends: account-plugin-linkedin,
136
 
         friends,
137
 
         ${misc:Depends},
138
 
         ${python3:Depends},
139
 
Description: Social integration with the desktop - LinkedIn
140
 
 Provides social networking integration with the desktop