Merge lp:~barry/oneconf/lp1440375 into lp:oneconf

Proposed by Barry Warsaw
Status: Merged
Merged at revision: 279
Proposed branch: lp:~barry/oneconf/lp1440375
Merge into: lp:oneconf
Diff against target: 52 lines (+12/-9)
2 files modified
debian/changelog (+10/-0)
debian/control (+2/-9)
To merge this branch: bzr merge lp:~barry/oneconf/lp1440375
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+277774@code.launchpad.net

Description of the change

oneconf (0.3.9) UNRELEASED; urgency=medium

  * d/control:
    - Drop the explicit Python 2 dependencies for oneconf-common since the
      package contains no Python code. (LP: #1440375)
    - Add ${python3:Depends} to oneconf binary package.
    - Bump Standards-Version with no other changes necessary.

 -- Barry Warsaw <email address hidden> Tue, 17 Nov 2015 17:51:28 -0500

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2015-05-05 16:57:29 +0000
+++ debian/changelog 2015-11-18 00:40:50 +0000
@@ -1,3 +1,13 @@
1oneconf (0.3.9) UNRELEASED; urgency=medium
2
3 * d/control:
4 - Drop the explicit Python 2 dependencies for oneconf-common since the
5 package contains no Python code. (LP: #1440375)
6 - Add ${python3:Depends} to oneconf binary package.
7 - Bump Standards-Version with no other changes necessary.
8
9 -- Barry Warsaw <barry@ubuntu.com> Tue, 17 Nov 2015 17:51:28 -0500
10
1oneconf (0.3.8) wily; urgency=medium11oneconf (0.3.8) wily; urgency=medium
212
3 * Decode the data received from the server if necessary. Use13 * Decode the data received from the server if necessary. Use
414
=== modified file 'debian/control'
--- debian/control 2014-03-17 21:42:42 +0000
+++ debian/control 2015-11-18 00:40:50 +0000
@@ -25,21 +25,13 @@
25 python3-piston-mini-client,25 python3-piston-mini-client,
26 python3-dbus26 python3-dbus
27Maintainer: Didier Roche <didrocks@ubuntu.com>27Maintainer: Didier Roche <didrocks@ubuntu.com>
28Standards-Version: 3.9.428Standards-Version: 3.9.6
29X-Python-Version: >= 2.729X-Python-Version: >= 2.7
30X-Python3-Version: >= 3.330X-Python3-Version: >= 3.3
3131
32Package: oneconf-common32Package: oneconf-common
33Architecture: all33Architecture: all
34Depends: ${misc:Depends},34Depends: ${misc:Depends},
35 ${python:Depends},
36 python-dbus,
37 python-oauthlib,
38 python-gi,
39 python-apt,
40 python-piston-mini-client,
41 python-httplib2,
42 python-xdg
43Replaces: oneconf (<< 0.3)35Replaces: oneconf (<< 0.3)
44Description: synchronize your configuration data over the network36Description: synchronize your configuration data over the network
45 OneConf provides the ability to sync your computer's configuration data over37 OneConf provides the ability to sync your computer's configuration data over
@@ -99,6 +91,7 @@
99Package: oneconf91Package: oneconf
100Architecture: all92Architecture: all
101Depends: ${misc:Depends},93Depends: ${misc:Depends},
94 ${python3:Depends},
102 oneconf-common,95 oneconf-common,
103 python3-oneconf,96 python3-oneconf,
104 ubuntu-sso-client97 ubuntu-sso-client

Subscribers

People subscribed via source and target branches