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

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


Author: frank
Date: 2006-01-09 16:12:53 +0000 (Mon, 09 Jan 2006)
New Revision: 444

Added:
   tetex-base/trunk/debian/README.Developers
Log:
added README.Developers with quilt explanation

Added: tetex-base/trunk/debian/README.Developers
===================================================================
--- tetex-base/trunk/debian/README.Developers	2006-01-09 15:27:02 UTC (rev 443)
+++ tetex-base/trunk/debian/README.Developers	2006-01-09 16:12:53 UTC (rev 444)
@@ -0,0 +1,23 @@
+- 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