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

Frank Küster frank at costa.debian.org
Tue Aug 16 15:23:39 UTC 2005


Author: frank
Date: 2005-08-16 15:23:37 +0000 (Tue, 16 Aug 2005)
New Revision: 133

Removed:
   tetex-bin/trunk/texmf.d/
Modified:
   tetex-bin/trunk/debian/rules
   tetex-bin/trunk/debian/rules.in
Log:
[rules.in] remove stampdir
[texmf.d] remove unused directory (now in tex-common)

Modified: tetex-bin/trunk/debian/rules
===================================================================
--- tetex-bin/trunk/debian/rules	2005-08-16 15:04:53 UTC (rev 132)
+++ tetex-bin/trunk/debian/rules	2005-08-16 15:23:37 UTC (rev 133)
@@ -22,6 +22,8 @@
 real_common_variables=$(tex_common_dir)/debian/common.variables
 real_common_functions_in=$(tex_common_dir)/debian/common.functions.in
 
+stampdir=./stampdir
+
 # use the Debian single file patch system
 export DSF-PATCHLIST=debian/patches/patchlist.mk
 include /usr/share/dsfp/dsf-patch.mk
@@ -131,6 +133,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
+	rmdir $(stampdir)
 
 	# Add here commands to clean up after the build process.
 	# Make sure all of our expected symlinks are in place
@@ -142,8 +145,8 @@
 	rm -f debian/conffiles
 	rm -f $(EPERL_FILES)
 	rm -f debian/tetex-xwarn
-	rm -f debian/texmf.d/*
 
+
 	dh_clean
 
 

Modified: tetex-bin/trunk/debian/rules.in
===================================================================
--- tetex-bin/trunk/debian/rules.in	2005-08-16 15:04:53 UTC (rev 132)
+++ tetex-bin/trunk/debian/rules.in	2005-08-16 15:23:37 UTC (rev 133)
@@ -27,6 +27,8 @@
 real_common_variables=$(tex_common_dir)/debian/common.variables
 real_common_functions_in=$(tex_common_dir)/debian/common.functions.in
 
+stampdir=./stampdir
+
 # use the Debian single file patch system
 export DSF-PATCHLIST=debian/patches/patchlist.mk
 include /usr/share/dsfp/dsf-patch.mk
@@ -136,6 +138,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
+	rmdir $(stampdir)
 
 	# Add here commands to clean up after the build process.
 	# Make sure all of our expected symlinks are in place
@@ -147,8 +150,8 @@
 	rm -f debian/conffiles
 	rm -f $(EPERL_FILES)
 	rm -f debian/tetex-xwarn
-	rm -f debian/texmf.d/*
 
+
 	dh_clean
 
 




More information about the Pkg-tetex-commits mailing list