[Pkg-tcltk-commits] r889 - xotcl/trunk/debian

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Sun Jun 21 20:30:35 UTC 2009


Author: ssoberni-guest
Date: 2009-06-21 20:30:34 +0000 (Sun, 21 Jun 2009)
New Revision: 889

Modified:
   xotcl/trunk/debian/rules
Log:
Fixed debian/rules for some suspicious lines

Modified: xotcl/trunk/debian/rules
===================================================================
--- xotcl/trunk/debian/rules	2009-06-21 20:26:59 UTC (rev 888)
+++ xotcl/trunk/debian/rules	2009-06-21 20:30:34 UTC (rev 889)
@@ -114,7 +114,7 @@
 	(cd $(EXTENSION)/usr/lib; \
 	ln -sf ./tcltk/xotcl$(VERSION)/libxotcl$(VERSION).so;)
 	@rm -f $(ARCH_DEPENDENT)/libxotcl$(VERSION).so
-	
+
 	# remove misplaced/ inappropriate files
 	rm -f $(ARCH_DEPENDENT)/xotcl$(VERSION)/COPYRIGHT
 
@@ -161,9 +161,9 @@
 	for f in $(CURDIR)/doc/*.pdf $(CURDIR)/doc/*.html $(CURDIR)/doc/*.css $(CURDIR)/doc/*.gif ; do \
 		cp $$f $(DOCDIR)/readings/; \
 	done	
-	
+
 	mv $(ARCH_DEPENDENT)/xotcl$(VERSION)/apps $(DOCDIR)/examples
-	
+
 	# remove misplaced/inappropriate files
 	rm -f $(DOCDIR)/examples/COPYRIGHT
 




More information about the Pkg-tcltk-commits mailing list