[subversion-commit] SVN tetex commit + diffs: r172 - in tetex-bin/trunk/debian: . patches

Frank Küster frank at costa.debian.org
Thu Aug 25 14:51:43 UTC 2005


Author: frank
Date: 2005-08-25 14:51:42 +0000 (Thu, 25 Aug 2005)
New Revision: 172

Added:
   tetex-bin/trunk/debian/patches/series
Modified:
   tetex-bin/trunk/debian/rules
   tetex-bin/trunk/debian/rules.in
Log:
switching to quilt instead of my home-brewn dsf-patch which doesn't work - changes in rules, and adding the series file

Added: tetex-bin/trunk/debian/patches/series
===================================================================
--- tetex-bin/trunk/debian/patches/series	2005-08-25 14:51:06 UTC (rev 171)
+++ tetex-bin/trunk/debian/patches/series	2005-08-25 14:51:42 UTC (rev 172)
@@ -0,0 +1,11 @@
+patch-xdvi-300109 -p0
+patch-tmp -p0
+patch-texmfcnf -p0
+patch-texdoctk -p0
+patch-texdoc -p0
+patch-tds -p0
+patch-src -p0
+patch-libtool -p0
+patch-deb -p0
+patch-CAN-2005-0064 -p0
+patch-CAN-2004-0888 -p0

Modified: tetex-bin/trunk/debian/rules
===================================================================
--- tetex-bin/trunk/debian/rules	2005-08-25 14:51:06 UTC (rev 171)
+++ tetex-bin/trunk/debian/rules	2005-08-25 14:51:42 UTC (rev 172)
@@ -25,8 +25,8 @@
 stampdir=./stampdir
 
 # use the Debian single file patch system
-export DSF-PATCHLIST=debian/patches/patchlist.mk
-include /usr/share/dsfp/dsf-patch.mk
+# export DSF-PATCHLIST=debian/patches/patchlist.mk
+# include /usr/share/dsfp/dsf-patch.mk
 
 SHELL=/bin/bash
 
@@ -125,6 +125,14 @@
 configure:
 	:
 
+clean-patches:
+	-quilt pop -a
+	rm -f patch-stamp
+
+patch-stamp:
+	quilt push -a
+	touch $@
+
 clean-commonstuff:
 	$(update_commonstuff)
 
@@ -294,7 +302,7 @@
 	touch debian/rules.in
 	echo "dummy content for dpkg-source" > debian/sid-stamp 
 
-.PHONY: binary binary-arch binary-indep clean checkroot patchclean sarge sid
+.PHONY: binary binary-arch binary-indep clean checkroot clean-patches sarge sid
 
 
 # Local variables:

Modified: tetex-bin/trunk/debian/rules.in
===================================================================
--- tetex-bin/trunk/debian/rules.in	2005-08-25 14:51:06 UTC (rev 171)
+++ tetex-bin/trunk/debian/rules.in	2005-08-25 14:51:42 UTC (rev 172)
@@ -30,8 +30,8 @@
 stampdir=./stampdir
 
 # use the Debian single file patch system
-export DSF-PATCHLIST=debian/patches/patchlist.mk
-include /usr/share/dsfp/dsf-patch.mk
+# export DSF-PATCHLIST=debian/patches/patchlist.mk
+# include /usr/share/dsfp/dsf-patch.mk
 
 SHELL=/bin/bash
 
@@ -130,6 +130,14 @@
 configure:
 	:
 
+clean-patches:
+	-quilt pop -a
+	rm -f patch-stamp
+
+patch-stamp:
+	quilt push -a
+	touch $@
+
 clean-commonstuff:
 	$(update_commonstuff)
 
@@ -299,7 +307,7 @@
 	touch debian/rules.in
 	echo "dummy content for dpkg-source" > debian/sid-stamp 
 
-.PHONY: binary binary-arch binary-indep clean checkroot patchclean sarge sid
+.PHONY: binary binary-arch binary-indep clean checkroot clean-patches sarge sid
 
 
 # Local variables:




More information about the Pkg-tetex-commits mailing list