From a5664f39ee4ed73587c30b66d23fefeae4d73842 Mon Sep 17 00:00:00 2001 From: Ian Beckwith Date: Mon, 28 May 2007 03:09:16 +0000 Subject: [PATCH] [project @ tidied debian/rules] --- debian/changelog | 3 ++- debian/rules | 25 ++++++------------------- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2741d93..c309381 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ ckermit (211-8) unstable; urgency=low * Change netbase dependency to openbsd-inetd | inet-superserver. * Tweak debconf templates to keep lintian happy. + * Tidied debian/rules. - -- Ian Beckwith Mon, 28 May 2007 02:53:29 +0100 + -- Ian Beckwith Mon, 28 May 2007 04:08:06 +0100 ckermit (211-7) unstable; urgency=low diff --git a/debian/rules b/debian/rules index b945e34..f7fc0a2 100644 --- a/debian/rules +++ b/debian/rules @@ -32,17 +32,15 @@ endif configure: configure-stamp configure-stamp: dh_testdir - # Add here commands to configure the package. touch configure-stamp build: build-stamp -build-stamp: configure-stamp +build-stamp: configure-stamp dh_testdir - # Add here commands to compile the package. $(MAKE) $(MAKEOPTS) $(MAKETARGET) touch build-stamp @@ -52,16 +50,15 @@ clean: dh_testroot rm -f build-stamp configure-stamp - # Add here commands to clean up after the build process. -$(MAKE) $(MAKEOPTS) clean -rm -f wermit # no longer cleaned by upstream makefile - -rm -f UNINSTALL - dh_clean + -rm -f UNINSTALL + dh_clean install: build dh_testdir dh_testroot - dh_clean -k + dh_clean -k dh_installdirs # Add here commands to install the package into debian/ckermit. @@ -86,25 +83,15 @@ binary-arch: build install dh_testroot dh_installchangelogs -k ckc211.txt dh_installdocs -# dh_installexamples - dh_installdirs -# dh_install + dh_installdirs dh_installmenu - dh_installdebconf -# dh_installlogrotate -# dh_installemacsen + dh_installdebconf dh_installpam --name=kermit -# dh_installmime -# dh_installinit -# dh_installcron -# dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms -# dh_perl -# dh_python dh_makeshlibs dh_installdeb dh_shlibdeps -- 2.11.0