Merge lp:~cyphermox/pyruntest/inline into lp:pyruntest

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 18
Merged at revision: 9
Proposed branch: lp:~cyphermox/pyruntest/inline
Merge into: lp:pyruntest
Diff against target: 22 lines (+5/-0)
2 files modified
debian/changelog (+2/-0)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~cyphermox/pyruntest/inline
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+136711@code.launchpad.net

Commit message

Add dh_install --fail-missing

Description of the change

Add dh_install --fail-missing

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) 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 2012-11-28 16:17:55 +0000
3+++ debian/changelog 2012-11-28 16:34:24 +0000
4@@ -13,5 +13,7 @@
5 - Drop build-depends on python-support.
6 * debian/compat: bump to compat level 9.
7 * debian/source/format: migrate back to source format 1.0.
8+ * debian/rules:
9+ - Override dh_install to fail the build if files are missing.
10
11 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 27 Nov 2012 20:13:29 -0500
12
13=== modified file 'debian/rules'
14--- debian/rules 2012-09-12 12:04:25 +0000
15+++ debian/rules 2012-11-28 16:34:24 +0000
16@@ -3,3 +3,6 @@
17
18 %:
19 dh $@ --with python2
20+
21+override_dh_install:
22+ dh_install --fail-missing

Subscribers

People subscribed via source and target branches