aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-15 12:20:50 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-15 12:20:50 -0500
commit721e3c4f3bdc9487eef51f7a4bc83a06dd2be3ec (patch)
tree5dcb6ada7cb1afe2581e2a12d48f79d2fa39c007
parentd82a5a99ac0ca0cdcd8f5f5a9a7f447f0a886114 (diff)
downloadayatana-indicator-power-721e3c4f3bdc9487eef51f7a4bc83a06dd2be3ec.tar.gz
ayatana-indicator-power-721e3c4f3bdc9487eef51f7a4bc83a06dd2be3ec.tar.bz2
ayatana-indicator-power-721e3c4f3bdc9487eef51f7a4bc83a06dd2be3ec.zip
make sure we call dh_install --fail-missing in the dh_install override,
to be consistent with other indicator packages.
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8130033..f002751 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low
- use the dh sequencer with --with autoreconf.
- override dh_autoreconf to call autogen.sh from upstream.
- use DPKG_GENSYMBOLS_CHECK_LEVEL=4.
+ - make sure we call dh_install --fail-missing in the dh_install override,
+ to be consistent with other indicator packages.
-- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 14 Nov 2012 13:55:03 -0500
diff --git a/debian/rules b/debian/rules
index bd1bd9c..83edd94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,5 +15,6 @@ override_dh_autoreconf:
override_dh_install:
find debian/indicator-power -name \*.la -delete
find debian/indicator-power -name \*.a -delete
+ dh_install --fail-missing
mkdir -p debian/indicator-power/usr/share/apport/package-hooks/
cp debian/source_indicator-power.py debian/indicator-power/usr/share/apport/package-hooks/