r22511 - /website/howto/quilt.pod

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jun 30 09:05:32 UTC 2008


Author: dmn
Date: Mon Jun 30 09:05:32 2008
New Revision: 22511

URL: http://svn.debian.org/wsvn/?sc=1&rev=22511
Log:
Add '-pab' to the recommended quilt diff/refresh options; bump year of copyright

Modified:
    website/howto/quilt.pod

Modified: website/howto/quilt.pod
URL: http://svn.debian.org/wsvn/website/howto/quilt.pod?rev=22511&op=diff
==============================================================================
--- website/howto/quilt.pod (original)
+++ website/howto/quilt.pod Mon Jun 30 09:05:32 2008
@@ -182,8 +182,8 @@
 
 To use the simplest headers in the patch, add:
 
-    QUILT_DIFF_ARGS="--no-timestamps --no-index"
-    QUILT_REFRESH_ARGS="--no-timestamps --no-index"
+    QUILT_DIFF_ARGS="--no-timestamps --no-index -pab"
+    QUILT_REFRESH_ARGS="--no-timestamps --no-index -pab"
 
 to F<~/.quiltrc> or set those variables in the environment if you prefer.  The
 next time you C<quilt refresh> a patch, C<quilt> will remove the extraneous
@@ -226,9 +226,9 @@
 
 =head1 License
 
-Copyright (c) 2007 Debian Perl Group.  All rights reserved. This document is
-free software; you may redistribute it and/or modify it under the same terms as
-Perl itself
+Copyright (c) 2007,2008 Debian Perl Group.  All rights reserved. This document
+is free software; you may redistribute it and/or modify it under the same terms
+as Perl itself
 
 Perl is distributed under your choice of the GNU General Public License or the
 Artistic License.  On Debian GNU/Linux systems, the complete text of the GNU




More information about the Pkg-perl-cvs-commits mailing list