r41546 - /website/howto/adopt.pod

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Sat Aug 8 19:30:56 UTC 2009


Author: diocles-guest
Date: Sat Aug  8 19:30:50 2009
New Revision: 41546

URL: http://svn.debian.org/wsvn/?sc=1&rev=41546
Log:
Reorganise section 2 to reference the subversion.html documentation, and mention the helper scripts first.

Modified:
    website/howto/adopt.pod

Modified: website/howto/adopt.pod
URL: http://svn.debian.org/wsvn/website/howto/adopt.pod?rev=41546&op=diff
==============================================================================
--- website/howto/adopt.pod (original)
+++ website/howto/adopt.pod Sat Aug  8 19:30:50 2009
@@ -27,31 +27,22 @@
 =head1 2. Getting the package (into the repository)
 
 Usually the latest version of the package in the archive will be the
-starting point for the adoption. It can be downloaded with
-
-   apt-get source -d $srcpkgname
-
-This source package is then put into the group's subversion repository, as
-described in L<http://pkg-perl.alioth.debian.org/subversion.html>; in short:
-
-   svn-inject -l 2 $srcpkgname_$version.dsc svn+ssh://svn.debian.org/svn/pkg-perl/
-
-You might need to check out the directory again, if you've used svn-inject's
-"-c 0" switch and/or move the tarball around.
-
-Setting the correct svn-bp svn properties (cf.
-F</usr/share/doc/svn-buildpackage/CONFIG>) on
-C<$your_new_package_directory/debian> helps for further C<svn-upgrade>'s.
-
-=head2 Helper scripts
+starting point for the adoption.
 
 F<takeover-for-pkg-perl.sh> (which can be found in our repository at
-C<svn+ssh://svn.debian.org/svn/pkg-perl/scripts/>) automates these two steps
-and also adds a line to the changelog, with either a bug number for an RFA
-or a link to a message with the request for takeover from the maintainer.
-
-F<fill_svn_props> (again in C<svn+ssh://svn.debian.org/svn/pkg-perl/scripts/>)
-sets the svn-bp svn properties on C<$your_new_package_directory/debian>.
+C<svn+ssh://svn.debian.org/svn/pkg-perl/scripts/>) automates the
+injection of the package into svn, adding appropriate svn-buildpackage
+properties to the debian directory.  It also adds a line to the
+changelog, with either a bug number for an RFA or a link to a message
+with the request for takeover from the maintainer.
+
+To do this manually instead, use C<apt-get source> to fetch the latest
+version in the archive, and then follow the steps for an initial
+upload described at
+L<http://pkg-perl.alioth.debian.org/subversion.html#3__initial_upload>.
+Use F<fill_svn_props> (again in
+C<svn+ssh://svn.debian.org/svn/pkg-perl/scripts/>) to set the svn-bp
+svn properties if you forget the '--setprops' option to C<svn-inject>.
 
 =head1 3. Changing the package
 




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