r72436 - /website/howto/repacking.pod

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 9 23:05:51 UTC 2011


Author: gregoa
Date: Sat Apr  9 23:05:34 2011
New Revision: 72436

URL: http://svn.debian.org/wsvn/?sc=1&rev=72436
Log:
cosmetic updates

Modified:
    website/howto/repacking.pod

Modified: website/howto/repacking.pod
URL: http://svn.debian.org/wsvn/website/howto/repacking.pod?rev=72436&op=diff
==============================================================================
--- website/howto/repacking.pod (original)
+++ website/howto/repacking.pod Sat Apr  9 23:05:34 2011
@@ -2,7 +2,7 @@
 
 repacking - How to repackage upstream tarballs
 
-=head1 0. Introduction
+=head1 0. INTRODUCTION
 
 Sometimes it is necessary to repack an upstream tarball. This should happen
 rarely and only with good reasons -- usually in order to remove non-free
@@ -10,7 +10,7 @@
 
 This how-to provides an overview about an easy way to do it.
 
-=head1 1. Version
+=head1 1. PACKAGE VERSION
 
 First of all, decide about the version suffix.
 
@@ -23,7 +23,7 @@
 When you have chosen your version suffix, add it to the topmost entry in
 F<debian/changelog>.
 
-=head1 2. Repacking scripts
+=head1 2. REPACKING SCRIPTS
 
 =head2 repack.stub
 
@@ -42,7 +42,7 @@
 You can set some variables there and use a few functions. For details see
 B<perldoc repack.stub>.
 
-(Note that you can do other things in F<debian/repack.local> since this
+(Note that you can do other things in F<debian/repack.local> since it is
 sourced by a shell script; just be careful :))
 
 A typical F<debian/repack.local> might look like:
@@ -50,7 +50,7 @@
     MANIFEST=1
     rm docs/rfc*
 
-=head1 3. Watch file
+=head1 3. WATCH FILE
 
 Since we add a version suffix we need a dversionmangle in F<debian/watch>,
 and we also want to call F<debian/repack.stub> automatically.
@@ -62,13 +62,13 @@
         http://search.cpan.org/dist/The-Module/    .*/The-Module-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \
         debian sh debian/repack.stub
 
-=head1 4. Copyright file
+=head1 4. COPYRIGHT FILE
 
 The reason for repacking should be noted in F<debian/copyright> (Debian
 Policy 12.5). According to L<http://dep.debian.net/deps/dep5/>, this should
 be noted in the "Header paragraph" in the (Source or) Comment field.
 
-=head1 5. Package upgrades
+=head1 5. PACKAGE UPGRADES
 
 From now on, B<uscan> or B<svn-upgrade --uscan> should "just work".
 
@@ -84,6 +84,14 @@
 
 =back
 
+=head1 CONTRIBUTORS
+
+=over
+
+=item * Nicholas Bamber <nicholas at periapt.co.uk>
+
+=back
+
 =head1 COPYRIGHT/LICENSE
 
 Copyright (c) 2011 by the individual authors and contributors noted




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