The following commit has been merged in the master branch:
commit 9b100c97bc3a2e9fdd575cf0a854f74aabe81b76
Author: Felix Geyer <[email protected]>
Date:   Sat Jul 17 15:54:40 2010 +0200

    Warn about files that aren't installed in any package.

diff --git a/debian/changelog b/debian/changelog
index e0d0ab2..877599a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,9 @@ wormux (1:0.9.2.1-1) unstable; urgency=low
   * Use "Breaks" instead of "Conflicts".
   * wormux-server and wormux-data don't recommend wormux anymore.
   * Use the autoreconf debhelper sequence.
+  * Warn about files that aren't installed in any package.
 
- -- Felix Geyer <[email protected]>  Sat, 17 Jul 2010 15:50:42 +0200
+ -- Felix Geyer <[email protected]>  Sat, 17 Jul 2010 15:53:31 +0200
 
 wormux (1:0.8.5-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 1701c14..1e5a2ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,3 +25,6 @@ override_dh_auto_clean:
        
        [ -f src/config.h.clean ] && mv src/config.h.clean src/config.h || :
        [ -f po/wormux.pot ] || mv po/wormux.pot.clean po/wormux.pot
+
+override_dh_install:
+       dh_install --list-missing

-- 
Wormux PKG

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to