Merge lp:~bkerensa/ubuntu/quantal/camgrab/fix-for-depends into lp:ubuntu/quantal/camgrab

Proposed by Benjamin Kerensa
Status: Merged
Merged at revision: 3
Proposed branch: lp:~bkerensa/ubuntu/quantal/camgrab/fix-for-depends
Merge into: lp:ubuntu/quantal/camgrab
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~bkerensa/ubuntu/quantal/camgrab/fix-for-depends
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Ubuntu branches Pending
Review via email: mp+124843@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks.

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 2011-08-21 11:54:28 +0000
3+++ debian/changelog 2012-09-18 06:19:18 +0000
4@@ -1,3 +1,9 @@
5+camgrab (0.1-1ubuntu2) quantal; urgency=low
6+
7+ * debian/control: added ${misc:Depends} to depends
8+
9+ -- Benjamin Kerensa <bkerensa@ubuntu.com> Mon, 17 Sep 2012 23:15:30 -0700
10+
11 camgrab (0.1-1ubuntu1) oneiric; urgency=low
12
13 * Use libv4l to fix FTBFS (LP: #749183)
14
15=== modified file 'debian/control'
16--- debian/control 2011-08-21 11:54:28 +0000
17+++ debian/control 2012-09-18 06:19:18 +0000
18@@ -8,7 +8,7 @@
19
20 Package: camgrab
21 Architecture: any
22-Depends: ${shlibs:Depends}
23+Depends: ${shlibs:Depends}, ${misc:Depends}
24 Recommends: imagemagick
25 Description: A command line tool to download a single image from a webcam
26 This tool is meant to be used from shell scripts, etc, for grabbing a

Subscribers

People subscribed via source and target branches