Merge lp:~tj/ubuntu/trusty/uget/lp1278233 into lp:ubuntu/trusty/uget

Proposed by TJ
Status: Needs review
Proposed branch: lp:~tj/ubuntu/trusty/uget/lp1278233
Merge into: lp:ubuntu/trusty/uget
Diff against target: 37 lines (+11/-0)
3 files modified
debian/changelog (+6/-0)
debian/control (+1/-0)
debian/rules (+4/-0)
To merge this branch: bzr merge lp:~tj/ubuntu/trusty/uget/lp1278233
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+206571@code.launchpad.net

Description of the change

Requested by one of the package owners to ensure libindicator support is in Trusty.

2014-02-15 on #ubuntu-bugs

<MichaelTunnell> hello, I submitted a bug in my package regarding the repo version but I have no received an update except from a bot turning it to "confirmed".
...
<TJ-> MichaelTunnell: http://iam.tj/projects/misc/uget-trusty-appindicator.png
<TJ-> Is that correct?
<MichaelTunnell> TJ-: yep that looks good
<MichaelTunnell> close the app and tell it to minimize to tray
<MichaelTunnell> then try "show main window" from tray
<MichaelTunnell> and that would mean it works fine
<TJ-> MichaelTunnell: Yes, that works
<MichaelTunnell> then awesome
<TJ-> MichaelTunnell: OK, The bug is now linked to my bzr branch containing the fix, so you just to get it sponsored and merged
<MichaelTunnell> i have no idea how to do that

To post a comment you must log in.
Revision history for this message
Michael Tunnell (michaeltunnell) wrote :

Thank you for submitting this TJ.

Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Unmerged revisions

11. By TJ

Build against libappindicator3 for Ubuntu (LP: #1278233).

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-01-25 21:29:41 +0000
3+++ debian/changelog 2014-02-15 02:32:05 +0000
4@@ -1,3 +1,9 @@
5+uget (1.10.4-1ubuntu1) trusty; urgency=low
6+
7+ * Build-Depend on libappindicator3-dev for Ubuntu (LP: #1278233).
8+
9+ -- TJ <ubuntu@iam.tj> Sat, 15 Feb 2014 01:37:05 +0000
10+
11 uget (1.10.4-1) unstable; urgency=low
12
13 * New upstream release. Closes: #735937
14
15=== modified file 'debian/control'
16--- debian/control 2014-01-25 21:29:41 +0000
17+++ debian/control 2014-02-15 02:32:05 +0000
18@@ -9,6 +9,7 @@
19 libgstreamer0.10-dev,
20 autotools-dev,
21 libgtk-3-dev,
22+ libappindicator3-dev,
23 libcurl4-openssl-dev
24 Standards-Version: 3.9.5
25 Homepage: http://urlget.sourceforge.net/
26
27=== modified file 'debian/rules'
28--- debian/rules 2013-03-28 11:25:10 +0000
29+++ debian/rules 2014-02-15 02:32:05 +0000
30@@ -7,3 +7,7 @@
31
32 override_dh_auto_install:
33 dh_auto_install -- DESTDIR=$(CURDIR)/debian/uget
34+
35+override_dh_auto_configure:
36+ dh_auto_configure -- --enable-appindicator=auto
37+

Subscribers

People subscribed via source and target branches

to all changes: