From 9fe95cde215d672fd7c7d68033e00f515a67f964 Mon Sep 17 00:00:00 2001 From: "Joop Stakenborg, PG4I" Date: Thu, 29 Nov 2007 20:47:52 +0000 Subject: [PATCH] another debian update: use 'make distclean' in the rules file git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2261 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5d7edfd39..a009a81a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hamlib (1.2.6.2-3) unstable; urgency=low + + * Run 'make distclean' instead of 'make clean'. + + -- Joop Stakenborg Thu, 29 Nov 2007 19:46:28 +0100 + hamlib (1.2.6.2-2) unstable; urgency=low * From Ubuntu hardy: Remove bytecompiled modules from the python-libhamlib2 diff --git a/debian/rules b/debian/rules index 64a4e2a52..fa1908590 100644 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ clean: dh_testdir dh_testroot # Add here commands to clean up after the build process. - [ ! -f Makefile ] || $(MAKE) clean + [ ! -f Makefile ] || $(MAKE) distclean dh_clean rm -f build-stamp configure-stamp rm -f config.log libltdl/config.log