[Debian-hebrew-package] r622 - in /pkg/kkbswitch/trunk/debian: changelog rules

baruch at users.alioth.debian.org baruch at users.alioth.debian.org
Sat Jul 7 19:25:26 UTC 2007


Author: baruch
Date: Sat Jul  7 19:25:26 2007
New Revision: 622

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=622
Log:
* Do not ignore errors in make clean

Modified:
    pkg/kkbswitch/trunk/debian/changelog
    pkg/kkbswitch/trunk/debian/rules

Modified: pkg/kkbswitch/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/kkbswitch/trunk/debian/changelog?rev=622&op=diff
==============================================================================
--- pkg/kkbswitch/trunk/debian/changelog (original)
+++ pkg/kkbswitch/trunk/debian/changelog Sat Jul  7 19:25:26 2007
@@ -2,8 +2,9 @@
 
   * Update menu file to new menu policy, use Applications/System/Language Environment
     instead of Apps/Tools
+  * Do not ignore errors in make clean
 
- -- Baruch Even <baruch at debian.org>  Sat, 07 Jul 2007 20:54:49 +0300
+ -- Baruch Even <baruch at debian.org>  Sat, 07 Jul 2007 22:23:04 +0300
 
 kkbswitch (1.4.3-5) unstable; urgency=low
 

Modified: pkg/kkbswitch/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/kkbswitch/trunk/debian/rules?rev=622&op=diff
==============================================================================
--- pkg/kkbswitch/trunk/debian/rules (original)
+++ pkg/kkbswitch/trunk/debian/rules Sat Jul  7 19:25:26 2007
@@ -47,7 +47,7 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif




More information about the Debian-hebrew-package mailing list