From 588fb076b11e1aff01c77fe8319a774553e14dc6 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Thu, 16 Feb 2006 12:31:29 +0100 Subject: [PATCH] added mikas changelog entries --- debian/changelog | 6 +++++- debian/rules | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1af2ddc..73a9a1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ grml-shlib (1.02.08) unstable; urgency=low - * fixed problem with bash as /bin/sh (thanks at mika for reporting) + * Workaround the '/etc/grml/sh-lib: line 622: `force-reloadService': + not valid identifier' problem. Notice to workaround: + 'force-reloadService' has been removed from sh-lib, it requires + modifications to work with /bin/sh pointing to /bin/bash. + * Added myself as Uploader to debian/control. -- Michael Gebetsroither Thu, 16 Feb 2006 02:11:13 +0100 diff --git a/debian/rules b/debian/rules index 6cb353f..f4813a3 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - #-$(MAKE) clean + $(MAKE) clean dh_clean -- 2.1.4