From 36d84095e81986ddb10f4fd89b8ddec5c16b5c3c Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Tue, 9 Nov 2010 22:06:12 +0000 Subject: [PATCH] Don't remove scripts and CVS controls in bin/ subdirectory --- debian/rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 2210c9e..d1d99f0 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DH_VERBOSE=1 export DH_COMPAT=4 #export DEBIAN=1 -#export PACKAGE=binkd1 +export PACKAGE=golded-plus-snapshot PREFIX=$(CURDIR)/debian/golded-plus DOCS= docs/license.txt docs/notework.txt docs/readme.txt \ docs/rusfaq.txt docs/rusfaq.koi8r docs/rusfaq.utf8 docs/tips.txt docs/todowork.txt \ @@ -67,8 +67,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) clean - - rm -r bin/ + -$(MAKE) clean distclean dh_clean