Merge lp:~codygarver/external-storage-manager/add-dependencies into lp:external-storage-manager

Proposed by Cody Garver
Status: Merged
Approved by: Jose Luis Navarro
Approved revision: 9
Merged at revision: 7
Proposed branch: lp:~codygarver/external-storage-manager/add-dependencies
Merge into: lp:external-storage-manager
Diff against target: 56 lines (+6/-5)
4 files modified
CMakeLists.txt (+0/-1)
debian/control (+6/-2)
debian/copyright (+0/-1)
src/CMakeLists.txt (+0/-1)
To merge this branch: bzr merge lp:~codygarver/external-storage-manager/add-dependencies
Reviewer Review Type Date Requested Status
Jose Luis Navarro Approve
Review via email: mp+186916@code.launchpad.net

Description of the change

bzr branch lp:external-storage-manager clean-esm

cd clean-esm

bzr merge lp:~codygarver/external-storage-manager/add-dependencies

bzr commit -m "Fix dependencies" --author="Cody Garver <email address hidden>"

bzr push lp:external-storage-manager

To post a comment you must log in.
Revision history for this message
Jose Luis Navarro (jlnavarro111) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2012-09-22 14:46:42 +0000
+++ CMakeLists.txt 2013-09-21 11:44:54 +0000
@@ -10,7 +10,6 @@
10 REQUIRED10 REQUIRED
11 glib-2.011 glib-2.0
12 gtk+-3.012 gtk+-3.0
13 gdu
14 appindicator3-0.113 appindicator3-0.1
15 libnotify14 libnotify
16 granite)15 granite)
1716
=== modified file 'debian/control'
--- debian/control 2013-09-15 19:05:44 +0000
+++ debian/control 2013-09-21 11:44:54 +0000
@@ -1,13 +1,17 @@
1Source: extenal-storage-manager1Source: external-storage-manager
2Section: x112Section: x11
3Priority: extra3Priority: extra
4Maintainer: Jose L. Navarro <jlnavarro111@gmail.com>4Maintainer: Jose L. Navarro <jlnavarro111@gmail.com>
5Build-Depends: cmake (>= 2.8),5Build-Depends: cmake (>= 2.8),
6 debhelper (>= 8.0.0),6 debhelper (>= 8.0.0),
7 libappindicator3-dev,
8 libgranite-dev,
9 libgtk-3-dev,
10 libnotify-dev,
7 valac-0.16 | valac (>= 0.16)11 valac-0.16 | valac (>= 0.16)
8Standards-Version: 3.9.312Standards-Version: 3.9.3
913
10Package: extenal-storage-manager14Package: external-storage-manager
11Architecture: any15Architecture: any
12Depends: ${misc:Depends}, ${shlibs:Depends}16Depends: ${misc:Depends}, ${shlibs:Depends}
13Description: Remove external drives from indicator.17Description: Remove external drives from indicator.
1418
=== modified file 'debian/copyright'
--- debian/copyright 2013-09-15 19:05:44 +0000
+++ debian/copyright 2013-09-21 11:44:54 +0000
@@ -22,4 +22,3 @@
22 .22 .
23 On Debian systems, the complete text of the GNU General23 On Debian systems, the complete text of the GNU General
24 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".24 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
25
2625
=== modified file 'src/CMakeLists.txt'
--- src/CMakeLists.txt 2013-01-20 20:08:09 +0000
+++ src/CMakeLists.txt 2013-09-21 11:44:54 +0000
@@ -10,7 +10,6 @@
10PACKAGES10PACKAGES
11 glib-2.011 glib-2.0
12 gtk+-3.012 gtk+-3.0
13 gdu
14 appindicator3-0.113 appindicator3-0.1
15 libnotify14 libnotify
16 granite15 granite

Subscribers

People subscribed via source and target branches

to all changes: