[subversion-commit] SVN tetex commit + diffs: r445 - tetex-bin/trunk/debian

Frank Küster frank at costa.debian.org
Mon Jan 9 16:13:32 UTC 2006


Author: frank
Date: 2006-01-09 16:13:31 +0000 (Mon, 09 Jan 2006)
New Revision: 445

Modified:
   tetex-bin/trunk/debian/README.Developers
Log:
added quilt explanation to  README.Developers, removed outdated cruft

Modified: tetex-bin/trunk/debian/README.Developers
===================================================================
--- tetex-bin/trunk/debian/README.Developers	2006-01-09 16:12:53 UTC (rev 444)
+++ tetex-bin/trunk/debian/README.Developers	2006-01-09 16:13:31 UTC (rev 445)
@@ -13,19 +13,10 @@
 Remarks for Developers of the teTeX packages
 ===============================================
 
-- We should remove symlinks from orig.tar.gz because cvs-upgrade disliked 
-  symlinks so run "restore-symlinks -rm" in original source tree.
-  After that please check if there remains no symlink any more with
-  "find . -type l -print".  At present, pdftex.map and psfonts.map are 
-  treated in a special way.
-
-- Empty directories in the texmf-tree are needless. We have to remove
-  them when creating the .orig.tar.gz.
-
 - We should remove .svn directories.  Try to run
   "find . -name .svn -prune -exec rm -rf {} \;"
 
-- When you test outside CVS, then don't forget to copy texmf.d and 
+- When you test outside SVN, then don't forget to copy texmf.d and 
   new-manpages
 
 - We should update the dh_makeshlibs call in debian/rules when libkpathsea
@@ -33,7 +24,27 @@
 
 - We maintain our teTeX packages with .svn and anyone can check out the
   latest .svn tree with the following command
-  
-  ...
 
- -- Frank Küster <frank at debian.org>, Thu Jul 29 10:21:27 2004
+- Quilt: 
+
+  For those who have not worked with quilt (I haven't) a quick info how to
+  work:
+
+cd trunk
+export QUILT_PATCHES=./debian/patches
+You want to change a file `texk/web2c/man/Makefile.in' and it is either
+already changed in debian/patches/patch-deb or you want to change it in
+debian/patches/patch-deb
+
+quilt push patch-deb
+# if it is a new file, i.e. not already changed in patch-deb, call 
+# quilt add texk/web2c/man/Makefile.in
+edit texk/web2c/man/Makefile.in
+quilt refresh
+quilt pop -a
+
+   svn status should show you that only debian/patches/patch-deb is changed
+
+   ...
+
+ -- Frank Küster <frank at debian.org>, Mon Jan 09 17:10:27 2006




More information about the Pkg-tetex-commits mailing list