Merge lp:~dholbach/pkgme/pkgme.cmake-bd into lp:pkgme

Proposed by Daniel Holbach
Status: Merged
Approved by: James Westby
Approved revision: 108
Merged at revision: 108
Proposed branch: lp:~dholbach/pkgme/pkgme.cmake-bd
Merge into: lp:pkgme
Diff against target: 10 lines (+6/-0)
1 file modified
pkgme/backends/cmake/build_depends (+6/-0)
To merge this branch: bzr merge lp:~dholbach/pkgme/pkgme.cmake-bd
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+108702@code.launchpad.net

Commit message

Have cmake packages Build-Depend on cmake.

Description of the change

cmake packages should build-dep on cmake

To post a comment you must log in.
Revision history for this message
James Westby (james-w) wrote :

Hi,

Looks good, thanks.

James

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'pkgme/backends/cmake/build_depends'
2--- pkgme/backends/cmake/build_depends 1970-01-01 00:00:00 +0000
3+++ pkgme/backends/cmake/build_depends 2012-06-05 09:01:19 +0000
4@@ -0,0 +1,6 @@
5+#!/usr/bin/python
6+#
7+# (C) 2012 Canonical Ltd
8+#
9+
10+print "debhelper (>= 7), cmake"

Subscribers

People subscribed via source and target branches