The following commit has been merged in the master branch:
commit 411198fbc5af55b582f576eb4c1ca958b3fca17e
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Mon Sep 30 21:47:59 2013 +0200

    List missing files after install.

diff --git a/debian/rules b/debian/rules
index fd8cd22..ed0b038 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@ VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(.*\)-.*/\1/p' | s
 override_dh_auto_configure:
        dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
 
+override_dh_install:
+       dh_install --autodest --list-missing
+
 override_dh_makeshlibs:
        dh_makeshlibs -- -c0 -v$(VERSION)
 

-- 
Packaging of libgaiagraphics in Debian

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to