[SCM] UNNAMED PROJECT branch, master, updated. debian/4.2.7-8-5-gad4986b

Gonéri Le Bouder goneri at rulezlan.org
Thu Feb 12 22:29:34 UTC 2009


The following commit has been merged in the master branch:
commit ad4986b98f9ef19c32dc358f54b13b997ee0e021
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Thu Feb 12 23:20:49 2009 +0100

    Do not ignore make distclean return

diff --git a/debian/changelog b/debian/changelog
index fa0f722..ea1c1ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ xboard (4.2.7-9) unstable; urgency=low
   * Adjust the debian/copyright to point on the correct common-license file
   * The Debian menu file wasn't using the correct section
   * Add myself in Uploaders:
+  * Do not ignore make distclean return anymore
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Thu, 12 Feb 2009 22:41:17 +0100
 
diff --git a/debian/rules b/debian/rules
index f204157..2fb4f38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ clean: unpatch
 	dh_testdir
 	dh_testroot
 	$(RM) build-stamp config.status parser.c
-	$(MAKE) -i distclean || $(MAKE) -f Makefile.in distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
 install: build

-- 
UNNAMED PROJECT



More information about the Pkg-games-commits mailing list