Merge lp:~noskcaj/ubuntu/trusty/gnome-tweak-tool/merge into lp:ubuntu/trusty/gnome-tweak-tool

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp:~noskcaj/ubuntu/trusty/gnome-tweak-tool/merge
Merge into: lp:ubuntu/trusty/gnome-tweak-tool
Diff against target: 58 lines (+25/-4)
3 files modified
debian/changelog (+19/-0)
debian/control (+3/-2)
debian/control.in (+3/-2)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/trusty/gnome-tweak-tool/merge
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+212329@code.launchpad.net

Description of the change

Adds missing depends, debian RC bugs

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

Thanks. Uploaded.

review: Approve

Unmerged revisions

16. By Jackson Doak

* Merge from Debian unstable. Remaining changes:
  - debian/patches/fix_crash_for_non-shell_use.patch:
    + Don't crash if gnome-shell is not running.
* debian/control.in:
  + Bump gir1.2-gtk-3.0 minimum dependency. Closes: #740337.
* Add dependency on gir1.2-notify-0.7. Closes: #740595.

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 2014-03-16 13:38:43 +0000
3+++ debian/changelog 2014-03-23 20:48:10 +0000
4@@ -1,3 +1,22 @@
5+gnome-tweak-tool (3.10.1-2ubuntu1) trusty; urgency=medium
6+
7+ * Merge from Debian unstable. Remaining changes:
8+ - debian/patches/fix_crash_for_non-shell_use.patch:
9+ + Don't crash if gnome-shell is not running.
10+
11+ -- Jackson Doak <noskcaj@ubuntu.com> Mon, 24 Mar 2014 07:39:51 +1100
12+
13+gnome-tweak-tool (3.10.1-2) unstable; urgency=medium
14+
15+ [ Emilio Pozuelo Monfort ]
16+ * debian/control.in:
17+ + Bump gir1.2-gtk-3.0 minimum dependency. Closes: #740337.
18+
19+ [ Andreas Henriksson ]
20+ * Add dependency on gir1.2-notify-0.7. Closes: #740595.
21+
22+ -- Andreas Henriksson <andreas@fatal.se> Sun, 16 Mar 2014 19:47:10 +0100
23+
24 gnome-tweak-tool (3.10.1-1ubuntu1) trusty; urgency=low
25
26 * Merge from Debian unstable. Remaining changes:
27
28=== modified file 'debian/control'
29--- debian/control 2014-03-16 13:38:43 +0000
30+++ debian/control 2014-03-23 20:48:10 +0000
31@@ -29,8 +29,9 @@
32 gsettings-desktop-schemas (>= 3.6),
33 gnome-shell-common (>= 3.4),
34 python-gi (>= 3.2.1),
35- gir1.2-gtk-3.0,
36- gir1.2-gnomedesktop-3.0
37+ gir1.2-gtk-3.0 (>= 3.10),
38+ gir1.2-gnomedesktop-3.0,
39+ gir1.2-notify-0.7
40 Description: tool to adjust advanced configuration settings for GNOME
41 GNOME Tweak Tool allows the adjustment of several advanced GNOME
42 options that can't be configured in gnome-control-center.
43
44=== modified file 'debian/control.in'
45--- debian/control.in 2014-03-16 13:38:43 +0000
46+++ debian/control.in 2014-03-23 20:48:10 +0000
47@@ -25,8 +25,9 @@
48 gsettings-desktop-schemas (>= 3.6),
49 gnome-shell-common (>= 3.4),
50 python-gi (>= 3.2.1),
51- gir1.2-gtk-3.0,
52- gir1.2-gnomedesktop-3.0
53+ gir1.2-gtk-3.0 (>= 3.10),
54+ gir1.2-gnomedesktop-3.0,
55+ gir1.2-notify-0.7
56 Description: tool to adjust advanced configuration settings for GNOME
57 GNOME Tweak Tool allows the adjustment of several advanced GNOME
58 options that can't be configured in gnome-control-center.

Subscribers

People subscribed via source and target branches

to all changes: