[subversion-commit] SVN tetex-base commit + diffs: r1435 - tetex-base/trunk/debian

Frank Küster frank at costa.debian.org
Fri Jun 16 20:57:20 UTC 2006


Author: frank
Date: 2006-06-16 20:57:19 +0000 (Fri, 16 Jun 2006)
New Revision: 1435

Modified:
   tetex-base/trunk/debian/rules.in
Log:
fix for #373951, no changelog entry yet since I'd like to verify it fixes the problem

Modified: tetex-base/trunk/debian/rules.in
===================================================================
--- tetex-base/trunk/debian/rules.in	2006-06-16 10:24:14 UTC (rev 1434)
+++ tetex-base/trunk/debian/rules.in	2006-06-16 20:57:19 UTC (rev 1435)
@@ -119,7 +119,7 @@
 $(stampdir):
 	-mkdir $(stampdir)
 
-$(stampdir)/eperl-stamp: $(stampdir) $(EPERL_FILES) 
+$(stampdir)/eperl-stamp: $(EPERL_FILES) | $(stampdir) 
 	touch $@
 
 $(stampdir)/build-stamp: $(stampdir)/patch-stamp
@@ -147,7 +147,7 @@
 
 	rm -f $(stampdir)/patch-stamp
 
-$(stampdir)/patch-stamp: $(stampdir) debian/missingfiles.tar.gz
+$(stampdir)/patch-stamp: debian/missingfiles.tar.gz | $(stampdir) 
 	quilt push -a
 	tar -xzf debian/missingfiles.tar.gz
 	touch $@




More information about the Pkg-tetex-commits mailing list