Author: drazzib-guest Date: 2009-07-16 19:10:54 +0000 (Thu, 16 Jul 2009) New Revision: 9369
Modified: trunk/commons-vfs/debian/README.source Log: [commons-vfs] Update README.source regarding quilt usage Modified: trunk/commons-vfs/debian/README.source =================================================================== --- trunk/commons-vfs/debian/README.source 2009-07-16 19:09:56 UTC (rev 9368) +++ trunk/commons-vfs/debian/README.source 2009-07-16 19:10:54 UTC (rev 9369) @@ -1,37 +1,9 @@ -This package uses CDBS (and therefore simple-patchsys.mk) in order to -apply patches to the upstream source. Patches are stored in -debian/patches and their filenames usually end in .patch or .diff . -For further details, see the man page for cdbs-edit-patch. +Patch System +============ -All commands described below should be run from the top directory of the -package source tree, unless otherwise stated. +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. - * To generate the fully patched source, in a form ready for - editing, that would be built to create Debian packages, run: +See /usr/share/doc/quilt/README.source for a detailed explanation. - make -f debian/rules apply-patches - - Note: It has been proposed that, in future, this should happen - automatically when you run dpkg-source -x on a CDBS - simple-patchsys.mk source package. However, this proposal has - apparently not yet been implemented, so for now you have to do - it yourself like this. - - * To modify the source and save those modifications so that - they will be applied when building the package, pick a - suitably informative patch file name, for example - 01_add_README.source_file.patch, and then run: - - cdbs-edit-patch 01_add_README.source_file.patch - - This will place you in a new shell in a temporary copy of the - source tree. Make your desired modifications to it, and then - exit the shell to create the patch file containing them (this - file will appear in debian/patches). - - * To remove source modifications that are currently being - applied when building the package, run: - - make -f debian/rules reverse-patches - - -- Damien Raude-Morvan <[email protected]> Sun, 28 Jun 2009 20:33:41 +0200 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

