---
 dh_haskell_depends   | 2 +-
 dh_haskell_provides  | 2 +-
 dh_haskell_shlibdeps | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dh_haskell_depends b/dh_haskell_depends
index 4917092..f23271b 100644
--- a/dh_haskell_depends
+++ b/dh_haskell_depends
@@ -68,7 +68,7 @@ for pkg in `dh_listpackages $args`; do
                cfiles="$files"
            fi
            if [ -z "$cfiles" ] ; then
-             echo "No installed package description files can not be found" >&2
+             echo "dh_haskell_depends - no installed package description files 
found" >&2
              exit 1
            fi
            case "$pkg" in
diff --git a/dh_haskell_provides b/dh_haskell_provides
index fca4894..cf4923c 100644
--- a/dh_haskell_provides
+++ b/dh_haskell_provides
@@ -74,7 +74,7 @@ for pkg in `dh_listpackages $args`; do
                cfiles="$files"
            fi
            if [ -z "$cfiles" ] ; then
-             echo "No installed package description files can not be found" >&2
+             echo "dh_haskell_provides - no installed package description 
files found" >&2
              exit 1
            fi
            case "$pkg" in
diff --git a/dh_haskell_shlibdeps b/dh_haskell_shlibdeps
index 0247e4e..45a1a05 100644
--- a/dh_haskell_shlibdeps
+++ b/dh_haskell_shlibdeps
@@ -42,7 +42,7 @@ done
 
 if [ -z "$files" ]
 then
-       echo "No installed package description files can not be found" >&2
+       echo "dh_haskell_shlibdeps - no installed package description files 
found" >&2
        exit 1
 fi
 
-- 
1.9.1


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
https://lists.debian.org/[email protected]

Reply via email to