[subversion-commit] SVN tetex-base commit + diffs: r1261 - in tetex-base/trunk/debian: . rules.d

Julian Gilbey jdg at costa.debian.org
Sun Apr 30 20:29:58 UTC 2006


Author: jdg
Date: 2006-04-30 20:29:57 +0000 (Sun, 30 Apr 2006)
New Revision: 1261

Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/rules
   tetex-base/trunk/debian/rules.d/filelists.mk
   tetex-base/trunk/debian/rules.in
Log:
* Don't install patch-stamp!

Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog	2006-04-30 20:19:59 UTC (rev 1260)
+++ tetex-base/trunk/debian/changelog	2006-04-30 20:29:57 UTC (rev 1261)
@@ -22,8 +22,9 @@
     location, in accordance with new policy, and to allow parallel
     installation of some texlive packages.
   * Install dhelp file with tetex-doc, not tetex-base
+  * Don't install patch-stamp!
 
- -- Frank Küster <frank at debian.org>  Fri, 28 Apr 2006 22:25:33 +0200
+ -- Julian Gilbey <jdg at debian.org>  Sun, 30 Apr 2006 21:27:16 +0100
 
 tetex-base (3.0-17) unstable; urgency=low
 

Modified: tetex-base/trunk/debian/rules
===================================================================
--- tetex-base/trunk/debian/rules	2006-04-30 20:19:59 UTC (rev 1260)
+++ tetex-base/trunk/debian/rules	2006-04-30 20:29:57 UTC (rev 1261)
@@ -117,7 +117,7 @@
 $(stampdir)/eperl-stamp: $(stampdir) $(EPERL_FILES) 
 	touch $@
 
-$(stampdir)/build-stamp: $(stampdir) patch-stamp
+$(stampdir)/build-stamp: $(stampdir)/patch-stamp
 	$(check-svn)
 	dh_testdir
 # Make sure that our build scripts are executable.
@@ -140,9 +140,9 @@
 	done
 	rm  -f debian/missingfiles.tar.gz
 
-	rm -f patch-stamp
+	rm -f $(stampdir)/patch-stamp
 
-patch-stamp: debian/missingfiles.tar.gz
+$(stampdir)/patch-stamp: $(stampdir) debian/missingfiles.tar.gz
 	quilt push -a
 	tar -xzf debian/missingfiles.tar.gz
 	touch $@

Modified: tetex-base/trunk/debian/rules.d/filelists.mk
===================================================================
--- tetex-base/trunk/debian/rules.d/filelists.mk	2006-04-30 20:19:59 UTC (rev 1260)
+++ tetex-base/trunk/debian/rules.d/filelists.mk	2006-04-30 20:29:57 UTC (rev 1261)
@@ -43,8 +43,8 @@
 $(stampdir)/files.all:
 ## Create a list of all files and links.
 #	find ./texmf/ -path ./texmf/source -prune -o -type f -print -o -type l -print > files.all
-	find $(destdir) -path "./debian" -prune -o -path "./stampdir" -prune -o \
-           -type f -print -o -type l -print > $(stampdir)/files.all
+	find $(destdir) -path "./debian" -prune -o -path "./stampdir" -prune \
+	  -o -type f -print -o -type l -print > $(stampdir)/files.all
 
 $(stampdir)/nonfree.files: $(stampdir)/files.all
 # Filter nonfree

Modified: tetex-base/trunk/debian/rules.in
===================================================================
--- tetex-base/trunk/debian/rules.in	2006-04-30 20:19:59 UTC (rev 1260)
+++ tetex-base/trunk/debian/rules.in	2006-04-30 20:29:57 UTC (rev 1261)
@@ -122,7 +122,7 @@
 $(stampdir)/eperl-stamp: $(stampdir) $(EPERL_FILES) 
 	touch $@
 
-$(stampdir)/build-stamp: $(stampdir) patch-stamp
+$(stampdir)/build-stamp: $(stampdir)/patch-stamp
 	$(check-svn)
 	dh_testdir
 # Make sure that our build scripts are executable.
@@ -145,9 +145,9 @@
 	done
 	rm  -f debian/missingfiles.tar.gz
 
-	rm -f patch-stamp
+	rm -f $(stampdir)/patch-stamp
 
-patch-stamp: debian/missingfiles.tar.gz
+$(stampdir)/patch-stamp: $(stampdir) debian/missingfiles.tar.gz
 	quilt push -a
 	tar -xzf debian/missingfiles.tar.gz
 	touch $@




More information about the Pkg-tetex-commits mailing list