[Pkg-scicomp-commits] atlas/trunk/debian

Bernd Zeimetz bzed at debian.org
Thu Jul 24 23:15:46 UTC 2008


SVN commit 2623 by bzed:

Fixing broken clean target.


 M  +1 -2      atlas/trunk/debian/rules  


--- atlas/trunk/debian/rules #2622:2623
@@ -302,8 +302,7 @@
 
 clean: clean-patched unpatch
 
-clean-patched:
-	$(addprefix Linux_,$(addsuffix _clean,$(SA)))
+clean-patched: $(addprefix Linux_,$(addsuffix _clean,$(SA)))
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp



More information about the Pkg-scicomp-commits mailing list