Author: drazzib-guest Date: 2009-06-28 18:47:28 +0000 (Sun, 28 Jun 2009) New Revision: 8639
Added: trunk/libcommons-codec-java/debian/README.source Modified: trunk/libcommons-codec-java/debian/changelog trunk/libcommons-codec-java/debian/copyright Log: [libcommons-codec] - Add a README.source describing patch system Added: trunk/libcommons-codec-java/debian/README.source =================================================================== --- trunk/libcommons-codec-java/debian/README.source (rev 0) +++ trunk/libcommons-codec-java/debian/README.source 2009-06-28 18:47:28 UTC (rev 8639) @@ -0,0 +1,37 @@ +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. + +All commands described below should be run from the top directory of the +package source tree, unless otherwise stated. + + * To generate the fully patched source, in a form ready for + editing, that would be built to create Debian packages, run: + + 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:45:26 +0200 Modified: trunk/libcommons-codec-java/debian/changelog =================================================================== --- trunk/libcommons-codec-java/debian/changelog 2009-06-28 18:46:48 UTC (rev 8638) +++ trunk/libcommons-codec-java/debian/changelog 2009-06-28 18:47:28 UTC (rev 8639) @@ -15,13 +15,14 @@ - Add Vcs-* fields - Add Homepage in debian/control - Add a get-orig-source target + - Add a README.source describing patch system * Use debhelper 5 - Bump debian/compat to 5 - Build-Depends on debhelper >= 5 * Update the license to Apache License 2.0 (Closes: #532884) * Split API Javadoc into libcommons-codec-java-doc package (Closes: #506360) - -- Damien Raude-Morvan <[email protected]> Sat, 20 Jun 2009 00:02:17 +0200 + -- Damien Raude-Morvan <[email protected]> Sun, 28 Jun 2009 20:46:13 +0200 libcommons-codec-java (1.3-4) unstable; urgency=low Modified: trunk/libcommons-codec-java/debian/copyright =================================================================== --- trunk/libcommons-codec-java/debian/copyright 2009-06-28 18:46:48 UTC (rev 8638) +++ trunk/libcommons-codec-java/debian/copyright 2009-06-28 18:47:28 UTC (rev 8639) @@ -21,7 +21,7 @@ Alex Karasulu <[email protected]>, Matthew Inger <[email protected]> -Copyright: � 2002-2008 The Apache Software Foundation +Copyright: © 2002-2008 The Apache Software Foundation License: Apache 2.0
_______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

