summaryrefslogtreecommitdiff
path: root/dh_lib
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:51:17 +0000
committerjoey <joey>1999-08-17 04:51:17 +0000
commit473b811394da493f2643d196d3ea2316b6ea034f (patch)
treeebf14354e3a2cd136fb56fbaad09f25aff394eca /dh_lib
parentfa0b6b8309672b44488dfef0891de99ef6f09d30 (diff)
downloaddebhelper-473b811394da493f2643d196d3ea2316b6ea034f.tar.gz
r86: Initial Import
Diffstat (limited to 'dh_lib')
-rw-r--r--dh_lib5
1 files changed, 5 insertions, 0 deletions
diff --git a/dh_lib b/dh_lib
index 38f6734c..9e826499 100644
--- a/dh_lib
+++ b/dh_lib
@@ -37,6 +37,11 @@ error() {
exit 1
}
+# Output a warning.
+warning() {
+ echo `basename $0`": $1" >&2
+}
+
# Pass it a name of a binary package, it returns the name of the tmp dir to
# use, for that package.
# This is for back-compatability with the debian/tmp tradition.