Merge lp:~peter-pearse/ubuntu/natty/libxcb/prop001 into lp:ubuntu/natty/libxcb

Proposed by Peter Pearse
Status: Needs review
Proposed branch: lp:~peter-pearse/ubuntu/natty/libxcb/prop001
Merge into: lp:ubuntu/natty/libxcb
Diff against target: 31 lines (+11/-0)
2 files modified
debian/changelog (+6/-0)
debian/rules (+5/-0)
To merge this branch: bzr merge lp:~peter-pearse/ubuntu/natty/libxcb/prop001
Reviewer Review Type Date Requested Status
Steve Langasek Pending
Review via email: mp+56775@code.launchpad.net

Description of the change

Empty target rules will match pattern rules - make sure the rule here isn't empty.

To post a comment you must log in.

Unmerged revisions

26. By Peter Pearse

Prevent call to pattern rule when check target is empty.

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-03-28 23:00:11 +0000
3+++ debian/changelog 2011-04-07 14:00:11 +0000
4@@ -1,3 +1,9 @@
5+libxcb (1.7-2ubuntu3) natty; urgency=low
6+
7+ * Prevent call to pattern rule when check target is empty
8+
9+ -- Peter Pearse <peter.pearse@linaro.org> Thu, 07 Apr 2011 11:56:16 +0000
10+
11 libxcb (1.7-2ubuntu2) natty; urgency=low
12
13 * Install udeb contents to /usr/lib, not to the multiarch directory.
14
15=== modified file 'debian/rules'
16--- debian/rules 2011-03-22 08:18:22 +0000
17+++ debian/rules 2011-04-07 14:00:11 +0000
18@@ -23,8 +23,13 @@
19 dh_auto_configure -B$(DEB_BUILDDIR) -- CFLAGS="$(CFLAGS)"
20
21 check:
22+ @echo "Get this one"
23 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
24 $(MAKE) -C $(DEB_BUILDDIR) check
25+else
26+ # In order to avoid calling the pattern rule below
27+ # there needs to always be some action in this rule
28+ @echo "DEB_BUILD_OPTIONS has nocheck"
29 endif
30
31 override_dh_auto_test: check

Subscribers

People subscribed via source and target branches

to all changes: