From 3b34a3453da45ee2f3672d8c8af7fb617d4b7560 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Sun, 8 Jul 2007 19:47:59 +0000 Subject: [PATCH] wibble --- Makefile | 2 +- debian/diogenes.postrm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1337ca6..6e92c02 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ pkg-dist: pkg-build cp -a $(PKG_FILES) $(PKG_DIST) for dir in `find $(PKG_DIRS) $(VCS_FILTER) -o -type d -print`; \ do \ - mkdir -p $(PKG_DIST)/$$dir; \ + mkdir -p $(PKG_DIST)/$$dir; \ find $$dir -maxdepth 1 -type f -exec cp {} $(PKG_DIST)/$$dir \; ; \ done tar czf $(PKG_DIST).tar.gz $(PKG_DIST) diff --git a/debian/diogenes.postrm b/debian/diogenes.postrm index ded38b7..f3bbf63 100644 --- a/debian/diogenes.postrm +++ b/debian/diogenes.postrm @@ -31,6 +31,7 @@ remove_from_webconfig () { fi } +# FIXME: do we need to source debconf before the hook? # source dbconfig-common shell library, and call the hook function if [ -f /usr/share/dbconfig-common/dpkg/postrm.mysql ]; then . /usr/share/dbconfig-common/dpkg/postrm.mysql -- 2.1.4