[SCM] blobby Debian packaging branch, master, updated. upstream/0.9c-32-gbd44776

Felix Geyer debfx-pkg at fobos.de
Fri Nov 11 12:10:36 UTC 2011


The following commit has been merged in the master branch:
commit 1ae6abe742b57603e0ce3a6d4bc4c0a626a74983
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Fri Nov 11 12:28:56 2011 +0100

    Pass --fail-missing to dh_install.

diff --git a/debian/changelog b/debian/changelog
index fbc01eb..e62f6f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ blobby (0.9c-1) UNRELEASED; urgency=low
   * Move package to the pkg-games team.
   * Generate blobby icons during the build.
   * Update copyright file to latest DEP-5 spec.
+  * Pass --fail-missing to dh_install.
 
  -- Felix Geyer <debfx-pkg at fobos.de>  Wed, 21 Apr 2010 15:29:25 +0200
 
diff --git a/debian/rules b/debian/rules
index ed9b42b..0a7ebae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ LDFLAGS += -Wl,--as-needed
 	dh $@ --parallel
 
 override_dh_install:
-	dh_install
+	dh_install --fail-missing
 	convert -transparent black data/gfx/ball01.bmp \
 	  debian/blobby/usr/share/icons/hicolor/64x64/apps/blobby.png
 	convert -transparent black data/gfx/ball01.bmp -resize 32x32 \

-- 
blobby Debian packaging



More information about the Pkg-games-commits mailing list