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
Hamlib-1.2.7
Joop Stakenborg, PG4I 2007-11-29 20:47:52 +00:00
rodzic 07995a3204
commit 9fe95cde21
2 zmienionych plików z 7 dodań i 1 usunięć

6
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,9 @@
hamlib (1.2.6.2-3) unstable; urgency=low
* Run 'make distclean' instead of 'make clean'.
-- Joop Stakenborg <pa3aba@debian.org> 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

2
debian/rules vendored
Wyświetl plik

@ -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