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
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-05-05 16:57:29 +0000
3+++ debian/changelog 2015-11-18 00:40:50 +0000
4@@ -1,3 +1,13 @@
5+oneconf (0.3.9) UNRELEASED; urgency=medium
6+
7+ * d/control:
8+ - Drop the explicit Python 2 dependencies for oneconf-common since the
9+ package contains no Python code. (LP: #1440375)
10+ - Add ${python3:Depends} to oneconf binary package.
11+ - Bump Standards-Version with no other changes necessary.
12+
13+ -- Barry Warsaw <barry@ubuntu.com> Tue, 17 Nov 2015 17:51:28 -0500
14+
15 oneconf (0.3.8) wily; urgency=medium
16
17 * Decode the data received from the server if necessary. Use
18
19=== modified file 'debian/control'
20--- debian/control 2014-03-17 21:42:42 +0000
21+++ debian/control 2015-11-18 00:40:50 +0000
22@@ -25,21 +25,13 @@
23 python3-piston-mini-client,
24 python3-dbus
25 Maintainer: Didier Roche <didrocks@ubuntu.com>
26-Standards-Version: 3.9.4
27+Standards-Version: 3.9.6
28 X-Python-Version: >= 2.7
29 X-Python3-Version: >= 3.3
30
31 Package: oneconf-common
32 Architecture: all
33 Depends: ${misc:Depends},
34- ${python:Depends},
35- python-dbus,
36- python-oauthlib,
37- python-gi,
38- python-apt,
39- python-piston-mini-client,
40- python-httplib2,
41- python-xdg
42 Replaces: oneconf (<< 0.3)
43 Description: synchronize your configuration data over the network
44 OneConf provides the ability to sync your computer's configuration data over
45@@ -99,6 +91,7 @@
46 Package: oneconf
47 Architecture: all
48 Depends: ${misc:Depends},
49+ ${python3:Depends},
50 oneconf-common,
51 python3-oneconf,
52 ubuntu-sso-client

Subscribers

People subscribed via source and target branches